mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 12:18:16 +00:00
Automatically merged updates to draft EIP(s) 3382 (#3390)
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft, Review, or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
cc6009f8fb
commit
2ddfbf0d15
@ -11,11 +11,11 @@ created: 2020-03-13
|
||||
|
||||
## Simple Summary
|
||||
|
||||
Hardcode the block gas limit (known as *block gas target* under [EIP-1559](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md)) to `12,500,000` gas per block.
|
||||
Hardcode the block gas limit to `12,500,000` gas per block.
|
||||
|
||||
## Abstract
|
||||
|
||||
Ethereum's block gas limit is currently dictated by block producers and is not enforced when validating blocks in clients. This EIP proposes to hardcode the block gas limit to `12,500,000`.
|
||||
Updates the block validation rules such that a block is invalid if the `gas_limit` header field is not equal to `12,500,000`.
|
||||
|
||||
## Motivation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user