Skip to content

Releases: CosmosContracts/juno

v2.3.0-beta.2

22 Mar 22:23
Compare
Choose a tag to compare
v2.3.0-beta.2 Pre-release
Pre-release

⚠️ This is a pre-release for testing and contains consensus-breaking changes. It is only for use on an upcoming uni testnet upgrade ⚠️

If you run this on your mainnet node it will die.

This is the same as v2.3.0-beta.1 except with the addition of a throwaway upgrade handler for uni-2.

The upgrade handler is called lupercalia-beta.

v2.3.0-beta.1

17 Mar 17:31
ffbff1c
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release

⚠️ This is a pre-release for testing and contains consensus-breaking changes. It is only for use on an upcoming uni testnet upgrade ⚠️

If you run this on your mainnet node it will die.

v2.3.0-beta

09 Feb 09:47
d323777
Compare
Choose a tag to compare
v2.3.0-beta Pre-release
Pre-release

⚠️ This is a pre-release for testing and contains consensus-breaking changes. It is only for use on an upcoming uni testnet upgrade ⚠️

Integrate mainline wasmd so we can test on uni.

This release contains a fix to the cache issue that caused a uni chain halt.

What's Changed

Full Changelog: v2.1.0...v2.3.0-beta

v2.3.0-alpha.2

01 Feb 14:04
7ec1d74
Compare
Choose a tag to compare
v2.3.0-alpha.2 Pre-release
Pre-release

⚠️ This is a pre-release for testing and contains consensus-breaking changes. It is only for use on an upcoming uni testnet upgrade ⚠️

Integrate mainline wasmd so we can test on uni.

What's Changed

Full Changelog: v2.1.0...v2.3.0-alpha.2

v2.3.0-alpha.1

31 Jan 10:43
2476253
Compare
Choose a tag to compare
v2.3.0-alpha.1 Pre-release
Pre-release

⚠️ This is a pre-release for testing and contains consensus-breaking changes. It is only for use on an upcoming uni testnet upgrade ⚠️

Integrate mainline wasmd so we can test on uni.

What's Changed

Full Changelog: v2.1.0...v2.3.0-alpha.1

v2.3.0-alpha

28 Jan 11:07
05d3b7b
Compare
Choose a tag to compare
v2.3.0-alpha Pre-release
Pre-release

⚠️ This is a pre-release for testing and contains consensus-breaking changes. It is only for use on an upcoming uni testnet upgrade ⚠️

Integrate mainline wasmd so we can test on uni.

What's Changed

Full Changelog: v2.1.0...v2.3.0-alpha

v2.1.0

20 Dec 16:09
e6b8c21
Compare
Choose a tag to compare

Contains fixes to:

  • An issue with juno wasmd fork where submessages in contracts could not be routed
  • An issue with juno wasmd fork where contract addresses were 20 bytes rather than 32

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.1.0


v2.1.0 Patch

Originally we had planned on a straight-up v2.2.0 release, but testing that in the timeslot we had available wasn't possible. As a result, we are distributing this set of instructions for patching your node. Note:

  • Until you have patched your node, it is vulnerable
  • Until 2/3 of validators have patched their nodes, the network is vulnerable

So you can understand our desire to get the entire validator set patched as soon as possible.

For this update, you should update using the patched binary supplied on the v2.1.0 release. It contains a statically compiled wasmvm that needs to be built on alpine.

This patched junod binary can be run on a linux box. It was built on alpine and has been tested on various Ubuntu LTSs and Debian bullseye. If you are concerned about your OS, then try patching a sentry first before patching your validator.

Important: you can compile this release yourself, but only on alpine, and you will need to verify using the steps below, or your box will still be vulnerable. As a result, we recommend you use the binary we've built.

Step 1: stop your node

If you are not using cosmovisor, you should stop your node before switching the binary.

If you are using cosmovisor, you can download and verify the binary, then follow the steps underneath.

Step 2: download and verify

# find out where junod is - will likely be /home/<your-user>/go/bin/junod
which junod

# put new binary there i.e. in path/to/juno
wget https://github.com/CosmosContracts/juno/releases/download/v2.1.0/junod -O /home/<your-user>/go/bin/junod

# if you run this, you should see build_tags: netgo muslc,
# if there is a permissions problem use chmod/chown to make sure it is executable
junod version --long

# confirm it is using the static lib - should return "not a dynamic executable"
ldd /home/<your-user>/go/bin/junod

# if you really want to be sure
# this should return:
# ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, 
# Go BuildID=4Ec3fj_EKdvh_u8K3RGJ/JIKOgYFXTJ9LzGROhs8n/uC9gpeaM9MaYurh9DJiN/YcvB8Jc2ivQM2zUSHMhg, stripped
file /home/<your-user>/go/bin/junod

Step 3: restart (if not using cosmovisor)

If you are using a service file that points to this junod, you can restart the service.

Step 3: install and restart (if using cosmovisor)

If you are using cosmovisor:

  • follow the steps above to download and verify the binary
  • stop cosmovisor
  • copy the binary cp /home/<your-user>/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/moneta-patch/bin
  • check the binary has the muslc flag in the output for $DAEMON_HOME/cosmovisor/upgrades/moneta-patch/bin/junod version --long
  • restart cosmovisor
  • 🤞

v2.0.6 - Moneta

13 Dec 17:18
d9c8ee6
Compare
Choose a tag to compare

This is the final candidate for the Juno moneta release.

Changes over 1.0.0:

  • Adds wasmd and cosmwasm
  • Fixes a bug with pinning contracts
  • Enforces a minimum validator commission
  • Ensures that new validators joining the set have to adhere to this
  • Includes a wasmvm security patch
  • Includes increase to cosmwasm default compile costs
  • Enforces a minimum validator commission
  • Ensures that new validators joining the set have to adhere to this
  • Includes a wasmvm security patch
  • Includes increase to cosmwasm default compile costs
  • A bump in contract compilation cost (10x to 100)
  • Version bump to 44.5 SDK
  • Adds IBC proposal handler
  • Update to notional wasmd fork ver juno-3
  • Add missing wasm AnteHandler

What's Changed

Full Changelog: v1.0.0...v2.0.6

v2.0.5-moneta

11 Dec 16:04
3232a65
Compare
Choose a tag to compare
v2.0.5-moneta Pre-release
Pre-release

This is the final candidate for the Juno moneta release.

Changes over 1.0.0:

  • Adds wasmd and cosmwasm
  • Fixes a bug with pinning contracts
  • Enforces a minimum validator commission
  • Ensures that new validators joining the set have to adhere to this
  • Includes a wasmvm security patch
  • Includes increase to cosmwasm default compile costs
  • Enforces a minimum validator commission
  • Ensures that new validators joining the set have to adhere to this
  • Includes a wasmvm security patch
  • Includes increase to cosmwasm default compile costs
  • A bump in contract compilation cost (10x to 100)
  • Version bump to 44.5 SDK
  • Adds IBC proposal handler
  • A futher bump in contract compilation cost (10x to 1000)
  • Update to notional wasmd fork ver juno-3
  • Add missing wasm AnteHandler

What's Changed

Full Changelog: v1.0.0...v2.0.5

v2.0.4-moneta

11 Dec 13:58
00af7e8
Compare
Choose a tag to compare
v2.0.4-moneta Pre-release
Pre-release

This is the final candidate for the Juno moneta release.

Changes over 1.0.0:

  • Adds wasmd and cosmwasm
  • Fixes a bug with pinning contracts
  • Enforces a minimum validator commission
  • Ensures that new validators joining the set have to adhere to this
  • Includes a wasmvm security patch
  • Includes increase to cosmwasm default compile costs
  • Enforces a minimum validator commission
  • Ensures that new validators joining the set have to adhere to this
  • Includes a wasmvm security patch
  • Includes increase to cosmwasm default compile costs
  • A bump in contract compilation cost (10x to 100)
  • Version bump to 44.5 SDK
  • Adds IBC proposal handler
  • A futher bump in contract compilation cost (10x to 1000)
  • Update to notional wasmd fork ver juno-3

What's Changed

Full Changelog: v1.0.0...v2.0.4