Skip to content

Commit

Permalink
Add MilkyWay v6 and v7
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jan 2, 2025
1 parent 43daeb2 commit 2872e14
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions milkyway/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,96 @@
"linux/amd64": "https://github.com/milkyway-labs/milkyway/releases/download/v3.0.0/milkywayd-3.0.0-linux-amd64"
},
"previous_version_name": "v2",
"next_version_name": "v6"
},
{
"name": "v6",
"tag": "v6.1.0",
"height": 248555,
"recommended_version": "6.1.0",
"compatible_versions": [
"6.1.0"
],
"consensus": {
"type": "cometbft",
"version": "v0.38.15",
"repo": "https://github.com/cometbft/cometbft",
"tag": "v0.38.15"
},
"cosmwasm": {
"version": "v0.53.0",
"repo": "https://github.com/CosmWasm/wasmd",
"tag": "v0.53.0",
"enabled": true
},
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk",
"version": "v0.50.10",
"tag": "v0.50.10"
},
"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.23"
},
"binaries": {
"linux/amd64": "https://github.com/milkyway-labs/milkyway/releases/download/v6.1.0/milkywayd-6.1.0-linux-amd64"
},
"previous_version_name": "v3",
"next_version_name": "v7"
},
{
"name": "v7",
"tag": "v7.0.0",
"height": 251150,
"recommended_version": "7.0.0",
"compatible_versions": [
"7.0.0"
],
"consensus": {
"type": "cometbft",
"version": "v0.38.15",
"repo": "https://github.com/cometbft/cometbft",
"tag": "v0.38.15"
},
"cosmwasm": {
"version": "v0.53.0",
"repo": "https://github.com/CosmWasm/wasmd",
"tag": "v0.53.0",
"enabled": true
},
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk",
"version": "v0.50.10",
"tag": "v0.50.10"
},
"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.23"
},
"binaries": {
"linux/amd64": "https://github.com/milkyway-labs/milkyway/releases/download/v7.0.0/milkywayd-7.0.0-linux-amd64"
},
"previous_version_name": "v6",
"next_version_name": ""
}
]
Expand Down

0 comments on commit 2872e14

Please sign in to comment.