Release for quicksilver-2 mainnet from block 6365700.
Sha256: 1613d4b9effa755a0effe7d9cec93f7cb9f267bc1cbafbd91a2bb25340522608
Docker: quicksilverzone/quicksilver:v1.5.0
Includes:
- Fix race condition in Delegation record updates and withdrawal acknowledgements #1162
- Improve handling of requeued unbondings #1201
- Fix potential panic in claims manager checks #1217
- Remove Crescent claims logic #1143
- Remove unused datapoints functionality from ICQ #1170
- Fix issue with delayed redelegation acknowledgements being garbage collected #1140
- Add MsgCancelQueuedRedemption #1122
- Add unbonding statistics to /zones #1123
- Auto onboard protocol data for new zones #1121
- Handle unstakable tokens #1118
- Performance fixes #993 #1054
- Handle migration of vesting accounts with existing delegations #1175
- Fix panic is validator reduced to zero VP through slashing
- Compensate users that unbonded at a very low RR #1259
- Migrate 2x Notional multisigs to new addresses #1184
What's Changed
- chore(deps): bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.1 by @dependabot in #1130
- dependencies: bump cometbft and cometbft-db by @joe-bowman in #1128
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #1137
- Ensure safe casting from math.Int to go primitive type. by @tnv1 in #1134
- chore(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 by @dependabot in #1138
- Handle non staking tokens by @joe-bowman in #1132
- fix #1140; recreate redelegation record if long delays mean original record was garbage collected by @joe-bowman in #1141
- chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #1148
- fixes #1143; remove crescent by @joe-bowman in #1144
- auto add local denom for onboarded zone by @joe-bowman in #1142
- Add MsgCancelQueuedRedemption message type by @joe-bowman in #1147
- chore(deps): bump github.com/golangci/golangci-lint from 1.56.1 to 1.56.2 by @dependabot in #1155
- Disable golang caches by @faddat in #1153
- fixes #1170; remove datapoint logic from icq by @joe-bowman in #1171
- update CODEOWNERS by @joe-bowman in #1174
- fixes: #1169; add callback ID to query hash generation by @joe-bowman in #1172
- chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #1173
- chore(deps): bump the go_modules group across 3 directories with 2 updates by @dependabot in #1176
- Revert "chore(deps): bump the go_modules group across 3 directories with 2 updates (#1176)" by @faddat in #1180
- fixes 1162; race condition between delegation record queries and withdrawal acks by @joe-bowman in #1183
- add v1.5.0-rc0 upgrade handler by @joe-bowman in #1185
- remove token from codecov upload; not required for public repo by @joe-bowman in #1192
- revert previous token removal by @joe-bowman in #1199
- chore(deps): bump cosmossdk.io/math from 1.2.0 to 1.3.0 by @dependabot in #1191
- refactor: refactor lookup zone by denom by @minhngoc274 in #1198
- feat: update migrate vesting accounts logic by @minhngoc274 in #1184
- refactor: remove storage of chain/connection in context for ibc callbacks by @minhngoc274 in #1209
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #1221
- feat: add unbonding amount stats by @tropicaldog in #1211
- collect requeued txs together by @joe-bowman in #1222
- chore(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #1224
- fix(claimsmanager): check index to avoid runtime panic by @minhngoc274 in #1223
- update v1.6.0 upgrade handler add zone by local denom by @minhngoc274 in #1229
- chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #1208
- Revert "chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0" by @joe-bowman in #1232
- fix(claimsmanager): properly check index to avoid invalid data in UserClaims,UserLastEpochClaims by @odeke-em in #1234
- lint by @joe-bowman in #1244
- v1.5.0-rc1 upgrade handler by @joe-bowman in #1235
- update dependencies and run
make proto-gen
by @joe-bowman in #1245 - handle panic in SetValidator if incoming validator has been reduced to zero VP through slashing by @joe-bowman in #1230
- fix: unbonding records have nil amount field, so query burnAmount instead by @joe-bowman in #1247
- feat: add title and description to msg incentive pool send by @minhngoc274 in #1255
- Fix low rr withdrawals by @joe-bowman in #1259
- Final v1.5.0 upgrade handler by @joe-bowman in #1260
New Contributors
- @tnv1 made their first contribution in #1134
- @minhngoc274 made their first contribution in #1198
- @tropicaldog made their first contribution in #1211
Full Changelog: v1.4.7...v1.5.0