From 784c7affe7c77956c40e37ed78de1ed3c31b9d89 Mon Sep 17 00:00:00 2001 From: Andrei Maiboroda Date: Wed, 29 Dec 2021 18:46:31 +0100 Subject: [PATCH] Add EIP-3541 change --- yellowpaper.md | 1 + 1 file changed, 1 insertion(+) diff --git a/yellowpaper.md b/yellowpaper.md index cde624f..4c5b7a4 100644 --- a/yellowpaper.md +++ b/yellowpaper.md @@ -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