52 Commits

Author SHA1 Message Date
ethosdev
599ea45b9e
Remove deprecated comment (#3691)
The comment is deprecated after https://github.com/ethereum/EIPs/pull/3681 was merged
2021-08-07 06:17:12 +00:00
Pooja Ranjan
00f56f61e3
Promote EIP-1559 to Final (#3699) 2021-08-06 18:14:22 +08:00
Micah Zoltu
0341984ff1
1559: Renames tip to gas premium in non-normative content. (#3657)
* Renames `tip` to `gas premium` in non-normative content.

* Update EIPS/eip-1559.md

Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>

Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
2021-07-30 03:54:03 +00:00
Tim Beiko
5cd3cc6797
Change signer.balance assertion location (#3681)
Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
2021-07-30 03:51:40 +00:00
William Entriken
ab8553ae27
1559: Remove request for regulators to shut down Ethereum (#3658)
* Remove request for regulators to shut down Ethereum

* Update eip-1559.md
2021-07-29 17:01:40 +00:00
Alex Beregszaszi
68d7a0aa32
1559: Use snakecase throughout the spec (#3683)
* 1559: Use snakecase throughout the spec

* 1559: Update ReceiptPayload to also use snakecase (plus ensure cumulative_transaction_gas_used matches the code)
2021-07-29 15:17:42 +00:00
Micah Zoltu
289fbaa4eb
1559: Removes unnecessary max (#3640)
We can prove that the `parent_base_fee_per_gas - base_fee_per_gas_delta > 0`, so flooring to 0 is unnecessary.
2021-07-28 06:38:27 +00:00
Alex Beregszaszi
6dd410a182
1559: change value field to amount in RLP, as the spec uses that (#3682)
* 1559: change value field to amount in RLP, as the spec uses that

* 1559: change the sole occurance of access_list to accessList
2021-07-27 19:26:06 +00:00
Alex Beregszaszi
295cbeff95
Use consistent naming for to/destination in 1559 (#3600) 2021-07-20 19:21:23 +00:00
Micah Zoltu
c0e7f864c5
1559: Minor touchup work. (#3595) 2021-05-29 03:14:36 +08:00
Martin Holst Swende
ee7053ead7
eip-1559: add more constraints to the tx validation (#3594) 2021-05-28 23:47:19 +08:00
Alex Beregszaszi
ebb45345fb
Mark all London EIPs as Last Call (#3576)
Suggested on ACD, with the end-date set to the date of mainnet fork.
2021-05-15 10:50:15 +08:00
Jochem Brouwer
efd64dba56
eip1559: import original min gas limit (#3560) 2021-05-12 11:11:26 -06:00
Martin Holst Swende
5aa223d7f3
eip-1559: revert to old gaslimit checks (#3566)
* eip-1559: revert to old gaslimit checks

* eip-1559: remove unused variable

* eip-1559: fix comment
2021-05-11 16:24:42 -06:00
lightclient
f0a3a23195
start with default base fee on fork block (#3556) 2021-05-09 12:54:31 +08:00
lightclient
67d0d75f63
Remove gas_target from block structure (#3552)
* remove gas_target from block structure

* missed block.gas_target

* avoid undue gas_target halving on 1559 fork block

* fix spelling error
2021-05-07 07:31:11 -07:00
Micah Zoltu
7583c6174f
1559: Rename inclusion fee to priority fee. (#3492)
* 1559: Rename inclusion fee to priority fee.

Feedback suggests that "inclusion fee" may not be immediately obvious since you have to pay the base fee to be included.  The idea with priority fee is "this is the number you need to increase in order to have higher priority over other people trying to transact on Ethereum during times of congestion".
2021-04-17 00:07:43 +08:00
lightclient
79f4fe6cbe
Automatically merged updates to draft EIP(s) 1559 (#3463)
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
2021-04-05 09:35:27 +12:00
Ratan (Rai) Sur
360f145f70
Automatically merged updates to draft EIP(s) 1559 (#3451)
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
2021-03-31 03:57:33 +13:00
Jochem Brouwer
58c8742287
Automatically merged updates to draft EIP(s) 1559 (#3395)
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
2021-03-26 20:57:42 +13:00
Tim Beiko
78b9877174
Automatically merged updates to draft EIP(s) 1559 (#3434)
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
2021-03-26 20:57:15 +13:00
lightclient
556b2b236e
Automatically merged updates to draft EIP(s) 1559 (#3393)
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
2021-03-16 04:26:41 +13:00
Mister-Meeseeks
d18678e8c7
Automatically merged updates to draft EIP(s) 1559 (#3293)
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
2021-02-26 20:55:25 +13:00
Bas Nijholt
cbcd290f30
add whitespace after comma (#3283)
https://www.youtube.com/watch?v=hgI0p1zf31k
2021-02-24 11:39:13 -07:00
misrab
2b16f33c04
Automatically merged updates to draft EIP(s) 1559 (#3282)
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
2021-02-25 05:59:11 +13:00
Micah Zoltu
cf15fca4c3
Automatically merged updates to draft EIP(s) 1559 (#3213)
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
2021-02-20 00:17:51 +13:00
Andrew Parker
66d5166b73
Automatically merged updates to draft EIP(s) 1559 (#3202)
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
2021-02-20 00:16:03 +13:00
Suriyaa Sundararuban
f98784a164
Automatically merged updates to draft EIP(s) 1559 (#3210)
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
2021-02-20 00:15:00 +13:00
Pooja Ranjan
c5124bdbbc
Change EIP-1559 status from "Draft" to "Review" (#3231) 2021-02-18 15:00:50 -07:00
Ryan Schneider
c031a9bc4d
Automatically merged updates to draft EIP(s) 1559 (#3263)
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
2021-02-11 05:14:13 +13:00
Tim Beiko
2b1f20d82b
Automatically merged updates to draft EIP(s) 1559 (#3249)
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
2021-02-05 20:55:52 +13:00
Lane Rettig
66022eaa7e
Automatically merged updates to draft EIP(s) 1559 (#3127)
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
2021-02-04 12:50:48 +13:00
Micah Zoltu
537ef77d34
Automatically merged updates to draft EIP(s) 1559 (#3212)
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
2021-01-21 22:14:27 +13:00
Micah Zoltu
54ffd30943
Automatically merged updates to draft EIP(s) 1559 (#3206)
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
2021-01-21 21:25:42 +13:00
Micah Zoltu
1d6693c00c
Automatically merged updates to draft EIP(s) 1559 (#3205)
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
2021-01-21 19:59:48 +13:00
edocodi
c4c769eca2
Update eip-1559.md (#3195)
typo
2021-01-09 22:02:26 +08:00
Micah Zoltu
e54347b5fb
Automatically merged updates to draft EIP(s) 1559 (#3031)
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
2020-11-06 21:03:39 +13:00
Micah Zoltu
970c594cd3
Automatically merged updates to draft EIP(s) 1559 (#3028)
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
2020-10-08 21:06:40 +13:00
Micah Zoltu
1d6ff8477b
Automatically merged updates to draft EIP(s) 1559 (#2924)
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
2020-10-07 03:04:34 +13:00
econoar
c7fffddc89
Automatically merged updates to draft EIP(s) 1559 (#3020)
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
2020-10-04 05:31:21 +13:00
Micah Zoltu
711474afe3
Automatically merged updates to draft EIP(s) 1559 (#2859)
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
2020-09-01 05:40:51 +12:00
Raúl Kripalani
54aa23ef6d
Automatically merged updates to draft EIP(s) 1559 (#2881)
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
2020-08-23 05:54:08 +12:00
Micah Zoltu
f5e19d1a28
Automatically merged updates to draft EIP(s) 1559 (#2853)
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
2020-08-06 03:29:56 +12:00
Naoya Okanami
ab5191baf2
Automatically merged updates to draft EIP(s) 1559 (#2835)
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
2020-08-02 03:43:05 +12:00
Micah Zoltu
e320c9c341
Automatically merged updates to draft EIP(s) 1559 (#2812)
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
2020-07-22 16:44:29 +12:00
Ian Norden
56f4944157
Automatically merged updates to draft EIP(s) 1559 (#2768)
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
2020-07-05 09:50:27 +12:00
Micah Zoltu
3a96d41f50
Automatically merged updates to draft EIP(s) 1559 (#2759)
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
2020-07-04 13:26:48 +12:00
Ali Atiia
c8adc653e2
Automatically merged updates to draft EIP(s) 1559 (#2517)
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
2020-06-05 17:30:34 +12:00
Micah Zoltu
ec3a759729
Automatically merged updates to draft EIP(s) 1559 (#2635)
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
2020-06-02 06:48:07 +12:00
Ian Norden
01e6360037
Automatically merged updates to draft EIP(s) 1559 (#2505)
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
2020-03-13 11:41:23 +13:00