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:
Philippe Castonguay 2021-03-15 09:56:09 -04:00 committed by GitHub
parent cc6009f8fb
commit 2ddfbf0d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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