Skip to content

Releases: quicksilver-zone/quicksilver

v1.6.2

12 Jul 20:38
de7a37c
Compare
Choose a tag to compare

Summary

Upgrade for quicksilverd on quicksilver-2 (mainnet) from block 8222500.

Binary (amd64) SHA256: 870ea0a749ae2e6d55a565a4fa138c56ec57cea68b5c2c93b07971f941489445
Docker: quicksilverzone/quicksilver:v1.6.2

What's Changed

  • fix(x/airdrop/keeper): hoist out sdk.Dec from constant strings by @odeke-em in #1677
  • ci(icq-relayer): run golangci on pull request related to icq-relayer by @tropicaldog in #1674
  • fix: fix some broken links in CONTRIBUTING.md and PAID_BOUNTIES.md by @odeke-em in #1682
  • add ibc v6 migration to upgrade handler
  • fix v1.6.1 upgrade handler test
  • dont error on nil response, it is valid if node has been pruned. log the error and try again. query will be re-raised if balance remains non-zero
  • fix: do not throw error on race condition (#1694)
  • fix: dont fail acknowledgement on delgation record race condition. fixes #1693
  • ensure that src delegation is icq updated in all cases
  • pfm can return nil; transfer_middleware should fall through if this is the case; fixes #1695
  • add no-op handler for v1.6.2

Full Changelog: v1.6.1...v1.6.2

v1.6.1

27 Jun 15:00
Compare
Choose a tag to compare

Summary

Quicksilverd v1.6.1 is for:

  • rhye-2 testnet, from block 2855700 (for rhye-2, please upgrade to v1.6.1-rc5 from block 2854992 prior to this upgrade!)
  • quicksilver-2 mainnet, 8003500.

Overview

  • Add Return to Sender field in memos
  • Allow mapped addresses for 118-cointype to support ICA accounts
  • Add auto Authz field to memos
  • Enable ICA host
  • Lower max block size bytes
  • Migrate IBC to v6
  • Remove cosmwasm and tokenfactory
  • Fully support CL pools in Participation Rewards
  • Built in per-block metrics collection

What's Changed (detailed)

Read more

v1.6.1-rc5

27 Jun 15:50
Compare
Choose a tag to compare
v1.6.1-rc5 Pre-release
Pre-release

Testnet validators, please upgrade to v1.6.1-rc5 at the halted block 2854992, prior to the upgrade to v1.6.1 at block 2855700.

This is due to the inclusion of the v1.6.1 upgrade handler definition in v1.6.1-rc4.

v1.5.7

20 Jun 14:59
Compare
Choose a tag to compare

Emergency hotfix from blockheight 7824325 onwards.

Full Changelog: v1.5.6...v1.5.7

v1.6.1-rc4

19 Jun 09:33
Compare
Choose a tag to compare
v1.6.1-rc4 Pre-release
Pre-release

Summary

This release if for rhye-2 only, from block 2729500.

Docker: quicksilverzone/quicksilver:v1.6.1-rc4
Binary (amd64) sha256: 23adad1beabcbaef3a980fda1adffb912591232b5b21aa329979321a89f1df1e

What's Changed

Full Changelog: v1.6.1-rc3...v1.6.1-rc4

v1.5.6

14 Jun 19:05
564d508
Compare
Choose a tag to compare

Summary

This is an upgrade for quicksilverd on the quicksilver-2 mainnet, from block 7810000.

There is no functional code change here, but the upgrade handler will set the status of four unbondings on cosmoshub-4 to UNBONDING, such that they will reattempt the SEND phase of the process, after the SEND phase failed at a previous epoch due to a closed channel

Sha256: a33a8d7d4804d631edf8c389568a1693d2f44db42ffa7de5dc6f27733a1fea79
Docker:

What's Changed

  • add upgrade handler for v1.5.6 to fix failed unbonding sends by @joe-bowman in #1659

Full Changelog: v1.5.5...v1.5.6

v1.6.1-rc3

03 Jun 09:24
5da957f
Compare
Choose a tag to compare
v1.6.1-rc3 Pre-release
Pre-release

Summary

This release if for rhye-2 only, from block 2480800.

Docker: quicksilverzone/quicksilver:v1.6.1-rc3
Binary (amd64) sha256: 08997fc76f39deabeb0a2cedc94c1586b397916925e7ec5aeba7d98709149faa

What's Changed

Full Changelog: v1.6.1-rc2...v1.6.1-rc3

v1.6.1-rc2

20 May 18:43
Compare
Choose a tag to compare
v1.6.1-rc2 Pre-release
Pre-release

Summary

Quicksilver upgrade for rhye-2 tesnet from block 2280350.

Docker: quicksilver-zone/quicksilver:v1.6.1-rc2
Hash (sha256) of amd64 binary: b6fd68043ef10fbc06ae0f9862f9f323bcf16fb1635a9391d52b8f3d081ab704

Overview

This change is primarily bug fixes resolving issues in mapped accounts, CL pool claims and push metrics.

What's Changed

Full Changelog: v1.6.1-rc1...v1.6.1-rc2

v1.6.1-rc1

16 May 09:14
774d1fe
Compare
Choose a tag to compare
v1.6.1-rc1 Pre-release
Pre-release

Supercedes: https://github.com/quicksilver-zone/quicksilver/releases/tag/v1.6.1-rc0

Summary

Quicksilverd upgrade from block 2204400

Fix metrics config bug in v1.6.1-rc0

What's Changed

Full Changelog: v1.6.1-rc0...v1.6.1-rc1

v1.6.1-rc0

15 May 17:39
767dfda
Compare
Choose a tag to compare
v1.6.1-rc0 Pre-release
Pre-release

Broken build; please use v1.6.1-rc1

Summary

Upgrade for rhye-2 testnet from block 2204400

  • Osmosis CL pool submodule not loaded bugfix
  • Node metrics collection
  • Bump grpc depdendency
  • Upgrade handler that:
    • adds transfer channels to each zone
    • removes previously incorrectly computed ibc denoms from allowed claims
    • enables ICAHost
    • reduces max_bytes (block size) to 2MB

What's Changed

New Contributors

Full Changelog: v1.6.0-rc0...v1.6.1-rc0