refactor: rename data gas to blob gas for relevant deneb fields#5816
refactor: rename data gas to blob gas for relevant deneb fields#5816
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
matthewkeil
left a comment
There was a problem hiding this comment.
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.
|
|
||
| export const ethereumConsensusSpecsTests: DownloadTestsOptions = { | ||
| specVersion: "v1.4.0-beta.0", | ||
| specVersion: "v1.4.0-beta.1", |
There was a problem hiding this comment.
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.
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: