-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
refactor: rename data gas to blob gas for relevant deneb fields #5816
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
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.
Changes lgtm 🚀
I noticed that we do not have a test for
tests/core/pyspec/eth2spec/test/helpers/sharding.py
from the spec. Is that the only spec we still need to add to our suite?
Also the question about the magic string for specVersion. Not sure if those would ever want to be different or not.
@@ -15,7 +15,7 @@ import {DownloadTestsOptions} from "@lodestar/spec-test-util"; | |||
const __dirname = path.dirname(fileURLToPath(import.meta.url)); | |||
|
|||
export const ethereumConsensusSpecsTests: DownloadTestsOptions = { | |||
specVersion: "v1.4.0-beta.0", | |||
specVersion: "v1.4.0-beta.1", |
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.
Out of curiosity, why do we have this magic string in this file and in packages/params/test/e2e/ensure-config-is-synced.test.ts
?
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 corresponds to protocol spec test releases (which go hand in hand with spec releases) : https://github.com/ethereum/consensus-spec-tests/releases
🎉 This PR is included in v1.10.0 🎉 |
pursuant to
renaming data gas fields => blob gas
TODO: