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

Update Neutron Version v.4.2.0 #5203

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
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
63 changes: 53 additions & 10 deletions neutron/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand All @@ -220,7 +222,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"
Expand All @@ -233,9 +237,10 @@
"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",
"repo": "https://github.com/neutron-org/cosmos-sdk",
"version": "v0.50.7",
"tag": "v0.50.7-neutron"
},
Expand All @@ -248,20 +253,58 @@
"type": "go",
"version": "v8.2.1"
}
},
{
"name": "v4.2.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like there should be a single version object for all v4.2 versions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it should be applied only at specific height, how can i specify it in a single version object?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the block height number to use should be when v4.2.0 started. The versions of components (language, sdk, ibc, cosmwasm, etc.) and the binaries should reflect the latest well-running/recommended version. Since v4.2.0, v4.2.1, and v4.2.2 are all compatible versions, it should be inconsequential to use the earliest version or the earlier version of components.

"proposal": 41,
"height": 13711950,
"recommended_version": "v4.2.1",
"compatible_versions": [
"v4.2.2"
],
"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",
"repo": "https://github.com/neutron-org/cosmos-sdk",
"version": "v0.50.8",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"tag": "v0.50.8-neutron"
},
"cosmwasm": {
"version": "v0.51.2",
"tag": "v0.51.2-neutron",
"repo": "https://github.com/neutron-org/wasmd",
"enabled": true
},
"ibc": {
"type": "go",
"version": "v8.2.1"
}
}
],
"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",
"tag": "v0.51.2-neutron",
"repo": "https://github.com/neutron-org/wasmd",
"enabled": true
}
Expand Down Expand Up @@ -463,4 +506,4 @@
}
}
]
}
}
Loading