10 Commits

Author SHA1 Message Date
Micah Zoltu
1419020ffb
2930: Non-normative changes to variable names to match 1559. (#3596)
There has been some desire to get some consistency across these EIPs in terms of naming.  Also, `access_list` is snake case while the rest are `camelCase` so I fixed it to align with the rest (and also match casing style of 1559).
2021-05-31 11:15:57 +08:00
vbuterin
1152520aab
EIP 2930 -> Final (#3500) 2021-04-16 14:15:44 +08:00
Martin Holst Swende
ae79580643
eip2929 and eip2930: move to last call (#3457) 2021-04-01 22:30:20 +02:00
Micah Zoltu
4ce0678551
2930: Changes 1 to 0x01 for clarity and moved to Review. (#3260)
Also removed empty optional sections while here.  They can be added back if/when tests/implementations are added, but they are otherwise optional.

I also moved this to review, since that is a much more appropriate state for an EIP that is going into a soon-to-be-scheduled hard fork, and there are no major changes planned to this EIP by the authors that I know of.
2021-02-09 19:14:35 +08:00
Micah Zoltu
ab52366caf
Automatically merged updates to draft EIP(s) 2930 (#3253)
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-07 03:43:11 +13:00
Micah Zoltu
c1eee1623f
Automatically merged updates to draft EIP(s) 2930 (#3150)
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-15 06:18:40 +13:00
Micah Zoltu
cc0c882df5
Automatically merged updates to draft EIP(s) 2930 (#3144)
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-12-02 06:50:59 +13:00
Micah Zoltu
5d8bee5e12
EIP-2930: Updates transaction format to match EIP-2718 (#3101)
* EIP-2930: Updates transaction format to match EIP-2718

2718 has the first byte of every transaction be the transaction type, and the remaining bytes are interpreted however this EIP wants. This is the minimal change required to get it in line with 2718 so I think we should merge this ASAP and then continue discussion on whether we think this is the optimal format or not.

* Update EIPS/eip-2930.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Changes same thing in more places.

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2020-11-19 09:19:39 +01:00
lightclient
8a1be180fd
Automatically merged updates to draft EIP(s) 2930 (#3088)
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:11:54 +13:00
vbuterin
c506f8ee11
Optional access lists (#2930)
Adds a transaction type which contains an access list, a list of addresses and storage keys that the transaction plans to access. Accesses outside the list are possible, but become more expensive. Intended as a mitigation to contract breakage risks introduced by EIP 2929 and simultaneously a stepping stone toward broader use of access lists in other contexts.
2020-09-02 10:02:59 +08:00