Releases: CosmosContracts/juno
v8.0.0
Juno Multiverse Patch
Due to an upstream bug, the multiverse
handler wasn't found; thus the binary had to be patched.
What's Changed
Full Changelog: v7.0.0...v8.0.0
v7.0.0
Juno Multiverse
This is the release candidate for Juno Multiverse, currently slated for v7.0.0
unless security upgrades crop up between now and the target block.
Multiverse adds ICA Host functionality to the Juno chain, and exposes the following actions to Controller Chains:
- Native functionality and core SDK modules
- Smart Contract store
- Smart Contract instantiate
- Smart Contract execute
Cosmovisor users can stage the upgrade like so (though you should wait until the upgrade prop is quorate, and likely to pass, before doing so):
cd juno
git fetch --tags && git checkout v7.0.0
make build && make install
# this will return commit 1291b66f3cd3529ad244391619f7b4166bb28373
junod version --long
mkdir -p $DAEMON_HOME/cosmovisor/upgrades/multiverse/bin && cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/multiverse/bin
# this will return v7.0.0
$DAEMON_HOME/cosmovisor/upgrades/multiverse/bin/junod version
What's Changed
- Wasm state sync by @giansalex in #211
- Revert "Merge pull request #80" by @giansalex in #212
- Trigger docker image manually by @giansalex in #217
- feat: docker multi arch (ARM64 Support) by @j0nl1 in #219
- Rename build steps and spike unity prop and gov/sudo testing CI step by @the-frey in #218
- ✅ go 1.18 by @faddat in #205
- Integrate ICA Host Functionality by @the-frey in #222
- ✅ use go module version paths by @faddat in #206
- Create codeql.yml by @faddat in #216
- Protobufs changes by @faddat in #208
- Add store types by @the-frey in #225
- Add dump docker (on failure) to CI by @joeabbey in #226
- Remove transitive deps of old IBC versions by @the-frey in #227
New Contributors
Full Changelog: v6.0.0...v7.0.0
v7.0.0-beta.2
DO NOT USE ON MAINNET
This adds an upgrade handler for v7-beta
for use on uni.
Full Changelog: v7.0.0-beta...v7.0.0-beta.2
v7.0.0-beta
🚨 This is a pre-release for testnet use only! Do not use on mainnet! 🚨
What's Changed
- Wasm state sync by @giansalex in #211
- Revert "Merge pull request #80" by @giansalex in #212
- Trigger docker image manually by @giansalex in #217
- feat: docker multi arch (ARM64 Support) by @j0nl1 in #219
- Rename build steps and spike unity prop and gov/sudo testing CI step by @the-frey in #218
- ✅ go 1.18 by @faddat in #205
- Integrate ICA Host Functionality by @the-frey in #222
- ✅ use go module version paths by @faddat in #206
- Create codeql.yml by @faddat in #216
- Protobufs changes by @faddat in #208
- Add store types by @the-frey in #225
- Add dump docker (on failure) to CI by @joeabbey in #226
- Remove transitive deps of old IBC versions by @the-frey in #227
New Contributors
Full Changelog: v6.0.0...v7.0.0-beta
v7.0.0-alpha.2
🚨 This is a pre-release for testnet use only! Do not use on mainnet! 🚨
What's Changed
- Wasm state sync by @giansalex in #211
- Revert "Merge pull request #80" by @giansalex in #212
- Trigger docker image manually by @giansalex in #217
- feat: docker multi arch (ARM64 Support) by @j0nl1 in #219
- Rename build steps and spike unity prop and gov/sudo testing CI step by @the-frey in #218
- ✅ go 1.18 by @faddat in #205
- Integrate ICA Host Functionality by @the-frey in #222
- ✅ use go module version paths by @faddat in #206
- Create codeql.yml by @faddat in #216
- Protobufs changes by @faddat in #208
- Add store types by @the-frey in #225
New Contributors
Full Changelog: v6.0.0...v7.0.0-alpha.2
v7.0.0-alpha
🚨 This is a pre-release for testnet use only! Do not use on mainnet or things will die† 🚨
What's Changed
- Wasm state sync by @giansalex in #211
- Revert "Merge pull request #80" by @giansalex in #212
- Trigger docker image manually by @giansalex in #217
- feat: docker multi arch (ARM64 Support) by @j0nl1 in #219
- Rename build steps and spike unity prop and gov/sudo testing CI step by @the-frey in #218
- ✅ go 1.18 by @faddat in #205
- Integrate ICA Host Functionality by @the-frey in #222
- ✅ use go module version paths by @faddat in #206
- Create codeql.yml by @faddat in #216
- Protobufs changes by @faddat in #208
New Contributors
Full Changelog: v6.0.0...v7.0.0-alpha
† that thing being your node
v6.0.0
This upgrades to the latest version of wasmd.
Reminder: this is consensus-breaking as per our versioning policy.
What's Changed
- Bump version of wasmd to 27.rc3 and update antehandler by @the-frey in #201
- Update .gitpod.yml by @faddat in #197
- Bump wasmd version to 0.27.0 by @the-frey in #210
Full Changelog: v5.0.1...v6.0.0
v6.0.0-alpha
RC for testing some version bumps. DO NOT UPGRADE YOUR MAINNET NODE TO THIS PRE-RELEASE
What's Changed
Full Changelog: v5.0.1...v6.0.0-alpha
v5.0.1
This is non-consensus breaking with relation to v5.0.0
.
This point release fixes a potential issue identified with the v5.0.0
upgrade handler and was tested on the scottie-3
testnet.
It is important that you stage this update for the veritas
upgrade, rather than the now-outdated v5.0.0
tag.
What's Changed
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
Full Changelog: v4.0.0...v5.0.0