Releases: quicksilver-zone/quicksilver
v1.2.2
What's Changed
- fix deposit address setWithdrawalAddress callback by @ajansari95 in #284
Full Changelog: v1.2.1...v1.2.2
Docker container available from quicksilverzone/quicksilver:v1.2.2
v1.2.1
What's Changed
- V1.2.0 changelog by @joe-bowman in #277
- Docs: add module specs by @zanicar in #278
- Release/v1.2.x by @joe-bowman in #282
- add v1.2.1 changelog by @joe-bowman in #283
Full Changelog: v1.2.0...v1.2.1
Docker container available from quicksilverzone/quicksilver:v1.2.1
added missing v0.10.8 upgraded handler
What's Changed
- added v0.10.8 upgradehandler by @ajansari95 in #279
Full Changelog: v1.1.0-innuendo...v1.1.1-innuendo
Docker Image : quicksilverzone/quicksilver:v1.1.1-innuendo
, here
v1.2.0
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
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
- @chillyvee made their first contribution in #262
Full Changelog: v1.0.0...v1.1.0
v1.0.0-innuendo
Release for innuendo-4 testnet only
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
- update wasmvm lib to v1.1.1 by @joe-bowman in #264
- Ajansari95/escrow module account by @ajansari95 in #265
- Fixes zero intent scenario by @ajansari95 in #267
New Contributors
- @chillyvee made their first contribution in #262
Full Changelog: v1.0.0...v1.1.0-innuendo
v1.0.0
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.