Skip to content

Commit

Permalink
Add EIP-3541 change
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Dec 29, 2021
1 parent edaf3c0 commit 784c7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yellowpaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ Yellow Paper
- (that is, subtracted from gasLeft)
- This can also run out of gas resulting in OOG
- Before Homestead in case of OOG here account is still created, along with initialization side-effects and the value is transferred, but no contract code is deployed. gasLeft stays the same then.
- If code returned from initialization code starts with byte 0xEF creation aborts with failure // since London
- Save code returned from initialization code as new contract's code
- Message call
- Transfer value from sender to recipent
Expand Down

0 comments on commit 784c7af

Please # to comment.