CosmosContracts Juno Versions Save

Open Source Platform for Interoperable Smart Contracts

v22.0.0

1 month ago

Mainnet upgrade height 15873890

What's Changed

Full Changelog: https://github.com/CosmosContracts/juno/compare/v21.0.0...v22.0.0

v22.0.0-alpha.1

1 month ago

Testnet Upgrade Height: 10121300

What's Changed

Full Changelog: https://github.com/CosmosContracts/juno/compare/v21.0.0...v22.0.0

v21.0.0

2 months ago

Upgrade Height: 14556500

What's Changed

Full Changelog: https://github.com/CosmosContracts/juno/compare/v20.0.0...v21.0.0

v20.0.0

3 months ago

Manual Upgrade Halt Height: 13743781

What's Changed

Full Changelog: https://github.com/CosmosContracts/juno/compare/v19.1.0...v20.0.0

v20.0.0-alpha.1

3 months ago

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

Full Changelog: https://github.com/CosmosContracts/juno/compare/v19.1.0...v20.0.0-alpha.1

v19.1.0

3 months ago

What's Changed

Full Changelog: https://github.com/CosmosContracts/juno/compare/v19.0.0...v19.1.0

v19.0.0

4 months ago

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: https://github.com/CosmosContracts/juno/compare/v18.1.0...v19.0.0

v19.0.0-alpha.3

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/CosmosContracts/juno/compare/v19.0.0-alpha.2...v19.0.0-alpha.3

v19.0.0-alpha.2

4 months ago

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: https://github.com/CosmosContracts/juno/compare/v19.0.0-alpha.1...v19.0.0-alpha.2

v19.0.0-alpha.1

4 months ago

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

Major Changes

Other

New Contributors

Full Changelog: https://github.com/CosmosContracts/juno/compare/v18.1.0...v19.0.0-alpha.1