Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.4.x #296

Merged
merged 22 commits into from
Feb 15, 2023
Merged

Release/v1.4.x #296

merged 22 commits into from
Feb 15, 2023

Conversation

joe-bowman
Copy link
Contributor

Release v1.4.0-rc6

  • add flag to enable/disable rts, deposits and unbondings per zone
  • fix 0.46 balance unmarshalling bug
  • add receipt first_seen / completion time
  • add stats including distance
  • handle failed redelegations and unbondings
  • bump tendermint / cosmos-sdk dependencies
  • improve redelegation logic
  • improve unbonding logic

odeke-em and others added 22 commits February 1, 2023 11:49
…ltas

Given that types.ValidatorIntents is already a slice, this change
just extracts its length and uses that as a slice capacity hint
to improve performance.

Fixes #97
…of naked ++

Instead of using a naked increment for an exported struct, this change
uses its .IncrementBalanceWaitgroup() which helps in logical checks.

Fixes #98
…esentations of aggregated_intent and current_delegations) to stats output, as measure of redelegation performance
…elegations

fix: transitive redelegations and re-registering regen
@codecov-commenter
Copy link

Codecov Report

Merging #296 (56e58db) into main (d4a45f7) will increase coverage by 0.61%.
The diff coverage is 52.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #296      +/-   ##
==========================================
+ Coverage   53.42%   54.04%   +0.61%     
==========================================
  Files         148      152       +4     
  Lines       11204    12012     +808     
==========================================
+ Hits         5986     6492     +506     
- Misses       4832     5072     +240     
- Partials      386      448      +62     
Flag Coverage Δ
unittests 54.04% <52.65%> (+0.61%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app/ante.go 72.72% <0.00%> (ø)
cmd/quicksilverd/main.go 0.00% <0.00%> (ø)
cmd/quicksilverd/root.go 58.90% <0.00%> (ø)
wasmbinding/message_plugin.go 5.29% <0.00%> (ø)
wasmbinding/query_plugin.go 35.71% <0.00%> (ø)
x/airdrop/keeper/hooks.go 0.00% <0.00%> (ø)
x/claimsmanager/types/keys.go 100.00% <ø> (ø)
x/epochs/handler.go 20.00% <0.00%> (ø)
x/epochs/types/hooks.go 0.00% <0.00%> (ø)
x/interchainquery/handler.go 20.00% <0.00%> (ø)
... and 65 more

Copy link
Contributor

@ajansari95 ajansari95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joe-bowman joe-bowman merged commit 0bf2733 into main Feb 15, 2023
@joe-bowman joe-bowman deleted the release/v1.4.x branch February 15, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants