-
Notifications
You must be signed in to change notification settings - Fork 221
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
7246 fix vaults list #7247
7246 fix vaults list #7247
Conversation
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.
Presuming rebase as appropriate...
cc51448
to
4725433
Compare
Datadog ReportBranch report: ✅ |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7247 +/- ##
==========================================
- Coverage 70.94% 69.04% -1.91%
==========================================
Files 451 376 -75
Lines 86068 74798 -11270
Branches 3 3
==========================================
- Hits 61059 51642 -9417
+ Misses 24941 23090 -1851
+ Partials 68 66 -2
|
4725433
to
b3b84dd
Compare
@Mergifyio requeue |
☑️ This pull request is already queued |
@Mergifyio requeue |
☑️ This pull request is already queued |
@Mergifyio refresh |
✅ Pull request refreshed |
closes: #7246
Description
Fixes getting stale
vaults list
data by reading the wrong end of the array at the latest block height.Also refactors rpcUtils to DRY out vstorage deserialization to avoid such errors in the future.
Stacked on #7132
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations