-
Notifications
You must be signed in to change notification settings - Fork 978
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
Optimize find delegation validators #3043
Conversation
7d2c466
to
1c251c2
Compare
1c251c2
to
8fcfbeb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good besides the tiny comments
8fcfbeb
to
c684350
Compare
thanks, think I still may include the pruning of |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3043 +/- ##
==========================================
+ Coverage 59.39% 59.49% +0.09%
==========================================
Files 298 298
Lines 92771 92967 +196
==========================================
+ Hits 55104 55310 +206
+ Misses 37667 37657 -10 ☔ View full report in Codecov by Sentry. |
c684350
to
f670a03
Compare
* brent/delegation-validators: better comment use unslashed bond amounts in `find_delegations` fix from comments changelog: add #3043 prune old `prev_ranges` data fix edge case (fully unbond then rebond) fixes from review comments fix and finish test new approach don't merklize delegation targets improve nomenclature and comments rename and fix rpc fns to get delegator's target validators track all validators to which an account has bonded tokens
* brent/delegation-validators: better comment use unslashed bond amounts in `find_delegations` fix from comments changelog: add #3043 prune old `prev_ranges` data fix edge case (fully unbond then rebond) fixes from review comments fix and finish test new approach don't merklize delegation targets improve nomenclature and comments rename and fix rpc fns to get delegator's target validators track all validators to which an account has bonded tokens
Describe your changes
Closes #3015.
Indicate on which release or other PRs this topic is based on
v0.33.0
Checklist before merging to
draft