-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add historicalSummaries capella onwards #4974
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
9e129f0
to
1ba926d
Compare
@@ -1,48 +0,0 @@ | |||
import fs from "node:fs"; |
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.
this test was based on beacon state structure from devnet1, since it has changed, is no longer relvant here
"historical_summaries_update", | ||
], | ||
// This test right now has been escalted as history summary should have been pushed | ||
// in the state, but in the expected state as per test, nothing has been pushed |
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.
escalated the test to the CL group, waiting on revert but seems like lodestar is doing the right thing
"partial_withdrawals", | ||
"bls_to_execution_change", | ||
"withdrawals", | ||
"historical_summaries_update", |
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.
added to pending tracker list
-#4680,
but other transition tests cover summaries update as well so we can take it up as a separate task
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.
added the epochfn handler for historical_summaries_update, so its not skipped now 👍
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.
LGMT!
- But can we merge this one first? Unskip remaining spec tests #4987
e766505
to
af0a0b4
Compare
Add historicalSummaries capella onwards
Ref
TODO: