Skip to content

Commit

Permalink
Update Osmosis to Version v28 (#5720)
Browse files Browse the repository at this point in the history
* Update versions.json

* Update chain.json
  • Loading branch information
JeremyParish69 authored Dec 17, 2024
1 parent 0ef098f commit 8c51589
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 20 deletions.
42 changes: 22 additions & 20 deletions osmosis/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,42 +41,44 @@
"name": "v3",
"genesis_url": "https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json"
},
"recommended_version": "v25.0.0",
"recommended_version": "28.0.0",
"compatible_versions": [
"v25.0.0"
"28.0.0"
],
"consensus": {
"type": "cometbft",
"version": "v0.37.4",
"version": "0.38.15",
"repo": "https://github.com/osmosis-labs/cometbft",
"tag": "v25-osmo-2"
"tag": "v0.38.15-v27-osmo-2"
},
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-25.0.0-linux-amd64",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-25.0.0-linux-arm64"
},
"language": {
"type": "go",
"version": "1.21.4"
"cosmwasm": {
"version": "0.53.0",
"repo": "https://github.com/CosmWasm/wasmd",
"tag": "v0.53.0",
"enabled": true
},
"sdk": {
"type": "cosmos",
"version": "0.50.10",
"repo": "https://github.com/osmosis-labs/cosmos-sdk",
"version": "v0.47.5",
"tag": "v0.47.5-v25-osmo-1"
"tag": "v0.50.10-v27-osmo-1"
},
"ibc": {
"type": "go",
"version": "v7.4.0",
"version": "8.5.2",
"repo": "https://github.com/cosmos/ibc-go",
"tag": "v8.5.2",
"ics_enabled": [
"ics20-1"
]
},
"cosmwasm": {
"version": "v0.45.0",
"repo": "https://github.com/osmosis-labs/wasmd",
"tag": "v0.45.0-osmo",
"enabled": true
"language": {
"type": "go",
"version": "1.22.7"
},
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-amd64?checksum=8efbeca8f3e6a27c7b8ab02141bbfc457a6efbb089e338147942aa6fcb586545",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-arm64?checksum=7ac375a5c58a4407e15651fb15e83b5267cfdfd81c9656b348e0f9d38205c126"
}
},
"images": [
Expand Down Expand Up @@ -594,4 +596,4 @@
"keywords": [
"dex"
]
}
}
47 changes: 47 additions & 0 deletions osmosis/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,53 @@
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-27.0.0-linux-arm64"
},
"previous_version_name": "v26",
"next_version_name": "v28"
},
{
"name": "v28",
"tag": "v28.0.0",
"proposal": 879,
"height": 25861100,
"recommended_version": "28.0.0",
"compatible_versions": [
"28.0.0"
],
"consensus": {
"type": "cometbft",
"version": "0.38.15",
"repo": "https://github.com/osmosis-labs/cometbft",
"tag": "v0.38.15-v27-osmo-2"
},
"cosmwasm": {
"version": "0.53.0",
"repo": "https://github.com/CosmWasm/wasmd",
"tag": "v0.53.0",
"enabled": true
},
"sdk": {
"type": "cosmos",
"version": "0.50.10",
"repo": "https://github.com/osmosis-labs/cosmos-sdk",
"tag": "v0.50.10-v27-osmo-1"
},
"ibc": {
"type": "go",
"version": "8.5.2",
"repo": "https://github.com/cosmos/ibc-go",
"tag": "v8.5.2",
"ics_enabled": [
"ics20-1"
]
},
"language": {
"type": "go",
"version": "1.22.7"
},
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-amd64?checksum=8efbeca8f3e6a27c7b8ab02141bbfc457a6efbb089e338147942aa6fcb586545",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v28.0.0/osmosisd-28.0.0-linux-arm64?checksum=7ac375a5c58a4407e15651fb15e83b5267cfdfd81c9656b348e0f9d38205c126"
},
"previous_version_name": "v27",
"next_version_name": ""
}
]
Expand Down

0 comments on commit 8c51589

Please sign in to comment.