Skip to content

Releases: CosmosContracts/juno

v22.0.0

24 Apr 07:14
b0faafb
Compare
Choose a tag to compare

Mainnet upgrade height 15873890

What's Changed

Full Changelog: v21.0.0...v22.0.0

v22.0.0-alpha.1

21 Apr 15:22
b0faafb
Compare
Choose a tag to compare
v22.0.0-alpha.1 Pre-release
Pre-release

Testnet Upgrade Height: 10121300

What's Changed

Full Changelog: v21.0.0...v22.0.0

v21.0.0

09 Mar 14:53
e98863b
Compare
Choose a tag to compare

Upgrade Height: 14556500

What's Changed

Full Changelog: v20.0.0...v21.0.0

v20.0.0

07 Feb 17:16
6f27cf8
Compare
Choose a tag to compare

Manual Upgrade Halt Height: 13743781

What's Changed

  • fix! not loading in contracts with custom WasmVM after upgrade by @Reecepbcups in #961

Full Changelog: v19.1.0...v20.0.0

v20.0.0-alpha.1

06 Feb 16:02
6f27cf8
Compare
Choose a tag to compare
v20.0.0-alpha.1 Pre-release
Pre-release

This is a patch built off the release/v19 branch (yes, confusing). Use on Juno's testnet ONLY at a set halt height in the near future. It fixes the loading of smart contracts from the correct data dir (not home directory) that appeared in the v19 upgrade adding the wasm light client.

Testnet Halt Height: 7775716

  • nano ~/.juno/config/app.toml -> halt-height = 7775716
  • then restart your node

What's Changed

  • fix! not loading in contracts with custom WasmVM after upgrade by @Reecepbcups in #961

Full Changelog: v19.1.0...v20.0.0-alpha.1

v19.1.0

05 Feb 18:35
fc06bf4
Compare
Choose a tag to compare

What's Changed

  • chore: remove Frey, Jack, and Reece from code owners & security by @Reecepbcups in #955
  • patch: Migrate the correct amount of Core-1 funds by @Reecepbcups in #959

Full Changelog: v19.0.0...v19.1.0

v19.0.0

29 Jan 15:55
46bc071
Compare
Choose a tag to compare

USE V19.1.0 INSTEAD DUE TO AN UPGRADE FAILURE ON MIGRATION

Upgrade Height: 13678871

Highlights

  • Enforce Validator's Max 24 Hour Change Rate To 5%
  • Permissionless x/clock registration
  • IBC 08-Wasm Light Client (Polkadot<->Juno)
  • Migrate Core-1 Multisig funds to Charter Council per Prop
  • Fixes CosmWasm Memory Leak

Full Changelog

New Contributors

Full Changelog: v18.1.0...v19.0.0

v19.0.0-alpha.3

26 Jan 17:27
46bc071
Compare
Choose a tag to compare
v19.0.0-alpha.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v19.0.0-alpha.2...v19.0.0-alpha.3

v19.0.0-alpha.2

19 Jan 18:44
Compare
Choose a tag to compare
v19.0.0-alpha.2 Pre-release
Pre-release

Testnet

Previously an error failed initialize pinned codes Error calling the VM: Cache error: Error opening Wasm file for reading: pinning contract failed occured when using both wasmkeeper and wasmlc to pin contracts on start.

This removes the double pinning and instead just uses the wasmlckeeper

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

v19.0.0-alpha.1

16 Jan 22:42
55ec22a
Compare
Choose a tag to compare
v19.0.0-alpha.1 Pre-release
Pre-release

Testnet Upgrade Height: 7194366
Go Version Required: go1.21

Major Changes

Other

New Contributors

Full Changelog: v18.1.0...v19.0.0-alpha.1