-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Closed
Copy link
Labels
A-spec-specsArea: Specification—The Ethereum specification itself (eg. `src/ethereum/*`)Area: Specification—The Ethereum specification itself (eg. `src/ethereum/*`)C-bugCategory: this is a bug, deviation, or other problemCategory: this is a bug, deviation, or other problemE-easyExperience: easy, good for newcomersExperience: easy, good for newcomersP-high
Milestone
Description
TARGET_BLOB_GAS_PER_BLOCK should be GAS_PER_BLOB * BLOB_SCHEDULE_TARGET. Having GAS_PER_BLOB and BLOB_SCHEDULE_TARGET as well as TARGET_BLOB_GAS_PER_BLOCK as independently defined constants creates 2 sources of truth and room for potential bugs
Please refer to this PR for more context on this
Metadata
Metadata
Assignees
Labels
A-spec-specsArea: Specification—The Ethereum specification itself (eg. `src/ethereum/*`)Area: Specification—The Ethereum specification itself (eg. `src/ethereum/*`)C-bugCategory: this is a bug, deviation, or other problemCategory: this is a bug, deviation, or other problemE-easyExperience: easy, good for newcomersExperience: easy, good for newcomersP-high