Skip to content

v7.0.0

Compare
Choose a tag to compare
@the-frey the-frey released this 30 Jun 14:51
· 1329 commits to main since this release
1291b66

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

New Contributors

Full Changelog: v6.0.0...v7.0.0