3 Commits

Author SHA1 Message Date
Marius van der Wijden
93e9a74809
3607: update to use empty code hash instead of codesize (#3632) 2021-06-29 12:46:18 +08:00
Marius van der Wijden
bd7f782a89
3607: updated pseudocode, added diff (#3614)
* 3607: updated pseudocode, added diff

* small change to test bot

* undo previous change

Co-authored-by: Alita Moore <alita.moore805@gmail.com>
2021-06-17 16:08:50 +08:00
dankrad
1e6d18030e
EIP: Reject transactions from senders with deployed code (#3607)
Do not allow transactions for which `tx.sender` has any code deployed, i.e. `tx.sender` has `CODESIZE != 0`
2021-06-11 17:22:17 +08:00