From 659b02f60e37ecbd2513c4a2e9806ee8fc740ea5 Mon Sep 17 00:00:00 2001 From: Mike Mozhaev Date: Thu, 22 Aug 2024 18:42:39 +0300 Subject: [PATCH 1/4] Update chain.json --- neutron/chain.json | 47 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/neutron/chain.json b/neutron/chain.json index 6af7f0da21..9cd4f6c6cc 100644 --- a/neutron/chain.json +++ b/neutron/chain.json @@ -63,19 +63,19 @@ }, "codebase": { "git_repo": "https://github.com/neutron-org/neutron", - "recommended_version": "v4.2.0", + "recommended_version": "v4.2.1", "compatible_versions": [ - "v4.2.0" + "v4.2.1" ], "binaries": { "linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v4.2.0/neutrond-linux-amd64" }, - "cosmos_sdk_version": "neutron-org/cosmos-sdk v0.50.7-neutron", + "cosmos_sdk_version": "neutron-org/cosmos-sdk v0.50.8-neutron", "consensus": { "type": "cometbft", "version": "v0.38.7" }, - "cosmwasm_version": "neutron-org/wasmd v0.51.0", + "cosmwasm_version": "neutron-org/wasmd v0.51.2-neutron", "cosmwasm_enabled": true, "ibc_go_version": "v8.2.1", "genesis": { @@ -233,7 +233,7 @@ "cosmwasm_version": "neutron-org/wasmd v0.51.0", "cosmwasm_enabled": true, "ibc_go_version": "v8.2.1", - "next_version_name": "", + "next_version_name": "v4.2.1", "sdk": { "type": "cosmos", "version": "v0.50.7", @@ -248,6 +248,41 @@ "type": "go", "version": "v8.2.1" } + }, + { + "name": "v4.2.1", + "proposal": 41, + "height": 13711950, + "recommended_version": "v4.2.1", + "compatible_versions": [ + "v4.2.1" + ], + "binaries": { + "linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v4.2.1/neutrond-linux-amd64" + }, + "cosmos_sdk_version": "neutron-org/cosmos-sdk v0.50.8-neutron", + "consensus": { + "type": "cometbft", + "version": "v0.38.11" + }, + "cosmwasm_version": "neutron-org/wasmd v0.51.2-neutron", + "cosmwasm_enabled": true, + "ibc_go_version": "v8.2.1", + "next_version_name": "", + "sdk": { + "type": "cosmos", + "version": "v0.50.8", + "tag": "v0.50.8-neutron" + }, + "cosmwasm": { + "version": "v0.51.2-neutron", + "repo": "https://github.com/neutron-org/wasmd", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v8.2.1" + } } ], "sdk": { @@ -463,4 +498,4 @@ } } ] -} \ No newline at end of file +} From 91c89fd288234db2dc798f7a1647f2c484da473c Mon Sep 17 00:00:00 2001 From: Mike Mozhaev Date: Wed, 11 Sep 2024 13:57:16 +0300 Subject: [PATCH 2/4] Update chain.json --- neutron/chain.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/chain.json b/neutron/chain.json index 9cd4f6c6cc..eff57c54b9 100644 --- a/neutron/chain.json +++ b/neutron/chain.json @@ -253,9 +253,9 @@ "name": "v4.2.1", "proposal": 41, "height": 13711950, - "recommended_version": "v4.2.1", + "recommended_version": "v4.2.2", "compatible_versions": [ - "v4.2.1" + "v4.2.2" ], "binaries": { "linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v4.2.1/neutrond-linux-amd64" From 8bf2342c41cbccf708310377b22b2075e66feae3 Mon Sep 17 00:00:00 2001 From: Mike Mozhaev Date: Wed, 11 Sep 2024 14:13:11 +0300 Subject: [PATCH 3/4] Update chain.json --- neutron/chain.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/neutron/chain.json b/neutron/chain.json index eff57c54b9..338c4b8344 100644 --- a/neutron/chain.json +++ b/neutron/chain.json @@ -220,7 +220,9 @@ "height": 12255555, "recommended_version": "v4.2.0", "compatible_versions": [ - "v4.2.0" + "v4.2.0", + "v4.2.1", + "v4.2.2" ], "binaries": { "linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v4.2.0/neutrond-linux-amd64" @@ -253,7 +255,7 @@ "name": "v4.2.1", "proposal": 41, "height": 13711950, - "recommended_version": "v4.2.2", + "recommended_version": "v4.2.1", "compatible_versions": [ "v4.2.2" ], @@ -288,15 +290,15 @@ "sdk": { "type": "cosmos", "repo": "https://github.com/neutron-org/cosmos-sdk", - "version": "v0.50.7", - "tag": "v0.50.7-neutron" + "version": "v0.50.8", + "tag": "v0.50.8-neutron" }, "ibc": { "type": "go", "version": "v8.2.1" }, "cosmwasm": { - "version": "v0.51.0", + "version": "v0.51.2-neutron", "repo": "https://github.com/neutron-org/wasmd", "enabled": true } From 92e3043608fc3715fd518236a4599967924641db Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:22:56 -0600 Subject: [PATCH 4/4] Update chain.json --- neutron/chain.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/neutron/chain.json b/neutron/chain.json index 338c4b8344..2ea471ba5e 100644 --- a/neutron/chain.json +++ b/neutron/chain.json @@ -166,6 +166,7 @@ "next_version_name": "v3.0.5", "sdk": { "type": "cosmos", + "repo": "https://github.com/neutron-org/cosmos-sdk", "version": "v0.47.10", "tag": "v0.47.10-neutron" }, @@ -201,6 +202,7 @@ "next_version_name": "v4.0.1", "sdk": { "type": "cosmos", + "repo": "https://github.com/neutron-org/cosmos-sdk", "version": "v0.47.10", "tag": "v0.47.10-neutron" }, @@ -238,6 +240,7 @@ "next_version_name": "v4.2.1", "sdk": { "type": "cosmos", + "repo": "https://github.com/neutron-org/cosmos-sdk", "version": "v0.50.7", "tag": "v0.50.7-neutron" }, @@ -273,11 +276,13 @@ "next_version_name": "", "sdk": { "type": "cosmos", + "repo": "https://github.com/neutron-org/cosmos-sdk", "version": "v0.50.8", "tag": "v0.50.8-neutron" }, "cosmwasm": { - "version": "v0.51.2-neutron", + "version": "v0.51.2", + "tag": "v0.51.2-neutron", "repo": "https://github.com/neutron-org/wasmd", "enabled": true }, @@ -298,7 +303,8 @@ "version": "v8.2.1" }, "cosmwasm": { - "version": "v0.51.2-neutron", + "version": "v0.51.2", + "tag": "v0.51.2-neutron", "repo": "https://github.com/neutron-org/wasmd", "enabled": true }