Skip to content

Releases: quicksilver-zone/quicksilver

v1.2.2

19 Jan 17:02
d4a45f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

Docker container available from quicksilverzone/quicksilver:v1.2.2

v1.2.1

18 Jan 23:18
9a3355e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

Docker container available from quicksilverzone/quicksilver:v1.2.1

added missing v0.10.8 upgraded handler

11 Jan 08:50
7bc808b
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.1.0-innuendo...v1.1.1-innuendo

Docker Image : quicksilverzone/quicksilver:v1.1.1-innuendo , here

v1.2.0

03 Jan 06:51
0ce6daf
Compare
Choose a tag to compare

This release is used for genesis of quicksilver-2

  • Remove v1.1.0 migration and epoch skipping logic
  • Tidy debug logging
  • Fix inverted comparison for unbonding clipping
  • Bump ibc-go to v5.2.0

Full Changelog: v1.1.0...v1.2.0

v1.1.0

02 Jan 09:02
4180101
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

This release is deprecated; do not use. This page remains for informational purposes only.

This release contains a migration to remove cosmoshub-4 zone from Quicksilver, and burn associated qAtom tokens that were minted for that zone. All users have already been refunded Atoms directly on the Cosmos Hub.

It should not be run before block 115000.

Node operators with a block height less than 115000, should sync up to 115000 (set halt-height = 115000 in app.toml) with v1.0.0 before upgrading to v1.1.0.

What's Changed

  • Reflect final build tags in version by @chillyvee in #262
  • Allow COSMOS_BUILD_OPTIONS to be set externally by @chillyvee in #263
  • Add escrow account to fix unbonding bug
  • Filter zero intents
  • Remove burn permissions from mint and participation reward accounts
  • Remove pre-v1.0.0 upgrade handlers
  • Improve error responses for failed redelegation/withdrawal callbacks
  • Direct poolincentives to airdrop module account
  • Replace redemption rate hard cap with soft cap
  • Add chain restart migration to remove cosmoshub-4, close ICA channels and burn minted qAtoms

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0-innuendo

30 Dec 10:36
Compare
Choose a tag to compare
v1.0.0-innuendo Pre-release
Pre-release

Release for innuendo-4 testnet only

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0-innuendo

v1.0.0

15 Dec 16:54
6371729
Compare
Choose a tag to compare

Production ready release of quicksilverd.

  • cosmos-sdk v0.46.7
  • tendermint v0.34.24
  • ibc-go v5.1.0

This application must be compiled using go v1.19+. Changes since v1.18 mean a chain consisting of both v1.18 and v1.19 compiled binaries will experience non-determinism.

Docker image can be found here: docker.io/quicksilverzone/quicksilver:v1.0.0

Compatible with ICQ relayer v0.7.6.