github CosmosContracts/juno v7.0.0

latest releases: v25.0.0, v24.0.0, v23.1.0...
2 years ago

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

Don't miss a new juno release

NewReleases is sending notifications on new releases.