Skip to content

Releases: CosmosContracts/juno

v8.0.0

07 Jul 19:38
d0d9f36
Compare
Choose a tag to compare

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

30 Jun 14:51
1291b66
Compare
Choose a tag to compare

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

v7.0.0-beta.2

21 Jun 14:25
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

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

20 Jun 16:38
1291b66
Compare
Choose a tag to compare
v7.0.0-beta Pre-release
Pre-release

🚨 This is a pre-release for testnet use only! Do not use on mainnet! 🚨

What's Changed

New Contributors

Full Changelog: v6.0.0...v7.0.0-beta

v7.0.0-alpha.2

13 Jun 14:06
3f1b85d
Compare
Choose a tag to compare
v7.0.0-alpha.2 Pre-release
Pre-release

🚨 This is a pre-release for testnet use only! Do not use on mainnet! 🚨

What's Changed

New Contributors

Full Changelog: v6.0.0...v7.0.0-alpha.2

v7.0.0-alpha

07 Jun 11:03
abc6318
Compare
Choose a tag to compare
v7.0.0-alpha Pre-release
Pre-release

🚨 This is a pre-release for testnet use only! Do not use on mainnet or things will die† 🚨

What's Changed

New Contributors

Full Changelog: v6.0.0...v7.0.0-alpha

† that thing being your node

v6.0.0

19 May 09:33
d70c999
Compare
Choose a tag to compare

This upgrades to the latest version of wasmd.

Reminder: this is consensus-breaking as per our versioning policy.

What's Changed

Full Changelog: v5.0.1...v6.0.0

v6.0.0-alpha

18 May 10:29
c971c24
Compare
Choose a tag to compare
v6.0.0-alpha Pre-release
Pre-release

RC for testing some version bumps. DO NOT UPGRADE YOUR MAINNET NODE TO THIS PRE-RELEASE

What's Changed

  • Bump version of wasmd to 27.rc3 and update antehandler by @the-frey in #201

Full Changelog: v5.0.1...v6.0.0-alpha

v5.0.1

07 May 10:13
77fdc2e
Compare
Choose a tag to compare

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

06 May 00:30
bd0a4b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v5.0.0