Skip to content

Releases: CosmosContracts/juno

v13.0.0-beta.1

21 Feb 21:23
Compare
Choose a tag to compare
v13.0.0-beta.1 Pre-release
Pre-release

This is for Uni-6 testnet ONLY. Block 262300. Proposal 6

What's Changed

  • feat(x/feeshare): Allow registering factory contracts by @Reecepbcups in #566
  • Removed InterTx
  • Removed Oracle and Price Feeder in 5b4d446
  • Removed CI for these in 01e4c9a
  • Removed IBCHooks in 1d76182

Oracle and CI commits will be reverted in the future in a part 2

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

v12.0.0

19 Feb 17:05
c528652
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v12.0.0

v13.0.0-beta

10 Feb 05:04
Compare
Choose a tag to compare
v13.0.0-beta Pre-release
Pre-release

Do not run this on mainnet or Uni. This is for ares-1
This release is part 1 of 2 or 3 upgrades to ensure it is safe for Uni-6

It is built off branch reece/v13-part1 from this PR
#556

Full Changelog: v13.0.0-alpha3...v13.0.0-beta

v12.0.0-beta.1

06 Feb 23:45
c2aa971
Compare
Choose a tag to compare
v12.0.0-beta.1 Pre-release
Pre-release

Uni-6 only, block height 23400 - proposal 1

What's Changed

Full Changelog: v12.0.0-beta...v12.0.0-beta.1

v12.0.0-beta

06 Feb 17:37
3effc81
Compare
Choose a tag to compare
v12.0.0-beta Pre-release
Pre-release

This is only for testing on the Uni testnet. Do not run on mainnet!

What's Changed

Full Changelog: v11.0.3...v12.0.0

v13.0.0-alpha3

31 Jan 19:19
1401967
Compare
Choose a tag to compare
v13.0.0-alpha3 Pre-release
Pre-release

What's Changed

Full Changelog: v13.0.0-alpha2...v13.0.0-alpha3

v13.0.0-alpha

31 Jan 19:19
Compare
Choose a tag to compare
v13.0.0-alpha Pre-release
Pre-release

Juno V13 RC for testing on Uni testnet. Do not run this on mainnet.
Rereleased @ new commit to fix docker issue

What's Changed

TL;DR Medium Article

Modules

Improvements

CI/CD

Test

Cleanup

Documentation

Version Changes

Commands

New Contributors

Read more

v13.0.0-alpha2

31 Jan 19:19
63d2130
Compare
Choose a tag to compare
v13.0.0-alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: v13.0.0-alpha...v13.0.0-alpha2

v11.0.3

18 Nov 07:48
Compare
Choose a tag to compare

This release makes a few cautionary changes:

  • requires go 1.19+ based on feedback from GoldenRatio, a Juno validator
  • uses wasmd v0.29.2, which has had additional post-dragon work done
  • uses cosmos-sdk v0.45.11
  • uses tendermint v0.34.23
  • uses iavl v0.19.4

In addition to that, it fixes a flub on the configuration of the IAVLDisableFastNode flag.

v11.0.0

27 Oct 15:53
b27fc7d
Compare
Choose a tag to compare

The final Juno v11 release candidate.

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

# IavlCacheSize set the size of the iavl tree cache.
# Default cache size is 50mb.
iavl-cache-size = 781250

# IAVLDisableFastNode enables or disables the fast node feature of IAVL.
# Default is true.
iavl-disable-fastnode = false

What's Changed

New Contributors

Full Changelog: v10.0.2...v11.0.0