What's Changed
- Remove duplicate in Makefile by @anhductn2001 in #440
- Use docker/build-push-action for IC-Test by @anhductn2001 in #439
- chore: minor deps by @aljo242 in #442
- test:
x/airdrop
types by @aljo242 in #421 - fix: adding nil check for allocation and removing redundant if case by @muku314115 in #449
- Update CODEOWNERS by @aljo242 in #447
- feat: mapped accounts by @aljo242 in #436
- chore: add port to unstable rule by @aljo242 in #450
- barberry patch fix (backport #453) by @mergify in #455
- Pr tvl updates by @joe-bowman in #445
- fix: ictest by @aljo242 in #460
- fix: upgrade handler and
updateZoneProposal
by @ajansari95 in #459 - fix:
interchaintest
Makefile by @aljo242 in #462 - chore: update and format proto by @aljo242 in #461
- feat: ADR 002 sub zones and proto-init by @aljo242 in #458
- chore: bump deps by @aljo242 in #463
- fix:
interchaintest
fork update by @aljo242 in #467 - test: adding an endpoint to get withdrawal records for a user by @muku314115 in #465
- chore: add
format
tomake proto-gen
by @aljo242 in #472 - test: emitting mint event when qAssets are minted and sent to users by @muku314115 in #470
- test: adding test cases for participationrewards by @muku314115 in #457
- test: end point to get intents across all zones for a delegator address #466 by @muku314115 in #468
- fix: requeued unbonding sends by @aljo242 in #448
- setting the overall score in validators by @muku314115 in #471
- test: endpoint to get the receipt for a txHash by @muku314115 in #469
- Nil unbonding time by @joe-bowman in #473
- feat: ics rewards by @joe-bowman in #446
- Qck 501 intents as memofield by @joe-bowman in #475
- fix unhelpful error log by @joe-bowman in #476
- fix: replace sdk.MustAddressFromBech32 with addressutils.AddressFromBech32 [QCK-502] by @joe-bowman in #477
- chore: minor deps by @aljo242 in #482
- Remove ProtocolData proposal by @joe-bowman in #481
- fix: remove use of iota by @joe-bowman in #484
- Upgrade beta5 by @joe-bowman in #485
- fix: compute ibc/xxx denom instead of base denom for comparison by @joe-bowman in #486
- quietly ignore nil validator updates, without erroring, to avoid blocking icq by @joe-bowman in #488
- test: umee submodule by @muku314115 in #479
- update:
v1.4.4-beta.7
upgrade handler by @ajansari95 in #492 - chore: continue on vuln fail by @aljo242 in #493
- fix : port and channel for deriving ics rewards denom trace by @ajansari95 in #489
- fix: refactor redelegations distribution logic by @joe-bowman in #490
- fix: ics rewards take 4 😢 by @joe-bowman in #496
- chore: update CODEOWNERS by @aljo242 in #499
- upgrade:
1.4.4-rc0
by @ajansari95 in #500 - Parse memo before looking up hash by @joe-bowman in #501
New Contributors
- @anhductn2001 made their first contribution in #440
-
upgrade handler :
- move existing Protocol Datas to new key.
- add
is_118
field to existing zones. - GC redelgations older then unbonding period
-
Docker contaiber:
quicksilverzone/quicksilver:v1.4.4-rc.0
Full Changelog: v1.4.2-rc7...v1.4.4-rc.0