Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 1559 (#2759)
Browse files Browse the repository at this point in the history
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
  • Loading branch information
MicahZoltu authored Jul 4, 2020
1 parent 06e64e4 commit 3a96d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-1559.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The transition to this gas price system will occur in two phases, in the first p
* `INITIAL_FORK_BLKNUM`: TBD
* `MIGRATION_DURATION_IN_BLOCKS`: 800,000
* `FINAL_FORK_BLKNUM`: `INITIAL_FORK_BLKNUM + MIGRATION_DURATION_IN_BLOCKS`
* `BLOCK_GAS_TARGET`: The gas limit field set in the block header, controlled by miner voting.
* `EIP1559_INITIAL_GAS_TARGET`: `BLOCK_GAS_TARGET / 2`
* `LEGACY_INITIAL_GAS_LIMIT`: `BLOCK_GAS_TARGET - EIP1559_GAS_TARGET`
* `EIP1559_GAS_TARGET`:
Expand Down

0 comments on commit 3a96d41

Please sign in to comment.