Skip to content

Releases: CosmosContracts/juno

v10.0.0

25 Sep 20:58
Compare
Choose a tag to compare
v10.0.0 Pre-release
Pre-release

This is v10 of Juno.

This was deprecated before use in favour of v10.0.2. It is consensus breaking in an upgrade context, so please only use v10.0.2.

NOTE:

  • Versus v10.0.0-alpha, this backs out of using wasmd 0.29-rc* in favour of mainline wasmd 0.28.0. This means also keeping the SDK version the same at 0.45.6.
  • Versus v10.0.0-alpha.1 this adds complexity to the v10 upgrade handler, adding in an ICA Host message type (MsgUndelegate) that was omitted in the v7 upgrade handler.

What's Changed

New Contributors

Full Changelog: v9.0.0...v10.0.0-alpha.1

v10.0.0-alpha.1

22 Sep 15:47
Compare
Choose a tag to compare
v10.0.0-alpha.1 Pre-release
Pre-release

🚨 DO NOT RUN THIS ON MAINNET, IT IS A TESTING PRE-RELEASE 🚨

A pre-release to test the features slated for Juno v10.

NOTE: versus v10.0.0-alpha, this backs out of using wasmd 0.29-rc* in favour of mainline wasmd 0.28.0. This means also keeping the SDK version the same at 0.45.6.

What's Changed

New Contributors

Full Changelog: v9.0.0...v10.0.0-alpha.1

v10.0.0-alpha

12 Sep 15:19
15ed7e8
Compare
Choose a tag to compare
v10.0.0-alpha Pre-release
Pre-release

🚨 THIS IS A PRE-RELEASE FOR TESTING, DO NOT RUN ON MAINNET 🚨

A pre-release to test the features slated for Juno v10.

What's Changed

New Contributors

Full Changelog: v9.0.0...v10.0.0-alpha

v9.0.0

28 Jul 13:23
e6f9629
Compare
Choose a tag to compare

A release to recover from the 28th July cyber attack.

Please note that as on version 3 of Juno, we will be skipping a block and restarting the juno-1 chain at height 4136532

What's Changed

Full Changelog: v8.0.0...v9.0.0

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