-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
fix: head state regen in n-historical state #6674
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #6674 +/- ##
============================================
- Coverage 61.80% 61.80% -0.01%
============================================
Files 556 556
Lines 59073 59103 +30
Branches 1898 1898
============================================
+ Hits 36508 36526 +18
- Misses 22522 22534 +12
Partials 43 43 |
Performance Report✔️ no performance regression detected 🚀🚀 Significant benchmark improvement detected
Full benchmark results
|
packages/beacon-node/test/unit/chain/stateCache/persistentCheckpointsCache.test.ts
Show resolved
Hide resolved
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.
LGTM!! 🚀
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.
lgtm
🎉 This PR is included in v1.18.0 🎉 |
Motivation
Description
getSeedState()
api in block state cache returning 1st state to guarantee we can always get onepart of #5968