Skip to content

Releases: CosmosContracts/juno

v15.0.0

29 May 14:18
f507f9c
Compare
Choose a tag to compare

This is a mainnet state breaking release, do not try to apply to your node before the upgrade time.


What's Changed

Full Changelog: v14.1.1...v15.0.0

v15.0.0-alpha.2

26 May 15:10
f507f9c
Compare
Choose a tag to compare
v15.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v15.0.0-alpha.1...v15.0.0-alpha.2

v15.0.0-alpha.1

24 May 16:10
b7901a7
Compare
Choose a tag to compare
v15.0.0-alpha.1 Pre-release
Pre-release

Uni testnet only

You must clear your wasm cache since this moves us to wasmvm 1.2.3 (from v14.1.0)

What's Changed

Full Changelog: v14.1.1...v15.0.0-alpha.1

v14.1.0

18 Apr 19:58
e57bc00
Compare
Choose a tag to compare

This should be non consensus-breaking, but you will need to blow away the wasm cache.

# stop your node
systemctl stop juno

# Remove your wasm data cache - (per https://github.com/CosmWasm/wasmvm/issues/426)
rm -rf $HOME/.juno/data/wasm/cache/

# Download the latest version
cd juno
git fetch --tags && git checkout v14.1.0
make build && make install

junod version --long
# this will return commit e57bc002ac3d27457e304985a4cd8445a2580172

# if using visor
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v14/bin

# start the node back up
systemctl start juno

What's Changed

Full Changelog: v14.0.0...v14.1.0

v14.0.0

10 Apr 18:42
cd0e46c
Compare
Choose a tag to compare

If you are syncing an Archive node, please use v14.1 & rm -rf $HOME/.juno/data/wasm/cache/

Important! The following config change in app.toml is required for nodes & validators:

minimum-gas-prices = "0juno"

This upgrade is scheduled for: April 17th 2023, 1700UTC +/- 1 hour
Block: https://www.mintscan.io/juno/blocks/7875721
Proposal: https://www.mintscan.io/juno/proposals/282


Modules

Features

Dependency Bumps

Command Line Additions

  • CLI: adds MAX_WASM_SIZE env var for local testing by @Reecepbcups in #600
  • CLI: Specify client.toml variables (gas, gas-prices, note, etc) by @Reecepbcups in #601

Other

New Contributors

Full Changelog: v13.0.1...v14.0.0

v14.0.0-alpha.2

03 Apr 17:38
Compare
Choose a tag to compare
v14.0.0-alpha.2 Pre-release
Pre-release

This is a non state breaking patch for Uni-6 validators only. This should be the last patch before mainnet

What's Changed

  • include mev-cometbft instead of tendermint by @nivasan1 in #627
  • (chore): bump mev-tendermint version by @bpiv400 in #630
  • Enabled cosmwasm 1.2 features by @Reecepbcups in #626
  • GlobalFee MsgTimeout & MsgTimeoutOnClose are now 0 fees thanks to @giansalex
  • General Cleanup and improvements

New Contributors

Full Changelog: v14.0.0-alpha.1...v14.0.0-alpha.2

v14.0.0-alpha.1

27 Mar 21:29
e10e324
Compare
Choose a tag to compare
v14.0.0-alpha.1 Pre-release
Pre-release

This pre-release is only meant for the Uni testnet. Do not use on mainnet!
Uni-6 testnet instructions


Important! The following config change in app.toml is required:

# Uni-6
minimum-gas-prices = "0ujunox"

Modules

Features

Testing / CI

Dependency Bumps

Command Line Additions

  • CLI: adds MAX_WASM_SIZE env var for local testing by @Reecepbcups in #600
  • CLI: Specify client.toml variables (gas, gas-prices, note, etc) by @Reecepbcups in #601

Other

Full Changelog: v13.0.1...v14.0.0-alpha.1

v13.0.1

20 Mar 18:09
1f39274
Compare
Choose a tag to compare

Summary

  • Fixes the REST API (:1317) from showing previously removed modules.

What's Changed

Full Changelog: v13.0.0...v13.0.1

v13.0.0

06 Mar 19:37
6b69a3d
Compare
Choose a tag to compare

This upgrade is scheduled for block 7374801 after proposal 271 passes.

What's Changed

Modules

Improvements

CI/CD

Test

Cleanup

Documentation

Version Changes

  • Use master branch of cosmos/cosmos-ledger-go by @faddat in #314
  • chore(deps) Dependency Bumps [chain-chores] by @Reecepbcups in #365
  • use latest ledger, avoiding an unmaintained library by @faddat in #392
  • use a token factory with ibc-go/v4 by @faddat in #435
  • use informal tendermint by @faddat in #510
  • [v13] latest SDK + security patch wasmd, new TF command by @Reecepbcups in #575

Commands

New Contributors

Full Changelog: v12.0.0...v13.0.0

v13.0.0-beta.2

28 Feb 02:32
6b69a3d
Compare
Choose a tag to compare
v13.0.0-beta.2 Pre-release
Pre-release

For Uni only, non state breaking upgrade to fix some versioning things

What's Changed

Full Changelog: v13.0.0-beta.1...v13.0.0-beta.2