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