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