Skip to content

Commit b7c6210

Browse files
authored
Update neutron to v5.0.2 and gaia to v21.0.0 (#5628)
* update cosmoshub version to v21.0.0 * update neutron version to v5.0.2
1 parent 7abecbd commit b7c6210

File tree

2 files changed

+85
-20
lines changed

2 files changed

+85
-20
lines changed

cosmoshub/chain.json

+44-11
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,18 @@
3434
},
3535
"codebase": {
3636
"git_repo": "https://github.com/cosmos/gaia",
37-
"recommended_version": "v19.2.0",
37+
"recommended_version": "v21.0.0",
3838
"compatible_versions": [
39-
"v19.2.0"
39+
"v21.0.0"
4040
],
4141
"consensus": {
4242
"type": "cometbft",
4343
"version": "v0.38.11"
4444
},
4545
"binaries": {
46-
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-linux-amd64",
47-
"linux/arm64": "https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-linux-arm64",
48-
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-darwin-amd64",
49-
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-darwin-arm64"
46+
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-darwin-amd64",
47+
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-darwin-arm64",
48+
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-linux-amd64"
5049
},
5150
"genesis": {
5251
"genesis_url": "https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz"
@@ -396,7 +395,7 @@
396395
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-darwin-amd64",
397396
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v19.2.0/gaiad-v19.2.0-darwin-arm64"
398397
},
399-
"next_version_name": "",
398+
"next_version_name": "v21",
400399
"sdk": {
401400
"type": "cosmos",
402401
"version": "v0.50.9",
@@ -411,6 +410,40 @@
411410
"type": "go",
412411
"version": "v8.4.0"
413412
}
413+
},
414+
{
415+
"name": "v21",
416+
"tag": "v21.0.0",
417+
"proposal": 971,
418+
"height": 22953640,
419+
"recommended_version": "v21.0.0",
420+
"compatible_versions": [
421+
"v21.0.0"
422+
],
423+
"consensus": {
424+
"type": "cometbft",
425+
"version": "v0.38.11"
426+
},
427+
"binaries": {
428+
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-darwin-amd64",
429+
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-darwin-arm64",
430+
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v21.0.0/gaiad-v21.0.0-linux-amd64"
431+
},
432+
"next_version_name": "",
433+
"sdk": {
434+
"type": "cosmos",
435+
"version": "v0.50.9",
436+
"tag": "v0.50.9-lsm"
437+
},
438+
"cosmwasm": {
439+
"version": "v0.53.0",
440+
"repo": "https://github.com/CosmWasm/wasmd",
441+
"tag": "v0.53.0"
442+
},
443+
"ibc": {
444+
"type": "go",
445+
"version": "v8.5.1"
446+
}
414447
}
415448
],
416449
"sdk": {
@@ -420,12 +453,12 @@
420453
},
421454
"ibc": {
422455
"type": "go",
423-
"version": "v8.4.0"
456+
"version": "v8.5.1"
424457
},
425458
"cosmwasm": {
426-
"version": "v0.51.0",
459+
"version": "v0.53.0",
427460
"repo": "https://github.com/CosmWasm/wasmd",
428-
"tag": "v0.51.0"
461+
"tag": "v0.53.0"
429462
}
430463
},
431464
"logo_URIs": {
@@ -1005,4 +1038,4 @@
10051038
}
10061039
}
10071040
]
1008-
}
1041+
}

neutron/chain.json

+41-9
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
},
6464
"codebase": {
6565
"git_repo": "https://github.com/neutron-org/neutron",
66-
"recommended_version": "v4.2.0",
66+
"recommended_version": "v5.0.2",
6767
"compatible_versions": [
68-
"v4.2.0"
68+
"v5.0.2"
6969
],
7070
"binaries": {
71-
"linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v4.2.0/neutrond-linux-amd64"
71+
"linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v5.0.2/neutrond-linux-amd64"
7272
},
7373
"consensus": {
7474
"type": "cometbft",
75-
"version": "v0.38.7"
75+
"version": "v0.38.15"
7676
},
7777
"genesis": {
7878
"genesis_url": "https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json"
@@ -211,7 +211,7 @@
211211
"type": "cometbft",
212212
"version": "v0.38.7"
213213
},
214-
"next_version_name": "",
214+
"next_version_name": "v5.0.2",
215215
"sdk": {
216216
"type": "cosmos",
217217
"repo": "https://github.com/neutron-org/cosmos-sdk",
@@ -227,20 +227,52 @@
227227
"type": "go",
228228
"version": "v8.2.1"
229229
}
230+
},
231+
{
232+
"name": "v5.0.2",
233+
"proposal": 3,
234+
"height": 17177900,
235+
"recommended_version": "v5.0.2",
236+
"compatible_versions": [
237+
"v5.0.2"
238+
],
239+
"binaries": {
240+
"linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v5.0.2/neutrond-linux-amd64"
241+
},
242+
"consensus": {
243+
"type": "cometbft",
244+
"version": "v0.38.15"
245+
},
246+
"next_version_name": "",
247+
"sdk": {
248+
"type": "cosmos",
249+
"repo": "https://github.com/neutron-org/cosmos-sdk",
250+
"version": "v0.50.10",
251+
"tag": "v0.50.10-neutron"
252+
},
253+
"cosmwasm": {
254+
"version": "v0.53.0",
255+
"repo": "https://github.com/neutron-org/wasmd",
256+
"enabled": true
257+
},
258+
"ibc": {
259+
"type": "go",
260+
"version": "v8.5.2"
261+
}
230262
}
231263
],
232264
"sdk": {
233265
"type": "cosmos",
234266
"repo": "https://github.com/neutron-org/cosmos-sdk",
235-
"version": "v0.50.7",
236-
"tag": "v0.50.7-neutron"
267+
"version": "v0.50.10",
268+
"tag": "v0.50.10-neutron"
237269
},
238270
"ibc": {
239271
"type": "go",
240-
"version": "v8.2.1"
272+
"version": "v8.5.2"
241273
},
242274
"cosmwasm": {
243-
"version": "v0.51.0",
275+
"version": "v0.53.0",
244276
"repo": "https://github.com/neutron-org/wasmd",
245277
"enabled": true
246278
}

0 commit comments

Comments
 (0)