Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added upgrades #67

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,16 +266,22 @@ celestia:
git-url: https://github.com/celestiaorg/celestia-app
settings:
cosmos-properties:
genesis-name: v1.7.0
genesis-name: v1
genesis-url: https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json
registry-url: https://github.com/cosmos/chain-registry/blob/master/celestia/chain.json
upgrades:
- commit: ad18465a88000a5b45ceb63efc7d46efaaa56f2c
go-version: go1.22
height: 1
ksync-engine: celestia-core-v0.34
name: v1.9.0
name: v1
recommended-version: v1.9.0
- commit: b717c8dd0d639268f38ade64d7a5f4f5ab6f52b5
go-version: go1.22
height: 2371495
ksync-engine: celestia-core-v0.34
name: v2
recommended-version: v2.2.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -449,6 +455,20 @@ cosmoshub-4:
ksync-engine: cometbft-v0.37
name: v18
recommended-version: v18.1.0
- commit: 1d52b3d434d5d78561c3628ef351b88890ec7f7f
cosmos-sdk-version: v0.50.9-lsm
go-version: go1.22
height: 21835200
ksync-engine: cometbft-v0.38
name: v19
recommended-version: v19.2.0
- commit: 2dba9d471ef73b0a99e844bf55a44ddae700ea06
cosmos-sdk-version: v0.50.9-lsm
go-version: go1.22
height: 22443500
ksync-engine: cometbft-v0.37
name: v20
recommended-version: v20.0.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -646,6 +666,12 @@ dydx-mainnet-1:
ksync-engine: cometbft-v0.38
name: v5.2.0
recommended-version: protocol/v5.2.2
- commit: bb43ac2fc18b897dbedf66234beccf1aa6eb428c
go-version: go1.22
height: 26785000
ksync-engine: cometbft-v0.38
name: v6.0.0
recommended-version: protocol/v6.0.4
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -730,6 +756,12 @@ kyve-1:
ksync-engine: cometbft-v0.37
name: v1.4.0
recommended-version: v1.4.0
- commit: 3910277da474d51f4147fd388ac2c6cd4ca67c84
go-version: go1.22
height: 7254527
ksync-engine: cometbft-v0.38
name: v1.5.0
recommended-version: v1.5.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -917,6 +949,12 @@ noble-1:
ksync-engine: tendermint-v0.34
name: xenon
recommended-version: v6.0.0
- commit: 56f08ad2d6c8baec66617202f0463f66c9b0fdfe
go-version: go1.21
height: 12240000
ksync-engine: tendermint-v0.34
name: numus
recommended-version: v7.0.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -1101,6 +1139,12 @@ osmosis-1:
ksync-engine: cometbft-v0.37
name: v24
recommended-version: v24.0.1
- commit: 15566f1f2945a16af9243dd376ee58a0d691b66a
go-version: go1.21
height: 15753500
ksync-engine: cometbft-v0.37
name: v25
recommended-version: v25.0.0
config-version: 1
networks:
kaon-1:
Expand Down
10 changes: 8 additions & 2 deletions celestia/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ codebase:
settings:
cosmos-properties:
registry-url: https://github.com/cosmos/chain-registry/blob/master/celestia/chain.json
genesis-name: "v1.7.0"
genesis-name: "v1"
genesis-url: https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json
upgrades:
- name: "v1.9.0"
- name: "v1"
height: 1
recommended-version: "v1.9.0"
commit: "ad18465a88000a5b45ceb63efc7d46efaaa56f2c"
go-version: "go1.22"
ksync-engine: "celestia-core-v0.34"
- name: "v2"
height: 2371495
recommended-version: "v2.2.0"
commit: "b717c8dd0d639268f38ade64d7a5f4f5ab6f52b5"
go-version: "go1.22"
ksync-engine: "celestia-core-v0.34"

networks:
# Mainnet pools
Expand Down
14 changes: 14 additions & 0 deletions cosmoshub-4/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,20 @@ codebase:
go-version: "go1.22"
ksync-engine: "cometbft-v0.37"
cosmos-sdk-version: "v0.47.16-ics-lsm"
- name: "v19"
height: 21835200
recommended-version: "v19.2.0"
commit: "1d52b3d434d5d78561c3628ef351b88890ec7f7f"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"
cosmos-sdk-version: "v0.50.9-lsm"
- name: "v20"
height: 22443500
recommended-version: "v20.0.0"
commit: "2dba9d471ef73b0a99e844bf55a44ddae700ea06"
go-version: "go1.22"
ksync-engine: "cometbft-v0.37"
cosmos-sdk-version: "v0.50.9-lsm"

networks:
# Mainnet pools
Expand Down
6 changes: 6 additions & 0 deletions dydx-mainnet-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ codebase:
commit: "488e4101fbb64489734696c8759cf1051a7934e1"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"
- name: "v6.0.0"
height: 26785000
recommended-version: "protocol/v6.0.4"
commit: "bb43ac2fc18b897dbedf66234beccf1aa6eb428c"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"

networks:
# Testnet pools
Expand Down
6 changes: 6 additions & 0 deletions kyve-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ codebase:
commit: "68e5ff7a8d97f21e2aede9341ba22df9d81bb264"
go-version: "go1.20"
ksync-engine: "cometbft-v0.37"
- name: "v1.5.0"
height: 7254527
recommended-version: "v1.5.0"
commit: "3910277da474d51f4147fd388ac2c6cd4ca67c84"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"

networks:
# Testnet pools
Expand Down
6 changes: 6 additions & 0 deletions noble-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ codebase:
commit: "4ffb44b6c047aa31bb92e0c6e4d29c063b222653"
go-version: "go1.21"
ksync-engine: "tendermint-v0.34"
- name: "numus"
height: 12240000
recommended-version: "v7.0.0"
commit: "56f08ad2d6c8baec66617202f0463f66c9b0fdfe"
go-version: "go1.21"
ksync-engine: "tendermint-v0.34"

networks:
# Mainnet pools
Expand Down
6 changes: 6 additions & 0 deletions osmosis-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ codebase:
commit: "0021d3812a8c8d2798ab17e58991a677b82e8955"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v25"
height: 15753500
recommended-version: "v25.0.0"
commit: "15566f1f2945a16af9243dd376ee58a0d691b66a"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"

networks:
# Mainnet pools
Expand Down