From 661e6025d39ba828632327b60e4d343414afc248 Mon Sep 17 00:00:00 2001 From: enitrat Date: Wed, 18 Sep 2024 11:12:56 +0200 Subject: [PATCH 1/5] dev: bump 0x100 addresses to 0x1000 --- .../coinbaseWarmAccountCallGasFailFiller.yml | 22 ++-- .../VMTests/vmLogTest/log0Filler.yml | 39 ++++--- .../VMTests/vmLogTest/log1Filler.yml | 39 ++++--- .../VMTests/vmLogTest/log2Filler.yml | 39 ++++--- .../VMTests/vmLogTest/log3Filler.yml | 41 ++++--- .../VMTests/vmLogTest/log4Filler.yml | 41 ++++--- ...nsaction64Rule_integerBoundariesFiller.yml | 12 +-- .../gasCostJumpFiller.yml | 34 +++--- .../gasCostReturnFiller.yml | 11 +- .../revertRetDataSizeFiller.yml | 70 ++++++------ .../stRevertTest/costRevertFiller.yml | 101 +++++++++--------- .../stRevertTest/stateRevertFiller.yml | 45 ++++---- 12 files changed, 242 insertions(+), 252 deletions(-) diff --git a/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml b/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml index 4bd0c8777a..29af490fa3 100644 --- a/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml +++ b/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml @@ -16,7 +16,7 @@ coinbaseWarmAccountCallGasFail: code: | :yul berlin { - // Depending on the called contract here, the subcall will perform + // Depending on the called contract here, the subcall will perform // another call/delegatecall/staticcall/callcode that will only succeed // if coinbase is considered warm by default (post-Shanghai). let calladdr := calldataload(4) @@ -40,13 +40,13 @@ coinbaseWarmAccountCallGasFail: callgas := add(callgas, 24) } // Call and save result - sstore(0, call(callgas, calladdr, 0, 0, 0, 0, 0)) - + sstore(0, call(callgas, calladdr, 0, 0, 0, 0, 0)) + } nonce: 1 storage: {} # Call - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | :yul berlin @@ -57,7 +57,7 @@ coinbaseWarmAccountCallGasFail: nonce: 1 storage: {} # CallCode - 0000000000000000000000000000000000000200: + 0000000000000000000000000000000000002000: balance: '0x0ba1a9ce0ba1a9ce' code: | :yul berlin @@ -68,7 +68,7 @@ coinbaseWarmAccountCallGasFail: nonce: 1 storage: {} # DelegateCall - 0000000000000000000000000000000000000300: + 0000000000000000000000000000000000003000: balance: '0x0ba1a9ce0ba1a9ce' code: | :yul berlin @@ -79,7 +79,7 @@ coinbaseWarmAccountCallGasFail: nonce: 1 storage: {} # StaticCall - 0000000000000000000000000000000000000400: + 0000000000000000000000000000000000004000: balance: '0x0ba1a9ce0ba1a9ce' code: | :yul berlin @@ -105,13 +105,13 @@ coinbaseWarmAccountCallGasFail: transaction: data: # CALL - WRMCB0009 - - :abi f(uint) 0x100 + - :abi f(uint) 0x1000 # CALLCODE - WRMCB0010 - - :abi f(uint) 0x200 + - :abi f(uint) 0x2000 # DELEGATECALL - WRMCB0011 - - :abi f(uint) 0x300 + - :abi f(uint) 0x3000 # STATICCALL - WRMCB0012 - - :abi f(uint) 0x400 + - :abi f(uint) 0x4000 gasLimit: - 80000 gasPrice: 10 diff --git a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml index 169f2f094b..7e908988e9 100644 --- a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml +++ b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml @@ -12,7 +12,7 @@ log0: pre: - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; emptyMem @@ -24,7 +24,7 @@ log0: storage: {} - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memStartTooHigh @@ -37,19 +37,19 @@ log0: - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeTooHigh [0] 0xaabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd - (log0 1 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) + (log0 1 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeZero @@ -62,19 +62,19 @@ log0: - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; nonEmptyMem - [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - (log0 0 32) + [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + (log0 0 32) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_0_1 @@ -86,7 +86,7 @@ log0: storage: {} - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_31_1 @@ -98,12 +98,12 @@ log0: storage: {} - 000000000000000000000000000000000000010a: + 000000000000000000000000000000000000100a: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; logTwice [0] 0xaabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd - (log0 0 32) + (log0 0 32) (log0 2 16) [[0]] 0x600D } @@ -115,8 +115,8 @@ log0: cccccccccccccccccccccccccccccccccccccccc: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - (delegatecall (gas) (+ 0x100 $4) 0 0 0 0) + { + (delegatecall (gas) (+ 0x1000 $4) 0 0 0 0) } nonce: '0' storage: @@ -128,7 +128,7 @@ log0: code: '0x' nonce: '0' storage: {} - + @@ -153,18 +153,18 @@ log0: secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" # Log tests do two things that are visible to retesteth: - # + # # 1. Cost gas # 2. Abort or don't above the contract call # # This test checks the second one by having an SSTORE that either happens - # (success) or not (failure) + # (success) or not (failure) expect: # All the successes - indexes: - data: + data: - :label emptyMem - :label memSizeZero - :label nonEmptyMem @@ -184,7 +184,7 @@ log0: # All the failures - indexes: - data: + data: - :label memStartTooHigh - :label memSizeTooHigh gas: !!int -1 @@ -195,4 +195,3 @@ log0: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: storage: 0: 0x0BAD - diff --git a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml index 270fd71ce7..68024d0d40 100644 --- a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml +++ b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml @@ -12,7 +12,7 @@ log1: pre: - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; emptyMem @@ -24,7 +24,7 @@ log1: storage: {} - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memStartTooHigh @@ -37,19 +37,19 @@ log1: - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeTooHigh [0] 0xaabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd - (log1 1 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0) + (log1 1 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeZero @@ -62,19 +62,19 @@ log1: - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; nonEmptyMem - [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - (log1 0 32 0) + [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + (log1 0 32 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_0_1 @@ -86,7 +86,7 @@ log1: storage: {} - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_31_1 @@ -99,7 +99,7 @@ log1: - 0000000000000000000000000000000000000107: + 0000000000000000000000000000000000001007: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; caller (as topic) @@ -112,7 +112,7 @@ log1: - 0000000000000000000000000000000000000108: + 0000000000000000000000000000000000001008: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; maxTopic @@ -130,8 +130,8 @@ log1: cccccccccccccccccccccccccccccccccccccccc: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - (delegatecall (gas) (+ 0x100 $4) 0 0 0 0) + { + (delegatecall (gas) (+ 0x1000 $4) 0 0 0 0) } nonce: '0' storage: @@ -143,7 +143,7 @@ log1: code: '0x' nonce: '0' storage: {} - + @@ -169,18 +169,18 @@ log1: secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" # Log tests do two things that are visible to retesteth: - # + # # 1. Cost gas # 2. Abort or don't above the contract call # # This test checks the second one by having an SSTORE that either happens - # (success) or not (failure) + # (success) or not (failure) expect: # All the successes - indexes: - data: + data: - :label emptyMem - :label memSizeZero - :label nonEmptyMem @@ -201,7 +201,7 @@ log1: # All the failures - indexes: - data: + data: - :label memStartTooHigh - :label memSizeTooHigh gas: !!int -1 @@ -212,4 +212,3 @@ log1: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: storage: 0: 0x0BAD - diff --git a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml index 0f42fb6d1c..e460d3d775 100644 --- a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml +++ b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml @@ -12,7 +12,7 @@ log2: pre: - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; emptyMem @@ -24,7 +24,7 @@ log2: storage: {} - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memStartTooHigh @@ -39,21 +39,21 @@ log2: - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeTooHigh (def 'neg1 (- 0 1)) [0] 0xaabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd - (log2 1 neg1 0 0) + (log2 1 neg1 0 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeZero @@ -66,19 +66,19 @@ log2: - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; nonEmptyMem - [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - (log2 0 32 0 0) + [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + (log2 0 32 0 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_0_1 @@ -90,7 +90,7 @@ log2: storage: {} - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_31_1 @@ -103,7 +103,7 @@ log2: - 0000000000000000000000000000000000000107: + 0000000000000000000000000000000000001007: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; caller (as topic) @@ -116,7 +116,7 @@ log2: - 0000000000000000000000000000000000000108: + 0000000000000000000000000000000000001008: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; maxTopic @@ -134,8 +134,8 @@ log2: cccccccccccccccccccccccccccccccccccccccc: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - (delegatecall (gas) (+ 0x100 $4) 0 0 0 0) + { + (delegatecall (gas) (+ 0x1000 $4) 0 0 0 0) } nonce: '0' storage: @@ -147,7 +147,7 @@ log2: code: '0x' nonce: '0' storage: {} - + @@ -173,18 +173,18 @@ log2: secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" # Log tests do two things that are visible to retesteth: - # + # # 1. Cost gas # 2. Abort or don't above the contract call # # This test checks the second one by having an SSTORE that either happens - # (success) or not (failure) + # (success) or not (failure) expect: # All the successes - indexes: - data: + data: - :label emptyMem - :label memSizeZero - :label nonEmptyMem @@ -205,7 +205,7 @@ log2: # All the failures - indexes: - data: + data: - :label memStartTooHigh - :label memSizeTooHigh gas: !!int -1 @@ -216,4 +216,3 @@ log2: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: storage: 0: 0x0BAD - diff --git a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml index 2146a29e1e..88bef2955b 100644 --- a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml +++ b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml @@ -12,7 +12,7 @@ log3: pre: - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; emptyMem @@ -24,7 +24,7 @@ log3: storage: {} - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memStartTooHigh @@ -39,21 +39,21 @@ log3: - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeTooHigh (def 'neg1 (- 0 1)) [0] 0xaabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd - (log3 1 neg1 0 0 0) + (log3 1 neg1 0 0 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeZero @@ -66,19 +66,19 @@ log3: - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; nonEmptyMem - [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - (log3 0 32 0 0 0) + [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + (log3 0 32 0 0 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_0_1 @@ -90,7 +90,7 @@ log3: storage: {} - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_31_1 @@ -103,7 +103,7 @@ log3: - 0000000000000000000000000000000000000107: + 0000000000000000000000000000000000001007: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; caller (as topic) @@ -116,7 +116,7 @@ log3: - 0000000000000000000000000000000000000108: + 0000000000000000000000000000000000001008: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; maxTopic @@ -131,7 +131,7 @@ log3: - 0000000000000000000000000000000000000109: + 0000000000000000000000000000000000001009: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; pc @@ -147,8 +147,8 @@ log3: cccccccccccccccccccccccccccccccccccccccc: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - (delegatecall (gas) (+ 0x100 $4) 0 0 0 0) + { + (delegatecall (gas) (+ 0x1000 $4) 0 0 0 0) } nonce: '0' storage: @@ -160,7 +160,7 @@ log3: code: '0x' nonce: '0' storage: {} - + @@ -186,18 +186,18 @@ log3: secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" # Log tests do two things that are visible to retesteth: - # + # # 1. Cost gas # 2. Abort or don't above the contract call # # This test checks the second one by having an SSTORE that either happens - # (success) or not (failure) + # (success) or not (failure) expect: # All the successes - indexes: - data: + data: - :label emptyMem - :label memSizeZero - :label nonEmptyMem @@ -219,7 +219,7 @@ log3: # All the failures - indexes: - data: + data: - :label memStartTooHigh - :label memSizeTooHigh gas: !!int -1 @@ -230,4 +230,3 @@ log3: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: storage: 0: 0x0BAD - diff --git a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml index 00becc7c25..69a578a4e4 100644 --- a/src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml +++ b/src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml @@ -12,7 +12,7 @@ log4: pre: - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; emptyMem @@ -24,7 +24,7 @@ log4: storage: {} - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memStartTooHigh @@ -39,21 +39,21 @@ log4: - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeTooHigh (def 'neg1 (- 0 1)) [0] 0xaabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd - (log4 1 neg1 0 0 0 0) + (log4 1 neg1 0 0 0 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; memSizeZero @@ -66,19 +66,19 @@ log4: - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; nonEmptyMem - [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - (log4 0 32 0 0 0 0) + [0] 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + (log4 0 32 0 0 0 0) [[0]] 0x600D } nonce: '0' storage: {} - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_0_1 @@ -90,7 +90,7 @@ log4: storage: {} - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; log_31_1 @@ -103,7 +103,7 @@ log4: - 0000000000000000000000000000000000000107: + 0000000000000000000000000000000000001007: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; caller (as topic) @@ -116,7 +116,7 @@ log4: - 0000000000000000000000000000000000000108: + 0000000000000000000000000000000000001008: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; maxTopic @@ -131,7 +131,7 @@ log4: - 0000000000000000000000000000000000000109: + 0000000000000000000000000000000000001009: balance: '0x0ba1a9ce0ba1a9ce' code: | { ; pc @@ -147,8 +147,8 @@ log4: cccccccccccccccccccccccccccccccccccccccc: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - (delegatecall (gas) (+ 0x100 $4) 0 0 0 0) + { + (delegatecall (gas) (+ 0x1000 $4) 0 0 0 0) } nonce: '0' storage: @@ -160,7 +160,7 @@ log4: code: '0x' nonce: '0' storage: {} - + @@ -186,18 +186,18 @@ log4: secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" # Log tests do two things that are visible to retesteth: - # + # # 1. Cost gas # 2. Abort or don't above the contract call # # This test checks the second one by having an SSTORE that either happens - # (success) or not (failure) + # (success) or not (failure) expect: # All the successes - indexes: - data: + data: - :label emptyMem - :label memSizeZero - :label nonEmptyMem @@ -219,7 +219,7 @@ log4: # All the failures - indexes: - data: + data: - :label memStartTooHigh - :label memSizeTooHigh gas: !!int -1 @@ -230,4 +230,3 @@ log4: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: storage: 0: 0x0BAD - diff --git a/src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml b/src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml index b562b740f1..0b1a12361f 100644 --- a/src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml +++ b/src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml @@ -14,7 +14,7 @@ Transaction64Rule_integerBoundaries: pre: # End with a STOP - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x600060FF00 # 0 PUSH1 0 @@ -30,17 +30,17 @@ Transaction64Rule_integerBoundaries: { let initialgas := gas() let callgas := calldataload(0) - - pop(call(callgas, 0x100, 0, 0, 0, 0, 0x20)) + + pop(call(callgas, 0x1000, 0, 0, 0, 0, 0x20)) sstore(0, lt(gas(), initialgas)) - pop(callcode(callgas, 0x100, 0, 0, 0, 0, 0x20)) + pop(callcode(callgas, 0x1000, 0, 0, 0, 0, 0x20)) sstore(1, lt(gas(), initialgas)) - pop(delegatecall(callgas, 0x100, 0, 0x20, 0, 0x20)) + pop(delegatecall(callgas, 0x1000, 0, 0x20, 0, 0x20)) sstore(2, lt(gas(), initialgas)) - pop(staticcall(callgas, 0x100, 0, 0x20, 0, 0x20)) + pop(staticcall(callgas, 0x1000, 0, 0x20, 0, 0x20)) sstore(3, lt(gas(), initialgas)) } nonce: '0' diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml index 1b7f83fec1..5e71b3a4d9 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml @@ -14,7 +14,7 @@ gasCostJump: pre: # Baseline cost, without any jumps - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x600060005B5B00 # 0 PUSH1 0 @@ -27,7 +27,7 @@ gasCostJump: # Cost with one JUMPDEST replaced with a JUMP - 0000000000000000000000000000000000000200: + 0000000000000000000000000000000000002000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x60006005565B00 # 0 PUSH1 0 @@ -40,7 +40,7 @@ gasCostJump: # Cost with one JUMPDEST replaced with a JUMPI - 0000000000000000000000000000000000000300: + 0000000000000000000000000000000000003000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x60016005575B00 # 0 PUSH1 1 @@ -53,7 +53,7 @@ gasCostJump: # Cost with one JUMPDEST replaced with a JUMPI that doesn't jump - 0000000000000000000000000000000000000400: + 0000000000000000000000000000000000004000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x60006005575B00 # 0 PUSH1 0 @@ -72,7 +72,7 @@ gasCostJump: { ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Initialization - + ; Variables (0x20 byte wide) (def 'gasB4 0x000) ; Before the action being measured @@ -101,34 +101,34 @@ gasCostJump: ; Get the baseline cost (def 'getBaseline { gas0 - (call 0x10000 0x0100 0 0 0 0 0) + (call 0x10000 0x01000 0 0 0 0 0) [gasBaseline] (- @gasB4 (gas)) }) ; def 'getBaseline ; The actions - ; JUMP + ; JUMP (def 'actJump { - gas0 - (call 0x10000 0x0200 0 0 0 0 0) + gas0 + (call 0x10000 0x02000 0 0 0 0 0) [gasAction] (- @gasB4 (gas)) }) ; def 'actJump - ; JUMPI - success + ; JUMPI - success (def 'actJumpiT { - gas0 - (call 0x10000 0x0300 0 0 0 0 0) + gas0 + (call 0x10000 0x03000 0 0 0 0 0) [gasAction] (- @gasB4 (gas)) }) ; def 'actJumpiT - ; JUMPI - failure + ; JUMPI - failure (def 'actJumpiF { - gas0 - (call 0x10000 0x0400 0 0 0 0 0) + gas0 + (call 0x10000 0x04000 0 0 0 0 0) [gasAction] (- @gasB4 (gas)) }) ; def 'actJumpiF @@ -163,10 +163,10 @@ gasCostJump: transaction: data: - # + # # fun(action, expectedCost) # - # + # # JUMPI costs two units more than JUMP - :abi fun(uint,uint) 1 0x04 - :abi fun(uint,uint) 2 0x06 diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml index e8577e1e77..00715450b9 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml @@ -14,7 +14,7 @@ gasCostReturn: pre: # End with a STOP - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x600060FF00 # 0 PUSH1 0 @@ -25,7 +25,7 @@ gasCostReturn: # End with a RETURN - 0000000000000000000000000000000000000200: + 0000000000000000000000000000000000002000: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x600060FFF3 # 0 PUSH1 0 @@ -43,7 +43,7 @@ gasCostReturn: { ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Initialization - + ; Variables (0x20 byte wide) (def 'gasB4 0x000) ; Before the action being measured @@ -63,12 +63,12 @@ gasCostReturn: ; Run the operation [gasB4] (gas) - (call 0x10000 0x0100 0 0 0 0 0) + (call 0x10000 0x1000 0 0 0 0 0) [gasSTOP] (- @gasB4 (gas)) [gasB4] (gas) - (call 0x10000 0x0200 0 0 0 0 0) + (call 0x10000 0x2000 0 0 0 0 0) [gasRETURN] (- @gasB4 (gas)) @@ -117,4 +117,3 @@ gasCostReturn: storage: 0x00: 0 0x01: 0 - diff --git a/src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml b/src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml index 764c199d4e..686f70b8da 100644 --- a/src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml +++ b/src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml @@ -42,17 +42,17 @@ revertRetDataSize: (def 'NOP 0) ; Code for CREATE(2) to fail - + (def 'codeLoc 0x0000) (def 'codeLength 0x0100) - - (if (= failureType oog) + + (if (= failureType oog) [codeLength] (lll (sha3 0 (- 0 1)) codeLoc) NOP ) - (if (= failureType badCall) + (if (= failureType badCall) [codeLength] (call (gas) 0xFF00 0 0 0 0 0) NOP ) @@ -69,8 +69,8 @@ revertRetDataSize: ) (if (= failureType jmp) { - (mstore8 codeLoc 0x60) ; PUSH1 0x00 - (mstore8 (+ codeLoc 1) 0x00) + (mstore8 codeLoc 0x60) ; PUSH1 0x00 + (mstore8 (+ codeLoc 1) 0x00) (mstore8 (+ codeLoc 2) 0x56) ; JUMP (mstore8 (+ codeLoc 2) 0x00) ; STOP [codeLength] 4 @@ -79,28 +79,28 @@ revertRetDataSize: ) (if (= failureType jmpi) { - (mstore8 codeLoc 0x60) ; PUSH1 0x01 - (mstore8 (+ codeLoc 1) 0x01) + (mstore8 codeLoc 0x60) ; PUSH1 0x01 + (mstore8 (+ codeLoc 1) 0x01) (mstore8 (+ codeLoc 2) 0x60) ; PUSH1 0x01 - (mstore8 (+ codeLoc 3) 0x01) + (mstore8 (+ codeLoc 3) 0x01) (mstore8 (+ codeLoc 4) 0x57) ; JUMPI (mstore8 (+ codeLoc 5) 0x00) ; STOP [codeLength] 6 } NOP ) - + (if (= failureType badOpcode) { (mstore8 codeLoc 0xFE) ; Invalid opcode - (mstore8 (+ codeLoc 1) 0x00) ; STOP + (mstore8 (+ codeLoc 1) 0x00) ; STOP [codeLength] 2 } NOP ) - + @@ -108,9 +108,9 @@ revertRetDataSize: (if (and (= callType call) (= failureType oog)) { - (call (gas) 0x100 0 0 0 0 0x40) + (call (gas) 0x1000 0 0 0 0 0x40) [[0]] (returndatasize) - (call 0 0x100 0 0 0 0 0x40) + (call 0 0x1000 0 0 0 0 0x40) [[1]] (returndatasize) } NOP) @@ -119,7 +119,7 @@ revertRetDataSize: ; If failureType isn't zero, it's the address of a contract to call (if (and (= callType call) (> failureType 0)) { - (call (gas) 0x100 0 0 0 0 0x40) + (call (gas) 0x1000 0 0 0 0 0x40) [[0]] (returndatasize) (call (- (gas) 0xF0000) failureType 0 0 0 0 0x40) [[1]] (returndatasize) @@ -130,9 +130,9 @@ revertRetDataSize: (if (and (= callType callcode) (= failureType oog)) { - (callcode (gas) 0x100 0 0 0 0 0x40) + (callcode (gas) 0x1000 0 0 0 0 0x40) [[0]] (returndatasize) - (callcode 0 0x100 0 0 0 0 0x40) + (callcode 0 0x1000 0 0 0 0 0x40) [[1]] (returndatasize) } NOP) @@ -141,7 +141,7 @@ revertRetDataSize: ; If failureType isn't zero, it's the address of a contract to call (if (and (= callType callcode) (> failureType 0)) { - (call (gas) 0x100 0 0 0 0 0x40) + (call (gas) 0x1000 0 0 0 0 0x40) [[0]] (returndatasize) (callcode (gas) failureType 0 0 0 0 0x40) [[1]] (returndatasize) @@ -153,9 +153,9 @@ revertRetDataSize: (if (and (= callType delegatecall) (= failureType oog)) { - (delegatecall (gas) 0x100 0 0 0 0x40) + (delegatecall (gas) 0x1000 0 0 0 0x40) [[0]] (returndatasize) - (delegatecall 0 0x100 0 0 0 0x40) + (delegatecall 0 0x1000 0 0 0 0x40) [[1]] (returndatasize) } NOP) @@ -164,7 +164,7 @@ revertRetDataSize: ; If failureType isn't zero, it's the address of a contract to call (if (and (= callType delegatecall) (> failureType 0)) { - (call (gas) 0x100 0 0 0 0 0x40) + (call (gas) 0x1000 0 0 0 0 0x40) [[0]] (returndatasize) (delegatecall (gas) failureType 0 0 0 0x40) [[1]] (returndatasize) @@ -176,9 +176,9 @@ revertRetDataSize: (if (and (= callType staticcall) (= failureType oog)) { - (staticcall (gas) 0x100 0 0 0 0x40) + (staticcall (gas) 0x1000 0 0 0 0x40) [[0]] (returndatasize) - (staticcall 0 0x100 0 0 0 0x40) + (staticcall 0 0x1000 0 0 0 0x40) [[1]] (returndatasize) } NOP) @@ -187,7 +187,7 @@ revertRetDataSize: ; If failureType isn't zero, it's the address of a contract to call (if (and (= callType staticcall) (> failureType 0)) { - (call (gas) 0x100 0 0 0 0 0x40) + (call (gas) 0x1000 0 0 0 0 0x40) [[0]] (returndatasize) (staticcall (gas) failureType 0 0 0 0x40) [[1]] (returndatasize) @@ -195,9 +195,9 @@ revertRetDataSize: NOP) - (if (= callType create) + (if (= callType create) { - (staticcall (gas) 0x100 0 0 0 0x40) + (staticcall (gas) 0x1000 0 0 0 0x40) [[0]] (returndatasize) (create 0 codeLoc @codeLength) [[1]] (returndatasize) @@ -207,7 +207,7 @@ revertRetDataSize: (if (= callType create2) { - (staticcall (gas) 0x100 0 0 0 0x40) + (staticcall (gas) 0x1000 0 0 0 0x40) [[0]] (returndatasize) (create2 0x5a17 0 codeLoc @codeLength) [[1]] (returndatasize) @@ -226,10 +226,10 @@ revertRetDataSize: # Call and try to return a 0x40 byte value - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { [0x00] (/ (- 0 1) 2) [0x20] (+ @0x00 1) @@ -289,7 +289,7 @@ revertRetDataSize: code: '0x' nonce: '0' storage: {} - + @@ -357,8 +357,8 @@ revertRetDataSize: value: - '1' secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" - - + + expect: # CALL/CREATE failure, including OOG, gives a RETURNDATASIZE of zero and @@ -369,11 +369,9 @@ revertRetDataSize: value: !!int -1 network: - '>=Cancun' - result: - cccccccccccccccccccccccccccccccccccccccc: + result: + cccccccccccccccccccccccccccccccccccccccc: storage: 0: 0x40 # First returndatasize 1: 0x00 # Second returndatasize 2: 0x60A7 # GOAT at the end of the run - - diff --git a/src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml b/src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml index c2cfadccdc..e62e651eb9 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml +++ b/src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml @@ -19,10 +19,10 @@ costRevert: pre: # REVERT opcode - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { (revert 0 0x10) } nonce: '0' @@ -31,10 +31,10 @@ costRevert: # Out of gas - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { (while 1 (sha3 0 0x1000000)) } nonce: '0' @@ -43,28 +43,28 @@ costRevert: # Extreme out of gas (gas cost of an opcode > 2^64) - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { (sha3 0 (- 0 1)) } nonce: '0' storage: {} # The next invalid states are difficult/impossible to do in LLL - # so they use the assembled version of contract 0x0101, except change the + # so they use the assembled version of contract 0x1001, except change the # last part from (revert 0 0x10) to whatever is needed # Invalid opcode - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x610103600155600060006000600061dead6175305a03f450BA nonce: '0' storage: {} # Jump to a non jumpdest (pc=0, which is a PUSH2) - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x610104600155600060006000600061dead6175305a03f450600056 nonce: '0' @@ -72,15 +72,15 @@ costRevert: # Stack underflow - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' - code: :raw 0x0100 + code: :raw 0x1000 nonce: '0' storage: {} # Stack overflow - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: # The code that does the overflow: # 0 5B JUMPDEST # 1 58 PC @@ -98,17 +98,17 @@ costRevert: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { (if (= $36 0) { ; CALL [0x00] (gas) ; Leave us some gas even if the call takes all of it (call (- (gas) 30000) $4 0 0 0 0 0) - + [0x20] (gas) ; Opcodes between the two gas measurements cost 42 gas - + ; 0-1 GAS 2 0 79978808 ; 1-1 PUSH1 3 2 79978806 ; 2-1 MSTORE 6 5 79978803 @@ -139,7 +139,7 @@ costRevert: ; Leave us some gas even if the call takes all of it (delegatecall (- (gas) 30000) $4 0 0 0 0) - + [0x20] (gas) ; Opcodes between the two gas measurements cost 39 gas, @@ -158,7 +158,7 @@ costRevert: ; Leave us some gas even if the call takes all of it (staticcall (- (gas) 30000) $4 0 0 0 0) - + [0x20] (gas) ; Opcodes between the two gas measurements cost 39 gas, @@ -175,7 +175,7 @@ costRevert: ; Leave us some gas even if the call takes all of it (call (- (gas) 30000) $4 0 0 0 0 0) - + [0x20] (gas) ; Calculate gas cost @@ -183,7 +183,7 @@ costRevert: } 0) - + ; If the gas cost is above 0x04000000, assume it means "all the gas" [[0]] (if (> @@0 0x04000000) 0xFFFFFF @@0) } @@ -196,48 +196,48 @@ costRevert: code: '0x' nonce: '0' storage: {} - + transaction: data: # CALL - - :label revert :abi f(uint,uint) 0x0100 0 - - :label outOfGas :abi f(uint,uint) 0x0101 0 - - :label xtremeOOG :abi f(uint,uint) 0x0102 0 - - :label badOpcode :abi f(uint,uint) 0x0103 0 - - :label jumpBadly :abi f(uint,uint) 0x0104 0 - - :label stackUnder :abi f(uint,uint) 0x0105 0 - - :label stackOver :abi f(uint,uint) 0x0106 0 + - :label revert :abi f(uint,uint) 0x1000 0 + - :label outOfGas :abi f(uint,uint) 0x1001 0 + - :label xtremeOOG :abi f(uint,uint) 0x1002 0 + - :label badOpcode :abi f(uint,uint) 0x1003 0 + - :label jumpBadly :abi f(uint,uint) 0x1004 0 + - :label stackUnder :abi f(uint,uint) 0x1005 0 + - :label stackOver :abi f(uint,uint) 0x1006 0 # DELEGATECALL - - :label revert :abi f(uint,uint) 0x0100 1 - - :label outOfGas :abi f(uint,uint) 0x0101 1 - - :label xtremeOOG :abi f(uint,uint) 0x0102 1 - - :label badOpcode :abi f(uint,uint) 0x0103 1 - - :label jumpBadly :abi f(uint,uint) 0x0104 1 - - :label stackUnder :abi f(uint,uint) 0x0105 1 - - :label stackOver :abi f(uint,uint) 0x0106 1 + - :label revert :abi f(uint,uint) 0x1000 1 + - :label outOfGas :abi f(uint,uint) 0x1001 1 + - :label xtremeOOG :abi f(uint,uint) 0x1002 1 + - :label badOpcode :abi f(uint,uint) 0x1003 1 + - :label jumpBadly :abi f(uint,uint) 0x1004 1 + - :label stackUnder :abi f(uint,uint) 0x1005 1 + - :label stackOver :abi f(uint,uint) 0x1006 1 # STATICCALL - - :label revert :abi f(uint,uint) 0x0100 2 - - :label outOfGas :abi f(uint,uint) 0x0101 2 - - :label xtremeOOG :abi f(uint,uint) 0x0102 2 - - :label badOpcode :abi f(uint,uint) 0x0103 2 - - :label jumpBadly :abi f(uint,uint) 0x0104 2 - - :label stackUnder :abi f(uint,uint) 0x0105 2 - - :label stackOver :abi f(uint,uint) 0x0106 2 + - :label revert :abi f(uint,uint) 0x1000 2 + - :label outOfGas :abi f(uint,uint) 0x1001 2 + - :label xtremeOOG :abi f(uint,uint) 0x1002 2 + - :label badOpcode :abi f(uint,uint) 0x1003 2 + - :label jumpBadly :abi f(uint,uint) 0x1004 2 + - :label stackUnder :abi f(uint,uint) 0x1005 2 + - :label stackOver :abi f(uint,uint) 0x1006 2 # CALLCODE - - :label revert :abi f(uint,uint) 0x0100 3 - - :label outOfGas :abi f(uint,uint) 0x0101 3 - - :label xtremeOOG :abi f(uint,uint) 0x0102 3 - - :label badOpcode :abi f(uint,uint) 0x0103 3 - - :label jumpBadly :abi f(uint,uint) 0x0104 3 - - :label stackUnder :abi f(uint,uint) 0x0105 3 - - :label stackOver :abi f(uint,uint) 0x0106 3 + - :label revert :abi f(uint,uint) 0x1000 3 + - :label outOfGas :abi f(uint,uint) 0x1001 3 + - :label xtremeOOG :abi f(uint,uint) 0x1002 3 + - :label badOpcode :abi f(uint,uint) 0x1003 3 + - :label jumpBadly :abi f(uint,uint) 0x1004 3 + - :label stackUnder :abi f(uint,uint) 0x1005 3 + - :label stackOver :abi f(uint,uint) 0x1006 3 gasLimit: - '80000000' @@ -247,8 +247,8 @@ costRevert: value: - '1' secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" - - + + expect: - indexes: data: @@ -283,4 +283,3 @@ costRevert: # As long as the value is "all the gas", we don't # care how much it is exactly 0: 0xFFFFFF - diff --git a/src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml b/src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml index 158af303f0..5bd8276428 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml +++ b/src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml @@ -18,20 +18,20 @@ stateRevert: 000000000000000000000000000000000000DEAD: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { [[2]] 0x60A7 } nonce: '0' storage: {} - + # REVERT opcode - 0000000000000000000000000000000000000100: + 0000000000000000000000000000000000001000: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - [[1]] 0x0100 + { + [[1]] 0x1000 (delegatecall (- (gas) 30000) 0xDEAD 0 0 0 0) (revert 0 0x10) } @@ -41,11 +41,11 @@ stateRevert: # Out of gas - 0000000000000000000000000000000000000101: + 0000000000000000000000000000000000001001: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - [[1]] 0x0101 + { + [[1]] 0x1001 (delegatecall (- (gas) 30000) 0xDEAD 0 0 0 0) (while 1 (sha3 0 0x1000000)) } @@ -55,11 +55,11 @@ stateRevert: # Extreme out of gas (gas cost of an opcode > 2^64) - 0000000000000000000000000000000000000102: + 0000000000000000000000000000000000001002: balance: '0x0ba1a9ce0ba1a9ce' code: | - { - [[1]] 0x0102 + { + [[1]] 0x1002 (delegatecall (- (gas) 30000) 0xDEAD 0 0 0 0) (sha3 0 (- 0 1)) } @@ -67,18 +67,18 @@ stateRevert: storage: {} # The next invalid states are difficult/impossible to do in LLL - # so they use the assembled version of contract 0x0101, except change the + # so they use the assembled version of contract 0x1001, except change the # last part from (revert 0 0x10) to whatever is needed # Invalid opcode - 0000000000000000000000000000000000000103: + 0000000000000000000000000000000000001003: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x610103600155600060006000600061dead6175305a03f450BA nonce: '0' storage: {} # Jump to a non jumpdest (pc=0, which is a PUSH2) - 0000000000000000000000000000000000000104: + 0000000000000000000000000000000000001004: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x610104600155600060006000600061dead6175305a03f450600056 nonce: '0' @@ -86,7 +86,7 @@ stateRevert: # Stack underflow - 0000000000000000000000000000000000000105: + 0000000000000000000000000000000000001005: balance: '0x0ba1a9ce0ba1a9ce' code: :raw 0x610105600155600060006000600061dead6175305a03f450010101 nonce: '0' @@ -94,7 +94,7 @@ stateRevert: # Stack overflow - 0000000000000000000000000000000000000106: + 0000000000000000000000000000000000001006: # The code that does the overflow: # n 5B JUMPDEST # n+1 58 PC @@ -112,9 +112,9 @@ stateRevert: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC: balance: '0x0ba1a9ce0ba1a9ce' code: | - { + { [[0]] 0x60A7 - (delegatecall (gas) (+ 0x100 $4) 0 0 0 0) + (delegatecall (gas) (+ 0x1000 $4) 0 0 0 0) } nonce: '0' storage: {} @@ -125,7 +125,7 @@ stateRevert: code: '0x' nonce: '0' storage: {} - + @@ -146,11 +146,11 @@ stateRevert: value: - '1' secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8" - - + + expect: - indexes: - data: + data: - :label revert - :label outOfGas - :label xtremeOOG @@ -168,4 +168,3 @@ stateRevert: 0: 0x60A7 # CCCCCCC changes state 1: 0x00 # The contract that reverted does not 2: 0x00 # Neither does a contract called by the reverter - From 21dafb3e3b716dcad684c005b4a1c72acf350750 Mon Sep 17 00:00:00 2001 From: enitrat Date: Wed, 18 Sep 2024 09:35:49 +0000 Subject: [PATCH 2/5] refill tests --- GeneralStateTests/VMTests/vmLogTest/log0.json | 44 ++-- GeneralStateTests/VMTests/vmLogTest/log1.json | 48 ++--- GeneralStateTests/VMTests/vmLogTest/log2.json | 48 ++--- GeneralStateTests/VMTests/vmLogTest/log3.json | 52 ++--- GeneralStateTests/VMTests/vmLogTest/log4.json | 52 ++--- .../Transaction64Rule_integerBoundaries.json | 38 ++-- .../gasCostJump.json | 26 +-- .../gasCostReturn.json | 18 +- .../stReturnDataTest/revertRetDataSize.json | 98 ++++----- .../stRevertTest/costRevert.json | 194 +++++++++--------- .../stRevertTest/stateRevert.json | 46 ++--- 11 files changed, 332 insertions(+), 332 deletions(-) diff --git a/GeneralStateTests/VMTests/vmLogTest/log0.json b/GeneralStateTests/VMTests/vmLogTest/log0.json index cdc57fae19..03ac95bf63 100644 --- a/GeneralStateTests/VMTests/vmLogTest/log0.json +++ b/GeneralStateTests/VMTests/vmLogTest/log0.json @@ -2,9 +2,9 @@ "log0" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "6e39924ef915c2009f66d98aaa3e9e7b04f915f8056cc9b7b27e7079e70e61a1", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "9070a8521ac4cb430d3331bcf083472bc26a28f53a9c7ecb55edc1b05e70b89d", "labels" : { "0" : "emptyMem", "1" : "memStartTooHigh", @@ -15,10 +15,10 @@ "6" : "log_31_1", "7" : "logTwice" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "env" : { "currentBaseFee" : "0x0a", @@ -33,7 +33,7 @@ "post" : { "Cancun" : [ { - "hash" : "0x7c6f1fd51857d994576a5294fed3fc38f2a216d86c83c56b17f3e2554a0893ba", + "hash" : "0xfb4413a58eccfa9f6a71e9bbef1c22d4852407ff1292716e6c875f7394dbb19c", "indexes" : { "data" : 0, "gas" : 0, @@ -43,7 +43,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698" }, { - "hash" : "0xb13042c5e06002eaab4473c521188aea43f6e29b2c7c135a0fdcba7fa9b93d7a", + "hash" : "0x73901260dd9851df1967f58057d12b209104d6a0b78342659b42b5672a66b25b", "indexes" : { "data" : 3, "gas" : 0, @@ -53,7 +53,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105e" }, { - "hash" : "0x8f9de45ddab95a092507917fc22d2a6880671185cc2a8361e75fd95039a3de68", + "hash" : "0x23176bf2bfda94eb7a472b0f171aec6b81909ee6d22174d1b2581b295d88299c", "indexes" : { "data" : 4, "gas" : 0, @@ -63,7 +63,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171e" }, { - "hash" : "0x8ef8a6aa6a8d75c81da33dfb837a8eb66fd358eb8dc002d2d81c05fa74859943", + "hash" : "0xbbf77809e2d594f0a8b0057f8af78ff0dcdf216c287172fc1388d0bc74b389f0", "indexes" : { "data" : 5, "gas" : 0, @@ -73,7 +73,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31" }, { - "hash" : "0x8ef8a6aa6a8d75c81da33dfb837a8eb66fd358eb8dc002d2d81c05fa74859943", + "hash" : "0xbbf77809e2d594f0a8b0057f8af78ff0dcdf216c287172fc1388d0bc74b389f0", "indexes" : { "data" : 6, "gas" : 0, @@ -83,7 +83,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bb" }, { - "hash" : "0xc818059618232744af3bd8d2e4cdbf5bdc90bacfe35efab0d51efa26b4123483", + "hash" : "0x9892f7d9b23163f1827716fbc923952481821682be730c4f47817d82fc483969", "indexes" : { "data" : 7, "gas" : 0, @@ -93,7 +93,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c6139000000000000000000000000000000000000000000000000000000000000000a1ca0a1b03cd747783811efe72b24c5681a14f13ddc2a54b346efc81da94b8a6d82aaa04b794a29cf9f0433518c93172d3b2d7cd77315c278ec2220c80fa4448481a8a6" }, { - "hash" : "0xd6be195ca1dc4ff122035467bf0ce553b666ffc02363c6aa78d14c789e8a2a26", + "hash" : "0xd277481b87d9a52f199cd6a9523ba2db6847213c664b26d270f02957da5616ff", "indexes" : { "data" : 1, "gas" : 0, @@ -103,7 +103,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89" }, { - "hash" : "0xd6be195ca1dc4ff122035467bf0ce553b666ffc02363c6aa78d14c789e8a2a26", + "hash" : "0xd277481b87d9a52f199cd6a9523ba2db6847213c664b26d270f02957da5616ff", "indexes" : { "data" : 2, "gas" : 0, @@ -115,56 +115,56 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -180,7 +180,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/GeneralStateTests/VMTests/vmLogTest/log1.json b/GeneralStateTests/VMTests/vmLogTest/log1.json index 9f91353086..395570e144 100644 --- a/GeneralStateTests/VMTests/vmLogTest/log1.json +++ b/GeneralStateTests/VMTests/vmLogTest/log1.json @@ -2,9 +2,9 @@ "log1" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "f812f9d5342a7a7d2d12cc901430055e50cabeb01c08df6f78e0225cd9f07e26", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "9e6487613ae2fc22b857e5c51e4db4104b43ed74c489a5bb188a75b4802f32a1", "labels" : { "0" : "emptyMem", "1" : "memStartTooHigh", @@ -16,10 +16,10 @@ "7" : "caller", "8" : "maxTopic" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "env" : { "currentBaseFee" : "0x0a", @@ -34,7 +34,7 @@ "post" : { "Cancun" : [ { - "hash" : "0xac6e919ee60f2703538684c76462a80ecdd30bfd704192cb6666dd2c24ec3963", + "hash" : "0x697f45a945653cbba78eda2df01b45b4645799956713c386ef0bb38ab845ffaa", "indexes" : { "data" : 0, "gas" : 0, @@ -44,7 +44,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698" }, { - "hash" : "0x2227b6d263988ee6bca232b2b6cce58eb3726931bc04b8e4d35073cdbbe67263", + "hash" : "0xda3049f12134661760bc01472f768bd90ec723d452b28b1fb30f2e1bf1d9753a", "indexes" : { "data" : 3, "gas" : 0, @@ -54,7 +54,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105e" }, { - "hash" : "0xb55f36c632c446d8effccbc4ce96c9f2e6aa095fb51e79262a59ebccbfc4ef69", + "hash" : "0x971d30d898565f972befa64aae597ea27754e64d44715dab4b4947432e97c663", "indexes" : { "data" : 4, "gas" : 0, @@ -64,7 +64,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171e" }, { - "hash" : "0x89947511e3707ce1002afbb5620b1fa2736937b8641b4e670f99b3f12bff6c9c", + "hash" : "0x25fd01650084e7d1343a5d3fd4076990fa9710e2b2de4f21986c779e0a833bd0", "indexes" : { "data" : 5, "gas" : 0, @@ -74,7 +74,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31" }, { - "hash" : "0x89947511e3707ce1002afbb5620b1fa2736937b8641b4e670f99b3f12bff6c9c", + "hash" : "0x25fd01650084e7d1343a5d3fd4076990fa9710e2b2de4f21986c779e0a833bd0", "indexes" : { "data" : 6, "gas" : 0, @@ -84,7 +84,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bb" }, { - "hash" : "0xc75ce8f40eaaf034a8d2011d625e1d359e66effbeae9a1f94bd5a5f5de5ecdb8", + "hash" : "0xbf27f2ea075d1f17bdcc9197206f6f30c614020bbf84491353d44ccde1c1cd10", "indexes" : { "data" : 7, "gas" : 0, @@ -94,7 +94,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4a" }, { - "hash" : "0x370b59119836e478421c39efaaa2127e2fa29c58e39669db0052ca3ded6d03d2", + "hash" : "0x188025f14f35e9f36198e621d5d6d590979c9b455fd6c38b6e121e2602c0c897", "indexes" : { "data" : 8, "gas" : 0, @@ -104,7 +104,7 @@ "txbytes" : "0xf884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39" }, { - "hash" : "0xa14fe002313e21540932ffae11e53aa1eca6f72c652e5853749afbbf970913d1", + "hash" : "0x28e78d37410cf188efd2331465d29e8eb786275633e4e2eb0636663c07719f73", "indexes" : { "data" : 1, "gas" : 0, @@ -114,7 +114,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89" }, { - "hash" : "0xa14fe002313e21540932ffae11e53aa1eca6f72c652e5853749afbbf970913d1", + "hash" : "0x28e78d37410cf188efd2331465d29e8eb786275633e4e2eb0636663c07719f73", "indexes" : { "data" : 2, "gas" : 0, @@ -126,63 +126,63 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -198,7 +198,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/GeneralStateTests/VMTests/vmLogTest/log2.json b/GeneralStateTests/VMTests/vmLogTest/log2.json index 7d5d512792..5657f025d3 100644 --- a/GeneralStateTests/VMTests/vmLogTest/log2.json +++ b/GeneralStateTests/VMTests/vmLogTest/log2.json @@ -2,9 +2,9 @@ "log2" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "894839c04246d1e40469b60c482137a545f9f83e01c13250a86f694fd8013ada", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "3b036921fae9201c19a165c50b76ccf0ca88f53c2402579eebac98a35dde12e4", "labels" : { "0" : "emptyMem", "1" : "memStartTooHigh", @@ -16,10 +16,10 @@ "7" : "caller", "8" : "maxTopic" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "env" : { "currentBaseFee" : "0x0a", @@ -34,7 +34,7 @@ "post" : { "Cancun" : [ { - "hash" : "0xc3945db338db2b0f8fcaed515f3fcc78d0b902e92b1b5302d874ef6ea07cd9b7", + "hash" : "0xafa920d7c728b178133ed59a174a394c5379e48802ce67852d53611739768038", "indexes" : { "data" : 0, "gas" : 0, @@ -44,7 +44,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698" }, { - "hash" : "0x4b8311071953505bd41709d166799f7937e0c70bf621a7daa820ba65b5beba1a", + "hash" : "0x44e6aa372a2a316f3d42ed466eb11bf50c37fcd7207cafdda5d63e06638333d8", "indexes" : { "data" : 3, "gas" : 0, @@ -54,7 +54,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105e" }, { - "hash" : "0x03b19089b4662365ec6da924fe381c8a7fe16ba5d6f576ae0ad6dcd8f1996f34", + "hash" : "0x30b92667f4686a89eaadae5d89a848d4f79f28ed82dd4e590b5a51ee33afac81", "indexes" : { "data" : 4, "gas" : 0, @@ -64,7 +64,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171e" }, { - "hash" : "0x010f1f0324141a427937640f43478b7a643ebbac5f38a07910302698e3580717", + "hash" : "0x4a413504afbf779eff4d2cd6c44a873beca756d19b2ca1f00b5c7b134c66e3de", "indexes" : { "data" : 5, "gas" : 0, @@ -74,7 +74,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31" }, { - "hash" : "0x010f1f0324141a427937640f43478b7a643ebbac5f38a07910302698e3580717", + "hash" : "0x4a413504afbf779eff4d2cd6c44a873beca756d19b2ca1f00b5c7b134c66e3de", "indexes" : { "data" : 6, "gas" : 0, @@ -84,7 +84,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bb" }, { - "hash" : "0x19d00aea2cd113da4597dd98c539208563e0034c711e141c2c9ac93b55aa7451", + "hash" : "0x44b8573a743dac4cad99dfcef7c6b963fa6062ae4360348cfadb56cbd2d5e8b4", "indexes" : { "data" : 7, "gas" : 0, @@ -94,7 +94,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4a" }, { - "hash" : "0xcfa1cade39ec52fadf0e573edf1dfe7f11ce51542be2c7742cf5391cd9e7f4ec", + "hash" : "0x603e7ee0d7be9a29300d523d5220a5b215470799679fedc184ac2d6fdd395cc4", "indexes" : { "data" : 8, "gas" : 0, @@ -104,7 +104,7 @@ "txbytes" : "0xf884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39" }, { - "hash" : "0x75d5f502d1c3d012d2bbeaefef77ca4541b736666cdfd2f4963a861f2be56db4", + "hash" : "0xdd42e901bcd7f7cf7eca1d37ebda4d704f98021558ae3209f913218bdc3c182e", "indexes" : { "data" : 1, "gas" : 0, @@ -114,7 +114,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89" }, { - "hash" : "0x75d5f502d1c3d012d2bbeaefef77ca4541b736666cdfd2f4963a861f2be56db4", + "hash" : "0xdd42e901bcd7f7cf7eca1d37ebda4d704f98021558ae3209f913218bdc3c182e", "indexes" : { "data" : 2, "gas" : 0, @@ -126,63 +126,63 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -198,7 +198,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/GeneralStateTests/VMTests/vmLogTest/log3.json b/GeneralStateTests/VMTests/vmLogTest/log3.json index 317a4c8803..badc5403ca 100644 --- a/GeneralStateTests/VMTests/vmLogTest/log3.json +++ b/GeneralStateTests/VMTests/vmLogTest/log3.json @@ -2,9 +2,9 @@ "log3" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "9277f0cb859e46ad7c74b3d6852c849f75d5c9342c598b496f8269165c4ecd89", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "756717fba6fcacc10bbeb176e4d5873d33640541f3c744cce7a5fe9cf0007772", "labels" : { "0" : "emptyMem", "1" : "memStartTooHigh", @@ -17,10 +17,10 @@ "8" : "maxTopic", "9" : "pc" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "env" : { "currentBaseFee" : "0x0a", @@ -35,7 +35,7 @@ "post" : { "Cancun" : [ { - "hash" : "0xac7c62b6de1eb79a887bca351ae00f251b5d28f12e387445c91c7d87afdd4dc0", + "hash" : "0x54111800fcf3f89f67c47d91ef3b90cb47c21cfc0c2aae0fafa95405af9dba71", "indexes" : { "data" : 0, "gas" : 0, @@ -45,7 +45,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698" }, { - "hash" : "0x4fe66d9877d8773ecdc30931c93f7f099db0a680f4fa70a6900beaece1abe856", + "hash" : "0x7403f9dff5417aa71e42386e1e9420a4c1b0c30cb89429c1e32f8117ac81e8df", "indexes" : { "data" : 3, "gas" : 0, @@ -55,7 +55,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105e" }, { - "hash" : "0xcc7f7b9cd5c6edeb998bda041a86d095ecc09509f6307865e84f6e797e8325bf", + "hash" : "0x286bd77840d6fb27a9ad730fdb8fbe62b2a702f7c58dd997e13bd5668b5fb9ad", "indexes" : { "data" : 4, "gas" : 0, @@ -65,7 +65,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171e" }, { - "hash" : "0xffe8d1bf9c58da99d37a483e737dc48ae9c804f0ea8757af12bbbdc394c59671", + "hash" : "0x003923df3af36f0147a756426e283367c6eaf2b428670c7703198f12d3992821", "indexes" : { "data" : 5, "gas" : 0, @@ -75,7 +75,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31" }, { - "hash" : "0xffe8d1bf9c58da99d37a483e737dc48ae9c804f0ea8757af12bbbdc394c59671", + "hash" : "0x003923df3af36f0147a756426e283367c6eaf2b428670c7703198f12d3992821", "indexes" : { "data" : 6, "gas" : 0, @@ -85,7 +85,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bb" }, { - "hash" : "0x3f53b5efc13695d760896b7f28ee2fffa607c2e0c20859f96e1345258757d26b", + "hash" : "0x737ecb934c151466a9cd8bcbaaeddd4df053d2f730c0fdd18311f0b4be9887a4", "indexes" : { "data" : 7, "gas" : 0, @@ -95,7 +95,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4a" }, { - "hash" : "0x622394a760b62a716b949006f6f98bfaff0d5f5d1e14dbd01114d91be551254d", + "hash" : "0x4b370acb5f902ba8e7b7030355557106cea2010d1cfeef7b17da333d33890a4c", "indexes" : { "data" : 8, "gas" : 0, @@ -105,7 +105,7 @@ "txbytes" : "0xf884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39" }, { - "hash" : "0x7762d3b3246c3d075ec99522a1d036ddab001d209fdf1e037883679417f023be", + "hash" : "0x21a05562684d04d4333b4f7b124061a93622309ded3ce133e98bb60f11ebbbcc", "indexes" : { "data" : 9, "gas" : 0, @@ -115,7 +115,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000091ba09cffdf14ebc27c6c36a8cc9e679e32251165b52fb39e7ccc52cbc42f7157c301a032f0bebe1ae01ef86e26c0194bc26e9ed9e6bb7dad277927a92def3d0badbe74" }, { - "hash" : "0xa14d9a813ff4ac2178940ec3d36c797fe36b563e77726c05e24811bf6b72482d", + "hash" : "0xd2049f1d053518c4eb91948781e0fd10b4a80002abbc4cfef9a2d0810f10055d", "indexes" : { "data" : 1, "gas" : 0, @@ -125,7 +125,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89" }, { - "hash" : "0xa14d9a813ff4ac2178940ec3d36c797fe36b563e77726c05e24811bf6b72482d", + "hash" : "0xd2049f1d053518c4eb91948781e0fd10b4a80002abbc4cfef9a2d0810f10055d", "indexes" : { "data" : 2, "gas" : 0, @@ -137,70 +137,70 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -216,7 +216,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/GeneralStateTests/VMTests/vmLogTest/log4.json b/GeneralStateTests/VMTests/vmLogTest/log4.json index d72b727f72..7a787ebb72 100644 --- a/GeneralStateTests/VMTests/vmLogTest/log4.json +++ b/GeneralStateTests/VMTests/vmLogTest/log4.json @@ -2,9 +2,9 @@ "log4" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "86754800109fd7e1a9fa015e7736d8e2ef3707e03f94b4a4369a9e997601b951", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "489bd8ade43ec444640df7de65189ec65e499648a894c096e3f0652cba992f21", "labels" : { "0" : "emptyMem", "1" : "memStartTooHigh", @@ -17,10 +17,10 @@ "8" : "maxTopic", "9" : "pc" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "env" : { "currentBaseFee" : "0x0a", @@ -35,7 +35,7 @@ "post" : { "Cancun" : [ { - "hash" : "0x68ac2a4b21f72fefde14b35c0177b8c14f1deab32438d441f4c88a6971e8b341", + "hash" : "0xf4d9e229cea6208c4bf9562e589bbad19724f05fe0fc98e5e13d73027965fa43", "indexes" : { "data" : 0, "gas" : 0, @@ -45,7 +45,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698" }, { - "hash" : "0x6ca2a7e20194c42bd989cb3791dde7789c4128bb4324130422a82194237e903c", + "hash" : "0xc5344ea716c7a26fc0a0033a89e8f1aaa72c5c26d8687f767a92d7201486ed17", "indexes" : { "data" : 3, "gas" : 0, @@ -55,7 +55,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105e" }, { - "hash" : "0xdf97b54cfb523d1bba5e845f8f6aee770f01550e5f1436405df8de2c7751037b", + "hash" : "0xc8221d5dd32f5826834f3df50c6dd5dc23cb97d1aaf26d51b8eafdd32f04a938", "indexes" : { "data" : 4, "gas" : 0, @@ -65,7 +65,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171e" }, { - "hash" : "0x572848117fd216e9ec214fb4a0faf6066391d504d9cae72ffb95a52f00943b45", + "hash" : "0xfc4d40464df9f315364d1690c9e0fff009ec841d41d3d091930d56443538022f", "indexes" : { "data" : 5, "gas" : 0, @@ -75,7 +75,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31" }, { - "hash" : "0x572848117fd216e9ec214fb4a0faf6066391d504d9cae72ffb95a52f00943b45", + "hash" : "0xfc4d40464df9f315364d1690c9e0fff009ec841d41d3d091930d56443538022f", "indexes" : { "data" : 6, "gas" : 0, @@ -85,7 +85,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bb" }, { - "hash" : "0x4b3fbbab54cad067b5e7dadfc457723923211cbb31cce42bbaf353c0eb9c5342", + "hash" : "0x1b76758a18c0576f1eafb76a364e9ae458ed165c6723d07a72d4a3aff40dacfd", "indexes" : { "data" : 7, "gas" : 0, @@ -95,7 +95,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4a" }, { - "hash" : "0xed2ba74eef8287090a8821e9a4bc3cd4f06a09c21c20137c608faddedaa54e0a", + "hash" : "0x1a51c0af3965efd20ad5bc7079d61a7c9615d8e797ed4a74e072477c117ae159", "indexes" : { "data" : 8, "gas" : 0, @@ -105,7 +105,7 @@ "txbytes" : "0xf884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39" }, { - "hash" : "0x8a0e93c39af3f34c6d168c71252cd08f5fe2f0decf21ca04798ea355139858f5", + "hash" : "0x7f69da898d437706fed6d6497677afcb1469388fe819e868589eac0921069a7a", "indexes" : { "data" : 9, "gas" : 0, @@ -115,7 +115,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000091ba09cffdf14ebc27c6c36a8cc9e679e32251165b52fb39e7ccc52cbc42f7157c301a032f0bebe1ae01ef86e26c0194bc26e9ed9e6bb7dad277927a92def3d0badbe74" }, { - "hash" : "0xe21b24d421fea3580b0608d8c1b036241273ae9373ec5ff8e8b8e5e50fd1c54b", + "hash" : "0x598eec3a9003a815df150e6dc20a655e8a09168bfa65e1ed62c65f884ee88d8a", "indexes" : { "data" : 1, "gas" : 0, @@ -125,7 +125,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89" }, { - "hash" : "0xe21b24d421fea3580b0608d8c1b036241273ae9373ec5ff8e8b8e5e50fd1c54b", + "hash" : "0x598eec3a9003a815df150e6dc20a655e8a09168bfa65e1ed62c65f884ee88d8a", "indexes" : { "data" : 2, "gas" : 0, @@ -137,70 +137,70 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -216,7 +216,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json b/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json index 6aea025f86..5a81e4187b 100644 --- a/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json +++ b/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json @@ -2,9 +2,9 @@ "Transaction64Rule_integerBoundaries" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "27db0646625fc4953608b73621ab125fe288489e1d6f8eadc4206693ec3b714d", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f6d58228d43a27012f6c2ff773003d4679e2477f79b04ba8ef682b5dea85595d", "labels" : { "0" : "int8", "1" : "uint8", @@ -19,10 +19,10 @@ "8" : "int128", "9" : "uint128" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "env" : { "currentBaseFee" : "0x0a", @@ -37,7 +37,7 @@ "post" : { "Cancun" : [ { - "hash" : "0xff81f5707d11e1c784be3fea240daf4bb417f5ad2a4c9428acfff3cb0e342cc3", + "hash" : "0x481f9c32fea55ad2005a57aa26760b4e61fced8aa0a9bfa63bfda5feeec09b71", "indexes" : { "data" : 0, "gas" : 0, @@ -47,7 +47,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000000000007f1ca0df3591eeada7e5ac983b28f877101d9a46cf2c5c8777587070b8e4620d8aa0dca012a070f7870e0f3746cbf47aa3cdb80bc72e5c5a357d6016739e64534dc51d7d" }, { - "hash" : "0xff81f5707d11e1c784be3fea240daf4bb417f5ad2a4c9428acfff3cb0e342cc3", + "hash" : "0x481f9c32fea55ad2005a57aa26760b4e61fced8aa0a9bfa63bfda5feeec09b71", "indexes" : { "data" : 1, "gas" : 0, @@ -57,7 +57,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000000000008f1ca0ee819117fd9260c2ac309fb3e1a5537f3f8c29f61d0e88b01c5c7d81015b546ea02133942b01b49f043b08e84b4e23170685862d379828a5af32f69c442c0f413c" }, { - "hash" : "0xa176a8c91e6717c9f30d0557c0c5588738990a445bc6fd93232be43b0dae8c5b", + "hash" : "0xbe1b7a0c490cb4ac44badd9fb358f791a047d3b81f66a915c3920f22786165f1", "indexes" : { "data" : 2, "gas" : 0, @@ -67,7 +67,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000000000000000007fff1ba063242e99ee3c74047559a928e6e97f792a4f2102683b6739a63945d1223fd8f2a04cb71ca1637656c156d8d708c473b081e1c3e2ba227acc507966e0a9e1a58ab7" }, { - "hash" : "0xa176a8c91e6717c9f30d0557c0c5588738990a445bc6fd93232be43b0dae8c5b", + "hash" : "0xbe1b7a0c490cb4ac44badd9fb358f791a047d3b81f66a915c3920f22786165f1", "indexes" : { "data" : 3, "gas" : 0, @@ -77,7 +77,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000000000000000008fff1ba0858e28d75aa20607f1ed502023295deeb8bfd9bead8e0a2854718b81e5c6475aa0383a9eb787a311b3fc8b853c0721b374037ac6635e0aebc20cb3848c1cfcd72d" }, { - "hash" : "0x0b3e777d0a78904e653e78e212f2c3d012919b942dad65eb2ebbb518f245dea7", + "hash" : "0xbfb89990237cfc6e6dd6c0c50a47505e11304ac4e0ea5938320e2e6583d71b0c", "indexes" : { "data" : 4, "gas" : 0, @@ -87,7 +87,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000007fffffff1ca069f6f5584b49145fdccda7fd1e57025a599bb771a0e70dc994f71be55b4a1e6ea056664429218fa17f03db84a1aaaf746aa6091b485fdebbf006e783590a5e84d9" }, { - "hash" : "0x0b3e777d0a78904e653e78e212f2c3d012919b942dad65eb2ebbb518f245dea7", + "hash" : "0xbfb89990237cfc6e6dd6c0c50a47505e11304ac4e0ea5938320e2e6583d71b0c", "indexes" : { "data" : 5, "gas" : 0, @@ -97,7 +97,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000008fffffff1ca08281e70b693036af46a7774ab4f61b8c756cdb2926b88f94a058cb15afed3920a00895f29d4f447854f323788e41cc4161d042d00c090fb96080b2fbffd3998604" }, { - "hash" : "0x27016710514c11f5d6612b1d2a7e146d3a8f76e2f760c97723ed48b6dbd9d487", + "hash" : "0xd964780e8593770b39521697c9223b2292133623a721563d5e9f8ca4a1b80e29", "indexes" : { "data" : 6, "gas" : 0, @@ -107,7 +107,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000007fffffffffffffff1ba06bb867d745531650d1c34ec84435f9ab59fb55b0a2764f53f24af37d8c083c87a0106e9d3137e0a6885eaad38005b21e57c134195e320f624afa3119abf7a8bc8d" }, { - "hash" : "0x27016710514c11f5d6612b1d2a7e146d3a8f76e2f760c97723ed48b6dbd9d487", + "hash" : "0xd964780e8593770b39521697c9223b2292133623a721563d5e9f8ca4a1b80e29", "indexes" : { "data" : 7, "gas" : 0, @@ -117,7 +117,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000008fffffffffffffff1ca05dd8bf71f3da634cdfdc090e62e774d2fd97a56a7520644cd2dc492d8d468718a046de42063632d4c955ecf781ab9d1497170251d15e592c1dc10369f20e609b90" }, { - "hash" : "0xaa28fba2eb7eca300d5dd820c9b7a7a07edc57713bddb074b78f64c7f3664c75", + "hash" : "0xe36ddd9f99e6b022f0f6fccc11e7290f96ea83647c1ead550b31ef65c6752bdb", "indexes" : { "data" : 8, "gas" : 0, @@ -127,7 +127,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000007fffffffffffffffffffffffffffffff1ca0312b4b70c70e7277e2851c5b6032bdebc49d6dd9ef8785feccaffad8b16ce0fca02c5e7aff1a7b51b6824949566b6e72fc4a9c1c9d6244813438c55a09009b9703" }, { - "hash" : "0xaa28fba2eb7eca300d5dd820c9b7a7a07edc57713bddb074b78f64c7f3664c75", + "hash" : "0xe36ddd9f99e6b022f0f6fccc11e7290f96ea83647c1ead550b31ef65c6752bdb", "indexes" : { "data" : 9, "gas" : 0, @@ -137,7 +137,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000008fffffffffffffffffffffffffffffff1ca04f7cfff56cef9398823d6746a2ea0c3d74e4487a26934dce82e05c4e978c1070a0291f7172f9b7ca8c7581cd3a3788aebf8e7a1ef1a381e4b7dbcbe24535a0e50e" }, { - "hash" : "0x6a2f7da505e43d9c196ccd1885f4e430d00ed044879709500421f9fe28e449ce", + "hash" : "0xb6b9dd02d1b1aecc95b65b36f38662d55ae776f7a08911d1e651e35511817bcd", "indexes" : { "data" : 10, "gas" : 0, @@ -147,7 +147,7 @@ "txbytes" : "0xf880800a830c350094000000000000000000000000000000000000c0de80a07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba0add2b42c9a6347469571eb74574e4d2f06c1bf358bc93feec385a3804fda7083a07651f5792358359dfa6c646847a4b68067e7accac63f369dccaf13e3057a9b85" }, { - "hash" : "0x6a2f7da505e43d9c196ccd1885f4e430d00ed044879709500421f9fe28e449ce", + "hash" : "0xb6b9dd02d1b1aecc95b65b36f38662d55ae776f7a08911d1e651e35511817bcd", "indexes" : { "data" : 11, "gas" : 0, @@ -159,7 +159,7 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -168,7 +168,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } diff --git a/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json b/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json index da3c22dede..f8ce39c4d5 100644 --- a/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json +++ b/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json @@ -2,13 +2,13 @@ "gasCostJump" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "38fe7fc1703a3b3cf4de8699157d32a3df7233b73491d293e6683233aa67872c", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "bd4962a9c17b27c990c54f30a42486f44767cbe65b7a09e3d34b731296a8a3ad", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml", - "sourceHash" : "5aefdbc0c28885c532a1c1c123babd803835580e62abd4b32f17fe4283774b1c" + "sourceHash" : "858f97fe0a90f161057e895cb11a37775635bb6e6007e82c9037dda0908a0d27" }, "env" : { "currentBaseFee" : "0x0a", @@ -23,7 +23,7 @@ "post" : { "Cancun" : [ { - "hash" : "0x5053d7b8470e469e4178519ffb60d612f4508d07760fcb8ba2d0783c4d59c9b0", + "hash" : "0xf7fe0d31f61d6a19198dc3f60915af88ec165a5b8aebe0785a43594173300253", "indexes" : { "data" : 0, "gas" : 0, @@ -33,7 +33,7 @@ "txbytes" : "0xf8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000041ba008bbebf9b8f46f1f8718c6e2c417282b702e60971f3936f4f325be31cfdb3d8da049b11c23090587c00a0b0fc597b5abd6ac487edd70fc039cf941d0215ab9a45f" }, { - "hash" : "0xa8b9b3113aae7b593e982fc2170ad0b243f85c4eed66f11fd5bceacaad041336", + "hash" : "0xb365828499a3f1f14d184a009822958a62b1bcc08d0c69503dc81631c186950b", "indexes" : { "data" : 1, "gas" : 0, @@ -43,7 +43,7 @@ "txbytes" : "0xf8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000061ca0269ef807a8e6d1733a8e0a0e2abc49dafd3a55e5fa07a73ea3cbe3bf466203bfa0526fca5ee6c73a93178abda3689bee240b388a18002c954f04da17c0301c1f23" }, { - "hash" : "0xa8b9b3113aae7b593e982fc2170ad0b243f85c4eed66f11fd5bceacaad041336", + "hash" : "0xb365828499a3f1f14d184a009822958a62b1bcc08d0c69503dc81631c186950b", "indexes" : { "data" : 2, "gas" : 0, @@ -55,28 +55,28 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -85,7 +85,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" diff --git a/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json b/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json index e25722223b..2d0e5d0e9f 100644 --- a/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json +++ b/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json @@ -2,13 +2,13 @@ "gasCostReturn" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "4af119000678b64588c0465ce301c59f1732161e9d17205df7ad43dcb83c914e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "5a8c40a86106001dac4536bcf87dddd5b7f18b7f8e45fb2acc30a606189cf7ad", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml", - "sourceHash" : "f4e41478cfdb70a0c23eca29fbd9ef1d5eb5bec01fbe43ecd33d376f720ce863" + "sourceHash" : "5ebab95ff743e9ffcd99fceb5c3df83413a434cb03b8cc2d7f6b23332633e7b6" }, "env" : { "currentBaseFee" : "0x0a", @@ -23,7 +23,7 @@ "post" : { "Cancun" : [ { - "hash" : "0x4f7b72b581e661e05db905c20ffd97422e90d325315f05f61e174e61333a4f67", + "hash" : "0x8702ae07b0385e512c8a9f645b851753d3b56eb498db3ed4fb5d01dc4d0c7164", "indexes" : { "data" : 0, "gas" : 0, @@ -35,14 +35,14 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060fff3", "nonce" : "0x00", @@ -51,7 +51,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000526160a76020526160a76040525a6000526000600060006000600061010062010000f1505a600051036020525a6000526000600060006000600061020062010000f1505a600051036040526040516020510360005500", + "code" : "0x6160a76000526160a76020526160a76040525a6000526000600060006000600061100062010000f1505a600051036020525a6000526000600060006000600061200062010000f1505a600051036040526040516020510360005500", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" diff --git a/GeneralStateTests/stReturnDataTest/revertRetDataSize.json b/GeneralStateTests/stReturnDataTest/revertRetDataSize.json index 8543b1796b..bf6aa318b8 100644 --- a/GeneralStateTests/stReturnDataTest/revertRetDataSize.json +++ b/GeneralStateTests/stReturnDataTest/revertRetDataSize.json @@ -2,13 +2,13 @@ "revertRetDataSize" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "beb040ce06aead1e8463f1b0b1a04bf1d41b075b6100461662692d28dc1e127b", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "72e8ccfa9231fc832310bc658b468adfe8d3f95a707ce3c03ea8e3c27cf13077", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "env" : { "currentBaseFee" : "0x0a", @@ -23,7 +23,7 @@ "post" : { "Cancun" : [ { - "hash" : "0x7bbaf0cef2b388a66527d2f149a4a4cfe02a86e3a873dfa16d718888492534f4", + "hash" : "0xe6ba4ca0f8c6323b2bc47a344a62716edc05742c20c092161757656a4fd8e04c", "indexes" : { "data" : 0, "gas" : 0, @@ -33,7 +33,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000000001ba00e51c6fbda6ca19137405140784ce6ffb803d1a7f602739d7551cbfff0acc1a2a00c13db422f404af962567754c57a2d19239a2515acfa33a0c685a2be3afb1aae" }, { - "hash" : "0x7bbaf0cef2b388a66527d2f149a4a4cfe02a86e3a873dfa16d718888492534f4", + "hash" : "0xe6ba4ca0f8c6323b2bc47a344a62716edc05742c20c092161757656a4fd8e04c", "indexes" : { "data" : 1, "gas" : 0, @@ -43,7 +43,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000000001ca043b32fd8b178614a8465dcaf8dbf7941d2ffc8dc26488ea9937a3d1d060be1daa069aa63e5634a963745619c3b91ae756cd6fb9e57ec3334a6ee74e2924b2c87d5" }, { - "hash" : "0xfc344f16f54828830d3900b945a1f812a28604c42d082911b56e285a9a7203a7", + "hash" : "0x680a7eb05f7735b761e26872da7aaab997cdfeffb77964bf943d5be8756ff097", "indexes" : { "data" : 2, "gas" : 0, @@ -53,7 +53,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000000001ba0046356e4dbd89a80fb9ec31ebeb89ea15b16bf501369c846a1ba7c76bdcb5d53a0678d53b2bd3fe428db2767307b63399d6edefebeaacf1bdf6f27b1ec694c8642" }, { - "hash" : "0xfc344f16f54828830d3900b945a1f812a28604c42d082911b56e285a9a7203a7", + "hash" : "0x680a7eb05f7735b761e26872da7aaab997cdfeffb77964bf943d5be8756ff097", "indexes" : { "data" : 3, "gas" : 0, @@ -63,7 +63,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000000001ca085fb2d14ebfa238c3211034b719c34a6f33f68a3af035101359371aeba87724fa03e8bcce578c49c1b6cb570bca5ff678fd495cfd6939638c6a8b68d93cf9c30c9" }, { - "hash" : "0x77f16914a0b7c20882f2baa334780036388733cce7c26522e540612152d861e1", + "hash" : "0x249d739f1a7a05d90a993f134e1019d1967f49e353b049a03739ed5e9ffcade9", "indexes" : { "data" : 4, "gas" : 0, @@ -73,7 +73,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000000001ba0986f4a82ed263e84e2db967a86615ec3a83d1fbc24bad89815d2ff0569addb7ea076112b75848611e824c40beabd670948283eb95ee4aaec8b7bdbcbc842c688a6" }, { - "hash" : "0x8cab7ef5b885e17bc7249b298f4fc4e6a12910d399fa83dae471ae2414ad971d", + "hash" : "0xd12a577f5490816047d94d23609f73c98c045f96152e63eec16e51dd224e3b75", "indexes" : { "data" : 5, "gas" : 0, @@ -83,7 +83,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000000001ba09fdf1901e7d6a6e977af21b2658b9447864c9c86490b78b403eb57366aa0e5c4a04c9bfe86572e64e10f329a93bd3b40431abbd735098e44df3f4119fe833a706f" }, { - "hash" : "0x9ed0dce6e9ddf7f525299e942aa0086521c8073dc887fed6d6cbb2d4940aa350", + "hash" : "0x6ed3b1d39b26abbbb227b0e33ed16fdf5e73f31aa17413408e565f3c1a9872f8", "indexes" : { "data" : 6, "gas" : 0, @@ -93,7 +93,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000002001ba0b62351afd34e89bd20bcbd1341654a3cfe50d548d555a61daacc9ea0bd90d80aa07c12569df6fe8182f413841bded4f51207e79b5170b31e2dc3f025e3a0b39cb9" }, { - "hash" : "0x885a054aabc7619f9258fbf3cc225aaf6e7b2b864bbc9edabf6978a4663ffef5", + "hash" : "0xd63715615876fcfcd94a120e88acc2f443f3995a36234afa5ae03e3a83116073", "indexes" : { "data" : 7, "gas" : 0, @@ -103,7 +103,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000002001ba022afe379a5eabb3b532498607b7921558d1a9e9fdfc90e080e746103533f243aa06f66bc845392376e512f458e11742ad066566230878e24197090f666c045e155" }, { - "hash" : "0x49be645ea87fce7c4e8b14b20e295bfc6d5ee74370da6cbd0777a1aa0f414f57", + "hash" : "0xa36d45e2be1457e46aa6174328bd1b03de880ed538b28007b7044601ec14c4d1", "indexes" : { "data" : 8, "gas" : 0, @@ -113,7 +113,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000002001ba049288ded2d4eb48b6b7209c27ed8f135d4210f4d25091bf6095c68f95b5d8063a02a758096ad90025bddcc4dd0bdc900d8419cf66f5a77a2026413fe3dad1bb229" }, { - "hash" : "0x6ba615511de8206c666f4619703709f3099610b43b2ff36d803b5ed6c2a3d174", + "hash" : "0x684caa87055523218890f1afd78f93810e1eb8a048aea265b4f90d1a18539a54", "indexes" : { "data" : 9, "gas" : 0, @@ -123,7 +123,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000002001ba0366a1f1025cbb05e504b67909788e2adc415e5585ac082dcb2570ed30d6b9910a04354c6ea40c4addf2a2a3a3cf28c36ed1c7cded17a2cb1e553e5f7ef6b5bda9a" }, { - "hash" : "0x40aca9205bc7de7494d68d9e4c9ded4392f7390ccf50a2be1448e6ef45eb88b8", + "hash" : "0x363e3a08806109beee25d837367aca484874c9f5cbda7be795c32c511cfcf7e1", "indexes" : { "data" : 10, "gas" : 0, @@ -133,7 +133,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000002001ca0ce87f0c9ca85ae1d2a999feb192b290b4908ddb28862fa0aa740988ea012af68a07e1261c848b534a4122dea6c377d12dc2b5b87670981e6c7bef13be66b64bebf" }, { - "hash" : "0x1305a46ef59b8e9a4df60639c751e2e42c928cf60a432aaa5fa86228cfa50a13", + "hash" : "0x52d71c35e9cff5588b6ec428e0bda54327bff4531b27ed657fd1b4e8feff6f49", "indexes" : { "data" : 11, "gas" : 0, @@ -143,7 +143,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000002001ba0308e1db9cb8ff11a9e11232d978611be44f6951db3e9e91e443187f615fb5695a02580a193d85d882c146831278333e7c5ba7c58a8f1187f2174835348e377384f" }, { - "hash" : "0x89212ddaa369986263f42909478818fd0bbf1d1858d5fa206aec364113b017b0", + "hash" : "0x6245bc0ed6e3e79569c6d16f3166170e4f054b4f9e76f41a3011d65502649982", "indexes" : { "data" : 12, "gas" : 0, @@ -153,7 +153,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000003001ca01272a22d70d40298cfe6690bfcbe0f5a2d2b0f5fef73b3be4354c767bc8519b7a059592bd18f653958ba98dee353851410ab79abed3656044ac13d3d32853dcf0a" }, { - "hash" : "0x885a054aabc7619f9258fbf3cc225aaf6e7b2b864bbc9edabf6978a4663ffef5", + "hash" : "0xd63715615876fcfcd94a120e88acc2f443f3995a36234afa5ae03e3a83116073", "indexes" : { "data" : 13, "gas" : 0, @@ -163,7 +163,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000003001ba009c0c4406ab86c406d9de44f0440abb9ec0b65384353890fb26bd90474bc8aeea012c92a4323f53f3c03383d6ea23140f9e31906d607981332873df2b49b51db45" }, { - "hash" : "0x49be645ea87fce7c4e8b14b20e295bfc6d5ee74370da6cbd0777a1aa0f414f57", + "hash" : "0xa36d45e2be1457e46aa6174328bd1b03de880ed538b28007b7044601ec14c4d1", "indexes" : { "data" : 14, "gas" : 0, @@ -173,7 +173,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000003001ba0727a0e1a64660f479714d2073e177404bf090c4acb352debb283900a0718037ba022bc2e97daba8c3375cb1cbc2001970150dd9b989cb1a1fa5aa00926ac95b6bd" }, { - "hash" : "0xc95133dfd41f5c7def36ef733c9415e2441650b4d83fa7fa9e8c900cfd1b298e", + "hash" : "0xf0a5a59005ce68f3aa088bf4a7cbd16b9a88cc25fe86626eb64db1dd11814b91", "indexes" : { "data" : 15, "gas" : 0, @@ -183,7 +183,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000003001ca0cc3dcd9cc5357e16f7121ee35d610d72a8262b45736e7032c196bbdfb7afc917a06ec3700e6cff0cf08d0d799eff8304bfc516a7b7cf2588207040500921c1b070" }, { - "hash" : "0xe275a5174bf3a872d4e80e60fd7f00ef9bc12465ea1f9f08d267ecb1e1b8fe00", + "hash" : "0x698c9eb72919efa58b38362f989d6d3647001be1e3a80149fdc97ed1a248fca7", "indexes" : { "data" : 16, "gas" : 0, @@ -193,7 +193,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000003001ca05a455f0e51c48ef72a64a3249ba17b066c185f08c6c3f8887ddc68eca8b34d20a07570c8a3e8e9f88ac4aa54a2cc39267ab54c47b383a1a0fd449fca23a0466c26" }, { - "hash" : "0x00a6af2773491964e569507ae213526573ddef12b6d57585ed035ae05b270bb4", + "hash" : "0xf06a9ba0253f483917718a68cbc1d54cd8b6daa32165a36d86c990ccf16cbd77", "indexes" : { "data" : 17, "gas" : 0, @@ -203,7 +203,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000003001ba067e46495ef5313cfb62b6b260fbb00ad0f97a544c548b14d6a9883ca0af3955da0700e6520440de742f20a94a971cfc2cd7670a337e8fc729eb8840d50e40d485e" }, { - "hash" : "0x89212ddaa369986263f42909478818fd0bbf1d1858d5fa206aec364113b017b0", + "hash" : "0x6245bc0ed6e3e79569c6d16f3166170e4f054b4f9e76f41a3011d65502649982", "indexes" : { "data" : 18, "gas" : 0, @@ -213,7 +213,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000004001ba0fdbbbd3cc16a32381e09f50ea078cb0c35337f076081a8c43a8ec1843d1f1a0fa0682c0b2cdfea68b963fc79e8faaeba716b6c4649ff5337739a8c990ba6842e5b" }, { - "hash" : "0xf3f104d1fb692acb35e179d1b61233335f3a47c50595c683655c57adcd656f5c", + "hash" : "0x9d80389002968fc3fdece00b1648497d61732f4e495f07e56bf2f907f00841d8", "indexes" : { "data" : 19, "gas" : 0, @@ -223,7 +223,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000004001ca075de4952475594ed5b0d1484b430677969181e2e8d3fc3c81c81229dfb601e8ba01051c9147d9350e27b4a57a0cbb0d135c5815ba6149a88644c88b90f1ba3142d" }, { - "hash" : "0x67d877134e1c103552c92b9c513ef7834060f3f34ed0b4e940fa2a44e6a558a2", + "hash" : "0x994d456b951bdfef491cf86f1ed97ee580ed7f1bcee04e9b4234a9babc2594c2", "indexes" : { "data" : 20, "gas" : 0, @@ -233,7 +233,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000004001ca0709e78ef4da184f12522fab97f295e7ff8be90e8eb95aa42a8a2e9d1ee40f262a01f3daa32a56215fec6861bc9e0fe967b0cb48484123abc67fc0d35be2cf4a88c" }, { - "hash" : "0xc95133dfd41f5c7def36ef733c9415e2441650b4d83fa7fa9e8c900cfd1b298e", + "hash" : "0xf0a5a59005ce68f3aa088bf4a7cbd16b9a88cc25fe86626eb64db1dd11814b91", "indexes" : { "data" : 21, "gas" : 0, @@ -243,7 +243,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000004001ca08949363bd44144b61e76063894c94b8ab5906374498a6d3e91bc299c3ac33396a0362a40df1e51776217a0a71a2416470c83e2f7b1c9d24db81627c475ad3ac333" }, { - "hash" : "0x0d34f2fa4ec2165b7080bff0d4236718b4d3e50d2ef72c5a8212c10b172288fd", + "hash" : "0x51325c65602b15f67fe827479b574f3b135d540ecec8f471c1f0ef30c6f3a0e1", "indexes" : { "data" : 22, "gas" : 0, @@ -253,7 +253,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000004001ba0e4f8322d5347d2c764c28d85c361f24379eb5c9409b2b34166c88d0581162c0da0318f6f5cc3eb8bda41f0bd37f8ebefc86035e1ca1b4abd7bd837a356e81d3ee2" }, { - "hash" : "0x12aeb8abe40fea524e8f04a4f373d099db7aee7b1041370d2441a703f1b6bdf9", + "hash" : "0xfff96887e9f7acb981d2a3c091798b0c840d593330a06e5d9b5b6014bf24c328", "indexes" : { "data" : 23, "gas" : 0, @@ -263,7 +263,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000004001ca0ceb37c493e3f4674684e8e1929bfac191bca570e18879c51f631f3abafacb51aa01b34055ed7673ef179de8e85c0efd686a0acf2784deedd6aefc8b551109d146d" }, { - "hash" : "0x9ed0dce6e9ddf7f525299e942aa0086521c8073dc887fed6d6cbb2d4940aa350", + "hash" : "0x6ed3b1d39b26abbbb227b0e33ed16fdf5e73f31aa17413408e565f3c1a9872f8", "indexes" : { "data" : 24, "gas" : 0, @@ -273,7 +273,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000005001ba0c5a8783c91df0aad6018c795af9537ba2a63ce870a26b84f8d2ece9a522fa79ea04cb220eaf18ce0edae9b8beb8ce811ee4b5e80099dbeb3bc73313aa6340b739c" }, { - "hash" : "0x885a054aabc7619f9258fbf3cc225aaf6e7b2b864bbc9edabf6978a4663ffef5", + "hash" : "0xd63715615876fcfcd94a120e88acc2f443f3995a36234afa5ae03e3a83116073", "indexes" : { "data" : 25, "gas" : 0, @@ -283,7 +283,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000005001ba0229b9c418c733d629a956d9f8c363231fa63ef4f4bba23512b8614fc34fcc788a05b0486ee6e64d60caadbce6561c9f64288742c312a1cc10c49020393b991419a" }, { - "hash" : "0x49be645ea87fce7c4e8b14b20e295bfc6d5ee74370da6cbd0777a1aa0f414f57", + "hash" : "0xa36d45e2be1457e46aa6174328bd1b03de880ed538b28007b7044601ec14c4d1", "indexes" : { "data" : 26, "gas" : 0, @@ -293,7 +293,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000005001ba034c9e56e2afe513bf92b110a06c781d0ddd7836e6a92c848092649829048e8bca02c17c1150cb13abc29ffe46c34c353aa2b1deaa9a46a58b39a19de830c0a7378" }, { - "hash" : "0x6ba615511de8206c666f4619703709f3099610b43b2ff36d803b5ed6c2a3d174", + "hash" : "0x684caa87055523218890f1afd78f93810e1eb8a048aea265b4f90d1a18539a54", "indexes" : { "data" : 27, "gas" : 0, @@ -303,7 +303,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000005001ba07e2aa97b2f78ccb78b67e2eecf7013e1e520db8a40300e0d9c21e250aaf52adda03269769290c6774a7c9580ff516719802e197d81ff06bbbcc7a214886b7fdf48" }, { - "hash" : "0x40aca9205bc7de7494d68d9e4c9ded4392f7390ccf50a2be1448e6ef45eb88b8", + "hash" : "0x363e3a08806109beee25d837367aca484874c9f5cbda7be795c32c511cfcf7e1", "indexes" : { "data" : 28, "gas" : 0, @@ -313,7 +313,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000005001ca01cf410f10b2b4367e995a459708ef1d6b0b37dfe9e3bbdb4e885e666f47185b6a029c106ddff29e69389026e64e4458e8cf4345d6b2d38cdf966314a744e194c52" }, { - "hash" : "0x1305a46ef59b8e9a4df60639c751e2e42c928cf60a432aaa5fa86228cfa50a13", + "hash" : "0x52d71c35e9cff5588b6ec428e0bda54327bff4531b27ed657fd1b4e8feff6f49", "indexes" : { "data" : 29, "gas" : 0, @@ -323,7 +323,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000005001ba0e333dfd5278e17448754bbe52722d8b63391fa473863aac1bd9ddaa2a1a44172a04ba1cf5547f7888945762c19dd2bfe43c80f21ab302d871f6e94f9397fd751c7" }, { - "hash" : "0x8af5bfafba37cc815f8dfc9b28365e184b579ac25a6d0eb55dc743f7172fb44d", + "hash" : "0xb5e9dabeaf4d197730315e691f49a43f9f0d476ee3aef759b61021751ceb41f8", "indexes" : { "data" : 30, "gas" : 0, @@ -333,7 +333,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f1000000000000000000000000000000000000000000000000000000000000ff001ba0735210452cb8bb61d965628f029dae5665a783f2c5e2eeba2d4f1fc1fdd60173a079667d8e12371a36c81d23b0cf6522e935c2bc268d085bc90c7fc5c197312d5c" }, { - "hash" : "0x8d9eb7e0e0371d78d83d48df7accdedd54f21b7809adc17703174b55007c9f55", + "hash" : "0xce8c47917abfb47400dadbc92b0a84b322ec4d18f53330cf10ebc34203f445b3", "indexes" : { "data" : 31, "gas" : 0, @@ -343,7 +343,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f2000000000000000000000000000000000000000000000000000000000000ff001ba01f58c27edae16043a4b74388538cd041c547e0d230497b30e8a7447b364fec8fa071646575e17af1581285fc66c41b156d3acaabaee6d2442f6ec9a9b2f256b0e4" }, { - "hash" : "0x1348d4d58869682acd0115a142f49d0783f59a1deb51697feb739ce1411a0afe", + "hash" : "0xaba4f56b25ba779d52abf8c9ca379c59d6cab48e8593196a68264c6af60d7ad9", "indexes" : { "data" : 32, "gas" : 0, @@ -353,7 +353,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f4000000000000000000000000000000000000000000000000000000000000ff001ca0ab4dcabe4ec22a26c0d9851675ddce37667d27c688cccedad1cd94742ac6a8cba00e36f4d3c4f6e4bc6851b6020bb4cbe493e051bec63aa782760f32614fef961a" }, { - "hash" : "0x1348d4d58869682acd0115a142f49d0783f59a1deb51697feb739ce1411a0afe", + "hash" : "0xaba4f56b25ba779d52abf8c9ca379c59d6cab48e8593196a68264c6af60d7ad9", "indexes" : { "data" : 33, "gas" : 0, @@ -363,7 +363,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa000000000000000000000000000000000000000000000000000000000000ff001ca02820b0e2a57e53d2344d2ccb2f3d6e88fe579ecd58842a004aea09f2f416a552a06c9667b1763850dc583728650eb9dc5a2be910003d28db55c07ddd1e3cf0f436" }, { - "hash" : "0x62d29947540a11335ef8c626edec11be771afe1e9fbb10bdb7e5ba30c4547033", + "hash" : "0x71a7a12fbf0651f324831f86c3d2120f15978daf78a3c1872fdf8ebeb5f77fc9", "indexes" : { "data" : 34, "gas" : 0, @@ -373,7 +373,7 @@ "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f0000000000000000000000000000000000000000000000000000000000000ff001ba0a99355b9f772fbb147345251d5bc655877a0b65168d66b4b97439bd7da9fc6cfa06713314cc3302a37d8f64945f6797dc3745b9aefc004c0ea2b9eacef7a22c95d" }, { - "hash" : "0xfa15b29d3b0f7a21b4fc31a847bfd2665c64ad6b77b5c440918d7288bd2297ea", + "hash" : "0x2a3b0e3919dcba46ca5aa4b7355e3252c9db0917b7dcf58bbbd3110a678d26ae", "indexes" : { "data" : 35, "gas" : 0, @@ -385,13 +385,6 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -420,6 +413,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x", @@ -429,7 +429,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", diff --git a/GeneralStateTests/stRevertTest/costRevert.json b/GeneralStateTests/stRevertTest/costRevert.json index ac005cf84e..7e591a6dcd 100644 --- a/GeneralStateTests/stRevertTest/costRevert.json +++ b/GeneralStateTests/stRevertTest/costRevert.json @@ -2,9 +2,9 @@ "costRevert" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "449121b9d5d0c8c4e1f43875869563127c894b285bc53778716f7ab7139fc7c4", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "0dc24c75f3635deb1165c4eff3880b9d17c7abebdfa0b68d1d6d5e101f2c6a8b", "labels" : { "0" : "revert", "1" : "outOfGas", @@ -35,10 +35,10 @@ "8" : "outOfGas", "9" : "xtremeOOG" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "env" : { "currentBaseFee" : "0x0a", @@ -53,331 +53,331 @@ "post" : { "Cancun" : [ { - "hash" : "0xcbdefdd6cc76077f8a0addba3b6ee9243627aecd90a7b2249303e0ab6a38c190", + "hash" : "0xdc6f91e8e093dca596784d58f57cc7bf830d4e22aab22ef3e9e92754a2621a1c", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001ba0ebaf01566b36071452a195dcef2d50236b42635a79bf58bc1b418c8eb283b86fa00e76427c118fd6dc7e4e736ef7db2c6c23356182932cb5e23053c9dc68cfc250" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000001ca023ffc644efa8c26215a5c328b2c6fc9f39a516d678e36802b544e951f4abc71ca067e4717bd3aeb9cb4bdc309fd59a0609021446466496be7fcb7ac3ed9315145b" }, { - "hash" : "0xb0ae957a52662482fc57beeab5433384fbeb34fad43f72232a1b9780fbf2459e", + "hash" : "0x9536544ae421be61576e4cf580d018be9e0a73c3765e0e69ca5b2eac697b6e6c", "indexes" : { "data" : 7, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000011ba02d16726028c44b0c14de9b72b5871ccd57d0fc729c4a84a33ce12373654c5916a06c14a99469475cc46d4ffcbba49a03e8800eaba626814213fa26f90a08e7a679" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000011ba0784090952825e38b98b6ab97a48cbbeda30866d4666a5f5f03c3d2111e416e4da00a4f3f241cc2c4c7ae4199c205262389536ba3e3f96c5e7e0dd8e367487ff075" }, { - "hash" : "0xb0ae957a52662482fc57beeab5433384fbeb34fad43f72232a1b9780fbf2459e", + "hash" : "0x9536544ae421be61576e4cf580d018be9e0a73c3765e0e69ca5b2eac697b6e6c", "indexes" : { "data" : 14, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000021ba0201909fcdd1062d11f01bbd57978fa6d0f20e99c762d6a2cbee0686a2677c63ea051e4e17b617c876c618975072f32149052bed421fa7ea9337c4ca037641d7690" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000021ca01b690cf4f524850320ba6ec219c838c72f8a0bff8faedbef1f005d346c99b14ea07276497bb8b2e22b581b133f8244420ef52dd81fbbc306ef61abc2be1e593d00" }, { - "hash" : "0xa550590b813a85de3e7ad7306c2a80faf6558f4de1529fd71d19fa260049f2d3", + "hash" : "0xfd6186208bd87c547099bbeec54fa00116c93c9929a745d8b65e80a78b10fb9e", "indexes" : { "data" : 21, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000031ba0fa7b9f26fa52d4ef281633b43f1a7fd3e6e5b53a2ca9cd4dfb71bd744fc6113fa030ceb26510c09df9bc51f70c7ba4f3100213074ed064ed409ef9a02049a74b8b" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000031ba0a4d9233f48415ef142c9343e7d4d99c6b0e3cf076572a89fcfda23e70af81382a07f54ef6885133a23a32cd63261bfd327e3075c5400b847832058612726f8ea87" }, { - "hash" : "0xbf1c05e3f28a1cb0f08dd98e27cf0c66f12620292026ede53e0d8ffe84efcc8a", + "hash" : "0x3e897c6e946279c19c876e09a56f13190dfe433c19b12fa7b3183c59ed8d26d5", "indexes" : { "data" : 1, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000001ba0de6f985bbe054978571a1498443a85e33e4b6270fe2abf084106b125f237e945a06c71573d54a418cda62cb9f7661586f00d9c5242e7c4babbd6b496966b418fe2" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000001ba068e6c3eac186c5d004facd428013964505e40813004858dace6ed4724d6c88bba070c143ad2fc92896de03b49f34a8c927456355ca1fbf172dd83003b59b22faa6" }, { - "hash" : "0xbf1c05e3f28a1cb0f08dd98e27cf0c66f12620292026ede53e0d8ffe84efcc8a", + "hash" : "0x3e897c6e946279c19c876e09a56f13190dfe433c19b12fa7b3183c59ed8d26d5", "indexes" : { "data" : 2, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000001ca0b961d6788cdbc8218479b213efaf1a3e873d7b8b176b86e5ddb7744e230a0fdaa0341f98f932f7580d8ece7b581de34b11657bfa4a935a8b7c599cf279eefbcdee" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000001ca0344884ab14495bc5a770ca3e5fef4d0006c514b80859c884e7720da93333445ba06d1f530c7b1bc3dc40014cb813587ac1e15bd9664eac80810c14706c7a8bd4a1" }, { - "hash" : "0xbf1c05e3f28a1cb0f08dd98e27cf0c66f12620292026ede53e0d8ffe84efcc8a", + "hash" : "0x3e897c6e946279c19c876e09a56f13190dfe433c19b12fa7b3183c59ed8d26d5", "indexes" : { "data" : 3, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000001ba0ca04f5f3f26cb81360930859c57abbafd4ce6078fd73fe3f67f347ab647807b7a0214bd7306ea208e97fbc461621088c74a845f3e66d964798c534548ceb8aeab7" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000001ba085f99c2182c4e1ed11def35bab667f1ac4adef105bd8d94f370888b403c9e40fa02ab386bff1a137aa57c5052448ebad4b6ad4bbe6b50c3c846706129be8df9e98" }, { - "hash" : "0xbf1c05e3f28a1cb0f08dd98e27cf0c66f12620292026ede53e0d8ffe84efcc8a", + "hash" : "0x3e897c6e946279c19c876e09a56f13190dfe433c19b12fa7b3183c59ed8d26d5", "indexes" : { "data" : 4, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000001ca06a06757ec49d663fc47d23ad074c2af21053668ad0a75b3c4786ad696903290aa03fac614c66b731ad5d949ed4588da5f5d2dd2e2d2bb17370050ba5d6089bc8e8" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000001ca01440c4976a248a2e8905d202b5d08d5f7a853b20a9b66d4b08c6bf4248652f75a02c646ea3f55171f66f66e2073fcef13d4ed8358c362694beca33a14d18c6955a" }, { - "hash" : "0xbf1c05e3f28a1cb0f08dd98e27cf0c66f12620292026ede53e0d8ffe84efcc8a", + "hash" : "0x3e897c6e946279c19c876e09a56f13190dfe433c19b12fa7b3183c59ed8d26d5", "indexes" : { "data" : 5, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000001ba054206526e51e9d3ab7266dc9e43ae2a021742ff75a5305a03e3721055da047a0a02c2a69567bec696fa984c232c4701479adeabf9557aa03840e605842bd476e60" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000001ba0a027e9e0be1b87dee2f024c49e70e008e626b30b357ccbb4a4856043d144b811a0181d5bd3ec4240be9bc19b91002daeb6410e5263b3b20773444d6408c7b83dab" }, { - "hash" : "0xbf1c05e3f28a1cb0f08dd98e27cf0c66f12620292026ede53e0d8ffe84efcc8a", + "hash" : "0x3e897c6e946279c19c876e09a56f13190dfe433c19b12fa7b3183c59ed8d26d5", "indexes" : { "data" : 6, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000001ca0b0f2cce6f11f8aa9cc00fac64345f786bcddda9fda0c6f88086ac9530ab8323fa026223627341bf31406860c0b3f6d5e4e8ecd83f4b1509ac9d5f070e5e5cf51da" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000001ba00ff22aed5c8248164f144a6da50dfede4d1b6246b096c5f53ed6e6bfa6e29632a06ea4bf75aae32489d0fbe820c5a4202ecfacda6b3cf9cc3b3ea41aca6051e0bf" }, { - "hash" : "0xeda22c2ba1a660d7c172fbb2e87efd125824a210164426bf14f87d087b45c7e5", + "hash" : "0xab4717afedbfbd7fe99e232534a233c864bf3567793e17639eadf4d0a315d2fd", "indexes" : { "data" : 8, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a5800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000011b9fd31681d0908b3731536cd32073a2abef1a567b5f459da975225748d697f2c4a0013e03ba0ebe1b9789f09947a797b4bd944d13dce4d312ca9c692111daf01e86" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000011ba044f2be991f94857e0197118855e9cfa50328f175133359e775cde5380579ef4da06101f2d79969c5cc11b0e2d572ed0f3f68a18610688726e04c3af68f202cc516" }, { - "hash" : "0xeda22c2ba1a660d7c172fbb2e87efd125824a210164426bf14f87d087b45c7e5", + "hash" : "0xab4717afedbfbd7fe99e232534a233c864bf3567793e17639eadf4d0a315d2fd", "indexes" : { "data" : 9, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000011ca07865f0c0e24f3d61e613a580b3778e12c885c6edac7d1281cc41db8dd6c02feba03bcab22f0ac95c16c736ad8015525c002ce2d08bb7a723101446f8aa87bca968" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000011ca0eac102a43059e21fbb2c3e446bfabc0b998c6b6a4a57e8f948fa5c086721f255a048e87973df111d337b1b2608be46d1fec268b371fea04b8945da98b5288d6b9a" }, { - "hash" : "0xeda22c2ba1a660d7c172fbb2e87efd125824a210164426bf14f87d087b45c7e5", + "hash" : "0xab4717afedbfbd7fe99e232534a233c864bf3567793e17639eadf4d0a315d2fd", "indexes" : { "data" : 10, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000011ba0a273d9ea352f41783b57c5b47a7ede69887a7398950c547eefbd5f1567e31d9da07f1f1a5dc28232a6ba12666dd47496f2310bc131fb871880f787abb9d30d54a7" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000011ca079e239b35b91ea4753d0aca228a5dd2ca7084e552e389e0e3effe1f240645ec3a06ab5e2ce75207db8b23338d90a0ce6ffd77e74d349679e7d4ddc609a978b61d1" }, { - "hash" : "0xeda22c2ba1a660d7c172fbb2e87efd125824a210164426bf14f87d087b45c7e5", + "hash" : "0xab4717afedbfbd7fe99e232534a233c864bf3567793e17639eadf4d0a315d2fd", "indexes" : { "data" : 11, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000011ca06e8655ddbc9aa9582c3b00370533e97a75c60f16f8dfdb1f53c6997755840285a02381aac07c6c76b103d747664b829fff04f2e60395eeee2e40b14b42afc88fae" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000011ba04e2820a74602d16edb3a8ef000bef32005eeb5eae651130fe3ccabad23b4829ca035174b14021e951c0a15fd8f96447445033a49487f4c2537896e7c1a74099528" }, { - "hash" : "0xeda22c2ba1a660d7c172fbb2e87efd125824a210164426bf14f87d087b45c7e5", + "hash" : "0xab4717afedbfbd7fe99e232534a233c864bf3567793e17639eadf4d0a315d2fd", "indexes" : { "data" : 12, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000011ba0d48100eab8ca45e4ab41faec089dd97e1c7c29bd98b23914d9f3e19c6183512da0102811ea0274ea3d4d41211e032e41917824ef502833d59c32eda29f3a380e1b" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000011ca07bf4f9425c196895277c4c57774ad487bb936ac931e666ebe9439b9a48cb51f4a042866ca216b74d970ae3ecd8567b110dba6fb7660fc397af5465ff21e2791980" }, { - "hash" : "0xeda22c2ba1a660d7c172fbb2e87efd125824a210164426bf14f87d087b45c7e5", + "hash" : "0xab4717afedbfbd7fe99e232534a233c864bf3567793e17639eadf4d0a315d2fd", "indexes" : { "data" : 13, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000011ba04745d6ad6dd50a9ed89b78942c753192841222e18f4cd16a835af1b46ae22886a01239bb967f2e1d803a44150406c762b133e4c1f1cc16d10dc1b2b5e919ce0bbb" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000011ba057b401f5c8f5df8b672587cc864fb288b3820d58ac1d738ad188b4a2930779dea07a92f459696edc447bc89cd11804b5c315e1a151b3fa3b60c291a248cda56147" }, { - "hash" : "0xad89c12a9147b3093c94d50f21708848657626c1df449e30d9cf76956c3be00a", + "hash" : "0x9a11446e65b5b199dfdc1148a435519145c01120b38135d6ce2c6f0c981395a4", "indexes" : { "data" : 15, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000021ba0e29d49f1a143862d7cca6c32bdc658497c92e67a726862bc28a73f8a651605eda04ee36623678d9402011ba1b050c29619c6172b8b800bfd7b5c9e06fddfd13eb6" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000021ba0aa0aa3f071e30ec2b4cef087163fe5dd2d55535503dcdd82770dec157f9e33d4a05363ac996619bf347cee7d9720ec45e093cb6d607c05472345fe01c35465b0f1" }, { - "hash" : "0xad89c12a9147b3093c94d50f21708848657626c1df449e30d9cf76956c3be00a", + "hash" : "0x9a11446e65b5b199dfdc1148a435519145c01120b38135d6ce2c6f0c981395a4", "indexes" : { "data" : 16, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000021ca0fdd74e45c3a23166a682509dedc49b85abe6c9f4b351f41e8bf60ab2a241b029a009784c21e8f50afa67263fbcb4872439beea2faa1dc283506336694abf234302" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000021ba07178b1f7066bc37b786b7234117985dc4de17cca5b4b4b38e4120f461546b1dba0514e89a68770d0733c5dd172aac0fd6b5d6e6136bfe06efd2e71957ebb245047" }, { - "hash" : "0xad89c12a9147b3093c94d50f21708848657626c1df449e30d9cf76956c3be00a", + "hash" : "0x9a11446e65b5b199dfdc1148a435519145c01120b38135d6ce2c6f0c981395a4", "indexes" : { "data" : 17, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000021ca0f3fa33870699d541c4d187b65639565843e29d073c8b5b1fd0a50ce387c3f578a01ce23fef15128d0217668fc784efd7bb706f15244fa14f198a67075dfcc99b7f" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000021ca028b0174a60d57f171b2162e2a1e071eea3772e10e2172373414f87bfe008a9fba04f6fc4c63f0912969698b0ffc2f993ba9c21baa027f9caa4c0a1c7b73e2fab19" }, { - "hash" : "0xad89c12a9147b3093c94d50f21708848657626c1df449e30d9cf76956c3be00a", + "hash" : "0x9a11446e65b5b199dfdc1148a435519145c01120b38135d6ce2c6f0c981395a4", "indexes" : { "data" : 18, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000021ca04e729945218ebeaa4351ce4b5b4595d5a10795ab93ce7df3d3e10a29a43774dba01598b62b97d24c0401c92e47628ba753d716c5c35bf3a0fdffd6e6d6f2ca5b94" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000021ca04c3b9dfef20a834f888e059036b72d50daac007f89ce03ff0971bf75d793264fa06d6e9bd095360e357730499263118e98f59d6ad7669123efeaeca9a7df173fcd" }, { - "hash" : "0xad89c12a9147b3093c94d50f21708848657626c1df449e30d9cf76956c3be00a", + "hash" : "0x9a11446e65b5b199dfdc1148a435519145c01120b38135d6ce2c6f0c981395a4", "indexes" : { "data" : 19, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000021ba0bab3ee89d5d0a8dfbf3fb29bf4b0da0c229a11a50d4d3bb43695a4b27517e6dea0383febb574c433f12bee1537d4a66989964679d59db7297f9c3fe4f9cf265906" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000021ca0da700b38210c00f47ce6a95caacbcbcafe874064390e881b18623e55c61dc9aea06dfb62945fa0227443cc2c3a1d868b6745eccfa66fbd0af36922788a99141020" }, { - "hash" : "0xad89c12a9147b3093c94d50f21708848657626c1df449e30d9cf76956c3be00a", + "hash" : "0x9a11446e65b5b199dfdc1148a435519145c01120b38135d6ce2c6f0c981395a4", "indexes" : { "data" : 20, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000021ca0488ad2a073e8db4966bd2bbd49983c19e28b6bc12ddc6bfb2696e4364ad8b3e8a0264a9a0762b40faf8262da47af85be69f7fab375da7e9ae7012b4c5f62e8a70a" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000021ca0b6f1c3e4684fe6fd28756468c5bc7ca02b8bdddf73a4e71b929fc897071e2beda006a0569f41a14bcd4bfd60b96185e6c03ea3061a6ee93eaa12a7c8bc8d776470" }, { - "hash" : "0x361fa0f6e3ae06aab3e0added5794e590effc7097dfb24902aaa3664cd891760", + "hash" : "0x47c87add7850ecccb79db3a3e0df24cbadfd159d5d764d000737d1fddb42de62", "indexes" : { "data" : 22, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000031ba0b40a4a3f574298ac000132752d4cce594550d3c553489461d2c63b11fc6f4c2ba06eaf5668847d599f33b153c571208c23db18a53eeb989d004172ec8c96feab2e" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000031ba052d63a595037c08c8788888c02c17862f3eac55dc2228774d656684a0bbb681ca0271cdbcd45b828984e7d6b36d227ce29e67ec5f4046f66e0ac81c8d94af04bb7" }, { - "hash" : "0x361fa0f6e3ae06aab3e0added5794e590effc7097dfb24902aaa3664cd891760", + "hash" : "0x47c87add7850ecccb79db3a3e0df24cbadfd159d5d764d000737d1fddb42de62", "indexes" : { "data" : 23, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000031ca0868b187bcd7739f4d53ee68f961f42dace10744f76d1b9a9916f6d6e54bb0ffea0763ad3129a7e569cf89b0a5e0c4b4e0defc8a15513f699dc0cab0dc079a9c1b1" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000031ba0cee61108ceec3c6ab450851b03bdeaad17cb7fb5892269c412a4d6e91b262047a02f4be867340153854b033a1b1ea7a382ed2d9f2030a8068a80c6ca422b02cba7" }, { - "hash" : "0x361fa0f6e3ae06aab3e0added5794e590effc7097dfb24902aaa3664cd891760", + "hash" : "0x47c87add7850ecccb79db3a3e0df24cbadfd159d5d764d000737d1fddb42de62", "indexes" : { "data" : 24, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000031ca0f41de697e2fce354b031b02970ebfc1332fbc6a5339bf752dfad999930f2f4f7a03351d42a7fed72c956f449b8acf12817380ff7a70a5435d61801754ced988aeb" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000031ca0e02144736ca24554737088331e2853d6c9c9f8526940623f72580d9cf9320047a01f0f6ec05a1cacf9b91fd0b0d8d4a270cdadb8ab1e41a8c6f5b875011dc2eec0" }, { - "hash" : "0x361fa0f6e3ae06aab3e0added5794e590effc7097dfb24902aaa3664cd891760", + "hash" : "0x47c87add7850ecccb79db3a3e0df24cbadfd159d5d764d000737d1fddb42de62", "indexes" : { "data" : 25, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000031ba055da06bac29d85c800522f8a2b004fd2846e70045499228eae85a66564aa80b4a04f73a8bc3eb7a208f936a9b0616f1ee3fa2363ce4c7176e3a4ccec2717bc1ae3" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000031ba059f5a3e8ecb81857d5be44396e32ed668e9987f1e56a4320d09399fccf3e1ebfa00401f28c1e11073296896033ee041f5c0addf26e90223381ef7036365e71b28e" }, { - "hash" : "0x361fa0f6e3ae06aab3e0added5794e590effc7097dfb24902aaa3664cd891760", + "hash" : "0x47c87add7850ecccb79db3a3e0df24cbadfd159d5d764d000737d1fddb42de62", "indexes" : { "data" : 26, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000031ca06f7de0c856ad7eac3fe231a33b9e9d226647e8fd7788ac1404ee3a19899867e9a01756d1e15ce5b5dfb4864ca123cd7e9177463bc4e3c19af70a9a18c64be984a1" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000031ca01d62f5d0f90d24e89cf15ba675daa7638f21ff5aeefbd9ded11de5b97e33c6e6a072c8bc6d957f3b1f481c410fa419450b24c72e8e34e745d374d68a9a52cced3b" }, { - "hash" : "0x361fa0f6e3ae06aab3e0added5794e590effc7097dfb24902aaa3664cd891760", + "hash" : "0x47c87add7850ecccb79db3a3e0df24cbadfd159d5d764d000737d1fddb42de62", "indexes" : { "data" : 27, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000031ca0ec14ba8d5ce9de095dff0c90c857b07f1740379db894e616e6b4012e399950c1a0109af88b99507ae57648d4ddff0ee971d4b471932cc60d2981edb048abafa547" + "txbytes" : "0xf8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000031ca0c52b51c8fa5e77f85cb3092c93b26ade94e4a7337ef848f49a7a4a013dde0fa6a046e059091925d80c64b864d89fee5cf1b0767b54442c5e9238f57c7627c373a0" } ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -401,34 +401,34 @@ }, "transaction" : { "data" : [ - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000000", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000001", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000002", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000003", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000003", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000003", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000003", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000003", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000003", - "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000003" + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000000", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000001", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000002", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000003", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000003", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000003", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000003", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000003", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000003", + "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000003" ], "gasLimit" : [ "0x04c4b400" diff --git a/GeneralStateTests/stRevertTest/stateRevert.json b/GeneralStateTests/stRevertTest/stateRevert.json index 8b6a63aa7c..c44a2686fb 100644 --- a/GeneralStateTests/stRevertTest/stateRevert.json +++ b/GeneralStateTests/stRevertTest/stateRevert.json @@ -2,9 +2,9 @@ "stateRevert" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "62b1259698d092f96fce7df691903e64bc844b99f7afe4b955f80876bcc7d9bd", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "a58cd617b59df40d622f4f5bde72f1f9ad96c0cc289028b0ec5cedf7e28b136d", "labels" : { "0" : "revert", "1" : "outOfGas", @@ -14,10 +14,10 @@ "5" : "stackUnder", "6" : "stackOver" }, - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "env" : { "currentBaseFee" : "0x0a", @@ -32,7 +32,7 @@ "post" : { "Cancun" : [ { - "hash" : "0xf8b8571b911b3e93052f8ae4b9ba66232737441cbe32d670c0a25fd5fb746556", + "hash" : "0xb9c38d545eb57831f0c3e7dca834018c8e512e2f6eb71434e5ef026d69f14ee9", "indexes" : { "data" : 0, "gas" : 0, @@ -42,7 +42,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698" }, { - "hash" : "0xf829c66e92c2c50771661d986627f2ccce881e7599fc7ae6622f59964db92349", + "hash" : "0x8a9696cd86791a6f3add76872c2e7dddc2b84d5d3738ffeb507692b4a96b6e66", "indexes" : { "data" : 1, "gas" : 0, @@ -52,7 +52,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89" }, { - "hash" : "0xf829c66e92c2c50771661d986627f2ccce881e7599fc7ae6622f59964db92349", + "hash" : "0x8a9696cd86791a6f3add76872c2e7dddc2b84d5d3738ffeb507692b4a96b6e66", "indexes" : { "data" : 2, "gas" : 0, @@ -62,7 +62,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3" }, { - "hash" : "0xf829c66e92c2c50771661d986627f2ccce881e7599fc7ae6622f59964db92349", + "hash" : "0x8a9696cd86791a6f3add76872c2e7dddc2b84d5d3738ffeb507692b4a96b6e66", "indexes" : { "data" : 3, "gas" : 0, @@ -72,7 +72,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105e" }, { - "hash" : "0xf829c66e92c2c50771661d986627f2ccce881e7599fc7ae6622f59964db92349", + "hash" : "0x8a9696cd86791a6f3add76872c2e7dddc2b84d5d3738ffeb507692b4a96b6e66", "indexes" : { "data" : 4, "gas" : 0, @@ -82,7 +82,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171e" }, { - "hash" : "0xf829c66e92c2c50771661d986627f2ccce881e7599fc7ae6622f59964db92349", + "hash" : "0x8a9696cd86791a6f3add76872c2e7dddc2b84d5d3738ffeb507692b4a96b6e66", "indexes" : { "data" : 5, "gas" : 0, @@ -92,7 +92,7 @@ "txbytes" : "0xf885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31" }, { - "hash" : "0xf829c66e92c2c50771661d986627f2ccce881e7599fc7ae6622f59964db92349", + "hash" : "0x8a9696cd86791a6f3add76872c2e7dddc2b84d5d3738ffeb507692b4a96b6e66", "indexes" : { "data" : 6, "gas" : 0, @@ -104,49 +104,49 @@ ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -169,7 +169,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } From 8cfd9164858c71a9b915bcac291c8734ae829f78 Mon Sep 17 00:00:00 2001 From: enitrat Date: Wed, 18 Sep 2024 11:42:54 +0200 Subject: [PATCH 3/5] update call addresses in coinbasewarmaccountcallgasfailfiller --- .../coinbaseWarmAccountCallGasFailFiller.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml b/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml index 29af490fa3..b8e11d5b5f 100644 --- a/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml +++ b/src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml @@ -23,19 +23,19 @@ coinbaseWarmAccountCallGasFail: let callgas := 100 switch calladdr - case 0x100 { + case 0x1000 { // Extra: COINBASE + 6xPUSH1 + DUP6 + 2xPOP callgas := add(callgas, 27) } - case 0x200 { + case 0x2000 { // Extra: COINBASE + 6xPUSH1 + DUP6 + 2xPOP callgas := add(callgas, 27) } - case 0x300 { + case 0x3000 { // Extra: COINBASE + 5xPUSH1 + DUP6 + 2xPOP callgas := add(callgas, 24) } - case 0x400 { + case 0x4000 { // Extra: COINBASE + 5xPUSH1 + DUP6 + 2xPOP callgas := add(callgas, 24) } From 736a2e63ce6590b729ece38a1ec40633dbfae068 Mon Sep 17 00:00:00 2001 From: enitrat Date: Wed, 18 Sep 2024 09:43:13 +0000 Subject: [PATCH 4/5] refill tests --- .../coinbaseWarmAccountCallGasFail.json | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json b/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json index adb7cdeb5b..9f2cb197e2 100644 --- a/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json +++ b/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json @@ -2,13 +2,13 @@ "coinbaseWarmAccountCallGasFail" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++", - "generatedTestHash" : "d26d2d8f8057860e6aa895fce51760d7ef927a4a4b6e6b1351696d0f3f066137", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "1f5fa3881a1863939274c8313fa9e987c3668895613f014a53640618e15d96c4", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml", - "sourceHash" : "81c4f0a3045eef757e58dd04d52cddcd9256166466207885af3c9c5ffbddc030" + "sourceHash" : "cc5009f45a519a6bbba4025463e5e55aea94e000c0b379cc6278b37c9a761d1e" }, "env" : { "currentBaseFee" : "0x0a", @@ -23,70 +23,70 @@ "post" : { "Cancun" : [ { - "hash" : "0xd2324b31a3f600d61efdd451798c6d961b13afa2cfc9b84760db266290e81534", + "hash" : "0x0f1e876f528d1a580014106306e8db092b69cacffb01668d79ee27cbf465cdb6", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000001001ca0fd322e7d773160aaadc7b63a708eb0460b98eaa30bcb90480ac99c96ece3bc35a057f366513aad837a30bb9e6c639b84ffa42d49485de424d87ce7397f117a6ba0" + "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000010001ca04f5a790d8988c85de2c0c0ccd716fa9135d90af7ec744a24f26dade94342763da07710080787a7f3ebfa0e32a209e188cdccc5b8ebe8a530a61fc261a8067582f8" }, { - "hash" : "0x8c916b301d0d02cc9ab8529ccd5b7528856598da9a5fb1841c9bd15243857ed3", + "hash" : "0xbf5d7a0c112ad11bccfa7e7cf910d9a3d3d6902a4b92ca05a32c7f50258ce2cb", "indexes" : { "data" : 1, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000002001ca0e6eadb6052ac5798ef6120e757bbec605f621b760f9e6c210a623069be194d32a04ca4aa0729327cd8a7b5ae91f4814da3f6a990a783199f7b4a069a66c642ab1e" + "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000020001ba0b1f489d59c168c8e4bfd8d6979e2d399e4de2187c30a9ee891273bd8a71406f5a018d0956f94280aad9e5f08a6d000ff35169d250adf73b315b2187892092e4a6c" }, { - "hash" : "0xa9fd9e519604a630aa6acaf86bf0a8c05205b211e9e6918a5ddc7ca7be7d7357", + "hash" : "0xca20b476144dd0b0bca3606f8f5081864be78319465f2b7874ab0924b8a86a83", "indexes" : { "data" : 2, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000003001ba015c9f858655b0fe0f73b6468ae8e956bfcc2fed526cb724b35b26cd13ce390eaa073ddf119e418c3cec4974bcdb4c431174960591366316e70f806f6b8ecdbce76" + "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000030001ca0d0786ea0392ff1fc88ca561db1379ad38f65c411405d44c813c57afb7ae2500ba033583fc00a58c9fca35a8782e129920759cad571c006bec24ab9bcf31e119b61" }, { - "hash" : "0x56d0ff4523ef709ad2e6271fed0f6c02566df6a9910b2347dffb512ee71a96ee", + "hash" : "0x29bf77a0092280a8fc55a31a0875e48784355fd06297e724a563ef6e9dca2d7d", "indexes" : { "data" : 3, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000004001ca00d597a416a505d1dc85d0cf797d14bdf80c1949f3f2f390bb47e7efa1c628eaca03bbc5c207906ff8ce2f605d21bc1d62d1592da573b682abbc3b9aa6e0252fec7" + "txbytes" : "0xf884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000040001ca0f0ae3c1bc1cf3f1a101cefc96b392acfbb37a0d3c0826e7bd007dec414996e79a06609bb176c35d559aa18c6098038d260d64762d5ac5b09e84cdaddd4bdb10652" } ] }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -109,7 +109,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { } @@ -117,10 +117,10 @@ }, "transaction" : { "data" : [ - "0x693c61390000000000000000000000000000000000000000000000000000000000000100", - "0x693c61390000000000000000000000000000000000000000000000000000000000000200", - "0x693c61390000000000000000000000000000000000000000000000000000000000000300", - "0x693c61390000000000000000000000000000000000000000000000000000000000000400" + "0x693c61390000000000000000000000000000000000000000000000000000000000001000", + "0x693c61390000000000000000000000000000000000000000000000000000000000002000", + "0x693c61390000000000000000000000000000000000000000000000000000000000003000", + "0x693c61390000000000000000000000000000000000000000000000000000000000004000" ], "gasLimit" : [ "0x013880" From e5b0e2321be3a4de0905a970d4e4c409b64a3ef0 Mon Sep 17 00:00:00 2001 From: enitrat Date: Tue, 3 Dec 2024 04:12:33 +0000 Subject: [PATCH 5/5] fill chain tests --- .../coinbaseWarmAccountCallGasFail.json | 220 +- .../VMTests/vmLogTest/log0.json | 496 ++-- .../VMTests/vmLogTest/log1.json | 594 ++--- .../VMTests/vmLogTest/log2.json | 594 ++--- .../VMTests/vmLogTest/log3.json | 700 +++--- .../VMTests/vmLogTest/log4.json | 700 +++--- .../Transaction64Rule_integerBoundaries.json | 408 ++-- .../gasCostJump.json | 138 +- .../gasCostReturn.json | 38 +- .../stReturnDataTest/revertRetDataSize.json | 2096 ++++++++--------- .../stRevertTest/costRevert.json | 1866 +++++++-------- .../stRevertTest/stateRevert.json | 490 ++-- 12 files changed, 4170 insertions(+), 4170 deletions(-) diff --git a/BlockchainTests/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json b/BlockchainTests/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json index 74ec2ab663..805a639ca9 100644 --- a/BlockchainTests/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json +++ b/BlockchainTests/GeneralStateTests/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFail.json @@ -2,13 +2,13 @@ "coinbaseWarmAccountCallGasFail_d0g0v0_Cancun" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "268cf1caed15b7f138204c187f20955949a21b669ac59d36e14cbd93a6b91cfb", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "9aac4d66705abedb32998e09b6f927a4e0e248c9e3ee4c95610fa7be8948d845", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml", - "sourceHash" : "81c4f0a3045eef757e58dd04d52cddcd9256166466207885af3c9c5ffbddc030" + "sourceHash" : "cc5009f45a519a6bbba4025463e5e55aea94e000c0b379cc6278b37c9a761d1e" }, "blocks" : [ { @@ -22,28 +22,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb411", - "hash" : "0x1d142cec49dfc3e1dc0cb7d1438ce46127a3c2c4bf46406dd6dc1746356fbc5e", + "hash" : "0xb73375a7cecf8e827c10b09f2e32dfb623ca8a150d0bb43ee6053e174e6203c8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "parentHash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "receiptTrie" : "0xeb33be047f39758a79bf907dcb1972d77a1aa8f474ea9e85eb038243307bb4bf", - "stateRoot" : "0x7d06e47c69aaf89e567f4ac3a0cd651c648882d5e40f25a170b190a4f5da844e", + "stateRoot" : "0xbeb017a18870e7e503b9d0769940a053d4ac85b2f2ba7b6b0d3cd252dcc76a31", "timestamp" : "0x03e8", - "transactionsTrie" : "0x0930bb0b2b052fa4862912f1529de42691750745808a775e718e56bcb39b2b8a", + "transactionsTrie" : "0x3e4b6b85a41f2042ee6f780bd95630afd911fcad2cc73726fed5b81ba0a46457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0a6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07d06e47c69aaf89e567f4ac3a0cd651c648882d5e40f25a170b190a4f5da844ea00930bb0b2b052fa4862912f1529de42691750745808a775e718e56bcb39b2b8aa0eb33be047f39758a79bf907dcb1972d77a1aa8f474ea9e85eb038243307bb4bfb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b4118203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000001001ca0fd322e7d773160aaadc7b63a708eb0460b98eaa30bcb90480ac99c96ece3bc35a057f366513aad837a30bb9e6c639b84ffa42d49485de424d87ce7397f117a6ba0c0c0", + "rlp" : "0xf902c7f9023aa0e0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0beb017a18870e7e503b9d0769940a053d4ac85b2f2ba7b6b0d3cd252dcc76a31a03e4b6b85a41f2042ee6f780bd95630afd911fcad2cc73726fed5b81ba0a46457a0eb33be047f39758a79bf907dcb1972d77a1aa8f474ea9e85eb038243307bb4bfb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b4118203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000010001ca04f5a790d8988c85de2c0c0ccd716fa9135d90af7ec744a24f26dade94342763da07710080787a7f3ebfa0e32a209e188cdccc5b8ebe8a530a61fc261a8067582f8c0c0", "transactions" : [ { - "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000100", + "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000001000", "gasLimit" : "0x013880", "gasPrice" : "0x0a", "nonce" : "0x01", - "r" : "0xfd322e7d773160aaadc7b63a708eb0460b98eaa30bcb90480ac99c96ece3bc35", - "s" : "0x57f366513aad837a30bb9e6c639b84ffa42d49485de424d87ce7397f117a6ba0", + "r" : "0x4f5a790d8988c85de2c0c0ccd716fa9135d90af7ec744a24f26dade94342763d", + "s" : "0x7710080787a7f3ebfa0e32a209e188cdccc5b8ebe8a530a61fc261a8067582f8", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -66,45 +66,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "hash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x2c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96", + "stateRoot" : "0x5c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cd", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x1d142cec49dfc3e1dc0cb7d1438ce46127a3c2c4bf46406dd6dc1746356fbc5e", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xb73375a7cecf8e827c10b09f2e32dfb623ca8a150d0bb43ee6053e174e6203c8", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -135,7 +135,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { "0x00" : "0x01" @@ -143,28 +143,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -194,7 +194,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { } @@ -205,13 +205,13 @@ "coinbaseWarmAccountCallGasFail_d1g0v0_Cancun" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "5e109574408843d0438a83de69815623c6f016fcee7bb4262b6d98766cd6706f", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e33da1e7e7011b2dc502fe455090c99ed0b48bbe0c9c739553bf87948969109f", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml", - "sourceHash" : "81c4f0a3045eef757e58dd04d52cddcd9256166466207885af3c9c5ffbddc030" + "sourceHash" : "cc5009f45a519a6bbba4025463e5e55aea94e000c0b379cc6278b37c9a761d1e" }, "blocks" : [ { @@ -225,31 +225,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb427", - "hash" : "0x0871877cfd7a3b0eedf28162e8e0e896ed065a05a14f5366d1794776045b03b6", + "hash" : "0xe8a6519b7535fa22581034ccd1c21ade96c7912d58f9596d35b92f87cd55a9c3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "parentHash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "receiptTrie" : "0xcc6e17813b64f05014980233fb75de9797fefcd6602f51cdbbd6afc211d25ac4", - "stateRoot" : "0xec21ba32bfc7239190abc95b5462b5ad9c47abd2f6b106897ebc1163599dae0b", + "stateRoot" : "0x122280cc921b12c5af8c76dc4c11abc6bc750a6e9fd45124a1302689345e4506", "timestamp" : "0x03e8", - "transactionsTrie" : "0x31549bee85979c41e8e12d2ebfcb6c1915bf2669137156e1095822709671aa76", + "transactionsTrie" : "0xc5d4df088b1ac026fdbea1b027bac738d0c104d50b021c0f046bb9c1bcb3a007", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0a6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ec21ba32bfc7239190abc95b5462b5ad9c47abd2f6b106897ebc1163599dae0ba031549bee85979c41e8e12d2ebfcb6c1915bf2669137156e1095822709671aa76a0cc6e17813b64f05014980233fb75de9797fefcd6602f51cdbbd6afc211d25ac4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b4278203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000002001ca0e6eadb6052ac5798ef6120e757bbec605f621b760f9e6c210a623069be194d32a04ca4aa0729327cd8a7b5ae91f4814da3f6a990a783199f7b4a069a66c642ab1ec0c0", + "rlp" : "0xf902c7f9023aa0e0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0122280cc921b12c5af8c76dc4c11abc6bc750a6e9fd45124a1302689345e4506a0c5d4df088b1ac026fdbea1b027bac738d0c104d50b021c0f046bb9c1bcb3a007a0cc6e17813b64f05014980233fb75de9797fefcd6602f51cdbbd6afc211d25ac4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b4278203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000020001ba0b1f489d59c168c8e4bfd8d6979e2d399e4de2187c30a9ee891273bd8a71406f5a018d0956f94280aad9e5f08a6d000ff35169d250adf73b315b2187892092e4a6cc0c0", "transactions" : [ { - "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000200", + "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000002000", "gasLimit" : "0x013880", "gasPrice" : "0x0a", "nonce" : "0x01", - "r" : "0xe6eadb6052ac5798ef6120e757bbec605f621b760f9e6c210a623069be194d32", - "s" : "0x4ca4aa0729327cd8a7b5ae91f4814da3f6a990a783199f7b4a069a66c642ab1e", + "r" : "0xb1f489d59c168c8e4bfd8d6979e2d399e4de2187c30a9ee891273bd8a71406f5", + "s" : "0x18d0956f94280aad9e5f08a6d000ff35169d250adf73b315b2187892092e4a6c", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x00" } ], @@ -269,45 +269,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "hash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x2c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96", + "stateRoot" : "0x5c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cd", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0871877cfd7a3b0eedf28162e8e0e896ed065a05a14f5366d1794776045b03b6", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe8a6519b7535fa22581034ccd1c21ade96c7912d58f9596d35b92f87cd55a9c3", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -338,7 +338,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { "0x00" : "0x01" @@ -346,28 +346,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -397,7 +397,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { } @@ -408,13 +408,13 @@ "coinbaseWarmAccountCallGasFail_d2g0v0_Cancun" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7cd0120a70844369a10b60163ec076a9079da1ecf45bdbf5f0f646ded8dc1db0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "73ddbbc7f4131788e7a07a509660be06452f6bbc830b2ccb00c082daa96d4bcf", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml", - "sourceHash" : "81c4f0a3045eef757e58dd04d52cddcd9256166466207885af3c9c5ffbddc030" + "sourceHash" : "cc5009f45a519a6bbba4025463e5e55aea94e000c0b379cc6278b37c9a761d1e" }, "blocks" : [ { @@ -428,31 +428,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb43a", - "hash" : "0xcfc55b256a41d727819e863f74ff3b6bd37f3877bb681a1785712a0553f2c31b", + "hash" : "0x38de6991737e5cc023b7b08f8adb584c51d62ec769401fc897195a2c89e8a882", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "parentHash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "receiptTrie" : "0xd395a1e28fc0947674352ecd3a0950b3aa67129416d0972fefc05e95f6edc096", - "stateRoot" : "0x72aee03ae99bd6ea1a8a11b7b72b6ed2b4a165ebe45d7e1eb7ae7226422a670f", + "stateRoot" : "0x179c8d5dfb62511fe9a46b344ae440bb53db7a78e312c6654d54e034782e0e61", "timestamp" : "0x03e8", - "transactionsTrie" : "0x91f51bad38d6a7914f30c04d7a70ff1b23524ea17e94c76deb842b9835e810c4", + "transactionsTrie" : "0xe22a3074009970d626c72925e7f99bcc7aef04d576c41ac51f5c7f0dec712aa4", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0a6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa072aee03ae99bd6ea1a8a11b7b72b6ed2b4a165ebe45d7e1eb7ae7226422a670fa091f51bad38d6a7914f30c04d7a70ff1b23524ea17e94c76deb842b9835e810c4a0d395a1e28fc0947674352ecd3a0950b3aa67129416d0972fefc05e95f6edc096b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b43a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000003001ba015c9f858655b0fe0f73b6468ae8e956bfcc2fed526cb724b35b26cd13ce390eaa073ddf119e418c3cec4974bcdb4c431174960591366316e70f806f6b8ecdbce76c0c0", + "rlp" : "0xf902c7f9023aa0e0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0179c8d5dfb62511fe9a46b344ae440bb53db7a78e312c6654d54e034782e0e61a0e22a3074009970d626c72925e7f99bcc7aef04d576c41ac51f5c7f0dec712aa4a0d395a1e28fc0947674352ecd3a0950b3aa67129416d0972fefc05e95f6edc096b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b43a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000030001ca0d0786ea0392ff1fc88ca561db1379ad38f65c411405d44c813c57afb7ae2500ba033583fc00a58c9fca35a8782e129920759cad571c006bec24ab9bcf31e119b61c0c0", "transactions" : [ { - "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000300", + "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000003000", "gasLimit" : "0x013880", "gasPrice" : "0x0a", "nonce" : "0x01", - "r" : "0x15c9f858655b0fe0f73b6468ae8e956bfcc2fed526cb724b35b26cd13ce390ea", - "s" : "0x73ddf119e418c3cec4974bcdb4c431174960591366316e70f806f6b8ecdbce76", + "r" : "0xd0786ea0392ff1fc88ca561db1379ad38f65c411405d44c813c57afb7ae2500b", + "s" : "0x33583fc00a58c9fca35a8782e129920759cad571c006bec24ab9bcf31e119b61", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -472,45 +472,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "hash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x2c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96", + "stateRoot" : "0x5c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cd", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xcfc55b256a41d727819e863f74ff3b6bd37f3877bb681a1785712a0553f2c31b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x38de6991737e5cc023b7b08f8adb584c51d62ec769401fc897195a2c89e8a882", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -541,7 +541,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { "0x00" : "0x01" @@ -549,28 +549,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -600,7 +600,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { } @@ -611,13 +611,13 @@ "coinbaseWarmAccountCallGasFail_d3g0v0_Cancun" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "e6095c1e4b106c9ce2691cf67c4f72ee88551e659dd7f7d8168f80107976da40", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "7b7d7ff566f377c2cd0e6152555a3b68c43851f31e3850ed9cdd070813a8bd70", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/Shanghai/stEIP3651-warmcoinbase/coinbaseWarmAccountCallGasFailFiller.yml", - "sourceHash" : "81c4f0a3045eef757e58dd04d52cddcd9256166466207885af3c9c5ffbddc030" + "sourceHash" : "cc5009f45a519a6bbba4025463e5e55aea94e000c0b379cc6278b37c9a761d1e" }, "blocks" : [ { @@ -631,28 +631,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb44b", - "hash" : "0x7efdb9058ba94fac4c50e91c932e4bca310f09f72a01d035615ad754e8bf7bad", + "hash" : "0xdda2a03e598634d676015cc013b52c077d8b49425b1553e52f6ca3a687fd7159", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "parentHash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "receiptTrie" : "0xf57c7525d769982762ec96c6b7854a6f69e51c34112318177551ef4a8ecf4a29", - "stateRoot" : "0xf6b76041ee498b04669b6aaa4c3acf601acdf2cb73e16db8794697a9775a749a", + "stateRoot" : "0xbaa3a378558755064636817380c83e29efec870053cc8a664b7b4b51d3273ee6", "timestamp" : "0x03e8", - "transactionsTrie" : "0xcff9838e6ec864f789a16822866f096e6cdc4ce19610d0072668dd934b049ea7", + "transactionsTrie" : "0x2cebc1dbe880fa35176b69c3974189a75b1c1af0352ffccacf21294b526d4fda", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0a6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f6b76041ee498b04669b6aaa4c3acf601acdf2cb73e16db8794697a9775a749aa0cff9838e6ec864f789a16822866f096e6cdc4ce19610d0072668dd934b049ea7a0f57c7525d769982762ec96c6b7854a6f69e51c34112318177551ef4a8ecf4a29b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b44b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000004001ca00d597a416a505d1dc85d0cf797d14bdf80c1949f3f2f390bb47e7efa1c628eaca03bbc5c207906ff8ce2f605d21bc1d62d1592da573b682abbc3b9aa6e0252fec7c0c0", + "rlp" : "0xf902c7f9023aa0e0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0baa3a378558755064636817380c83e29efec870053cc8a664b7b4b51d3273ee6a02cebc1dbe880fa35176b69c3974189a75b1c1af0352ffccacf21294b526d4fdaa0f57c7525d769982762ec96c6b7854a6f69e51c34112318177551ef4a8ecf4a29b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b44b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884010a8301388094cccccccccccccccccccccccccccccccccccccccc80a4693c613900000000000000000000000000000000000000000000000000000000000040001ca0f0ae3c1bc1cf3f1a101cefc96b392acfbb37a0d3c0826e7bd007dec414996e79a06609bb176c35d559aa18c6098038d260d64762d5ac5b09e84cdaddd4bdb10652c0c0", "transactions" : [ { - "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000400", + "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000004000", "gasLimit" : "0x013880", "gasPrice" : "0x0a", "nonce" : "0x01", - "r" : "0x0d597a416a505d1dc85d0cf797d14bdf80c1949f3f2f390bb47e7efa1c628eac", - "s" : "0x3bbc5c207906ff8ce2f605d21bc1d62d1592da573b682abbc3b9aa6e0252fec7", + "r" : "0xf0ae3c1bc1cf3f1a101cefc96b392acfbb37a0d3c0826e7bd007dec414996e79", + "s" : "0x6609bb176c35d559aa18c6098038d260d64762d5ac5b09e84cdaddd4bdb10652", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -675,45 +675,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa6d86c3102cd9ee1c9e54220a02210481dff91f99154523071f8ab209f73c575", + "hash" : "0xe0ad88f941676d4ab61fc8488bd774559d920b4bc94a28433e96a4f0431aa5c4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x2c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96", + "stateRoot" : "0x5c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cd", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02c1e946c11a9c818bb8aa0245fa26a15db19ce3470f2fb63bbc54a19d761af96a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7efdb9058ba94fac4c50e91c932e4bca310f09f72a01d035615ad754e8bf7bad", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c174f8b7d8a1e648de698177af0b4c48394a53b1da693d9154ae6bb4da726cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xdda2a03e598634d676015cc013b52c077d8b49425b1553e52f6ca3a687fd7159", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -744,7 +744,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { "0x00" : "0x01" @@ -752,28 +752,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f100", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000808080804181f200", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181f400", "nonce" : "0x01", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60008080804181fa00", "nonce" : "0x01", @@ -803,7 +803,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600080808080600435606481806101001460405780610200146040578061030014603857610400146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", + "code" : "0x600080808080600435606481806110001460405780612000146040578061300014603857614000146031575bf1600055005b601801602b565b50601801602b565b50601b01602b56", "nonce" : "0x01", "storage" : { } diff --git a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log0.json b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log0.json index 5e2599aa49..3fae274f20 100644 --- a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log0.json +++ b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log0.json @@ -2,13 +2,13 @@ "log0_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "46f2c31d815d45eaf78430a234305ec308700dc3801ae8aa23d5858c81a6cbd0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "1a0306ab3e59c5dcdf5d85bfe6b69c1d800669ca98c9a3149f1777a0f933a8c1", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7215", - "hash" : "0x4c114ea2c18562fddfcbb43441d3a9b48bfe4579991d8d11d5e09106e4e4c188", + "hash" : "0x7ec5f0f75a0dcd459a24f738febdc85b85c9004934c66723fa09a1ccb44449bd", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0xd9db225eddd4ee7a377a8151f3074e7504835fc42bc6a5791961fc2f372e20f7", - "stateRoot" : "0x199930c69190e281c676e3a5afc32e13559138a1224b4867332debf378838542", + "stateRoot" : "0x01f4178dbd5e65b3aeea3a263439d7c5c84ba0c94f0ce1d396fd784a0e57fbec", "timestamp" : "0x03e8", "transactionsTrie" : "0x86be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0199930c69190e281c676e3a5afc32e13559138a1224b4867332debf378838542a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0d9db225eddd4ee7a377a8151f3074e7504835fc42bc6a5791961fc2f372e20f7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008272158203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", + "rlp" : "0xf902c8f9023aa0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa001f4178dbd5e65b3aeea3a263439d7c5c84ba0c94f0ce1d396fd784a0e57fbeca086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0d9db225eddd4ee7a377a8151f3074e7504835fc42bc6a5791961fc2f372e20f7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008272158203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000000", @@ -66,73 +66,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4c114ea2c18562fddfcbb43441d3a9b48bfe4579991d8d11d5e09106e4e4c188", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7ec5f0f75a0dcd459a24f738febdc85b85c9004934c66723fa09a1ccb44449bd", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -156,7 +156,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -164,56 +164,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -236,7 +236,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -248,13 +248,13 @@ "log0_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "b944fa2f9d73b3946e609723174970ea33d29831432925828ba4c57de2b51ebd", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "296b3995d677db48c9b39a7cb5914e900e369e8b6e705d4072d87345f69cda57", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -268,20 +268,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0x60e1cc2875bbe3857f1d2c31ccf19940dcd0ba832b30b159e8d60b886d31af48", + "hash" : "0xcc7b0b9477d551554b8e2e845fb09ef43826acf3754fcaa8511f246720d28969", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0xf19713998ae03307fd7e75462aa98077675c4e15430ee01a7595680bbcf4ab88", + "stateRoot" : "0x2bf6ce4cf2cb2583f5f056fc355dd0e66c5ef44b83450082d2c943cdf13aa949", "timestamp" : "0x03e8", "transactionsTrie" : "0x542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f19713998ae03307fd7e75462aa98077675c4e15430ee01a7595680bbcf4ab88a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", + "rlp" : "0xf902caf9023ca0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02bf6ce4cf2cb2583f5f056fc355dd0e66c5ef44b83450082d2c943cdf13aa949a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000001", @@ -312,73 +312,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x60e1cc2875bbe3857f1d2c31ccf19940dcd0ba832b30b159e8d60b886d31af48", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xcc7b0b9477d551554b8e2e845fb09ef43826acf3754fcaa8511f246720d28969", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -402,7 +402,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -410,56 +410,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -482,7 +482,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -494,13 +494,13 @@ "log0_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "ab4f17c309ee91980ee8e00c005725f4153552f5eb3813d1cfa53ca4bde49e4c", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "42feccdda837ef676ff1c6ec2025f6c4e7dbc42ee776a4d5fa5fa02ad7546cb1", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -514,20 +514,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0x9977088a950daf26bb51e354d6f434fda8dad76d83f0546e2d8cded72edfc968", + "hash" : "0xf45c12865315e94bc336d9ce6b78657ad284c20f543a46adc4c35f123abad070", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0xf19713998ae03307fd7e75462aa98077675c4e15430ee01a7595680bbcf4ab88", + "stateRoot" : "0x2bf6ce4cf2cb2583f5f056fc355dd0e66c5ef44b83450082d2c943cdf13aa949", "timestamp" : "0x03e8", "transactionsTrie" : "0x8227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f19713998ae03307fd7e75462aa98077675c4e15430ee01a7595680bbcf4ab88a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", + "rlp" : "0xf902caf9023ca0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02bf6ce4cf2cb2583f5f056fc355dd0e66c5ef44b83450082d2c943cdf13aa949a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000002", @@ -558,73 +558,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x9977088a950daf26bb51e354d6f434fda8dad76d83f0546e2d8cded72edfc968", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf45c12865315e94bc336d9ce6b78657ad284c20f543a46adc4c35f123abad070", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -648,7 +648,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -656,56 +656,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -728,7 +728,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -740,13 +740,13 @@ "log0_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "699fd023549025ea105720504ad71929a962eadf0f1584bd852ae633a8149fcb", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "be25fd49345133ea04dc758a29ac815e1a83720f846d0a8710e3abbf61d866d0", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -760,20 +760,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x722d", - "hash" : "0x32c6e93c178dad9de1a59b5994d3938bf72b182fa440a1e0e1568206fee3e117", + "hash" : "0x048ec48a5033e7113cbefb88145b56a1b5d8ac130e47e4c774a68c7db3cf43ea", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0xeb5f7e56c08595433fe96ec12f44af634fb50f31c36167018d2b1b517a650ed9", - "stateRoot" : "0x95a373dfd60e6ab5755c7843ee91a2cffc1af1a122360c34802ec5284e070b8d", + "stateRoot" : "0xb2c260ad343921f61cd7efcc471ae35da8e0419e28e5cbb652c33b319b6c625f", "timestamp" : "0x03e8", "transactionsTrie" : "0x17370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa095a373dfd60e6ab5755c7843ee91a2cffc1af1a122360c34802ec5284e070b8da017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0eb5f7e56c08595433fe96ec12f44af634fb50f31c36167018d2b1b517a650ed9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082722d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", + "rlp" : "0xf902c8f9023aa0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b2c260ad343921f61cd7efcc471ae35da8e0419e28e5cbb652c33b319b6c625fa017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0eb5f7e56c08595433fe96ec12f44af634fb50f31c36167018d2b1b517a650ed9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082722d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000003", @@ -804,73 +804,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x32c6e93c178dad9de1a59b5994d3938bf72b182fa440a1e0e1568206fee3e117", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x048ec48a5033e7113cbefb88145b56a1b5d8ac130e47e4c774a68c7db3cf43ea", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -894,7 +894,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -902,56 +902,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -974,7 +974,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -986,13 +986,13 @@ "log0_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "56cb73e7865c7452332fb1311c6a078aebed6ac8fb3bc4e9ac060df7a92130b5", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "dddeb869689764d4701f905886c99afcf8e8c628b26f43d778271387c5060503", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -1006,20 +1006,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x732d", - "hash" : "0xc0f0dbf83a23672c84622487bea12e18d94de258a3a1cf2a7631c784170eacc7", + "hash" : "0x6a61c3a470c9c0d8b4075fec96271bf787eabfe889174eccb45fbab7c60ebe9e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0x90072ac0fb3ed6fa7f8b078b3d1a70bb2497ac033cb0036aef56d7b73f5f6ab5", - "stateRoot" : "0xa37805f1ccfb29e7078fec1cfe8c90ac3ed87a6bdbb34d1620edcbd08a9a37e9", + "stateRoot" : "0x9a0a723c5efb35d55fa5fcf81db135ecde2b7c52c53418624f7cf92c6ccd0e31", "timestamp" : "0x03e8", "transactionsTrie" : "0xdb331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a37805f1ccfb29e7078fec1cfe8c90ac3ed87a6bdbb34d1620edcbd08a9a37e9a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a090072ac0fb3ed6fa7f8b078b3d1a70bb2497ac033cb0036aef56d7b73f5f6ab5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082732d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", + "rlp" : "0xf902c8f9023aa0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09a0a723c5efb35d55fa5fcf81db135ecde2b7c52c53418624f7cf92c6ccd0e31a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a090072ac0fb3ed6fa7f8b078b3d1a70bb2497ac033cb0036aef56d7b73f5f6ab5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082732d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000004", @@ -1050,73 +1050,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc0f0dbf83a23672c84622487bea12e18d94de258a3a1cf2a7631c784170eacc7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6a61c3a470c9c0d8b4075fec96271bf787eabfe889174eccb45fbab7c60ebe9e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1140,7 +1140,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1148,56 +1148,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1220,7 +1220,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1232,13 +1232,13 @@ "log0_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "8f7030b995f8e2526b46249493a88b731f01244faa81cef061de524cf01b3de6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "260f1daa15e4880ea7a7e8245c338677f50e577f753a4c3561a2c4cee343f1f2", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -1252,20 +1252,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7235", - "hash" : "0xa4cf71c22df763529c11f1799e4629948386171237847e69cb3d867796e32c60", + "hash" : "0xbbb9044b8c069a5fb16462e1114e64ee9d383761e7658decfc4008632413bc42", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0xd86c74c7d168e9ff4aec9a77ead892b8f28210c80df3e33bebc7904331d493ab", - "stateRoot" : "0x59e1f06a17f0c6011c705ab24dbb5f1616f2309dd30d7aa925a29dd93461032f", + "stateRoot" : "0xb529b36d6a4f1272f10d73d423725205591dba26cf269639935dfaebbffabd60", "timestamp" : "0x03e8", "transactionsTrie" : "0x949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa059e1f06a17f0c6011c705ab24dbb5f1616f2309dd30d7aa925a29dd93461032fa0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0d86c74c7d168e9ff4aec9a77ead892b8f28210c80df3e33bebc7904331d493abb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008272358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", + "rlp" : "0xf902c8f9023aa0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b529b36d6a4f1272f10d73d423725205591dba26cf269639935dfaebbffabd60a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0d86c74c7d168e9ff4aec9a77ead892b8f28210c80df3e33bebc7904331d493abb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008272358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000005", @@ -1296,73 +1296,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa4cf71c22df763529c11f1799e4629948386171237847e69cb3d867796e32c60", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbbb9044b8c069a5fb16462e1114e64ee9d383761e7658decfc4008632413bc42", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1386,7 +1386,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1394,56 +1394,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1466,7 +1466,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1478,13 +1478,13 @@ "log0_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "2330a3426231c552e5f44657ccfd7204839156f4de4c3d78d824f47b08dfd45b", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "8deebf307396bbde540c6e1788497f802ee4d9f26870fc90c95f7943f3e330d3", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -1498,20 +1498,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7235", - "hash" : "0x672615a76a87a53c74bca4d7d42885fe14be02cf63e83999a05d063f9b797155", + "hash" : "0x691d5a4e9824d3a63c440d86933ab8473ad67820dea021aafefd194ee263cfc9", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0x026f9697c9c4c570d8ce9740ec2bca7eb3be684b5439f40ad64e6d0b00c259c1", - "stateRoot" : "0x59e1f06a17f0c6011c705ab24dbb5f1616f2309dd30d7aa925a29dd93461032f", + "stateRoot" : "0xb529b36d6a4f1272f10d73d423725205591dba26cf269639935dfaebbffabd60", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ad", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa059e1f06a17f0c6011c705ab24dbb5f1616f2309dd30d7aa925a29dd93461032fa0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada0026f9697c9c4c570d8ce9740ec2bca7eb3be684b5439f40ad64e6d0b00c259c1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008272358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", + "rlp" : "0xf902c8f9023aa0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b529b36d6a4f1272f10d73d423725205591dba26cf269639935dfaebbffabd60a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada0026f9697c9c4c570d8ce9740ec2bca7eb3be684b5439f40ad64e6d0b00c259c1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008272358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000006", @@ -1542,73 +1542,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x672615a76a87a53c74bca4d7d42885fe14be02cf63e83999a05d063f9b797155", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x691d5a4e9824d3a63c440d86933ab8473ad67820dea021aafefd194ee263cfc9", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1632,7 +1632,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1640,56 +1640,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1712,7 +1712,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1724,13 +1724,13 @@ "log0_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "afce2a965b52ea7cee44911288f871d545301f9bcd35681dbf4877f72e118244", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "3ce2e2852963de03758403edeae6a52421a38d49f92f4d9150d743ab80c61dc4", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log0Filler.yml", - "sourceHash" : "943b04c60bcb03720d77f501a348123b6b69093708bf59f0c21080027323162d" + "sourceHash" : "92bb251d41de25d23bff8ca92dffed2a6bfd42d5644206a19d0a5d20eaef50cb" }, "blocks" : [ { @@ -1744,20 +1744,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x752a", - "hash" : "0x5572feeba214b7f9f6ce3bc87e4caefc8a660d18ad145e07c3ffca75630a8dc6", + "hash" : "0xbb9cc86e17389d3b29b7094546a1cab44f6a6f50046ef657f73b21481aa38dcb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "parentHash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "receiptTrie" : "0xe7cd2720d044055ca2f4e15cdf7afee90bf12b38ba675f1916d8d4946a486cce", - "stateRoot" : "0x1db190a95fbfbc1f6af3b6dce8ac7fe1ac765afd4159e72d5b95e05dc167c541", + "stateRoot" : "0x43665023dcdc9061703863cea2e1969abd69c300023a17b37268a6294da22aa1", "timestamp" : "0x03e8", "transactionsTrie" : "0xb1d06373951555bc7c5ebee0da910de2930f4b16159f3aa96c58c705824f336e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01db190a95fbfbc1f6af3b6dce8ac7fe1ac765afd4159e72d5b95e05dc167c541a0b1d06373951555bc7c5ebee0da910de2930f4b16159f3aa96c58c705824f336ea0e7cd2720d044055ca2f4e15cdf7afee90bf12b38ba675f1916d8d4946a486cceb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082752a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c6139000000000000000000000000000000000000000000000000000000000000000a1ca0a1b03cd747783811efe72b24c5681a14f13ddc2a54b346efc81da94b8a6d82aaa04b794a29cf9f0433518c93172d3b2d7cd77315c278ec2220c80fa4448481a8a6c0c0", + "rlp" : "0xf902c8f9023aa0be0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa043665023dcdc9061703863cea2e1969abd69c300023a17b37268a6294da22aa1a0b1d06373951555bc7c5ebee0da910de2930f4b16159f3aa96c58c705824f336ea0e7cd2720d044055ca2f4e15cdf7afee90bf12b38ba675f1916d8d4946a486cceb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082752a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c6139000000000000000000000000000000000000000000000000000000000000000a1ca0a1b03cd747783811efe72b24c5681a14f13ddc2a54b346efc81da94b8a6d82aaa04b794a29cf9f0433518c93172d3b2d7cd77315c278ec2220c80fa4448481a8a6c0c0", "transactions" : [ { "data" : "0x693c6139000000000000000000000000000000000000000000000000000000000000000a", @@ -1788,73 +1788,73 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x701d61e4bdb0a998d9fc6ed053132683db702b2afc86caf357d7f833155a1e67", + "hash" : "0xbe0582825cefe228b6db4594a7b2f77ed3b01e67be3556649e615cfc473952fc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x74f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0", + "stateRoot" : "0x1dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0df", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074f2f1d44b00e4f3e19f95b6d6058bfcd7c31c90ccf8cf475fa54fd96374dfb0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5572feeba214b7f9f6ce3bc87e4caefc8a660d18ad145e07c3ffca75630a8dc6", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01dfb0d7737040a57c5fa781f9a0b1ea74e7eeee993dc8ed9cebe706fca0dd0dfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbb9cc86e17389d3b29b7094546a1cab44f6a6f50046ef657f73b21481aa38dcb", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1878,7 +1878,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1886,56 +1886,56 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa061600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x000000000000000000000000000000000000010a" : { + "0x000000000000000000000000000000000000100a" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260206000a060106002a061600d60005500", "nonce" : "0x00", @@ -1958,7 +1958,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log1.json b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log1.json index a1731bae0d..de900c8dde 100644 --- a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log1.json +++ b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log1.json @@ -2,13 +2,13 @@ "log1_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "d2c4f03e336d81fe0037a7c95cafdb124e8e73add7d2041e0570e31f9b3fa83e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "64bdf34043fb46d58d6b883bc0aa2147606b85e783565dba78ae02127ba150e5", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x738f", - "hash" : "0x0fa6dfb575f7f917638676ff50ab1398f1df2bf7ab063d584e6fb3d7bf2194b5", + "hash" : "0x037157cb4d4dc6ac7af9c0adb1de974ecb1e9e4edd6edd82df09dc525c99f6ec", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0x9fb513c3438743670ee57c303f7fcbc280e832c019eb1b1484e334e025945cda", - "stateRoot" : "0x14021aba66ceb7ee115a97177b870f2d35dc5b5be9938b7dc74c5f4db81db2b8", + "stateRoot" : "0xaa2278e5c7908b7a6be93af2e6b782e546f97215ebe8e2d58b436bf075d1bc16", "timestamp" : "0x03e8", "transactionsTrie" : "0x86be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa014021aba66ceb7ee115a97177b870f2d35dc5b5be9938b7dc74c5f4db81db2b8a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca09fb513c3438743670ee57c303f7fcbc280e832c019eb1b1484e334e025945cdab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082738f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", + "rlp" : "0xf902c8f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aa2278e5c7908b7a6be93af2e6b782e546f97215ebe8e2d58b436bf075d1bc16a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca09fb513c3438743670ee57c303f7fcbc280e832c019eb1b1484e334e025945cdab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082738f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000000", @@ -66,80 +66,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0fa6dfb575f7f917638676ff50ab1398f1df2bf7ab063d584e6fb3d7bf2194b5", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x037157cb4d4dc6ac7af9c0adb1de974ecb1e9e4edd6edd82df09dc525c99f6ec", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -163,7 +163,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -171,63 +171,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -250,7 +250,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -262,13 +262,13 @@ "log1_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "1a96f5ca9ff484c94349873a428f40da31c8d727c7ed9e85691b3b2f4b918a4f", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "a41592d22e21225b681d6d1889203acc363079c4ad1658ab3071edfeaf9630a2", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -282,20 +282,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0x83dee8623559811ee2470946f4e52db7b599124972e876c2606f67a2990ea578", + "hash" : "0x968c82b5993de0b0779d6f286104caec855b85083376bd2c6ae6d7d8b7f8d17e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0x79ec9441191acebab6b0b2b3440602ef2f76e675a71f372e63d72ef04c9309bc", + "stateRoot" : "0x4d88029bfe0c7b8bd72f3f0f847a6dded092a014039f08a079b1a8b06bc64a0d", "timestamp" : "0x03e8", "transactionsTrie" : "0x542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa079ec9441191acebab6b0b2b3440602ef2f76e675a71f372e63d72ef04c9309bca0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", + "rlp" : "0xf902caf9023ca0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04d88029bfe0c7b8bd72f3f0f847a6dded092a014039f08a079b1a8b06bc64a0da0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000001", @@ -326,80 +326,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x83dee8623559811ee2470946f4e52db7b599124972e876c2606f67a2990ea578", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x968c82b5993de0b0779d6f286104caec855b85083376bd2c6ae6d7d8b7f8d17e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -423,7 +423,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -431,63 +431,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -510,7 +510,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -522,13 +522,13 @@ "log1_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "27a126066f53a84e6bbfacfb938d12623f3462e2f99a66a0fb831ac044cdcd65", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "44a67a9ec380bef0165acd271454328e346d04188aa8ffcd0dbc2bb25a18692d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -542,20 +542,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0xa64370a495bcc4164c351b400622d1bb34df178d64e8a950205d848a925a26d7", + "hash" : "0x3c5650e23ff4eaabdfaa238374577541a1a1e418a805dfb523b381c0714e8ca1", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0x79ec9441191acebab6b0b2b3440602ef2f76e675a71f372e63d72ef04c9309bc", + "stateRoot" : "0x4d88029bfe0c7b8bd72f3f0f847a6dded092a014039f08a079b1a8b06bc64a0d", "timestamp" : "0x03e8", "transactionsTrie" : "0x8227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa079ec9441191acebab6b0b2b3440602ef2f76e675a71f372e63d72ef04c9309bca08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", + "rlp" : "0xf902caf9023ca0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04d88029bfe0c7b8bd72f3f0f847a6dded092a014039f08a079b1a8b06bc64a0da08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000002", @@ -586,80 +586,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa64370a495bcc4164c351b400622d1bb34df178d64e8a950205d848a925a26d7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x3c5650e23ff4eaabdfaa238374577541a1a1e418a805dfb523b381c0714e8ca1", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -683,7 +683,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -691,63 +691,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -770,7 +770,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -782,13 +782,13 @@ "log1_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "087b9cff8d94afdc577d9cf95441a8e34e2225697b82720fe026bb253ff004ad", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "d898c67f817e0a570130c5b1b52123411acf9287f794216d6a49c75e0ce3806d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -802,20 +802,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x73a7", - "hash" : "0x2a6b8474fd6bf8b57be5c66ba30f247c3ecf78c846cfdd71f78db50ac0783ff8", + "hash" : "0xe05d5069f9c92bc46b2d0341f46ead446d431aec7e33806213c70c9533219844", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0xc5e0b90a5855fe671cfdbeebd06448ce00c411b4d640c2d3687e49511c0ab3b3", - "stateRoot" : "0xaff7af3d8c75ea6972b19a272697fdcc07366685eb9cc70b5403b5abfe9c7b6f", + "stateRoot" : "0x0a06050a778b4c38e3e54e2288cb74bc1536fe2431f707b12002dc43c2342fcf", "timestamp" : "0x03e8", "transactionsTrie" : "0x17370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aff7af3d8c75ea6972b19a272697fdcc07366685eb9cc70b5403b5abfe9c7b6fa017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0c5e0b90a5855fe671cfdbeebd06448ce00c411b4d640c2d3687e49511c0ab3b3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008273a78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", + "rlp" : "0xf902c8f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00a06050a778b4c38e3e54e2288cb74bc1536fe2431f707b12002dc43c2342fcfa017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0c5e0b90a5855fe671cfdbeebd06448ce00c411b4d640c2d3687e49511c0ab3b3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008273a78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000003", @@ -846,80 +846,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2a6b8474fd6bf8b57be5c66ba30f247c3ecf78c846cfdd71f78db50ac0783ff8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe05d5069f9c92bc46b2d0341f46ead446d431aec7e33806213c70c9533219844", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -943,7 +943,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -951,63 +951,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1030,7 +1030,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1042,13 +1042,13 @@ "log1_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "4412423dcc0fc2d1de84cd01fe1aab673077f164222fce6675949debff578aa0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "61002770200b4357de36cbbed1af2dd8c4b9b2dbe66575f3a0f48c0e8f9fa3ba", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -1062,20 +1062,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x74a7", - "hash" : "0x5b145a0656b788ebc12e2e2c3435c598510953b3b69d41f3c80f6c1e40b5ad3b", + "hash" : "0xbe4fbdf5740de1e98c60ca97feb853c7f116f35f18a6caec9e1d60fea418f637", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0xf554f3bfc6f694682daa660b0571525a5445ad41bc193e9e034bbdea8b2de1e1", - "stateRoot" : "0xc8266710c910a2033bb012ca5a049982454e35dd97add015c8f3bf38b29ff84e", + "stateRoot" : "0xa61570fc5e860c290b7e772ac70a0ca8740fd816aba5784025207a4fed6b22fe", "timestamp" : "0x03e8", "transactionsTrie" : "0xdb331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c8266710c910a2033bb012ca5a049982454e35dd97add015c8f3bf38b29ff84ea0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a0f554f3bfc6f694682daa660b0571525a5445ad41bc193e9e034bbdea8b2de1e1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008274a78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", + "rlp" : "0xf902c8f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a61570fc5e860c290b7e772ac70a0ca8740fd816aba5784025207a4fed6b22fea0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a0f554f3bfc6f694682daa660b0571525a5445ad41bc193e9e034bbdea8b2de1e1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008274a78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000004", @@ -1106,80 +1106,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5b145a0656b788ebc12e2e2c3435c598510953b3b69d41f3c80f6c1e40b5ad3b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbe4fbdf5740de1e98c60ca97feb853c7f116f35f18a6caec9e1d60fea418f637", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1203,7 +1203,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1211,63 +1211,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1290,7 +1290,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1302,13 +1302,13 @@ "log1_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "c7c5eb60a4a5908d169829b0b367f10ebed76700b78e79c04bfdf8264f57574e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "0430fa2e86ca60e0957034f7e1286216c0980ad560f0ed795f615a3ff55ac09d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -1322,20 +1322,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x73af", - "hash" : "0x102610227f6c565cf2420dc4d2162e0ee87aa31a16769c105a0616f12784bad7", + "hash" : "0xb12022747d90620b6d63976b5bfc76bc9f47eeca1e06f0c485488840f3aae3f0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0x853879bc7dd5299b6358966b4d767ef86156c2d3c54f7e549059c5965b457ce3", - "stateRoot" : "0xe2ecd47249af1f0cc058b3d60bd83564f13049f34ee7f75dd778485a95ca3771", + "stateRoot" : "0x9762a59661f998b4d07f4d991b7d2eae267297b6663a8153869c7b550fe750f4", "timestamp" : "0x03e8", "transactionsTrie" : "0x949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e2ecd47249af1f0cc058b3d60bd83564f13049f34ee7f75dd778485a95ca3771a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0853879bc7dd5299b6358966b4d767ef86156c2d3c54f7e549059c5965b457ce3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008273af8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", + "rlp" : "0xf902c8f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09762a59661f998b4d07f4d991b7d2eae267297b6663a8153869c7b550fe750f4a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0853879bc7dd5299b6358966b4d767ef86156c2d3c54f7e549059c5965b457ce3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008273af8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000005", @@ -1366,80 +1366,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x102610227f6c565cf2420dc4d2162e0ee87aa31a16769c105a0616f12784bad7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xb12022747d90620b6d63976b5bfc76bc9f47eeca1e06f0c485488840f3aae3f0", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1463,7 +1463,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1471,63 +1471,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1550,7 +1550,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1562,13 +1562,13 @@ "log1_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "c02369e659a7ea238b5bdbc5e107dfa14f6d91ffe5c8ecb5de48a81fa2ee6844", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "d18774351756df41acfcdba2fb13438eb7e3c880e46cb55ef342438bb32d7880", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -1582,20 +1582,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x73af", - "hash" : "0x765b936072808032734034ff616096eef5d141edbc8c7260f981897b6288e18f", + "hash" : "0xf26455967d5267db062449f1b01bbae5f632cedbab334057331556987e6b98cc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0x055540602fba508bc2ca02728db36ccd9162ceb7fba48f971154c71d8d673244", - "stateRoot" : "0xe2ecd47249af1f0cc058b3d60bd83564f13049f34ee7f75dd778485a95ca3771", + "stateRoot" : "0x9762a59661f998b4d07f4d991b7d2eae267297b6663a8153869c7b550fe750f4", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ad", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e2ecd47249af1f0cc058b3d60bd83564f13049f34ee7f75dd778485a95ca3771a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada0055540602fba508bc2ca02728db36ccd9162ceb7fba48f971154c71d8d673244b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008273af8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", + "rlp" : "0xf902c8f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09762a59661f998b4d07f4d991b7d2eae267297b6663a8153869c7b550fe750f4a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada0055540602fba508bc2ca02728db36ccd9162ceb7fba48f971154c71d8d673244b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008273af8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000006", @@ -1626,80 +1626,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x765b936072808032734034ff616096eef5d141edbc8c7260f981897b6288e18f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf26455967d5267db062449f1b01bbae5f632cedbab334057331556987e6b98cc", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1723,7 +1723,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1731,63 +1731,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1810,7 +1810,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1822,13 +1822,13 @@ "log1_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "2de01bea27c779c294cff54d2db8a28dc24b6fb0b9dceaed2cf44c17b3677abe", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "1f582d828eeb4f430cabf38ad32339f9c12e7950e429218785d697ccd50991ba", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -1842,20 +1842,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x74a6", - "hash" : "0x141035473d361c684c088ca1f2d4b8a0ac8f5b8a530f79ed4d1515e869b16e58", + "hash" : "0x7ade82c0d56d7962a6230fb2a6ac2701b6c20948e193ecc27e23e3574f6099d9", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0x1ace6c111c7f5f1cfe9f1e0bf15c56dd185cb26809fcc599105aec4d7dacec3c", - "stateRoot" : "0xc1834824db0940991e347d7abc6eabbeb10bc92dbaa67f1f8167d41344e5bce1", + "stateRoot" : "0xe64cae9861270d4d077e5bdb12a92379059f69ba358e8e8ec706ae58d864236e", "timestamp" : "0x03e8", "transactionsTrie" : "0x0a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c1834824db0940991e347d7abc6eabbeb10bc92dbaa67f1f8167d41344e5bce1a00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a01ace6c111c7f5f1cfe9f1e0bf15c56dd185cb26809fcc599105aec4d7dacec3cb901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008274a68203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", + "rlp" : "0xf902c8f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e64cae9861270d4d077e5bdb12a92379059f69ba358e8e8ec706ae58d864236ea00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a01ace6c111c7f5f1cfe9f1e0bf15c56dd185cb26809fcc599105aec4d7dacec3cb901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008274a68203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000007", @@ -1886,80 +1886,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x141035473d361c684c088ca1f2d4b8a0ac8f5b8a530f79ed4d1515e869b16e58", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7ade82c0d56d7962a6230fb2a6ac2701b6c20948e193ecc27e23e3574f6099d9", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -1983,7 +1983,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1991,63 +1991,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -2070,7 +2070,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -2082,13 +2082,13 @@ "log1_d8g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "c7abbbd48d9df897a74a5458a3cc86976132b06c0683c4ca5efb5b91bf1e9a37", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b92c6bb2419ff2230221eb3dc4cc57c6c07a2a61e9af21e556e02559ae7e4940", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log1Filler.yml", - "sourceHash" : "bab39bb3d9bc413ff1a21fd714576246aea403956c824852f1e076696ceac37d" + "sourceHash" : "d49b948bf9d315e6e2c9dbb0b4e30553f4335bde3345ebbf29d9aac6dd1a6ed7" }, "blocks" : [ { @@ -2102,20 +2102,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x73b5", - "hash" : "0x3754f4bbba8fb28fcaa17eecaf8717001c6a4558594f705a571995f563ae7b36", + "hash" : "0x220f34df9d02592506850f1a1eca63866adfe90dbc4e31edc28ea1f774e78209", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "parentHash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "receiptTrie" : "0x159d0340bbd752cf4182130aa9a3c6eb06bdbdf016bcfdbedd0d304186e5f143", - "stateRoot" : "0xb4d6e4395d68eaa43904c47ab69e941a5e17323a81a9564bfe460d5d37a4d21f", + "stateRoot" : "0x5d7e56263978a1fa21b4d631e04aa38906cfd31be72d025264702821a548b1b2", "timestamp" : "0x03e8", "transactionsTrie" : "0xe7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0c9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5ca01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b4d6e4395d68eaa43904c47ab69e941a5e17323a81a9564bfe460d5d37a4d21fa0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a0159d0340bbd752cf4182130aa9a3c6eb06bdbdf016bcfdbedd0d304186e5f143b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008273b58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", + "rlp" : "0xf902c7f9023aa0f3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05d7e56263978a1fa21b4d631e04aa38906cfd31be72d025264702821a548b1b2a0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a0159d0340bbd752cf4182130aa9a3c6eb06bdbdf016bcfdbedd0d304186e5f143b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008273b58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000008", @@ -2146,80 +2146,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xc9db55d2f37c18c33bd4ccf2fa8da523a17e054ef686d96dec30af76018dfc5c", + "hash" : "0xf3d625e4b7a9ef9df4a7952ed08b57fabdec45ad8ea26d0bcb09c3a80f333296", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555", + "stateRoot" : "0x7524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097d", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00f40ee76eb1820b5fa9d58f644e15eff59ef169b66e1212f1bb0505a08286555a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3754f4bbba8fb28fcaa17eecaf8717001c6a4558594f705a571995f563ae7b36", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07524aee0e7deff9229e508b2db4a0d1687a448bd8510ea32d42d6a04e82c097da056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x220f34df9d02592506850f1a1eca63866adfe90dbc4e31edc28ea1f774e78209", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -2243,7 +2243,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2251,63 +2251,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360206000a161600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001601fa161600d60005500", "nonce" : "0x00", @@ -2330,7 +2330,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log2.json b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log2.json index 54f85719bf..b12872c309 100644 --- a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log2.json +++ b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log2.json @@ -2,13 +2,13 @@ "log2_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "5fe557af133205aa81400dda54a08b237637be40ae44d9cfc7473624688c387a", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "bc2a655aa4710a34215dad0b6b7efb74b07ea2520e1f95f8232e89f4925405d2", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7509", - "hash" : "0x6846336dcea43825c83364bb61654517009ff63f82491dcb7428f4cc9d621b93", + "hash" : "0x8166927f74de7036a74cf827d6041b5020009c971a5707897877fac1707bf685", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xac815c111d89c8745f394862c8a0b3dcdc87b0ff6131dd3a18b670aded531999", - "stateRoot" : "0x16a3c23652e5c2439d48ac7e5734f234cd71fbf5d5d8b965d14cf36c56ea1b59", + "stateRoot" : "0xf3c4288f73bb5cece406c5c1743c3322278a40e4f81905cf646d45b6c8a07127", "timestamp" : "0x03e8", "transactionsTrie" : "0x86be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa016a3c23652e5c2439d48ac7e5734f234cd71fbf5d5d8b965d14cf36c56ea1b59a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0ac815c111d89c8745f394862c8a0b3dcdc87b0ff6131dd3a18b670aded531999b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275098203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", + "rlp" : "0xf902c8f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f3c4288f73bb5cece406c5c1743c3322278a40e4f81905cf646d45b6c8a07127a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0ac815c111d89c8745f394862c8a0b3dcdc87b0ff6131dd3a18b670aded531999b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275098203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000000", @@ -66,80 +66,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x6846336dcea43825c83364bb61654517009ff63f82491dcb7428f4cc9d621b93", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8166927f74de7036a74cf827d6041b5020009c971a5707897877fac1707bf685", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -163,7 +163,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -171,63 +171,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -250,7 +250,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -262,13 +262,13 @@ "log2_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "4d56e42a1acc4febed7365d65a4fd8744d650c1183f141eccb7b27809a820889", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2ce869a26791f59a210bf2f451c0f75db196e0200141bb1b09a42748786577d1", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -282,20 +282,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0x782828414eb85925e9d4f46657864fc9746ef44fac9ecb42f318dda628ab9813", + "hash" : "0xc618ac867be1d0137cd0bb7556898f3d6881df3c255f8dd0c2052d37f0cc4d16", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0xebb6be82e0e4b48887c6fe5a5516c394d33d94d2c3513a36a14270e0c6a14508", + "stateRoot" : "0xb5d6829e14390e4ee6e808cdf7150ea84a9092677fafd56b942768804ff00764", "timestamp" : "0x03e8", "transactionsTrie" : "0x542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebb6be82e0e4b48887c6fe5a5516c394d33d94d2c3513a36a14270e0c6a14508a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", + "rlp" : "0xf902caf9023ca06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b5d6829e14390e4ee6e808cdf7150ea84a9092677fafd56b942768804ff00764a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000001", @@ -326,80 +326,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x782828414eb85925e9d4f46657864fc9746ef44fac9ecb42f318dda628ab9813", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc618ac867be1d0137cd0bb7556898f3d6881df3c255f8dd0c2052d37f0cc4d16", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -423,7 +423,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -431,63 +431,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -510,7 +510,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -522,13 +522,13 @@ "log2_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "af39f3b88d4acc26d1ff81736e4301a7e14c630ea19c81055507f4352efa175e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "a7e4e507752628b666a593c26b63853050f02aed149089b16688996f95e6f54e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -542,20 +542,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0xe7ce03b25ee752e4517858faf2aaadd7c644cbd15449647671ea6085aafb3647", + "hash" : "0x2c2a465f367ec06db609640c21944ff0fb71e5681facdf9703f4cddbd143357a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0xebb6be82e0e4b48887c6fe5a5516c394d33d94d2c3513a36a14270e0c6a14508", + "stateRoot" : "0xb5d6829e14390e4ee6e808cdf7150ea84a9092677fafd56b942768804ff00764", "timestamp" : "0x03e8", "transactionsTrie" : "0x8227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebb6be82e0e4b48887c6fe5a5516c394d33d94d2c3513a36a14270e0c6a14508a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", + "rlp" : "0xf902caf9023ca06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b5d6829e14390e4ee6e808cdf7150ea84a9092677fafd56b942768804ff00764a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000002", @@ -586,80 +586,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe7ce03b25ee752e4517858faf2aaadd7c644cbd15449647671ea6085aafb3647", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2c2a465f367ec06db609640c21944ff0fb71e5681facdf9703f4cddbd143357a", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -683,7 +683,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -691,63 +691,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -770,7 +770,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -782,13 +782,13 @@ "log2_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "96c2d9d3f4c4e1abc46eaaf68d39072695fd658244f7447ff38c17ed53457dca", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "34a93202a8357377cefb447bbe542d633dc1727e9895538b1bf4715b6e568dc7", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -802,20 +802,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7521", - "hash" : "0x20cc293c4747a1c9e6ecf6314142e6ab8f7606fab0641f4663ff9998ff240b60", + "hash" : "0xc6fdeaaff26754e3d513cdf89738e1149db470044ea6aeb8c8f17e2b5ec37fe8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xc2b5a00737cd27ef496fc61cd6669be63968d9db58efa08c0b11c3dcd021487e", - "stateRoot" : "0x55efd3f2983a61c346b87c02934fa3a68490ff24af64700e92d7e815544088b6", + "stateRoot" : "0xc818beac9b274289badd356def8b7e6784afe89420387dc28cdf4c79a0c5f7df", "timestamp" : "0x03e8", "transactionsTrie" : "0x17370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa055efd3f2983a61c346b87c02934fa3a68490ff24af64700e92d7e815544088b6a017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0c2b5a00737cd27ef496fc61cd6669be63968d9db58efa08c0b11c3dcd021487eb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275218203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", + "rlp" : "0xf902c8f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c818beac9b274289badd356def8b7e6784afe89420387dc28cdf4c79a0c5f7dfa017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0c2b5a00737cd27ef496fc61cd6669be63968d9db58efa08c0b11c3dcd021487eb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275218203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000003", @@ -846,80 +846,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x20cc293c4747a1c9e6ecf6314142e6ab8f7606fab0641f4663ff9998ff240b60", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc6fdeaaff26754e3d513cdf89738e1149db470044ea6aeb8c8f17e2b5ec37fe8", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -943,7 +943,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -951,63 +951,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1030,7 +1030,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1042,13 +1042,13 @@ "log2_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "6bc6f5c731e90e56a055bffe2d85da4195639ba5111f8ce67bd67a0cda7f148b", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "a316f982f299f6be1e899e0da74dbf83850162ec81d6431da93d21cefeb75c1a", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -1062,20 +1062,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7621", - "hash" : "0x3734df4baec0f143d4d396ed6d09e0e52c63470e514bd9c13bd3ff18d0515972", + "hash" : "0x721f48c77c86db37f455956d9730707a9a0fe6d7ca1e46c7680d7a7c83523b5b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xb3392c35bd62a0b3cd039e4f79466268c45d8f1cd963232a0fe1e706d824a068", - "stateRoot" : "0x38305a1ac68eea14617d3a60a78916ed50c522f2f3097335e7b2d425e4352946", + "stateRoot" : "0xec8644e64f312110a8025b186f995acce8d06e500a925d6d3c75986709480dc4", "timestamp" : "0x03e8", "transactionsTrie" : "0xdb331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa038305a1ac68eea14617d3a60a78916ed50c522f2f3097335e7b2d425e4352946a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a0b3392c35bd62a0b3cd039e4f79466268c45d8f1cd963232a0fe1e706d824a068b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276218203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", + "rlp" : "0xf902c8f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ec8644e64f312110a8025b186f995acce8d06e500a925d6d3c75986709480dc4a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a0b3392c35bd62a0b3cd039e4f79466268c45d8f1cd963232a0fe1e706d824a068b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276218203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000004", @@ -1106,80 +1106,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3734df4baec0f143d4d396ed6d09e0e52c63470e514bd9c13bd3ff18d0515972", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x721f48c77c86db37f455956d9730707a9a0fe6d7ca1e46c7680d7a7c83523b5b", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1203,7 +1203,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1211,63 +1211,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1290,7 +1290,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1302,13 +1302,13 @@ "log2_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "a9d9e752973a172158343c28db10253b41ebfa1de0c34175c30da44abb2708f6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "65c83182ea34ef8d3c73f1f513018dbe06806f3c64bff3e93f483c4ca0f0be0b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -1322,20 +1322,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7529", - "hash" : "0x3a3e24c5bf77fc935b11a60e025c3a350ae26f220c24d9d8cc4d14e8288fedf1", + "hash" : "0x31ab75382444640efd4292fa3ac7f1b0f356ccb87440873931e8b4a2bbae88fb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xb1f91b09576d42dafcfce49b998517a56c99b76760328c3e0737b495236ae28a", - "stateRoot" : "0x7a11397e02937d346838e6af0d9072d64c4e2ae4e7ffaf640402635e0054840b", + "stateRoot" : "0xb8880e0f3ac09e5e3de52810aa729d3e3fc1a183e32d6c7e0a583dc805f8d3a0", "timestamp" : "0x03e8", "transactionsTrie" : "0x949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07a11397e02937d346838e6af0d9072d64c4e2ae4e7ffaf640402635e0054840ba0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0b1f91b09576d42dafcfce49b998517a56c99b76760328c3e0737b495236ae28ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275298203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", + "rlp" : "0xf902c8f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b8880e0f3ac09e5e3de52810aa729d3e3fc1a183e32d6c7e0a583dc805f8d3a0a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0b1f91b09576d42dafcfce49b998517a56c99b76760328c3e0737b495236ae28ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275298203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000005", @@ -1366,80 +1366,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3a3e24c5bf77fc935b11a60e025c3a350ae26f220c24d9d8cc4d14e8288fedf1", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x31ab75382444640efd4292fa3ac7f1b0f356ccb87440873931e8b4a2bbae88fb", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1463,7 +1463,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1471,63 +1471,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1550,7 +1550,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1562,13 +1562,13 @@ "log2_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "20b71cb11d115c7a4b282af8dfb46866182e0b16df12fd81096c221c6af08f49", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e59c279441359e80e6c949fc29eeba647c00da2041a7b58f8068992c4a612ef2", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -1582,20 +1582,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7529", - "hash" : "0x89e1617361bdfbfe8f989a47d6cfbe74077f952120a51a989caec06efc017b31", + "hash" : "0xc91a8ce84973e9256bcb8ef53c26af432d5c08f7ff42d67a1c19edd0afc6ab6a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0xc13324579b8beee0e318312dbb5919f7ba8ca9409be8e313e21568891199fabe", - "stateRoot" : "0x7a11397e02937d346838e6af0d9072d64c4e2ae4e7ffaf640402635e0054840b", + "stateRoot" : "0xb8880e0f3ac09e5e3de52810aa729d3e3fc1a183e32d6c7e0a583dc805f8d3a0", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ad", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07a11397e02937d346838e6af0d9072d64c4e2ae4e7ffaf640402635e0054840ba0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada0c13324579b8beee0e318312dbb5919f7ba8ca9409be8e313e21568891199fabeb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275298203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", + "rlp" : "0xf902c8f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b8880e0f3ac09e5e3de52810aa729d3e3fc1a183e32d6c7e0a583dc805f8d3a0a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada0c13324579b8beee0e318312dbb5919f7ba8ca9409be8e313e21568891199fabeb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008275298203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000006", @@ -1626,80 +1626,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x89e1617361bdfbfe8f989a47d6cfbe74077f952120a51a989caec06efc017b31", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc91a8ce84973e9256bcb8ef53c26af432d5c08f7ff42d67a1c19edd0afc6ab6a", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1723,7 +1723,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1731,63 +1731,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1810,7 +1810,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1822,13 +1822,13 @@ "log2_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "dbd76b3b60735a6d4d6b23d987253abc5a076ebf1124ef402555dcafae9a0cd9", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "398f53f1dd46098fab7aff499bebe81fa65c130b7dce8216dab6acde57e48820", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -1842,20 +1842,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7620", - "hash" : "0x9f2936d696784c2225a421cab73a50fb1c398e9e25d5afc1b86c90b4bb99bf57", + "hash" : "0xf1996bdb63151388b700b4e2ba480bf7b4ede30c2c21b9fec0bae09fb3907f37", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0x90e77f55e1dac15018997cc85b6593b50600b918ec0dec2844c6bb4d30c5341d", - "stateRoot" : "0x21c2f005c2eb85cd49d4252b4f44c3fda32100739cbecdf81078da85254cd219", + "stateRoot" : "0x4c4f40852a0b7d15a160fd05d4a64dd3050405d1109085596abcf31e93d8d65d", "timestamp" : "0x03e8", "transactionsTrie" : "0x0a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021c2f005c2eb85cd49d4252b4f44c3fda32100739cbecdf81078da85254cd219a00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a090e77f55e1dac15018997cc85b6593b50600b918ec0dec2844c6bb4d30c5341db901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276208203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", + "rlp" : "0xf902c8f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04c4f40852a0b7d15a160fd05d4a64dd3050405d1109085596abcf31e93d8d65da00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a090e77f55e1dac15018997cc85b6593b50600b918ec0dec2844c6bb4d30c5341db901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276208203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000007", @@ -1886,80 +1886,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x9f2936d696784c2225a421cab73a50fb1c398e9e25d5afc1b86c90b4bb99bf57", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf1996bdb63151388b700b4e2ba480bf7b4ede30c2c21b9fec0bae09fb3907f37", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -1983,7 +1983,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1991,63 +1991,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -2070,7 +2070,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -2082,13 +2082,13 @@ "log2_d8g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "1134f1f8504bcdd3ff24314fae2276faa24abd27f16ec0ccd9a325c665a90078", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "c462c872e4c1e22c28599cbf76a54cc8560f28b1a91ff12cbab60d59ef2ab87e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log2Filler.yml", - "sourceHash" : "748e61988b4a9787574089f4588ef0bbbb786607d8c766fde2080209cf969855" + "sourceHash" : "9af822d63dd19b0e194599ad5a73aa447d7d90193450ada72c6a2624abdd0c28" }, "blocks" : [ { @@ -2102,20 +2102,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7535", - "hash" : "0x4b24fae271e645d0f45cc912e0d2405bf55fb15f97aacdd396517319dbb09d45", + "hash" : "0xf5e29a882fd1a5938e6b7ccebc534963e09b37d5652f0820774a0bffa425ad12", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "parentHash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "receiptTrie" : "0x91a07d2953ea41da2fc5773e33559e457f28ad36484c81f4b877ca3efe8488fe", - "stateRoot" : "0x72e09f5da22ea2d639fbafbd4838ffa2e2dc86cbebbc0178e3339ed968d50a94", + "stateRoot" : "0xc6c0fccebc0cfadd90a9fdc7de188bb567b1ad06e250050e75a5efa1903d6373", "timestamp" : "0x03e8", "transactionsTrie" : "0xe7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0bd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa072e09f5da22ea2d639fbafbd4838ffa2e2dc86cbebbc0178e3339ed968d50a94a0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a091a07d2953ea41da2fc5773e33559e457f28ad36484c81f4b877ca3efe8488feb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008275358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", + "rlp" : "0xf902c7f9023aa06b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982da01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c6c0fccebc0cfadd90a9fdc7de188bb567b1ad06e250050e75a5efa1903d6373a0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a091a07d2953ea41da2fc5773e33559e457f28ad36484c81f4b877ca3efe8488feb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008275358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000008", @@ -2146,80 +2146,80 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xbd28f598b9755e20cebaac48c7269eeb6073674572729c40c9358c913ef99a94", + "hash" : "0x6b1cb1f3167e47cf5b041ea05d327e3c3c3a0c57380afd4e246cde75190b982d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7", + "stateRoot" : "0xf5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695ed", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08629cdd8c54f6211466b9510f4822eb00f38352dce9e09015ff31ecd912fa2c7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4b24fae271e645d0f45cc912e0d2405bf55fb15f97aacdd396517319dbb09d45", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5b119670deba6cf37331b50580f30b1b0f237b08ce2112c633e7e25f5f695eda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf5e29a882fd1a5938e6b7ccebc534963e09b37d5652f0820774a0bffa425ad12", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -2243,7 +2243,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2251,63 +2251,63 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x6000600060006000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016001600003a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000036001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005233600060206000a261600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff600053600160000360016000036001601fa261600d60005500", "nonce" : "0x00", @@ -2330,7 +2330,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log3.json b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log3.json index 1b021fca3d..54affcb696 100644 --- a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log3.json +++ b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log3.json @@ -2,13 +2,13 @@ "log3_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "086c535683f903efd32312f630a24735edf6ad097f295e5b6456b1fb8eb3a10d", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "8ad519fba9898dc8efd6ab5f63759472cd64e94c17e0436720d3b26e44a9baa6", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7683", - "hash" : "0x448adb6ea66f423b8c378e25e413127666c8b117f63592e54846a16a2a07f292", + "hash" : "0x372bfa36840c149a925abaa9ed6fdf9958d96dfac1be1d3ea3120d270adf9415", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0x1bc769acb215b9ff1d263842cf3fe201afc4acf5cc66f5d4ff23f7ccf7646e01", - "stateRoot" : "0xf2266654780f84ef6e3200eac8718651562ce2b9aad6ec7f4d91593559f74561", + "stateRoot" : "0x787f08e6e5faf5d36034e97e9b6a4fe91820b7ccb3bbe260bbce53d8975bbd76", "timestamp" : "0x03e8", "transactionsTrie" : "0x86be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f2266654780f84ef6e3200eac8718651562ce2b9aad6ec7f4d91593559f74561a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca01bc769acb215b9ff1d263842cf3fe201afc4acf5cc66f5d4ff23f7ccf7646e01b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276838203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0787f08e6e5faf5d36034e97e9b6a4fe91820b7ccb3bbe260bbce53d8975bbd76a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca01bc769acb215b9ff1d263842cf3fe201afc4acf5cc66f5d4ff23f7ccf7646e01b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276838203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000000", @@ -66,87 +66,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x448adb6ea66f423b8c378e25e413127666c8b117f63592e54846a16a2a07f292", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x372bfa36840c149a925abaa9ed6fdf9958d96dfac1be1d3ea3120d270adf9415", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -170,7 +170,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -178,70 +178,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -264,7 +264,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -276,13 +276,13 @@ "log3_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "5025d53ee72d572fd5037c5199ccdce4721ff7300af368fd4aa0a4e1ff282ed6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "38011e7c69923546d7cec6d70ee6db53902c72ec8c287338cb40a8b8d62e6434", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -296,20 +296,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0xfc63bdd13627e0ef48fee8ca5c6daa7b6fda59315bdea8be18824823727c4ebf", + "hash" : "0x42013552ecbb0700399009fcbe8bb49e7f0c2a5ff34245eb76d244ecadf5b4d8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0x37e4a27167fe1009f84173b7e840322362ad39845fdd0e9d710d155636ece6d6", + "stateRoot" : "0x2de74a91c51794ea92cd5d19cfeae286e73cadc354aea4f97219672b59c8da0d", "timestamp" : "0x03e8", "transactionsTrie" : "0x542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa037e4a27167fe1009f84173b7e840322362ad39845fdd0e9d710d155636ece6d6a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", + "rlp" : "0xf902caf9023ca028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02de74a91c51794ea92cd5d19cfeae286e73cadc354aea4f97219672b59c8da0da0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000001", @@ -340,87 +340,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xfc63bdd13627e0ef48fee8ca5c6daa7b6fda59315bdea8be18824823727c4ebf", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x42013552ecbb0700399009fcbe8bb49e7f0c2a5ff34245eb76d244ecadf5b4d8", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -444,7 +444,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -452,70 +452,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -538,7 +538,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -550,13 +550,13 @@ "log3_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "087834164596b4358ce4cd7518a2c272c72a22f298574c610aadc830f5d4f2ce", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "146d239b45164382b1912daa6dd68c8f52f23b70b5fe3b6f0be35eaf7083b93b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -570,20 +570,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0xe6a334e4ef3598fe465fb1a458bf938f9720db8163e9caaeae35e6b26f7344b1", + "hash" : "0xf3c8a435c4cfbdb297daca418051bd2cb37a09d8a0ffd120716688667e6cb7e8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0x37e4a27167fe1009f84173b7e840322362ad39845fdd0e9d710d155636ece6d6", + "stateRoot" : "0x2de74a91c51794ea92cd5d19cfeae286e73cadc354aea4f97219672b59c8da0d", "timestamp" : "0x03e8", "transactionsTrie" : "0x8227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa037e4a27167fe1009f84173b7e840322362ad39845fdd0e9d710d155636ece6d6a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", + "rlp" : "0xf902caf9023ca028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02de74a91c51794ea92cd5d19cfeae286e73cadc354aea4f97219672b59c8da0da08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000002", @@ -614,87 +614,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe6a334e4ef3598fe465fb1a458bf938f9720db8163e9caaeae35e6b26f7344b1", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf3c8a435c4cfbdb297daca418051bd2cb37a09d8a0ffd120716688667e6cb7e8", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -718,7 +718,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -726,70 +726,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -812,7 +812,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -824,13 +824,13 @@ "log3_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "ad50bee3e9fe516042883d9ce98b475b0e13d98abd77e56c9d8bee34ecc1cb5e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2977955f4fba6d60778999408792bb12f7d1558dddc455d4182392f4bc45220b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -844,20 +844,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x769b", - "hash" : "0x4eb5e4614744c17402a20c2c6777f7dce64677e78d758e5f1eeba579214996e1", + "hash" : "0x25f4c1f6eed7e8d9a466b53ca0544f9ee935ca105106515919d96347ebfe1fda", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xcdf5cee749e54677ecbd40bdce9f10e9d3a712198b3f40a90630ce4f466806e1", - "stateRoot" : "0x779d65502740cd378da13230b1284b0ef695b86d6c6b496df5f66f69c10a5a0a", + "stateRoot" : "0x97c2f39bdd072e5bf44f6ef90a565a924988a99f102bc8cf68228f7c2a52f795", "timestamp" : "0x03e8", "transactionsTrie" : "0x17370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0779d65502740cd378da13230b1284b0ef695b86d6c6b496df5f66f69c10a5a0aa017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0cdf5cee749e54677ecbd40bdce9f10e9d3a712198b3f40a90630ce4f466806e1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082769b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa097c2f39bdd072e5bf44f6ef90a565a924988a99f102bc8cf68228f7c2a52f795a017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda0cdf5cee749e54677ecbd40bdce9f10e9d3a712198b3f40a90630ce4f466806e1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082769b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000003", @@ -888,87 +888,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4eb5e4614744c17402a20c2c6777f7dce64677e78d758e5f1eeba579214996e1", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x25f4c1f6eed7e8d9a466b53ca0544f9ee935ca105106515919d96347ebfe1fda", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -992,7 +992,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1000,70 +1000,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1086,7 +1086,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1098,13 +1098,13 @@ "log3_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "1b1bbf6f399a009e43c3edb8e5eeed477415219bb1e033a3e6ff47095bee2c14", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f79306a9e797d73e0e6ca466484e9edcac708f7683b3efb9275d50082d7d7f99", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -1118,20 +1118,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x779b", - "hash" : "0xdc12fbdf6822b819b5e30ec8bd4c6681c8cf0bb756aff87a86c60ae928ef6a8d", + "hash" : "0x61e7a4d6a6b88aea35e442f7dc6c420719527b052f99cb6cd12ca5cec23cfb02", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xb871c4a8642c83d8ed7fda87048e2e9ad9ac833c849fae16287698f52034e4af", - "stateRoot" : "0x6aefca31e69ec692d3b4231e1d138d2922102af5ddde8cd9b4bd1bea6255d8e0", + "stateRoot" : "0x852bf9e51d94e1d61487923b1eeaef505716dd209abaa7cccd492bf251f94622", "timestamp" : "0x03e8", "transactionsTrie" : "0xdb331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06aefca31e69ec692d3b4231e1d138d2922102af5ddde8cd9b4bd1bea6255d8e0a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a0b871c4a8642c83d8ed7fda87048e2e9ad9ac833c849fae16287698f52034e4afb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082779b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0852bf9e51d94e1d61487923b1eeaef505716dd209abaa7cccd492bf251f94622a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a0b871c4a8642c83d8ed7fda87048e2e9ad9ac833c849fae16287698f52034e4afb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082779b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000004", @@ -1162,87 +1162,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xdc12fbdf6822b819b5e30ec8bd4c6681c8cf0bb756aff87a86c60ae928ef6a8d", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x61e7a4d6a6b88aea35e442f7dc6c420719527b052f99cb6cd12ca5cec23cfb02", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1266,7 +1266,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1274,70 +1274,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1360,7 +1360,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1372,13 +1372,13 @@ "log3_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7930d81e50d978d256628c8e7fd65aa8b26f89c7947c0b2e548430f78a869597", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e8463efb5662243a53cfdab42e98d069c208b4443d47ed8129c2db622070f24c", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -1392,20 +1392,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x76a3", - "hash" : "0xed7be78f442facec6f1bab750fa5b774c6e27c2533079a915947c63d4396ba5a", + "hash" : "0x0069571669d0702b0a144a294a27b1cc8cb28d1a88b33536afed541d73f2ee3e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xf029d5a84d9d813e34b382aa73b9ce9d6f2407a2225fd4b888709022d83db3ed", - "stateRoot" : "0xec1eff2d1e03160e7030d8733086805d5c67872756fa2cfeb1a353f6a90bca67", + "stateRoot" : "0x2994798c13f4765f96debb34cbd221607671e2adcc2370ee4894cd3c2f1ee007", "timestamp" : "0x03e8", "transactionsTrie" : "0x949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ec1eff2d1e03160e7030d8733086805d5c67872756fa2cfeb1a353f6a90bca67a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0f029d5a84d9d813e34b382aa73b9ce9d6f2407a2225fd4b888709022d83db3edb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02994798c13f4765f96debb34cbd221607671e2adcc2370ee4894cd3c2f1ee007a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba0f029d5a84d9d813e34b382aa73b9ce9d6f2407a2225fd4b888709022d83db3edb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000005", @@ -1436,87 +1436,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xed7be78f442facec6f1bab750fa5b774c6e27c2533079a915947c63d4396ba5a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0069571669d0702b0a144a294a27b1cc8cb28d1a88b33536afed541d73f2ee3e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1540,7 +1540,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1548,70 +1548,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1634,7 +1634,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1646,13 +1646,13 @@ "log3_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "97eb2aaaf709784ba63231d9fadafb87ff39e6e3c2916a4d64322181338b26b2", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "8b00c55b3eb49ea16e7c18a7205d34ec9ce332297d88c60d60b8d5e0fe329f52", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -1666,20 +1666,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x76a3", - "hash" : "0xf3b67e091e3752d0b7f84713d25866d262d2a7b561676b7a80f5df8a87bef03f", + "hash" : "0x775f94e4c85469c9a7c41e6233004881e8a2a1ce8a2676c954a452fbe34fd1e2", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0x8c3ce4cdc467c9ffba91c43a0835ef395dffa976e5a73a3389511d8b9ce5bf31", - "stateRoot" : "0xec1eff2d1e03160e7030d8733086805d5c67872756fa2cfeb1a353f6a90bca67", + "stateRoot" : "0x2994798c13f4765f96debb34cbd221607671e2adcc2370ee4894cd3c2f1ee007", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ad", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ec1eff2d1e03160e7030d8733086805d5c67872756fa2cfeb1a353f6a90bca67a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada08c3ce4cdc467c9ffba91c43a0835ef395dffa976e5a73a3389511d8b9ce5bf31b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02994798c13f4765f96debb34cbd221607671e2adcc2370ee4894cd3c2f1ee007a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada08c3ce4cdc467c9ffba91c43a0835ef395dffa976e5a73a3389511d8b9ce5bf31b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008276a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000006", @@ -1710,87 +1710,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf3b67e091e3752d0b7f84713d25866d262d2a7b561676b7a80f5df8a87bef03f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x775f94e4c85469c9a7c41e6233004881e8a2a1ce8a2676c954a452fbe34fd1e2", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1814,7 +1814,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1822,70 +1822,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -1908,7 +1908,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1920,13 +1920,13 @@ "log3_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "54311e1c1b4042948beec2e38790deb99c9459f1da68d7abecaf6a2b2a71d38e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "9a7e9763c82149cbf1d36c3bc6c3fe7457295bf71ee681e7ed5663ee129a5183", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -1940,20 +1940,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x779a", - "hash" : "0xbfbce09d317c7f02d2455c6088a7e4c0906d978353e7b3c50fc97e697f226e44", + "hash" : "0x6ac67bff56d9708005f828afb18c8fa73e3336398c85e095d1b2bf56ad51c86d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xce301bbc3c2e562c23aeeb3106b85d445f7dc6307ca0fd790ce1440fbab5c4a8", - "stateRoot" : "0xf5817c14a1674595ac53f9c32eda14a312ef9ac4708815209dc22e7b86f96b50", + "stateRoot" : "0x4840ef8adb90db653c851f482e4dd74e98d9d496da316ef3a769b1a1532a0621", "timestamp" : "0x03e8", "transactionsTrie" : "0x0a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f5817c14a1674595ac53f9c32eda14a312ef9ac4708815209dc22e7b86f96b50a00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a0ce301bbc3c2e562c23aeeb3106b85d445f7dc6307ca0fd790ce1440fbab5c4a8b901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082779a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04840ef8adb90db653c851f482e4dd74e98d9d496da316ef3a769b1a1532a0621a00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a0ce301bbc3c2e562c23aeeb3106b85d445f7dc6307ca0fd790ce1440fbab5c4a8b901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082779a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000007", @@ -1984,87 +1984,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbfbce09d317c7f02d2455c6088a7e4c0906d978353e7b3c50fc97e697f226e44", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6ac67bff56d9708005f828afb18c8fa73e3336398c85e095d1b2bf56ad51c86d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -2088,7 +2088,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2096,70 +2096,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -2182,7 +2182,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -2194,13 +2194,13 @@ "log3_d8g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "a50a141c40e11e5a288958ce38e3fb321c3fa8bb1ccb3091fe14313a8d13a6c2", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f0548b451fb77ba4373a6ed44be4c506267ad9fe733702024993961151508370", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -2214,20 +2214,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x76b5", - "hash" : "0x18eaa1e6d72508a6cca53e990f818b23c1f4f6be870d74c6798425871beaeaa5", + "hash" : "0x7df2a3e81bcee564d8bccf3f6ccb217126a67d35acf65efa63e206e741d2a06b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0xea9364171f6cf1b195502b9b01e9d756d450fd033d5ccfa42f8350e08d86c47a", - "stateRoot" : "0xa4a6327bee8e45008b1647c1a0288d5a177d7d252a69b745dae0435fa693faec", + "stateRoot" : "0xb078c234853a8fa5239f60d288649b7a90275b15a0a4cdc78b4f22d5a2b8f0dc", "timestamp" : "0x03e8", "transactionsTrie" : "0xe7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a4a6327bee8e45008b1647c1a0288d5a177d7d252a69b745dae0435fa693faeca0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a0ea9364171f6cf1b195502b9b01e9d756d450fd033d5ccfa42f8350e08d86c47ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008276b58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", + "rlp" : "0xf902c7f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b078c234853a8fa5239f60d288649b7a90275b15a0a4cdc78b4f22d5a2b8f0dca0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a0ea9364171f6cf1b195502b9b01e9d756d450fd033d5ccfa42f8350e08d86c47ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008276b58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000008", @@ -2258,87 +2258,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x18eaa1e6d72508a6cca53e990f818b23c1f4f6be870d74c6798425871beaeaa5", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7df2a3e81bcee564d8bccf3f6ccb217126a67d35acf65efa63e206e741d2a06b", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -2362,7 +2362,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2370,70 +2370,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -2456,7 +2456,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -2468,13 +2468,13 @@ "log3_d9g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "c512f9fb0041d4102fa8d46afebbc2f007825089141f16d1be812e4a0d3b3e43", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "16336e6351d0489997921a077e66e547429dd919cdd7c776644fa3c82f6f4b1d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log3Filler.yml", - "sourceHash" : "f0fad27ab5ea3b83b041bb00f280496a5d2b2f3b611d18ddabe9fe9380579096" + "sourceHash" : "79e4769da7cfe773e64908a91094fbe6140f78c6d738c1bdf1aa7720d1fb5546" }, "blocks" : [ { @@ -2488,20 +2488,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x76a0", - "hash" : "0x0a6ac7f223a8ba7aca31fa09726067a685051cc1fe7685ca941460f68f6b5a51", + "hash" : "0x18e2276a02229a7c1b63c8bfd8eea6f6c085c745703b0620babe82675b248c2c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "parentHash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "receiptTrie" : "0x4696c01ce99d4fc010287ccb6e234c2576e91aaeac20c773f01bd688ba7d1ff1", - "stateRoot" : "0x223d590fad7757f7dca8bd98b9889f0b19009ab517ad50ca7292735e18684278", + "stateRoot" : "0xc17cf80416ec215cc9e5f8b4406b98642a360b3764c88e2c7571ab19dc95bda8", "timestamp" : "0x03e8", "transactionsTrie" : "0x3297318c601375611c69aaa15db25e1429668af8c7329805a482403cbd28ef9c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa0dea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0223d590fad7757f7dca8bd98b9889f0b19009ab517ad50ca7292735e18684278a03297318c601375611c69aaa15db25e1429668af8c7329805a482403cbd28ef9ca04696c01ce99d4fc010287ccb6e234c2576e91aaeac20c773f01bd688ba7d1ff1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000100000000080000000000001000000000000000000004000000000000000000000000000000000000000000080800000000000000000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000200000080018405f5e1008276a08203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000091ba09cffdf14ebc27c6c36a8cc9e679e32251165b52fb39e7ccc52cbc42f7157c301a032f0bebe1ae01ef86e26c0194bc26e9ed9e6bb7dad277927a92def3d0badbe74c0c0", + "rlp" : "0xf902c8f9023aa028407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992ba01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c17cf80416ec215cc9e5f8b4406b98642a360b3764c88e2c7571ab19dc95bda8a03297318c601375611c69aaa15db25e1429668af8c7329805a482403cbd28ef9ca04696c01ce99d4fc010287ccb6e234c2576e91aaeac20c773f01bd688ba7d1ff1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000100000000080000000000001000000000000000000004000000000000000000000000000000000000000000080800000000000000000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000200000080018405f5e1008276a08203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000091ba09cffdf14ebc27c6c36a8cc9e679e32251165b52fb39e7ccc52cbc42f7157c301a032f0bebe1ae01ef86e26c0194bc26e9ed9e6bb7dad277927a92def3d0badbe74c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000009", @@ -2532,87 +2532,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xdea3c46d79db97b424204a2efb2330e35e3baeae54f9e6bd0574d1430f8dc787", + "hash" : "0x28407915d5b62dba6f42fd46e28fda5d6a3622f48c803c18729a2351774e992b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187", + "stateRoot" : "0xe4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08d547afda234a89775803779bee73d1631cc7cb238c68541e6386cb92ad52187a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0a6ac7f223a8ba7aca31fa09726067a685051cc1fe7685ca941460f68f6b5a51", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4dda215cd42d590b2556de61d101aaadb05da7f31fda3135926711ecef82618a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x18e2276a02229a7c1b63c8bfd8eea6f6c085c745703b0620babe82675b248c2c", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -2636,7 +2636,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2644,70 +2644,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006000600060006000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016001600003a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000036001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052336000600060206000a361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff6000536001600003600160000360016000036001601fa361600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000525858586001601fa361600d60005500", "nonce" : "0x00", @@ -2730,7 +2730,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log4.json b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log4.json index 8a8845d304..342c00f219 100644 --- a/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log4.json +++ b/BlockchainTests/GeneralStateTests/VMTests/vmLogTest/log4.json @@ -2,13 +2,13 @@ "log4_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "a4e1586bc385c94f7b53a61e60dcaa0d2edf5005f1b25f658041c8adc76bebec", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "c4429cd126451b1227fea0e00cbe16700fb59db4a1e8e462b8dac828d537eecc", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x77fd", - "hash" : "0xf3bd7eb5728ffd6ff8683e8c3a127856a807043e2ce585ba79c2129e4bb5936c", + "hash" : "0xf6ae01b998c996f527ecf0d5292ba5cbf5b79604773a3148d9978fd657210262", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0x889430be0e56c165081127058ea82c2f2fce91ed7ef533c75b998b4424d1ae9c", - "stateRoot" : "0x79bca6eac882d143ecbf86cdc1696eebb917df255302b018f33316093aa29ec1", + "stateRoot" : "0x0e77e8f077b7ab0632f66b5b7894e25e5d2a6a54a2e876fbce1d418684efd91e", "timestamp" : "0x03e8", "transactionsTrie" : "0x86be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa079bca6eac882d143ecbf86cdc1696eebb917df255302b018f33316093aa29ec1a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0889430be0e56c165081127058ea82c2f2fce91ed7ef533c75b998b4424d1ae9cb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008277fd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00e77e8f077b7ab0632f66b5b7894e25e5d2a6a54a2e876fbce1d418684efd91ea086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0889430be0e56c165081127058ea82c2f2fce91ed7ef533c75b998b4424d1ae9cb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008277fd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000000", @@ -66,87 +66,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf3bd7eb5728ffd6ff8683e8c3a127856a807043e2ce585ba79c2129e4bb5936c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf6ae01b998c996f527ecf0d5292ba5cbf5b79604773a3148d9978fd657210262", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -170,7 +170,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -178,70 +178,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -264,7 +264,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -276,13 +276,13 @@ "log4_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "bd4b4b07edbe6670c346f866994c1af55ae19f4c6b8f3021ef613021dc76be78", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "4e85bc0f59ac2f229230839cb88dc56023d39dc4bd03c7f6393bc5220591044b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -296,20 +296,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0x6f367b86f46ab495b2b6d8575901c5377fe9bcae77a3cffc5784ee6165991556", + "hash" : "0x42a2074d37e991da965f61e1591f8d293bbac8d96aeef8fcc5df8720f2207015", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0x50230da28796d0a5c1b73bef5a30f7725ba07fb624e71dc6c0b1c1e0f503f7c9", + "stateRoot" : "0xb6cd72f4d0cf412db475f5c421d54a44c710dc598dfbdccaa7de994d2d1cb9d3", "timestamp" : "0x03e8", "transactionsTrie" : "0x542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa050230da28796d0a5c1b73bef5a30f7725ba07fb624e71dc6c0b1c1e0f503f7c9a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", + "rlp" : "0xf902caf9023ca0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b6cd72f4d0cf412db475f5c421d54a44c710dc598dfbdccaa7de994d2d1cb9d3a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000001", @@ -340,87 +340,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x6f367b86f46ab495b2b6d8575901c5377fe9bcae77a3cffc5784ee6165991556", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x42a2074d37e991da965f61e1591f8d293bbac8d96aeef8fcc5df8720f2207015", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -444,7 +444,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -452,70 +452,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -538,7 +538,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -550,13 +550,13 @@ "log4_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "bd60a8f797424f4bfb5af7d5d02eefd6a7163a789c951f5d493bcf0abc3b64b2", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e18b79eaa013f0b8b6274e32e5566ffdfe770fb68b934493702739e5b180c98f", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -570,20 +570,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a2a5", - "hash" : "0x3213a9c247951719f2a1e38fb694428c11c7963e9511c5db1e523d4a2843a74c", + "hash" : "0xf4d67e287781a4705684c90e23b5719d39614e5daf349cd240a05540f8a9395e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0xbad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7", - "stateRoot" : "0x50230da28796d0a5c1b73bef5a30f7725ba07fb624e71dc6c0b1c1e0f503f7c9", + "stateRoot" : "0xb6cd72f4d0cf412db475f5c421d54a44c710dc598dfbdccaa7de994d2d1cb9d3", "timestamp" : "0x03e8", "transactionsTrie" : "0x8227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa050230da28796d0a5c1b73bef5a30f7725ba07fb624e71dc6c0b1c1e0f503f7c9a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", + "rlp" : "0xf902caf9023ca0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b6cd72f4d0cf412db475f5c421d54a44c710dc598dfbdccaa7de994d2d1cb9d3a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba0bad1501be720c8e2d6296b6a42247ea69a77573221c7e028e8d11061fa31d6e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a2a58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000002", @@ -614,87 +614,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3213a9c247951719f2a1e38fb694428c11c7963e9511c5db1e523d4a2843a74c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf4d67e287781a4705684c90e23b5719d39614e5daf349cd240a05540f8a9395e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -718,7 +718,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -726,70 +726,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -812,7 +812,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -824,13 +824,13 @@ "log4_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9aed40364418b8d5d4f69f15b1ff2cfc5e0db09314f1d30d1552cd73ac226da3", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "15d1ed1ad4df18a410d13c230371c1b11d9306900d715a980cd8184af240bad5", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -844,20 +844,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7815", - "hash" : "0x0485d6a0be286cf88a313bb23b45a566a22d17024c7440f77f682de4409a8d2f", + "hash" : "0xa291190907eb5abaeafb747d4bd52eaf29f6a5e107f46dd46918441345f72b7e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0x50a9d8f4d4f6c5807ccba7ca5645e46a5669b223df9c77f6639c4a6beec02fcc", - "stateRoot" : "0xee2393d70978b303a155a4f56f35615e66dc9648a68e7a5212c359eefecb3c07", + "stateRoot" : "0x3528148a867163b48f29929c60189d448bcb875137c831bd84331e1a598183a9", "timestamp" : "0x03e8", "transactionsTrie" : "0x17370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ee2393d70978b303a155a4f56f35615e66dc9648a68e7a5212c359eefecb3c07a017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda050a9d8f4d4f6c5807ccba7ca5645e46a5669b223df9c77f6639c4a6beec02fccb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008278158203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03528148a867163b48f29929c60189d448bcb875137c831bd84331e1a598183a9a017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda050a9d8f4d4f6c5807ccba7ca5645e46a5669b223df9c77f6639c4a6beec02fccb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008278158203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000003", @@ -888,87 +888,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0485d6a0be286cf88a313bb23b45a566a22d17024c7440f77f682de4409a8d2f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa291190907eb5abaeafb747d4bd52eaf29f6a5e107f46dd46918441345f72b7e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -992,7 +992,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1000,70 +1000,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1086,7 +1086,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1098,13 +1098,13 @@ "log4_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "f4482a3a3f6abc99aad0cecb7337dfcebf547bf78b7b8e65fb8954bcd91f90a0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "df4d6b736cac73d7562cb59e6c5408b7bab2f0685ea081f64c4ce39b562d9628", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -1118,20 +1118,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7915", - "hash" : "0x1ab7eb4effd43004f54f3f1ac9fdc84e115ef071f8257c837f066d3d03597623", + "hash" : "0x0cc4c5c59d4488b2ccbbebf5952333a325444ca2f768be03beb6db1c252499ac", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0x1d67d4384191926ee65fbc49d9b094ee1117fee0a83d048d30760dfce495bd2a", - "stateRoot" : "0x86e34bc514cb89b75a081368fbcf85c96863ad4d3d74570d25c6dfa0d6e4a281", + "stateRoot" : "0x5107d2895611a7923041c71a29a922c985a65ee2469c2ae9c5c589f7466fd4b3", "timestamp" : "0x03e8", "transactionsTrie" : "0xdb331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa086e34bc514cb89b75a081368fbcf85c96863ad4d3d74570d25c6dfa0d6e4a281a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a01d67d4384191926ee65fbc49d9b094ee1117fee0a83d048d30760dfce495bd2ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008279158203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05107d2895611a7923041c71a29a922c985a65ee2469c2ae9c5c589f7466fd4b3a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a01d67d4384191926ee65fbc49d9b094ee1117fee0a83d048d30760dfce495bd2ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008279158203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000004", @@ -1162,87 +1162,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x1ab7eb4effd43004f54f3f1ac9fdc84e115ef071f8257c837f066d3d03597623", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0cc4c5c59d4488b2ccbbebf5952333a325444ca2f768be03beb6db1c252499ac", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1266,7 +1266,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1274,70 +1274,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1360,7 +1360,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1372,13 +1372,13 @@ "log4_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "665563bc9b49477bd1a9649fd9a1b2d01d7b22379b27be10ccb45ba9bdb8221e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "0895f08650bf9d6865b3d03982f398920a7dd8869a37a44b9755f8b24dd9a4f0", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -1392,20 +1392,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x781d", - "hash" : "0x354f702cdcfa0dfe982cecddfb4b337a006be6295fb1678014130ef45e1a8fe6", + "hash" : "0x898651fff1f4676ab3f5aa2f38c993e8c0eef1aad80f43ef0e83caa450ae5298", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0x5d494715fd9fbd8c527e5c14dee1a9c4daa9d505eef5ca7be57be527dd318e09", - "stateRoot" : "0x476eec22942e45daddf0f41bfc9c3fe54dfe84c399e04e6a83b422b27a962783", + "stateRoot" : "0xf341ab6565cae500c302a2d5fec8a5872010c8afad17f027c89f75f72fc0fba6", "timestamp" : "0x03e8", "transactionsTrie" : "0x949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0476eec22942e45daddf0f41bfc9c3fe54dfe84c399e04e6a83b422b27a962783a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba05d494715fd9fbd8c527e5c14dee1a9c4daa9d505eef5ca7be57be527dd318e09b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082781d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f341ab6565cae500c302a2d5fec8a5872010c8afad17f027c89f75f72fc0fba6a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba05d494715fd9fbd8c527e5c14dee1a9c4daa9d505eef5ca7be57be527dd318e09b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082781d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000005", @@ -1436,87 +1436,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x354f702cdcfa0dfe982cecddfb4b337a006be6295fb1678014130ef45e1a8fe6", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x898651fff1f4676ab3f5aa2f38c993e8c0eef1aad80f43ef0e83caa450ae5298", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1540,7 +1540,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1548,70 +1548,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1634,7 +1634,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1646,13 +1646,13 @@ "log4_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "ac426932e4d99e5cf07562354f387d6afc996a0fd56b66e53e6c2c3857164e10", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "96e63ebdfe7dba538756751880f7fd88550617b6fb0236e2a1c7ec53620d0811", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -1666,20 +1666,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x781d", - "hash" : "0xc611f6f3b22aaf2303fc60b712a5a679d428aa4d6c2dabd5142ebc4cd5830c7c", + "hash" : "0x7c5ad005f93de4bc0f55eb95730fd3d1814eb84e6818912341921417d0c6136e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0x78cbae2fc9105bbb8df8b3612e008816541ef24a075d84ec93eb945b85e0c199", - "stateRoot" : "0x476eec22942e45daddf0f41bfc9c3fe54dfe84c399e04e6a83b422b27a962783", + "stateRoot" : "0xf341ab6565cae500c302a2d5fec8a5872010c8afad17f027c89f75f72fc0fba6", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ad", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0476eec22942e45daddf0f41bfc9c3fe54dfe84c399e04e6a83b422b27a962783a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada078cbae2fc9105bbb8df8b3612e008816541ef24a075d84ec93eb945b85e0c199b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082781d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f341ab6565cae500c302a2d5fec8a5872010c8afad17f027c89f75f72fc0fba6a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada078cbae2fc9105bbb8df8b3612e008816541ef24a075d84ec93eb945b85e0c199b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e10082781d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000006", @@ -1710,87 +1710,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc611f6f3b22aaf2303fc60b712a5a679d428aa4d6c2dabd5142ebc4cd5830c7c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7c5ad005f93de4bc0f55eb95730fd3d1814eb84e6818912341921417d0c6136e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1814,7 +1814,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -1822,70 +1822,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -1908,7 +1908,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -1920,13 +1920,13 @@ "log4_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "8c74bb9f3194f39f2855cc94b9a0e5a7669c3df288ccf1dd766b77e664b80ff0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "be1b320529849a94a069efa4918d362c5b59b56e1e34f3795b6b965f2cc1ea32", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -1940,20 +1940,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7914", - "hash" : "0xcc9cc12fac5e67462714219e6ee4c2f7b9bc76687baa478ced199b3fa9944825", + "hash" : "0x2862da3c0f1dcb44c3e943e805e9dc9583616a2ba276aa53dd6a4cb7dee01675", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0x3e7089d13da213f15558f7832c99dcfa6267803fac83cdfe90502f566f178c9f", - "stateRoot" : "0x1c4a9247b54118b18086201369d528970a02e47d16149cabf2903f19f6e9ca23", + "stateRoot" : "0x97498587d40f7c055483e56986d0ddf34acc15da4ac009f9682c31f185395091", "timestamp" : "0x03e8", "transactionsTrie" : "0x0a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c4a9247b54118b18086201369d528970a02e47d16149cabf2903f19f6e9ca23a00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a03e7089d13da213f15558f7832c99dcfa6267803fac83cdfe90502f566f178c9fb901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008279148203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa097498587d40f7c055483e56986d0ddf34acc15da4ac009f9682c31f185395091a00a8b5c79a5e5bb1203d218c898f313b813d0a6ebaccbecf946e95b149f04d527a03e7089d13da213f15558f7832c99dcfa6267803fac83cdfe90502f566f178c9fb901000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000002000000000000001000080000000000000000000000000000000000000000000000000000000000080000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000800000000000000000000080018405f5e1008279148203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000071ba0e77cc0b2a4af0e43bc5732d6747afb3ddcf781f7277650aeef15b9caba68c91aa04af80af420b77c3f4ad457f1c6535be5d46993e2c8987250d28d088b3a11bb4ac0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000007", @@ -1984,87 +1984,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xcc9cc12fac5e67462714219e6ee4c2f7b9bc76687baa478ced199b3fa9944825", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2862da3c0f1dcb44c3e943e805e9dc9583616a2ba276aa53dd6a4cb7dee01675", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -2088,7 +2088,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2096,70 +2096,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -2182,7 +2182,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -2194,13 +2194,13 @@ "log4_d8g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9b3383e80c90bb04c11b072bf5383064e65d91710c5a786597bad5d44968721c", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "6ac19ad0ded442eba810744562bac97ab1d162feb642fab2b1585e7113c657ca", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -2214,20 +2214,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7835", - "hash" : "0x806b3610d25cf4ff5cf0eab0b040cb0d9c01607d374bf6e8189cbb96126d126b", + "hash" : "0xaf5c4d4f73ec59553ace00afd1f08d02564b708c6674e7a541ea71695578404b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0xbcfe589ae6df3306a641a95b6925989f7293f93ba8054dfff1d9434824e770ca", - "stateRoot" : "0xfd50da4101122882bf1b03c2cc6e910b6400d2336a44cc65f3cb9a26e33bef7b", + "stateRoot" : "0xee36ee07170dc1fbd109de754503c820fac8af154ee24332186daeadb3013b55", "timestamp" : "0x03e8", "transactionsTrie" : "0xe7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c7f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fd50da4101122882bf1b03c2cc6e910b6400d2336a44cc65f3cb9a26e33bef7ba0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a0bcfe589ae6df3306a641a95b6925989f7293f93ba8054dfff1d9434824e770cab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008278358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", + "rlp" : "0xf902c7f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ee36ee07170dc1fbd109de754503c820fac8af154ee24332186daeadb3013b55a0e7bc49ef79cfcabbbe5be3d6eb1ffec3521abf3673aaa6bea0e96a27768504d9a0bcfe589ae6df3306a641a95b6925989f7293f93ba8054dfff1d9434824e770cab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000800000000000000000000080018405f5e1008278358203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f886f884800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000081ca057f87767c304f58d8c351529457f9fbe53d04ba7f9f0ae7f2bac7a2d6dc59bc09fd8de811557a1287c01a1e09edeb750adba79cef13ebeb951d030ff29e63f39c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000008", @@ -2258,87 +2258,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x806b3610d25cf4ff5cf0eab0b040cb0d9c01607d374bf6e8189cbb96126d126b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xaf5c4d4f73ec59553ace00afd1f08d02564b708c6674e7a541ea71695578404b", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -2362,7 +2362,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2370,70 +2370,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -2456,7 +2456,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" @@ -2468,13 +2468,13 @@ "log4_d9g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "86b22a97140f06c97cdb20cce51093399d9eace930d681e040752135ce0140d7", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f92edf0074b1f5a9b43ae3b6062d06e3890eb73fb581e11153405ecc4fc9387b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/VMTests/vmLogTest/log4Filler.yml", - "sourceHash" : "681f10bfde1e23c771edbe56e54df2eaaa76e949c98c51b7e84e334624ec94cc" + "sourceHash" : "113a9aa68754fe372e3fba03f7cf61708987b8dfa050b4a22b24f77a11d056cd" }, "blocks" : [ { @@ -2488,20 +2488,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x7819", - "hash" : "0x385dca703556c11018c1dd66410231cbeaa3dc7e60a8fc76842a59a2211fcbe0", + "hash" : "0x2368a1763bc7655b036807d7999b26526a6d29beb5ec0edf765a3b9e90174266", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "parentHash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "receiptTrie" : "0xd995e2947844421d5069682f6809a618a674f68d056bbc0f08c921985e8c1b8e", - "stateRoot" : "0x586f9fd7ef3d7b1fe6623c4be5d852931a19546f0fdfecd62837e8f5156462f8", + "stateRoot" : "0xcea4618e2e405dc0c2efc9f310fcfd75863cd36d461b7d120a1ff2b6a6df4e34", "timestamp" : "0x03e8", "transactionsTrie" : "0x3297318c601375611c69aaa15db25e1429668af8c7329805a482403cbd28ef9c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c8f9023aa015808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0586f9fd7ef3d7b1fe6623c4be5d852931a19546f0fdfecd62837e8f5156462f8a03297318c601375611c69aaa15db25e1429668af8c7329805a482403cbd28ef9ca0d995e2947844421d5069682f6809a618a674f68d056bbc0f08c921985e8c1b8eb901000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000100000000080000000000001000000000000000000004000000000000000000000000000000000000000000080800000000000000000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000010000000000800000000800000000000000200000080018405f5e1008278198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000091ba09cffdf14ebc27c6c36a8cc9e679e32251165b52fb39e7ccc52cbc42f7157c301a032f0bebe1ae01ef86e26c0194bc26e9ed9e6bb7dad277927a92def3d0badbe74c0c0", + "rlp" : "0xf902c8f9023aa0165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cea4618e2e405dc0c2efc9f310fcfd75863cd36d461b7d120a1ff2b6a6df4e34a03297318c601375611c69aaa15db25e1429668af8c7329805a482403cbd28ef9ca0d995e2947844421d5069682f6809a618a674f68d056bbc0f08c921985e8c1b8eb901000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000100000000080000000000001000000000000000000004000000000000000000000000000000000000000000080800000000000000000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000010000000000800000000800000000000000200000080018405f5e1008278198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000091ba09cffdf14ebc27c6c36a8cc9e679e32251165b52fb39e7ccc52cbc42f7157c301a032f0bebe1ae01ef86e26c0194bc26e9ed9e6bb7dad277927a92def3d0badbe74c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000009", @@ -2532,87 +2532,87 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x15808f155a95e294f2042912b8e1edeacfb24ac702d326a07ffa224ec4f734e4", + "hash" : "0x165bc30a895947bf08d83a39ce8fa6a1b613ae81bfb77c47f238aca0af395fe7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49", + "stateRoot" : "0x686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0799e0e7317700168d928f83e7d10b8797d156e859700fd97109421efaa0f8d49a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x385dca703556c11018c1dd66410231cbeaa3dc7e60a8fc76842a59a2211fcbe0", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0686a3b5a7d3efa53fcc0bdfb17b9892e173117f26f74f294bf2c800c6c1957c6a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2368a1763bc7655b036807d7999b26526a6d29beb5ec0edf765a3b9e90174266", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -2636,7 +2636,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x600d" @@ -2644,70 +2644,70 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060006000600060006000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016001600003a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000036001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000107" : { + "0x0000000000000000000000000000000000001007" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000523360006000600060206000a461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000108" : { + "0x0000000000000000000000000000000000001008" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60ff60005360016000036001600003600160000360016000036001601fa461600d60005500", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000109" : { + "0x0000000000000000000000000000000000001009" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052585858586001601fa461600d60005500", "nonce" : "0x00", @@ -2730,7 +2730,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000600060006000600435610100015af400", + "code" : "0x6000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x0bad" diff --git a/BlockchainTests/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json b/BlockchainTests/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json index d0b8e0e0c8..4dee09df46 100644 --- a/BlockchainTests/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json +++ b/BlockchainTests/GeneralStateTests/stEIP150Specific/Transaction64Rule_integerBoundaries.json @@ -2,13 +2,13 @@ "Transaction64Rule_integerBoundaries_d0g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7ce9e95019d7f31c53381131762d0c718d819d4516ff898f5b09f9bf84dadf50", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "ab65ae8e2e262fe1d165190161f44f59e2908846f9e87fd63154b78febccb6e3", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b7d7", - "hash" : "0xdc93e89fa6a9fe0165d9d17a51c80c13bb29e99a14411d863829131b1f5b7494", + "hash" : "0xd6124e574d2183842cb38406f3350569d0d6dcd3300a554507af643e91a409b4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x1abfe0424ffee58d5b708f25030541232aa29dec82cb8a652352f1ff53c6870e", - "stateRoot" : "0x92a89d74484452a4f61f84d3ecfeb446642c299beccafa8a2a78c1621b37aad8", + "stateRoot" : "0x5f36ebe842088c3fa4a6b8df8f2ed5b2e28185339337071620757ea257bb1148", "timestamp" : "0x03e8", "transactionsTrie" : "0x2b089744f6fe531709f873af4e97bab6c09bf07a589eff496e7b5c61410481be", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa092a89d74484452a4f61f84d3ecfeb446642c299beccafa8a2a78c1621b37aad8a02b089744f6fe531709f873af4e97bab6c09bf07a589eff496e7b5c61410481bea01abfe0424ffee58d5b708f25030541232aa29dec82cb8a652352f1ff53c6870eb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7d78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000000000007f1ca0df3591eeada7e5ac983b28f877101d9a46cf2c5c8777587070b8e4620d8aa0dca012a070f7870e0f3746cbf47aa3cdb80bc72e5c5a357d6016739e64534dc51d7dc0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05f36ebe842088c3fa4a6b8df8f2ed5b2e28185339337071620757ea257bb1148a02b089744f6fe531709f873af4e97bab6c09bf07a589eff496e7b5c61410481bea01abfe0424ffee58d5b708f25030541232aa29dec82cb8a652352f1ff53c6870eb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7d78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000000000007f1ca0df3591eeada7e5ac983b28f877101d9a46cf2c5c8777587070b8e4620d8aa0dca012a070f7870e0f3746cbf47aa3cdb80bc72e5c5a357d6016739e64534dc51d7dc0c0", "transactions" : [ { "data" : "0x000000000000000000000000000000000000000000000000000000000000007f", @@ -66,24 +66,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xdc93e89fa6a9fe0165d9d17a51c80c13bb29e99a14411d863829131b1f5b7494", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd6124e574d2183842cb38406f3350569d0d6dcd3300a554507af643e91a409b4", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -92,7 +92,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -118,7 +118,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -127,7 +127,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -152,13 +152,13 @@ "Transaction64Rule_integerBoundaries_d10g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "ba26883e7e00444a9a05871cb64cd28958108e3c88093a0ed414c85bc7e81c8f", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2550fa59de940ab02073949aaf93ec1128512e32df94266c6e024fb49326f90b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -172,20 +172,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b94b", - "hash" : "0x50d3b28956deab276b0476704e989262f3ad5ef783dfb16f3575f21bd9b02173", + "hash" : "0xc34889727e869a3a40d7ed70c86c40ba0fb276303a0b6f2051c6fb83f4b1c901", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x2077324e914ad82a0da449997a7a670c92a2af5bd3a2ece45b9dc7f794130ac2", - "stateRoot" : "0xec37183f5da18a4c2237ac155668e06f0a537fc605a1c3e4a818085387ca53ad", + "stateRoot" : "0x444ef27f639b2c0b01fe39ea762ea6b85926709ce15be8567938be48327c1ca0", "timestamp" : "0x03e8", "transactionsTrie" : "0xb447391cd6c393cbfdbf574b9b1f8957fe2c69f8c5eec07867f63cf1b10a3167", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ec37183f5da18a4c2237ac155668e06f0a537fc605a1c3e4a818085387ca53ada0b447391cd6c393cbfdbf574b9b1f8957fe2c69f8c5eec07867f63cf1b10a3167a02077324e914ad82a0da449997a7a670c92a2af5bd3a2ece45b9dc7f794130ac2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b94b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba0add2b42c9a6347469571eb74574e4d2f06c1bf358bc93feec385a3804fda7083a07651f5792358359dfa6c646847a4b68067e7accac63f369dccaf13e3057a9b85c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0444ef27f639b2c0b01fe39ea762ea6b85926709ce15be8567938be48327c1ca0a0b447391cd6c393cbfdbf574b9b1f8957fe2c69f8c5eec07867f63cf1b10a3167a02077324e914ad82a0da449997a7a670c92a2af5bd3a2ece45b9dc7f794130ac2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b94b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba0add2b42c9a6347469571eb74574e4d2f06c1bf358bc93feec385a3804fda7083a07651f5792358359dfa6c646847a4b68067e7accac63f369dccaf13e3057a9b85c0c0", "transactions" : [ { "data" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -216,24 +216,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x50d3b28956deab276b0476704e989262f3ad5ef783dfb16f3575f21bd9b02173", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc34889727e869a3a40d7ed70c86c40ba0fb276303a0b6f2051c6fb83f4b1c901", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -242,7 +242,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -268,7 +268,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -277,7 +277,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -302,13 +302,13 @@ "Transaction64Rule_integerBoundaries_d11g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "3d04007106064bbaf79a549ba63ebd045487c456228c834edc32a899bde17845", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "439f576cd24f09086e81a7adf11a61c1582c6c3c335dd234771b5b712437235a", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -322,20 +322,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b94b", - "hash" : "0xb9d84aa2d67fa118477db2d0808ab379f382a59597ef94ca60719074d501d5a6", + "hash" : "0xdb7ff2270db54f17554a65241493eb435b4075a0e32139742b8a2034c593a8cd", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x2077324e914ad82a0da449997a7a670c92a2af5bd3a2ece45b9dc7f794130ac2", - "stateRoot" : "0xec37183f5da18a4c2237ac155668e06f0a537fc605a1c3e4a818085387ca53ad", + "stateRoot" : "0x444ef27f639b2c0b01fe39ea762ea6b85926709ce15be8567938be48327c1ca0", "timestamp" : "0x03e8", "transactionsTrie" : "0xbd4f2640bd6a72d85a76e2a80fd19f6262ca3df73a2d58dd2926d8ca14e73a46", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ec37183f5da18a4c2237ac155668e06f0a537fc605a1c3e4a818085387ca53ada0bd4f2640bd6a72d85a76e2a80fd19f6262ca3df73a2d58dd2926d8ca14e73a46a02077324e914ad82a0da449997a7a670c92a2af5bd3a2ece45b9dc7f794130ac2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b94b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a08fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba04b144e361e2fa58bac05193dc3bac95b4e046f15c38d39a8318920f47c157f72a0334cd7c856b1114a7081072da338c005a3c99b44267e89a02685e67ef39adc82c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0444ef27f639b2c0b01fe39ea762ea6b85926709ce15be8567938be48327c1ca0a0bd4f2640bd6a72d85a76e2a80fd19f6262ca3df73a2d58dd2926d8ca14e73a46a02077324e914ad82a0da449997a7a670c92a2af5bd3a2ece45b9dc7f794130ac2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b94b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a08fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba04b144e361e2fa58bac05193dc3bac95b4e046f15c38d39a8318920f47c157f72a0334cd7c856b1114a7081072da338c005a3c99b44267e89a02685e67ef39adc82c0c0", "transactions" : [ { "data" : "0x8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -366,24 +366,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb9d84aa2d67fa118477db2d0808ab379f382a59597ef94ca60719074d501d5a6", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xdb7ff2270db54f17554a65241493eb435b4075a0e32139742b8a2034c593a8cd", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -392,7 +392,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -418,7 +418,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -427,7 +427,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -452,13 +452,13 @@ "Transaction64Rule_integerBoundaries_d1g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "863f81ea942e8a542840aa8fa4a718cb32d44b5915f7d0d3c7c0785264373143", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "c139e3add232fd33d58ebc1b4350d1b1687862e5d1992d20ed215021cafb6c2e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -472,20 +472,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b7d7", - "hash" : "0x4edb2be103e7e1b427db343a7a71bff3aa3185493f1b7c2ed4afe4e136d55cc9", + "hash" : "0x08c168af364ed857578b1eee3798145483c33a07be63fcc03943b480d83d400d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x1abfe0424ffee58d5b708f25030541232aa29dec82cb8a652352f1ff53c6870e", - "stateRoot" : "0x92a89d74484452a4f61f84d3ecfeb446642c299beccafa8a2a78c1621b37aad8", + "stateRoot" : "0x5f36ebe842088c3fa4a6b8df8f2ed5b2e28185339337071620757ea257bb1148", "timestamp" : "0x03e8", "transactionsTrie" : "0x5992e613b558a5ed9ed8326d2356d0d27b48751cbabb6d07f9de2c5ad18b742f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa092a89d74484452a4f61f84d3ecfeb446642c299beccafa8a2a78c1621b37aad8a05992e613b558a5ed9ed8326d2356d0d27b48751cbabb6d07f9de2c5ad18b742fa01abfe0424ffee58d5b708f25030541232aa29dec82cb8a652352f1ff53c6870eb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7d78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000000000008f1ca0ee819117fd9260c2ac309fb3e1a5537f3f8c29f61d0e88b01c5c7d81015b546ea02133942b01b49f043b08e84b4e23170685862d379828a5af32f69c442c0f413cc0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05f36ebe842088c3fa4a6b8df8f2ed5b2e28185339337071620757ea257bb1148a05992e613b558a5ed9ed8326d2356d0d27b48751cbabb6d07f9de2c5ad18b742fa01abfe0424ffee58d5b708f25030541232aa29dec82cb8a652352f1ff53c6870eb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7d78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000000000008f1ca0ee819117fd9260c2ac309fb3e1a5537f3f8c29f61d0e88b01c5c7d81015b546ea02133942b01b49f043b08e84b4e23170685862d379828a5af32f69c442c0f413cc0c0", "transactions" : [ { "data" : "0x000000000000000000000000000000000000000000000000000000000000008f", @@ -516,24 +516,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4edb2be103e7e1b427db343a7a71bff3aa3185493f1b7c2ed4afe4e136d55cc9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x08c168af364ed857578b1eee3798145483c33a07be63fcc03943b480d83d400d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -542,7 +542,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -568,7 +568,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -577,7 +577,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -602,13 +602,13 @@ "Transaction64Rule_integerBoundaries_d2g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "79ae61efccabc33509ab2519f9f6dd259d941430802d09c442bf5e513c07ae02", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "845ab93a9865143fc39b59b378319cbdb822081b84df4124478d603521edd6e4", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -622,20 +622,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b7e3", - "hash" : "0xe81d14e0450e407851c6c7b63f8da4338ddbdd113696448278da6539e38c13c8", + "hash" : "0xdf345ca16b5b0606475c19755d9d4387e14088135408e77e09783d98ac69e278", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x1fb373fce3a2092dba547042fc68071af5c20c0b98726bad1ba4de1a8d57d310", - "stateRoot" : "0x3eeee76e9f14cb3cdf9c527e38fa5dfd2f4d98ed576f59e4af42bd6adebfeb4b", + "stateRoot" : "0x30193164df13638235649efecf0d24c74fef0592eb266eb1321af7303d355262", "timestamp" : "0x03e8", "transactionsTrie" : "0x8f93db5a872c76d28ea6a95d7dc34d82def4585a10cfc75b3fcc1e81adb1d939", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03eeee76e9f14cb3cdf9c527e38fa5dfd2f4d98ed576f59e4af42bd6adebfeb4ba08f93db5a872c76d28ea6a95d7dc34d82def4585a10cfc75b3fcc1e81adb1d939a01fb373fce3a2092dba547042fc68071af5c20c0b98726bad1ba4de1a8d57d310b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7e38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000000000000000007fff1ba063242e99ee3c74047559a928e6e97f792a4f2102683b6739a63945d1223fd8f2a04cb71ca1637656c156d8d708c473b081e1c3e2ba227acc507966e0a9e1a58ab7c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa030193164df13638235649efecf0d24c74fef0592eb266eb1321af7303d355262a08f93db5a872c76d28ea6a95d7dc34d82def4585a10cfc75b3fcc1e81adb1d939a01fb373fce3a2092dba547042fc68071af5c20c0b98726bad1ba4de1a8d57d310b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7e38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000000000000000007fff1ba063242e99ee3c74047559a928e6e97f792a4f2102683b6739a63945d1223fd8f2a04cb71ca1637656c156d8d708c473b081e1c3e2ba227acc507966e0a9e1a58ab7c0c0", "transactions" : [ { "data" : "0x0000000000000000000000000000000000000000000000000000000000007fff", @@ -666,24 +666,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe81d14e0450e407851c6c7b63f8da4338ddbdd113696448278da6539e38c13c8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xdf345ca16b5b0606475c19755d9d4387e14088135408e77e09783d98ac69e278", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -692,7 +692,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -718,7 +718,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -727,7 +727,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -752,13 +752,13 @@ "Transaction64Rule_integerBoundaries_d3g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "46a49e44e67f800ef15b6329514dbddb76cbefe4b5d842555e67a58bb0f1b232", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b10162b26f8b8b6e8e318758cf7aa1e20db066cc1b92dd86c7afe70246745258", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -772,20 +772,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b7e3", - "hash" : "0xcf6ae1849865056d390e322da793dc37f235539deeedbbedc83b061982d27d0b", + "hash" : "0xa9f83cfefdf070d714bf3c6dcd9e5acaf5fd86531b08c814a1dd9fa62ebc01f5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x1fb373fce3a2092dba547042fc68071af5c20c0b98726bad1ba4de1a8d57d310", - "stateRoot" : "0x3eeee76e9f14cb3cdf9c527e38fa5dfd2f4d98ed576f59e4af42bd6adebfeb4b", + "stateRoot" : "0x30193164df13638235649efecf0d24c74fef0592eb266eb1321af7303d355262", "timestamp" : "0x03e8", "transactionsTrie" : "0xdebb9280308f1f21a983857984245eb4ca987e08b29c9f7dbe5390be016953c0", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03eeee76e9f14cb3cdf9c527e38fa5dfd2f4d98ed576f59e4af42bd6adebfeb4ba0debb9280308f1f21a983857984245eb4ca987e08b29c9f7dbe5390be016953c0a01fb373fce3a2092dba547042fc68071af5c20c0b98726bad1ba4de1a8d57d310b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7e38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000000000000000008fff1ba0858e28d75aa20607f1ed502023295deeb8bfd9bead8e0a2854718b81e5c6475aa0383a9eb787a311b3fc8b853c0721b374037ac6635e0aebc20cb3848c1cfcd72dc0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa030193164df13638235649efecf0d24c74fef0592eb266eb1321af7303d355262a0debb9280308f1f21a983857984245eb4ca987e08b29c9f7dbe5390be016953c0a01fb373fce3a2092dba547042fc68071af5c20c0b98726bad1ba4de1a8d57d310b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7e38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000000000000000008fff1ba0858e28d75aa20607f1ed502023295deeb8bfd9bead8e0a2854718b81e5c6475aa0383a9eb787a311b3fc8b853c0721b374037ac6635e0aebc20cb3848c1cfcd72dc0c0", "transactions" : [ { "data" : "0x0000000000000000000000000000000000000000000000000000000000008fff", @@ -816,24 +816,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xcf6ae1849865056d390e322da793dc37f235539deeedbbedc83b061982d27d0b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa9f83cfefdf070d714bf3c6dcd9e5acaf5fd86531b08c814a1dd9fa62ebc01f5", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -842,7 +842,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -868,7 +868,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -877,7 +877,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -902,13 +902,13 @@ "Transaction64Rule_integerBoundaries_d4g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "973c74156d64af450be148ddb37c143eac474dd98265ace7ca2dd85314340301", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "14d076af0c3d7eb57a15c4e7dd6aa9c9caf8fa60bb24b1ebc10e3bce2c638d0c", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -922,20 +922,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b7fb", - "hash" : "0xe0fc68fca48c61e77bb4721535ac029d0a0679baad3d51a01ca46bc18aa2b104", + "hash" : "0x420792e46666389bfc1853ea543bc701ace900394efaa19720b49d6e5c491fea", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x100d456b658ad1f133e1213676ecaeb1055a056fa6ebb65a359a41dfafdb43c3", - "stateRoot" : "0xe68c8fae91ea3c50bc01d06d5dc327578bc854ff5ab22f19fce29f2ee143dcd3", + "stateRoot" : "0x63fef65bb6905581d086bc68e06653f22447d31bc2c2d25391ae164813f6a23a", "timestamp" : "0x03e8", "transactionsTrie" : "0xbf038a2ba4d0fb77d8f94432405d800ef56f13255eefaa90ad2db393b043bd86", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e68c8fae91ea3c50bc01d06d5dc327578bc854ff5ab22f19fce29f2ee143dcd3a0bf038a2ba4d0fb77d8f94432405d800ef56f13255eefaa90ad2db393b043bd86a0100d456b658ad1f133e1213676ecaeb1055a056fa6ebb65a359a41dfafdb43c3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7fb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000007fffffff1ca069f6f5584b49145fdccda7fd1e57025a599bb771a0e70dc994f71be55b4a1e6ea056664429218fa17f03db84a1aaaf746aa6091b485fdebbf006e783590a5e84d9c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063fef65bb6905581d086bc68e06653f22447d31bc2c2d25391ae164813f6a23aa0bf038a2ba4d0fb77d8f94432405d800ef56f13255eefaa90ad2db393b043bd86a0100d456b658ad1f133e1213676ecaeb1055a056fa6ebb65a359a41dfafdb43c3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7fb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000007fffffff1ca069f6f5584b49145fdccda7fd1e57025a599bb771a0e70dc994f71be55b4a1e6ea056664429218fa17f03db84a1aaaf746aa6091b485fdebbf006e783590a5e84d9c0c0", "transactions" : [ { "data" : "0x000000000000000000000000000000000000000000000000000000007fffffff", @@ -966,24 +966,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe0fc68fca48c61e77bb4721535ac029d0a0679baad3d51a01ca46bc18aa2b104", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x420792e46666389bfc1853ea543bc701ace900394efaa19720b49d6e5c491fea", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -992,7 +992,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1018,7 +1018,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1027,7 +1027,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -1052,13 +1052,13 @@ "Transaction64Rule_integerBoundaries_d5g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "a85eb1f1d5454b27a304c17900a2eaefbc767184a86fee1ecfdbfb6e42a2b4de", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "096a3396aebecc75584318010fa450b451e1a8c9ab3733b0f3a0c3a852315f6b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -1072,20 +1072,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b7fb", - "hash" : "0xab2454fca0caf99f45c9fa578311291772d8efb82811bcd2fc6e8bfb1bec5335", + "hash" : "0xf7190a97bd5e7dae959e7d8b173c9654efb11b022d0ed08025873707d5ba7d23", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x100d456b658ad1f133e1213676ecaeb1055a056fa6ebb65a359a41dfafdb43c3", - "stateRoot" : "0xe68c8fae91ea3c50bc01d06d5dc327578bc854ff5ab22f19fce29f2ee143dcd3", + "stateRoot" : "0x63fef65bb6905581d086bc68e06653f22447d31bc2c2d25391ae164813f6a23a", "timestamp" : "0x03e8", "transactionsTrie" : "0xae54e0ea4b681095a615349e3641add7189df12cbd7fdb56063bf33d5014889d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e68c8fae91ea3c50bc01d06d5dc327578bc854ff5ab22f19fce29f2ee143dcd3a0ae54e0ea4b681095a615349e3641add7189df12cbd7fdb56063bf33d5014889da0100d456b658ad1f133e1213676ecaeb1055a056fa6ebb65a359a41dfafdb43c3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7fb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000008fffffff1ca08281e70b693036af46a7774ab4f61b8c756cdb2926b88f94a058cb15afed3920a00895f29d4f447854f323788e41cc4161d042d00c090fb96080b2fbffd3998604c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063fef65bb6905581d086bc68e06653f22447d31bc2c2d25391ae164813f6a23aa0ae54e0ea4b681095a615349e3641add7189df12cbd7fdb56063bf33d5014889da0100d456b658ad1f133e1213676ecaeb1055a056fa6ebb65a359a41dfafdb43c3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b7fb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000000000000000000000000000008fffffff1ca08281e70b693036af46a7774ab4f61b8c756cdb2926b88f94a058cb15afed3920a00895f29d4f447854f323788e41cc4161d042d00c090fb96080b2fbffd3998604c0c0", "transactions" : [ { "data" : "0x000000000000000000000000000000000000000000000000000000008fffffff", @@ -1116,24 +1116,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xab2454fca0caf99f45c9fa578311291772d8efb82811bcd2fc6e8bfb1bec5335", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf7190a97bd5e7dae959e7d8b173c9654efb11b022d0ed08025873707d5ba7d23", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1142,7 +1142,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1168,7 +1168,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1177,7 +1177,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -1202,13 +1202,13 @@ "Transaction64Rule_integerBoundaries_d6g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "d5c9b349ed148acf2b754a047b479d85ac979696b90ce570d5ea239f473208de", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "045ff7df1e02c3d74f2e00f6e6e251bc3789de59eba84c3c38cd33027b70f8d2", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -1222,20 +1222,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b82b", - "hash" : "0xc5eda4829d9f6fc634f68ee6433de32002da1870cd7f0cfcb9e01700a1613fca", + "hash" : "0xd6934516fd8fd67930b508d0335e70962b0eb643046365d43ae7f01032acabfb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x13b2f0919fe5fea3824a826776a9433c105b0added84356a22a8e4552731ffaf", - "stateRoot" : "0x23a2908d16cdb7bb2ee185d26bfe77f9cfc3694d8fb3110c1194233e277f9d0e", + "stateRoot" : "0x6c8f7d8a4b37959c5b2e525e6e52a904a4e3f8ff527366f4cee318da1d9b29dd", "timestamp" : "0x03e8", "transactionsTrie" : "0xa7fd13004f047de328f99db306090abbfe6b31f988935b290accd73f3e521c55", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa023a2908d16cdb7bb2ee185d26bfe77f9cfc3694d8fb3110c1194233e277f9d0ea0a7fd13004f047de328f99db306090abbfe6b31f988935b290accd73f3e521c55a013b2f0919fe5fea3824a826776a9433c105b0added84356a22a8e4552731ffafb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b82b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000007fffffffffffffff1ba06bb867d745531650d1c34ec84435f9ab59fb55b0a2764f53f24af37d8c083c87a0106e9d3137e0a6885eaad38005b21e57c134195e320f624afa3119abf7a8bc8dc0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06c8f7d8a4b37959c5b2e525e6e52a904a4e3f8ff527366f4cee318da1d9b29dda0a7fd13004f047de328f99db306090abbfe6b31f988935b290accd73f3e521c55a013b2f0919fe5fea3824a826776a9433c105b0added84356a22a8e4552731ffafb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b82b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000007fffffffffffffff1ba06bb867d745531650d1c34ec84435f9ab59fb55b0a2764f53f24af37d8c083c87a0106e9d3137e0a6885eaad38005b21e57c134195e320f624afa3119abf7a8bc8dc0c0", "transactions" : [ { "data" : "0x0000000000000000000000000000000000000000000000007fffffffffffffff", @@ -1266,24 +1266,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc5eda4829d9f6fc634f68ee6433de32002da1870cd7f0cfcb9e01700a1613fca", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd6934516fd8fd67930b508d0335e70962b0eb643046365d43ae7f01032acabfb", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1292,7 +1292,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1318,7 +1318,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1327,7 +1327,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -1352,13 +1352,13 @@ "Transaction64Rule_integerBoundaries_d7g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "4c095e4c9e9cd98d41c424ae9b9b9bf33262138d4791f875d5be66f05bc1c7c4", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "108351147815e563e0b469d0dfe2ff5a54ac03841168056f90d0325abeeacf00", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -1372,20 +1372,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b82b", - "hash" : "0xe71c84b04662506857a0e592e7312cb4761180a7d090a846814e7f9e01f49b90", + "hash" : "0xb4011c78e0574f6b818967cad0d147fc2b8560200c7d52e4f3b08164212f0613", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x13b2f0919fe5fea3824a826776a9433c105b0added84356a22a8e4552731ffaf", - "stateRoot" : "0x23a2908d16cdb7bb2ee185d26bfe77f9cfc3694d8fb3110c1194233e277f9d0e", + "stateRoot" : "0x6c8f7d8a4b37959c5b2e525e6e52a904a4e3f8ff527366f4cee318da1d9b29dd", "timestamp" : "0x03e8", "transactionsTrie" : "0x8cbb7fd3b9d628839d94459844dbdd07b94d4078dceadd7bd8e86d98e34c71f4", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa023a2908d16cdb7bb2ee185d26bfe77f9cfc3694d8fb3110c1194233e277f9d0ea08cbb7fd3b9d628839d94459844dbdd07b94d4078dceadd7bd8e86d98e34c71f4a013b2f0919fe5fea3824a826776a9433c105b0added84356a22a8e4552731ffafb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b82b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000008fffffffffffffff1ca05dd8bf71f3da634cdfdc090e62e774d2fd97a56a7520644cd2dc492d8d468718a046de42063632d4c955ecf781ab9d1497170251d15e592c1dc10369f20e609b90c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06c8f7d8a4b37959c5b2e525e6e52a904a4e3f8ff527366f4cee318da1d9b29dda08cbb7fd3b9d628839d94459844dbdd07b94d4078dceadd7bd8e86d98e34c71f4a013b2f0919fe5fea3824a826776a9433c105b0added84356a22a8e4552731ffafb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b82b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a00000000000000000000000000000000000000000000000008fffffffffffffff1ca05dd8bf71f3da634cdfdc090e62e774d2fd97a56a7520644cd2dc492d8d468718a046de42063632d4c955ecf781ab9d1497170251d15e592c1dc10369f20e609b90c0c0", "transactions" : [ { "data" : "0x0000000000000000000000000000000000000000000000008fffffffffffffff", @@ -1416,24 +1416,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe71c84b04662506857a0e592e7312cb4761180a7d090a846814e7f9e01f49b90", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xb4011c78e0574f6b818967cad0d147fc2b8560200c7d52e4f3b08164212f0613", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1442,7 +1442,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1468,7 +1468,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1477,7 +1477,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -1502,13 +1502,13 @@ "Transaction64Rule_integerBoundaries_d8g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "e88356b6708d10499333430782549b64deed963974aa69e6601d88a139f7bb61", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "d5761c743336a3a4df4cfe9daa40496be173e2ea1d0bf378e08d47fd1f1392f6", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -1522,20 +1522,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b88b", - "hash" : "0xb3a4c8f324bebeee53df4dd93f2fded5edd1baa7b7772d3e1bdae4fd0a50e974", + "hash" : "0xa8780bebf92a9eac06c07dc44c337e475dc6dfe347a161ff80d902132144550f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x2fe21423c1b8434c7a5c965e01ffed790724b150040c1338ff05ea4e76d4cec7", - "stateRoot" : "0x5acebd70da3d6c36079c0c29b18159c22e26d4c2fe74c290ccfb3b39f42bfd8d", + "stateRoot" : "0xa767c8bbbc75e04fe682fa28a97a53845751f6275208e77ac4517e9228446560", "timestamp" : "0x03e8", "transactionsTrie" : "0xc1d12d60db323d13cb89b375dc899d5dde702839049ed68e73f129edf61877a7", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05acebd70da3d6c36079c0c29b18159c22e26d4c2fe74c290ccfb3b39f42bfd8da0c1d12d60db323d13cb89b375dc899d5dde702839049ed68e73f129edf61877a7a02fe21423c1b8434c7a5c965e01ffed790724b150040c1338ff05ea4e76d4cec7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b88b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000007fffffffffffffffffffffffffffffff1ca0312b4b70c70e7277e2851c5b6032bdebc49d6dd9ef8785feccaffad8b16ce0fca02c5e7aff1a7b51b6824949566b6e72fc4a9c1c9d6244813438c55a09009b9703c0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a767c8bbbc75e04fe682fa28a97a53845751f6275208e77ac4517e9228446560a0c1d12d60db323d13cb89b375dc899d5dde702839049ed68e73f129edf61877a7a02fe21423c1b8434c7a5c965e01ffed790724b150040c1338ff05ea4e76d4cec7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b88b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000007fffffffffffffffffffffffffffffff1ca0312b4b70c70e7277e2851c5b6032bdebc49d6dd9ef8785feccaffad8b16ce0fca02c5e7aff1a7b51b6824949566b6e72fc4a9c1c9d6244813438c55a09009b9703c0c0", "transactions" : [ { "data" : "0x000000000000000000000000000000007fffffffffffffffffffffffffffffff", @@ -1566,24 +1566,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb3a4c8f324bebeee53df4dd93f2fded5edd1baa7b7772d3e1bdae4fd0a50e974", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa8780bebf92a9eac06c07dc44c337e475dc6dfe347a161ff80d902132144550f", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1592,7 +1592,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1618,7 +1618,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1627,7 +1627,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } @@ -1652,13 +1652,13 @@ "Transaction64Rule_integerBoundaries_d9g0v0_Cancun" : { "_info" : { "comment" : "Danno Ferrin danno.ferrin@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "056acee05d1cb407f234fec97c43ccf07d674cc5aa0cc88528e16961f4c247c9", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "daff65ffe4a501ebf719ee6d6fe9828217957811de76c772e75fb69fc0b94bca", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150Specific/Transaction64Rule_integerBoundariesFiller.yml", - "sourceHash" : "bef83b4564c86cd350a8f62cb3f3f5ff2b82e5589405a8ac2b99c82e27fa2dbf" + "sourceHash" : "12206134d5ac0bb04951ea992f6dc7669b078eef683483ea461d3fc2a598baee" }, "blocks" : [ { @@ -1672,20 +1672,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x01b88b", - "hash" : "0x7f47b45b0635861fe1266aed3b2608683051230165437a24111bb9e7b6683a8f", + "hash" : "0x7664872419e993153916cd08a895f03e977577033bb90520f618515e0c0af0d7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "parentHash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "receiptTrie" : "0x2fe21423c1b8434c7a5c965e01ffed790724b150040c1338ff05ea4e76d4cec7", - "stateRoot" : "0x5acebd70da3d6c36079c0c29b18159c22e26d4c2fe74c290ccfb3b39f42bfd8d", + "stateRoot" : "0xa767c8bbbc75e04fe682fa28a97a53845751f6275208e77ac4517e9228446560", "timestamp" : "0x03e8", "transactionsTrie" : "0xe8873df607793cab07325d65e31ed933d02283a0cf395ae0fbb0fbd7c2cda392", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c4f9023ba04ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36caa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05acebd70da3d6c36079c0c29b18159c22e26d4c2fe74c290ccfb3b39f42bfd8da0e8873df607793cab07325d65e31ed933d02283a0cf395ae0fbb0fbd7c2cda392a02fe21423c1b8434c7a5c965e01ffed790724b150040c1338ff05ea4e76d4cec7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b88b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000008fffffffffffffffffffffffffffffff1ca04f7cfff56cef9398823d6746a2ea0c3d74e4487a26934dce82e05c4e978c1070a0291f7172f9b7ca8c7581cd3a3788aebf8e7a1ef1a381e4b7dbcbe24535a0e50ec0c0", + "rlp" : "0xf902c4f9023ba00f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a767c8bbbc75e04fe682fa28a97a53845751f6275208e77ac4517e9228446560a0e8873df607793cab07325d65e31ed933d02283a0cf395ae0fbb0fbd7c2cda392a02fe21423c1b8434c7a5c965e01ffed790724b150040c1338ff05ea4e76d4cec7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008301b88b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f882f880800a830c350094000000000000000000000000000000000000c0de80a0000000000000000000000000000000008fffffffffffffffffffffffffffffff1ca04f7cfff56cef9398823d6746a2ea0c3d74e4487a26934dce82e05c4e978c1070a0291f7172f9b7ca8c7581cd3a3788aebf8e7a1ef1a381e4b7dbcbe24535a0e50ec0c0", "transactions" : [ { "data" : "0x000000000000000000000000000000008fffffffffffffffffffffffffffffff", @@ -1716,24 +1716,24 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x4ef8697bfdf4aa0a6c1b7ee830ff89635c78b6d7745ca652011f090fa44c36ca", + "hash" : "0x0f4142dca2667e2d446da270c7f88fd95a1a94a5afdedd5b326b7ea4ad395d15", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0", + "stateRoot" : "0xebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0971b89454b8e04941f18e7f2056c1efd873edfe21c07610c05f7465471133ac0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7f47b45b0635861fe1266aed3b2608683051230165437a24111bb9e7b6683a8f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ebf86eae0c7a8bcf91238f64a3f677d07bc3b799675119a966cc784a16096482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7664872419e993153916cd08a895f03e977577033bb90520f618515e0c0af0d7", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1742,7 +1742,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1768,7 +1768,7 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", @@ -1777,7 +1777,7 @@ }, "0x000000000000000000000000000000000000c0de" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a602060008181610100813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", + "code" : "0x5a602060008181611000813583838080808686f150865a10835583838080808686f250865a10600155838381818585f450865a10600255fa505a1060035500", "nonce" : "0x00", "storage" : { } diff --git a/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json b/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json index 50c31a253e..69af0a6a04 100644 --- a/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json +++ b/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json @@ -2,13 +2,13 @@ "gasCostJump_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "cc6f3d22a3c9fb013406cdb67cbd3b7319beef2b8231bb690aeb900e3fbc59fb", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "7b6e8aad7794cbdcbb523fb1d400e9f9d0749e7b21b1febc7194e61af0d0f8b2", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml", - "sourceHash" : "5aefdbc0c28885c532a1c1c123babd803835580e62abd4b32f17fe4283774b1c" + "sourceHash" : "858f97fe0a90f161057e895cb11a37775635bb6e6007e82c9037dda0908a0d27" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x6982", - "hash" : "0x742a36e7e7830044ffbaf2ddfb42b0a36ffdbeaa0c390b69358b94ace20bb228", + "hash" : "0x32c67d9400941a457153aa890ce6a6b234e4a9a777d53cb25dcc327653f13270", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394", + "parentHash" : "0x14f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26", "receiptTrie" : "0x813ecfce9d5a96dc26e126a9abe17c8a0ebb56f9627567c9b6dd42840e592665", - "stateRoot" : "0x1b5c3e2711be44b884f14faf8016e289ea65c91e526de532580ad5f0ec7b3e0a", + "stateRoot" : "0xc7c091e9d68ea941f999c5d124682c4ef56cd458cb7dd52e68c8917c47bca9f7", "timestamp" : "0x03e8", "transactionsTrie" : "0xfc7e6130a133842de541982018d74d5645fd45c82e7d387974fefdad59df1af2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0a13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01b5c3e2711be44b884f14faf8016e289ea65c91e526de532580ad5f0ec7b3e0aa0fc7e6130a133842de541982018d74d5645fd45c82e7d387974fefdad59df1af2a0813ecfce9d5a96dc26e126a9abe17c8a0ebb56f9627567c9b6dd42840e592665b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008269828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000041ba008bbebf9b8f46f1f8718c6e2c417282b702e60971f3936f4f325be31cfdb3d8da049b11c23090587c00a0b0fc597b5abd6ac487edd70fc039cf941d0215ab9a45fc0c0", + "rlp" : "0xf902e9f9023aa014f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c7c091e9d68ea941f999c5d124682c4ef56cd458cb7dd52e68c8917c47bca9f7a0fc7e6130a133842de541982018d74d5645fd45c82e7d387974fefdad59df1af2a0813ecfce9d5a96dc26e126a9abe17c8a0ebb56f9627567c9b6dd42840e592665b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008269828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000041ba008bbebf9b8f46f1f8718c6e2c417282b702e60971f3936f4f325be31cfdb3d8da049b11c23090587c00a0b0fc597b5abd6ac487edd70fc039cf941d0215ab9a45fc0c0", "transactions" : [ { "data" : "0xc5b5a1ae00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000004", @@ -66,45 +66,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394", + "hash" : "0x14f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xde8d5fae614806865c08171e0eac087d120538ab820e4e47ba1e01ce32a8a596", + "stateRoot" : "0xaccf119ca960fd7ca8cc61011d0c4452e89f0984a588f390b17d1a6a4068cc65", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0de8d5fae614806865c08171e0eac087d120538ab820e4e47ba1e01ce32a8a596a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x742a36e7e7830044ffbaf2ddfb42b0a36ffdbeaa0c390b69358b94ace20bb228", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0accf119ca960fd7ca8cc61011d0c4452e89f0984a588f390b17d1a6a4068cc65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x32c67d9400941a457153aa890ce6a6b234e4a9a777d53cb25dcc327653f13270", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -121,7 +121,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { } @@ -135,28 +135,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -172,7 +172,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -191,13 +191,13 @@ "gasCostJump_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "d1fbe4947d0e2fd73e75e2d4fddb57d62d37f7aa5d900fe8099ee4a8dae19f6d", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "62ad880f79940c05d33d768cff234a379b45d78f0235baaf7dd27876f9e5594e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml", - "sourceHash" : "5aefdbc0c28885c532a1c1c123babd803835580e62abd4b32f17fe4283774b1c" + "sourceHash" : "858f97fe0a90f161057e895cb11a37775635bb6e6007e82c9037dda0908a0d27" }, "blocks" : [ { @@ -211,20 +211,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x6984", - "hash" : "0xb1a14002ffffa331b208a6eb58aab835f8b6e7d4d8ad238ed6794e7c85e4890a", + "hash" : "0xf3f11a473b5bfbc2959933e169e60d8a2e3496f2aa5aa49d473c8e619f372e4d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394", + "parentHash" : "0x14f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26", "receiptTrie" : "0xce29e54741f1f69ae14f323cfef0c7c8c351887826f9f0bd5a01fa2c22a73a07", - "stateRoot" : "0x2b24cdcb9fc3ded676ce2491ed1276c2190ef51aab1d8da4f2a1c65fce8453e1", + "stateRoot" : "0x3981ea60c7fade33f3a0a92cd1b4025d8e3cf3d62275f7034ea9bb13afa410a4", "timestamp" : "0x03e8", "transactionsTrie" : "0x9c7c839d55ab0b8cee5700c34ef86ddc975cffaffba1137b981f5d789312ee29", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0a13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02b24cdcb9fc3ded676ce2491ed1276c2190ef51aab1d8da4f2a1c65fce8453e1a09c7c839d55ab0b8cee5700c34ef86ddc975cffaffba1137b981f5d789312ee29a0ce29e54741f1f69ae14f323cfef0c7c8c351887826f9f0bd5a01fa2c22a73a07b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008269848203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000061ca0269ef807a8e6d1733a8e0a0e2abc49dafd3a55e5fa07a73ea3cbe3bf466203bfa0526fca5ee6c73a93178abda3689bee240b388a18002c954f04da17c0301c1f23c0c0", + "rlp" : "0xf902e9f9023aa014f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03981ea60c7fade33f3a0a92cd1b4025d8e3cf3d62275f7034ea9bb13afa410a4a09c7c839d55ab0b8cee5700c34ef86ddc975cffaffba1137b981f5d789312ee29a0ce29e54741f1f69ae14f323cfef0c7c8c351887826f9f0bd5a01fa2c22a73a07b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008269848203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000061ca0269ef807a8e6d1733a8e0a0e2abc49dafd3a55e5fa07a73ea3cbe3bf466203bfa0526fca5ee6c73a93178abda3689bee240b388a18002c954f04da17c0301c1f23c0c0", "transactions" : [ { "data" : "0xc5b5a1ae00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000006", @@ -255,45 +255,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394", + "hash" : "0x14f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xde8d5fae614806865c08171e0eac087d120538ab820e4e47ba1e01ce32a8a596", + "stateRoot" : "0xaccf119ca960fd7ca8cc61011d0c4452e89f0984a588f390b17d1a6a4068cc65", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0de8d5fae614806865c08171e0eac087d120538ab820e4e47ba1e01ce32a8a596a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb1a14002ffffa331b208a6eb58aab835f8b6e7d4d8ad238ed6794e7c85e4890a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0accf119ca960fd7ca8cc61011d0c4452e89f0984a588f390b17d1a6a4068cc65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf3f11a473b5bfbc2959933e169e60d8a2e3496f2aa5aa49d473c8e619f372e4d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -310,7 +310,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { } @@ -324,28 +324,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -361,7 +361,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -380,13 +380,13 @@ "gasCostJump_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "308c32c77cbbc9f3003a1f1cf43b1e4834b758d3baccc5c0ca6260036636637b", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e7a39bd1e049635168fa3f53fd5ab7c3abcf6bdd00d09218c941132f847f2431", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml", - "sourceHash" : "5aefdbc0c28885c532a1c1c123babd803835580e62abd4b32f17fe4283774b1c" + "sourceHash" : "858f97fe0a90f161057e895cb11a37775635bb6e6007e82c9037dda0908a0d27" }, "blocks" : [ { @@ -400,20 +400,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x6984", - "hash" : "0x909c21a2621d182253c45bde2aab62330cfd7050247c8262ebd275770f96edda", + "hash" : "0x7734bcd594755ec0a18ae6ae4f77d0199479e20bf974781f8e326868b53ccf57", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xa13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394", + "parentHash" : "0x14f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26", "receiptTrie" : "0xce29e54741f1f69ae14f323cfef0c7c8c351887826f9f0bd5a01fa2c22a73a07", - "stateRoot" : "0x2b24cdcb9fc3ded676ce2491ed1276c2190ef51aab1d8da4f2a1c65fce8453e1", + "stateRoot" : "0x3981ea60c7fade33f3a0a92cd1b4025d8e3cf3d62275f7034ea9bb13afa410a4", "timestamp" : "0x03e8", "transactionsTrie" : "0x10565d705b7de7d47ba0c112b215e5007d472cb789740bee54810b5675805bd7", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0a13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02b24cdcb9fc3ded676ce2491ed1276c2190ef51aab1d8da4f2a1c65fce8453e1a010565d705b7de7d47ba0c112b215e5007d472cb789740bee54810b5675805bd7a0ce29e54741f1f69ae14f323cfef0c7c8c351887826f9f0bd5a01fa2c22a73a07b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008269848203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000061ba006025aa744a50296c2686fc8675001e635e2de03ac96c852f01f0f4c3763fa43a00491ba2907b27c32f6d3fda4c8ee78350f3659ba78ad0d0872fdedb567be5c53c0c0", + "rlp" : "0xf902e9f9023aa014f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03981ea60c7fade33f3a0a92cd1b4025d8e3cf3d62275f7034ea9bb13afa410a4a010565d705b7de7d47ba0c112b215e5007d472cb789740bee54810b5675805bd7a0ce29e54741f1f69ae14f323cfef0c7c8c351887826f9f0bd5a01fa2c22a73a07b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008269848203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701b844c5b5a1ae000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000061ba006025aa744a50296c2686fc8675001e635e2de03ac96c852f01f0f4c3763fa43a00491ba2907b27c32f6d3fda4c8ee78350f3659ba78ad0d0872fdedb567be5c53c0c0", "transactions" : [ { "data" : "0xc5b5a1ae00000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000006", @@ -444,45 +444,45 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xa13f14c075323fd4cfa2bcccbddaf8efbe8d5cc650e00540d0a1f48a1891b394", + "hash" : "0x14f71afb6d0015da56ee87fec3d35f9dfadaa4dc34c046a4fe4529ea5eb22a26", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xde8d5fae614806865c08171e0eac087d120538ab820e4e47ba1e01ce32a8a596", + "stateRoot" : "0xaccf119ca960fd7ca8cc61011d0c4452e89f0984a588f390b17d1a6a4068cc65", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0de8d5fae614806865c08171e0eac087d120538ab820e4e47ba1e01ce32a8a596a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x909c21a2621d182253c45bde2aab62330cfd7050247c8262ebd275770f96edda", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0accf119ca960fd7ca8cc61011d0c4452e89f0984a588f390b17d1a6a4068cc65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7734bcd594755ec0a18ae6ae4f77d0199479e20bf974781f8e326868b53ccf57", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -499,7 +499,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { } @@ -513,28 +513,28 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060005b5b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000300" : { + "0x0000000000000000000000000000000000003000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60016005575b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000400" : { + "0x0000000000000000000000000000000000004000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60006005575b00", "nonce" : "0x00", @@ -550,7 +550,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x5a6000526000600060006000600061010062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061020062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061030062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061040062010000f1505a600051036040525b602435602051604051030360005500", + "code" : "0x5a6000526000600060006000600061100062010000f1505a60005103602052600160043514602e57600050604e565b5a6000526000600060006000600061200062010000f1505a600051036040525b600260043514605e57600050607e565b5a6000526000600060006000600061300062010000f1505a600051036040525b600360043514608e5760005060ae565b5a6000526000600060006000600061400062010000f1505a600051036040525b602435602051604051030360005500", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" diff --git a/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json b/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json index 21fc23f67b..f06d0afde5 100644 --- a/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json +++ b/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json @@ -2,13 +2,13 @@ "gasCostReturn_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "fddb89c3073292385b25d53f2553dc8e76b50169b9624797ba6203b70f4ce7bf", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "12ec35a57b2098425f6a006193e0ab9d467582f3725c2501f2070e25886555fe", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml", - "sourceHash" : "f4e41478cfdb70a0c23eca29fbd9ef1d5eb5bec01fbe43ecd33d376f720ce863" + "sourceHash" : "5ebab95ff743e9ffcd99fceb5c3df83413a434cb03b8cc2d7f6b23332633e7b6" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x67c6", - "hash" : "0x0fb009d790f1f5b806ca0d936eb823accefafe5d2d6f1d54755da878a05e7a05", + "hash" : "0x1b39b6289de1f7abb46886f688a1faa6b97b9e8a76bbb720aeef87bad0c47324", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb13b3e4b94097fc67c2a7fce3775abc3db2a742faeb739e0be720db5b1f6cd53", + "parentHash" : "0x91cc091373fbc4007020f9098375f1625ac9d482834a593e1b594702f605cdad", "receiptTrie" : "0xbeb9bb12c67f295f3d47c8ac4f2f04418a3a0a62d8c3551ba5f1dbb3d5b512f9", - "stateRoot" : "0xc4b9d5fa194be85da8e1ed32553f0db30e1c0c286e72e0fc55c52d288b07e7b1", + "stateRoot" : "0x72945211079c24c6ef07f4bdb4018d41e29ad4d630f3e7c1e9b89b31f42a0226", "timestamp" : "0x03e8", "transactionsTrie" : "0xa6e89aa12fed15f1881309c4234264705a2b6a0bd112837bc1f45f430e734a0c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902a4f9023aa0b13b3e4b94097fc67c2a7fce3775abc3db2a742faeb739e0be720db5b1f6cd53a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c4b9d5fa194be85da8e1ed32553f0db30e1c0c286e72e0fc55c52d288b07e7b1a0a6e89aa12fed15f1881309c4234264705a2b6a0bd112837bc1f45f430e734a0ca0beb9bb12c67f295f3d47c8ac4f2f04418a3a0a62d8c3551ba5f1dbb3d5b512f9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008267c68203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f863f861800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701001ca09c04072a195620736c91e11650c2911f63561211e5c77228ef9de51d847f6b83a0458d939268c732da4daadf92fb5d7bedac3276bdb2b9c68e3ffaee308d2f7757c0c0", + "rlp" : "0xf902a4f9023aa091cc091373fbc4007020f9098375f1625ac9d482834a593e1b594702f605cdada01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa072945211079c24c6ef07f4bdb4018d41e29ad4d630f3e7c1e9b89b31f42a0226a0a6e89aa12fed15f1881309c4234264705a2b6a0bd112837bc1f45f430e734a0ca0beb9bb12c67f295f3d47c8ac4f2f04418a3a0a62d8c3551ba5f1dbb3d5b512f9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008267c68203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f863f861800a8404c4b40094095e7baea6a6c7c4c2dfeb977efac326af552d8701001ca09c04072a195620736c91e11650c2911f63561211e5c77228ef9de51d847f6b83a0458d939268c732da4daadf92fb5d7bedac3276bdb2b9c68e3ffaee308d2f7757c0c0", "transactions" : [ { "data" : "0x00", @@ -66,31 +66,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb13b3e4b94097fc67c2a7fce3775abc3db2a742faeb739e0be720db5b1f6cd53", + "hash" : "0x91cc091373fbc4007020f9098375f1625ac9d482834a593e1b594702f605cdad", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xd575793d1ebff97fa8d2094277c56a378052c2ff3ce61ec06ee64ebba4be51ba", + "stateRoot" : "0x666c8f5b84993ac8d06a6c657bfa8043512d0a802956aaae139ad3eb5f799ccf", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d575793d1ebff97fa8d2094277c56a378052c2ff3ce61ec06ee64ebba4be51baa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0fb009d790f1f5b806ca0d936eb823accefafe5d2d6f1d54755da878a05e7a05", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0666c8f5b84993ac8d06a6c657bfa8043512d0a802956aaae139ad3eb5f799ccfa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x1b39b6289de1f7abb46886f688a1faa6b97b9e8a76bbb720aeef87bad0c47324", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060fff3", "nonce" : "0x00", @@ -107,7 +107,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000526160a76020526160a76040525a6000526000600060006000600061010062010000f1505a600051036020525a6000526000600060006000600061020062010000f1505a600051036040526040516020510360005500", + "code" : "0x6160a76000526160a76020526160a76040525a6000526000600060006000600061100062010000f1505a600051036020525a6000526000600060006000600061200062010000f1505a600051036040526040516020510360005500", "nonce" : "0x00", "storage" : { } @@ -121,14 +121,14 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060ff00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000200" : { + "0x0000000000000000000000000000000000002000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600060fff3", "nonce" : "0x00", @@ -144,7 +144,7 @@ }, "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000526160a76020526160a76040525a6000526000600060006000600061010062010000f1505a600051036020525a6000526000600060006000600061020062010000f1505a600051036040526040516020510360005500", + "code" : "0x6160a76000526160a76020526160a76040525a6000526000600060006000600061100062010000f1505a600051036020525a6000526000600060006000600061200062010000f1505a600051036040526040516020510360005500", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" diff --git a/BlockchainTests/GeneralStateTests/stReturnDataTest/revertRetDataSize.json b/BlockchainTests/GeneralStateTests/stReturnDataTest/revertRetDataSize.json index cdc0ea03d8..171388e091 100644 --- a/BlockchainTests/GeneralStateTests/stReturnDataTest/revertRetDataSize.json +++ b/BlockchainTests/GeneralStateTests/stReturnDataTest/revertRetDataSize.json @@ -2,13 +2,13 @@ "revertRetDataSize_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "44b3b9cdbeec01994539a4d8c85f6d6d3df3610874d7be90b2adea5ed49109d6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "03ad26acf181156823fbe28533b475445cefc845bab9d0bccf158d751ffaa1d5", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xcc23", - "hash" : "0xd452ca45540b5e8c63d65fe72e261bc3e0415e795eda6dc52ed7956422cb5080", + "hash" : "0xb07b02b874c4c7a3d40459a439749a7bff3745fc3a9f0f1cd9d1071928372ddd", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x7c9c5e37b69fd65454fecf0c993c39224efd30724d626c2feeac36ad627b44e7", - "stateRoot" : "0xc049176bdec8d03f8f7396b318c95c515f98f3b2be9b3d52d221de2fed55450f", + "stateRoot" : "0x5956f2e86c3a705fe7c42aa57dd814e8d660be96548d067da3da3b3afe2461e6", "timestamp" : "0x03e8", "transactionsTrie" : "0xf4cc498982b356520bcdd8a453ba117d4bc12e71ef7b18652202ad803eeb5529", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c049176bdec8d03f8f7396b318c95c515f98f3b2be9b3d52d221de2fed55450fa0f4cc498982b356520bcdd8a453ba117d4bc12e71ef7b18652202ad803eeb5529a07c9c5e37b69fd65454fecf0c993c39224efd30724d626c2feeac36ad627b44e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000000001ba00e51c6fbda6ca19137405140784ce6ffb803d1a7f602739d7551cbfff0acc1a2a00c13db422f404af962567754c57a2d19239a2515acfa33a0c685a2be3afb1aaec0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05956f2e86c3a705fe7c42aa57dd814e8d660be96548d067da3da3b3afe2461e6a0f4cc498982b356520bcdd8a453ba117d4bc12e71ef7b18652202ad803eeb5529a07c9c5e37b69fd65454fecf0c993c39224efd30724d626c2feeac36ad627b44e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000000001ba00e51c6fbda6ca19137405140784ce6ffb803d1a7f602739d7551cbfff0acc1a2a00c13db422f404af962567754c57a2d19239a2515acfa33a0c685a2be3afb1aaec0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f10000000000000000000000000000000000000000000000000000000000000000", @@ -66,30 +66,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd452ca45540b5e8c63d65fe72e261bc3e0415e795eda6dc52ed7956422cb5080", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xb07b02b874c4c7a3d40459a439749a7bff3745fc3a9f0f1cd9d1071928372ddd", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -118,6 +111,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -135,7 +135,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -144,13 +144,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -179,6 +172,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -195,7 +195,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -208,13 +208,13 @@ "revertRetDataSize_d10g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "59584475c42087e67e7d146eeb6eac081008541ba4e5621ad59b9db9b8b4b8c9", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "c46205aabeea4a9dea97b59a879b1b042f56024a5812d3e04c4defa74dda2164", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -228,20 +228,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148cd", - "hash" : "0x407be8450769dba86818248c4dbe2a781d0839f67f4ba45ae35a22c447fba6fd", + "hash" : "0xc6e33b522cea762096f0a98e3c70e8d9553eceeb0d678b649cfb920a0e7498fe", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x2d06ea3b2cf371fe184c0a456ab3c14cf3c1cba4a5f5e85fd3ccdab049922d53", - "stateRoot" : "0x2a177951aa183c82e8b5c2fe6574b5f9b2ae2f9f03be73a924e36574b9822bb1", + "stateRoot" : "0x168ac427dc9c15ba8aae160e3ad82bac20dfeb247c620b85d068e77eb9842b41", "timestamp" : "0x03e8", "transactionsTrie" : "0xe80cc20665a0dbe0c02b750543525945641e25f146e3a07effae134799f530a8", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02a177951aa183c82e8b5c2fe6574b5f9b2ae2f9f03be73a924e36574b9822bb1a0e80cc20665a0dbe0c02b750543525945641e25f146e3a07effae134799f530a8a02d06ea3b2cf371fe184c0a456ab3c14cf3c1cba4a5f5e85fd3ccdab049922d53b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000002001ca0ce87f0c9ca85ae1d2a999feb192b290b4908ddb28862fa0aa740988ea012af68a07e1261c848b534a4122dea6c377d12dc2b5b87670981e6c7bef13be66b64bebfc0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0168ac427dc9c15ba8aae160e3ad82bac20dfeb247c620b85d068e77eb9842b41a0e80cc20665a0dbe0c02b750543525945641e25f146e3a07effae134799f530a8a02d06ea3b2cf371fe184c0a456ab3c14cf3c1cba4a5f5e85fd3ccdab049922d53b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000002001ca0ce87f0c9ca85ae1d2a999feb192b290b4908ddb28862fa0aa740988ea012af68a07e1261c848b534a4122dea6c377d12dc2b5b87670981e6c7bef13be66b64bebfc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f00000000000000000000000000000000000000000000000000000000000000200", @@ -272,30 +272,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x407be8450769dba86818248c4dbe2a781d0839f67f4ba45ae35a22c447fba6fd", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc6e33b522cea762096f0a98e3c70e8d9553eceeb0d678b649cfb920a0e7498fe", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -324,6 +317,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -348,7 +348,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -357,13 +357,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -392,6 +385,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -408,7 +408,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -421,13 +421,13 @@ "revertRetDataSize_d11g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "4ad4088262fe9ec84ffa113acf8b1d829516dfa22a8eeeeae127ee47595d86c2", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f6f607790d6e5cf760b4b5896fedbd86fe5a9f3d6ad58c8ef8b8519d701164ee", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -441,20 +441,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148cb", - "hash" : "0x49ad3f7e946b212b78404d5177454d25a3e7bbbce50e7b3561b9e054eaa6b640", + "hash" : "0xc3b4ce4c14d00b482f0a9b2e9db3682d72dc49777e746548d66ffadf9f2ebf52", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x7ca4ce12fcaa1932c6310056d22c5dff0592feba5f31d008a7505ad34e96e50f", - "stateRoot" : "0xfde354b62f12649f63bdefcff0f03c2a9a803b9014584a86bed383bcd5e2d075", + "stateRoot" : "0xf068b46fbf284180b0c24d110e35a41ca1650be2fd79e2f649fba1e0b0451b03", "timestamp" : "0x03e8", "transactionsTrie" : "0x7b83a43185ffe6c0ead2ed98a61c3ef143d136224ff93d058af7aa2e55f6ad93", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fde354b62f12649f63bdefcff0f03c2a9a803b9014584a86bed383bcd5e2d075a07b83a43185ffe6c0ead2ed98a61c3ef143d136224ff93d058af7aa2e55f6ad93a07ca4ce12fcaa1932c6310056d22c5dff0592feba5f31d008a7505ad34e96e50fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000002001ba0308e1db9cb8ff11a9e11232d978611be44f6951db3e9e91e443187f615fb5695a02580a193d85d882c146831278333e7c5ba7c58a8f1187f2174835348e377384fc0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f068b46fbf284180b0c24d110e35a41ca1650be2fd79e2f649fba1e0b0451b03a07b83a43185ffe6c0ead2ed98a61c3ef143d136224ff93d058af7aa2e55f6ad93a07ca4ce12fcaa1932c6310056d22c5dff0592feba5f31d008a7505ad34e96e50fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000002001ba0308e1db9cb8ff11a9e11232d978611be44f6951db3e9e91e443187f615fb5695a02580a193d85d882c146831278333e7c5ba7c58a8f1187f2174835348e377384fc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f50000000000000000000000000000000000000000000000000000000000000200", @@ -485,30 +485,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x49ad3f7e946b212b78404d5177454d25a3e7bbbce50e7b3561b9e054eaa6b640", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc3b4ce4c14d00b482f0a9b2e9db3682d72dc49777e746548d66ffadf9f2ebf52", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -537,6 +530,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -561,7 +561,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba14fb8", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -570,13 +570,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -605,6 +598,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -621,7 +621,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -634,13 +634,13 @@ "revertRetDataSize_d12g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "af42dce216256f6b0b20a2a248cca4d8c0ec0ecc3a4b3bc543853211a08d312c", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "6386fddf2cd2ba54898274de4330d6572f4072dce4a9a04ff4fc2eacab5c4a09", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -654,20 +654,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fbfa", - "hash" : "0x30452188732f43b948f9ddabcf358c6558e378a78b2b819946c82d6410e892a8", + "hash" : "0xe3ca4c32d367db6286aacea80f0bb7a67211d0aa294407adc5e3218744b0978d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x13314d5171fd33efe6dfa695af97f5772adb3983ef43a3b731e131148b8f7854", - "stateRoot" : "0xa9d6a40b602168d5d250fcac7dfe901b148d6e4d7a81c9b83b47208f3ff00c63", + "stateRoot" : "0x27006a253272467df16a6ba4b940aef4dd1380fcf1be976cfc009f394391d676", "timestamp" : "0x03e8", "transactionsTrie" : "0xc58c5c22ee6be13bdf758289d61bd0239d06557252fb658d50150a892657518c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a9d6a40b602168d5d250fcac7dfe901b148d6e4d7a81c9b83b47208f3ff00c63a0c58c5c22ee6be13bdf758289d61bd0239d06557252fb658d50150a892657518ca013314d5171fd33efe6dfa695af97f5772adb3983ef43a3b731e131148b8f7854b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbfa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000003001ca01272a22d70d40298cfe6690bfcbe0f5a2d2b0f5fef73b3be4354c767bc8519b7a059592bd18f653958ba98dee353851410ab79abed3656044ac13d3d32853dcf0ac0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa027006a253272467df16a6ba4b940aef4dd1380fcf1be976cfc009f394391d676a0c58c5c22ee6be13bdf758289d61bd0239d06557252fb658d50150a892657518ca013314d5171fd33efe6dfa695af97f5772adb3983ef43a3b731e131148b8f7854b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbfa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000003001ca01272a22d70d40298cfe6690bfcbe0f5a2d2b0f5fef73b3be4354c767bc8519b7a059592bd18f653958ba98dee353851410ab79abed3656044ac13d3d32853dcf0ac0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f10000000000000000000000000000000000000000000000000000000000000300", @@ -698,30 +698,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x30452188732f43b948f9ddabcf358c6558e378a78b2b819946c82d6410e892a8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe3ca4c32d367db6286aacea80f0bb7a67211d0aa294407adc5e3218744b0978d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -750,6 +743,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -767,7 +767,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -776,13 +776,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -811,6 +804,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -827,7 +827,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -840,13 +840,13 @@ "revertRetDataSize_d13g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7e56d4dbff3c900a8835d3bfe960e804a5dd2c51b0ac4e2526b34eb248cd8453", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "5283714489c8349a2ea320ccf81758662f9e01983512c23119bb067ee3fb93ae", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -860,20 +860,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb89", - "hash" : "0x20b0a0364a68cf32d9c6015c346e4a97b48eb39bc6db9d73cda6b3e46fe25740", + "hash" : "0x2f28fdd8e880015e4bcfcd1d28f7414afffc33d916e7c32ef1ed2a4f5b3237bc", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xa07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3", - "stateRoot" : "0x9ea8b6c0390abab98d93d6ae61d2e924dff451dceb7e262aa2d6338a5ba49c40", + "stateRoot" : "0xe01a72b7154514abc35569506e78c4f3e6b05f6fb98a2d8dd37748395eb3ffc8", "timestamp" : "0x03e8", "transactionsTrie" : "0x5e30a5cc9d0ae2705d13bbfb138fa6dd6805a50a3fbe256ca1765d6d77c2f201", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ea8b6c0390abab98d93d6ae61d2e924dff451dceb7e262aa2d6338a5ba49c40a05e30a5cc9d0ae2705d13bbfb138fa6dd6805a50a3fbe256ca1765d6d77c2f201a0a07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb898203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000003001ba009c0c4406ab86c406d9de44f0440abb9ec0b65384353890fb26bd90474bc8aeea012c92a4323f53f3c03383d6ea23140f9e31906d607981332873df2b49b51db45c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e01a72b7154514abc35569506e78c4f3e6b05f6fb98a2d8dd37748395eb3ffc8a05e30a5cc9d0ae2705d13bbfb138fa6dd6805a50a3fbe256ca1765d6d77c2f201a0a07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb898203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000003001ba009c0c4406ab86c406d9de44f0440abb9ec0b65384353890fb26bd90474bc8aeea012c92a4323f53f3c03383d6ea23140f9e31906d607981332873df2b49b51db45c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f20000000000000000000000000000000000000000000000000000000000000300", @@ -904,30 +904,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x20b0a0364a68cf32d9c6015c346e4a97b48eb39bc6db9d73cda6b3e46fe25740", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2f28fdd8e880015e4bcfcd1d28f7414afffc33d916e7c32ef1ed2a4f5b3237bc", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -956,6 +949,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -973,7 +973,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -982,13 +982,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1017,6 +1010,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1033,7 +1033,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -1046,13 +1046,13 @@ "revertRetDataSize_d14g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "de156581a32856e33b39971b8509b8b92e1bac6eda5be1b6dff476cd94304585", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e3b32a6e12f507f8383dd573cd12f6a724ea0d83d60f4c6cde24561bb713c67e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -1066,20 +1066,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb19", - "hash" : "0xf20c7e66dca7cc2d8918d518294724aa1db19c92cf6d0349dbe3de4b7972db7e", + "hash" : "0x5c108fd997e5e1918858a31a33f98ad487541d27122713a23b56be4e3876bac8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27", - "stateRoot" : "0x3a144e22e27683de5c08490ac79d504d805aecd3a637d96b9473a689c9825f16", + "stateRoot" : "0xf0d156e26321f9ae584365dfa44f8a0458287568d81cb18c36ea9d1f09c79335", "timestamp" : "0x03e8", "transactionsTrie" : "0xda16e6958fc04466f3fdbfb61f41edf10a461289ec4a85ec8721e95960ab943f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03a144e22e27683de5c08490ac79d504d805aecd3a637d96b9473a689c9825f16a0da16e6958fc04466f3fdbfb61f41edf10a461289ec4a85ec8721e95960ab943fa0304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000003001ba0727a0e1a64660f479714d2073e177404bf090c4acb352debb283900a0718037ba022bc2e97daba8c3375cb1cbc2001970150dd9b989cb1a1fa5aa00926ac95b6bdc0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f0d156e26321f9ae584365dfa44f8a0458287568d81cb18c36ea9d1f09c79335a0da16e6958fc04466f3fdbfb61f41edf10a461289ec4a85ec8721e95960ab943fa0304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000003001ba0727a0e1a64660f479714d2073e177404bf090c4acb352debb283900a0718037ba022bc2e97daba8c3375cb1cbc2001970150dd9b989cb1a1fa5aa00926ac95b6bdc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f40000000000000000000000000000000000000000000000000000000000000300", @@ -1110,30 +1110,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf20c7e66dca7cc2d8918d518294724aa1db19c92cf6d0349dbe3de4b7972db7e", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x5c108fd997e5e1918858a31a33f98ad487541d27122713a23b56be4e3876bac8", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1162,6 +1155,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1179,7 +1179,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -1188,13 +1188,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1223,6 +1216,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1239,7 +1239,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -1252,13 +1252,13 @@ "revertRetDataSize_d15g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9bb61f004c04da9dfe54be3abdfa46e50126b71efb03f4d8a66d48c06c4e7a0c", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "919990045a7fc4c22797f4a7abdd778e6fe7b4d1c66a2885624b80f8c638681d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -1272,20 +1272,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1faa9", - "hash" : "0xb5eff6129b589cc14979d98ede5919b8dea2e397ad1646b3fca33a7c58aff2c8", + "hash" : "0x092ddec5df3091d95ea90a43d04aeafb1ce9a781555d3da3253433b1ce0e7f7d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x6846dd241e24be3f34fece522aa19a48f5a041c128b015f5b50eaf75b84bdb01", - "stateRoot" : "0x3049efb9974bed1d9f54d1bd2c0ef247971f927efa044ecc62bd7a8d4c16040c", + "stateRoot" : "0x8998bbf84518110d5d116d2f89ec32d9c0581ef21c6ae8be4637d04aa0acf213", "timestamp" : "0x03e8", "transactionsTrie" : "0x9041d6bb60673edd284e05154c0093736b6db01b7c4f92d9fbf6d488395de035", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03049efb9974bed1d9f54d1bd2c0ef247971f927efa044ecc62bd7a8d4c16040ca09041d6bb60673edd284e05154c0093736b6db01b7c4f92d9fbf6d488395de035a06846dd241e24be3f34fece522aa19a48f5a041c128b015f5b50eaf75b84bdb01b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000003001ca0cc3dcd9cc5357e16f7121ee35d610d72a8262b45736e7032c196bbdfb7afc917a06ec3700e6cff0cf08d0d799eff8304bfc516a7b7cf2588207040500921c1b070c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08998bbf84518110d5d116d2f89ec32d9c0581ef21c6ae8be4637d04aa0acf213a09041d6bb60673edd284e05154c0093736b6db01b7c4f92d9fbf6d488395de035a06846dd241e24be3f34fece522aa19a48f5a041c128b015f5b50eaf75b84bdb01b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000003001ca0cc3dcd9cc5357e16f7121ee35d610d72a8262b45736e7032c196bbdfb7afc917a06ec3700e6cff0cf08d0d799eff8304bfc516a7b7cf2588207040500921c1b070c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000fa0000000000000000000000000000000000000000000000000000000000000300", @@ -1316,30 +1316,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb5eff6129b589cc14979d98ede5919b8dea2e397ad1646b3fca33a7c58aff2c8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x092ddec5df3091d95ea90a43d04aeafb1ce9a781555d3da3253433b1ce0e7f7d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1368,6 +1361,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1385,7 +1385,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -1394,13 +1394,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1429,6 +1422,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1445,7 +1445,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -1458,13 +1458,13 @@ "revertRetDataSize_d16g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "810e761b0620336b30abdcb0b30f82cd56b205208cb00d9cfefdaf7473586fc8", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "5da52bb9c0cb8b5a928be2a21a0e3487e595e7c292558c4f720304abd5cc1825", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -1478,20 +1478,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148eb", - "hash" : "0x71c485e9a6085e71b6e5290c89c5f0c122688e3d12734cb0a8c1971a373afeff", + "hash" : "0x64cb995f978e36aa92602748191992730b47f5572cce67b061b09c2166e619c5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xaa231419c8f2b72752389d243e4a11e3fe8196bb9399ea52675232898e21919b", - "stateRoot" : "0x749fb752ce6d595a2361162cb884f5b7ed1f664545998ad0d2724c07047deda6", + "stateRoot" : "0xdc33c5077fdff769effaa221155c7b7bf100329298ab780aecc38b4e18d5a8a7", "timestamp" : "0x03e8", "transactionsTrie" : "0x254219e1faf2ad6336d164156cdd921f3c423454a397b9b76c245304451ddc20", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0749fb752ce6d595a2361162cb884f5b7ed1f664545998ad0d2724c07047deda6a0254219e1faf2ad6336d164156cdd921f3c423454a397b9b76c245304451ddc20a0aa231419c8f2b72752389d243e4a11e3fe8196bb9399ea52675232898e21919bb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148eb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000003001ca05a455f0e51c48ef72a64a3249ba17b066c185f08c6c3f8887ddc68eca8b34d20a07570c8a3e8e9f88ac4aa54a2cc39267ab54c47b383a1a0fd449fca23a0466c26c0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0dc33c5077fdff769effaa221155c7b7bf100329298ab780aecc38b4e18d5a8a7a0254219e1faf2ad6336d164156cdd921f3c423454a397b9b76c245304451ddc20a0aa231419c8f2b72752389d243e4a11e3fe8196bb9399ea52675232898e21919bb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148eb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000003001ca05a455f0e51c48ef72a64a3249ba17b066c185f08c6c3f8887ddc68eca8b34d20a07570c8a3e8e9f88ac4aa54a2cc39267ab54c47b383a1a0fd449fca23a0466c26c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f00000000000000000000000000000000000000000000000000000000000000300", @@ -1522,30 +1522,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x71c485e9a6085e71b6e5290c89c5f0c122688e3d12734cb0a8c1971a373afeff", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x64cb995f978e36aa92602748191992730b47f5572cce67b061b09c2166e619c5", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1574,6 +1567,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1598,7 +1598,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -1607,13 +1607,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1642,6 +1635,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1658,7 +1658,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -1671,13 +1671,13 @@ "revertRetDataSize_d17g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9971d4d7275f61fa126612866147c0103ed87600d977cd09511a323bfed3a4cf", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "3010f28bb0a810a8c5a3fa1447a5963bfef9a26a1be70fc50886fe6ff087676f", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -1691,20 +1691,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148e9", - "hash" : "0x7f729f3c2ee7131afa32c412f5454d5b24b22b1c059989b8d8d2101560ddbd6a", + "hash" : "0x8c5bbd0e6cca428348b7758063a9bdef9e5a05b753c36f923b8faaa6cb3f04d3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x8782d4c74e1830fcdda5adaf93036b52726f2ea9f50aec2452931a4b05b16a8c", - "stateRoot" : "0xb1c934522c1df11c78bbcaaa5a1119d54885e81a25669c107db6fe0cb211ffaa", + "stateRoot" : "0xc0d5880c349fa23fea1d7e2ade8f653b12097ce728923f467decc0284b00ae5c", "timestamp" : "0x03e8", "transactionsTrie" : "0x3b94134f9de17be7ef8d52ceb87e3935d7b1aee4a83871e20ead3d6d1ea5b5ab", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b1c934522c1df11c78bbcaaa5a1119d54885e81a25669c107db6fe0cb211ffaaa03b94134f9de17be7ef8d52ceb87e3935d7b1aee4a83871e20ead3d6d1ea5b5aba08782d4c74e1830fcdda5adaf93036b52726f2ea9f50aec2452931a4b05b16a8cb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148e98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000003001ba067e46495ef5313cfb62b6b260fbb00ad0f97a544c548b14d6a9883ca0af3955da0700e6520440de742f20a94a971cfc2cd7670a337e8fc729eb8840d50e40d485ec0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c0d5880c349fa23fea1d7e2ade8f653b12097ce728923f467decc0284b00ae5ca03b94134f9de17be7ef8d52ceb87e3935d7b1aee4a83871e20ead3d6d1ea5b5aba08782d4c74e1830fcdda5adaf93036b52726f2ea9f50aec2452931a4b05b16a8cb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148e98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000003001ba067e46495ef5313cfb62b6b260fbb00ad0f97a544c548b14d6a9883ca0af3955da0700e6520440de742f20a94a971cfc2cd7670a337e8fc729eb8840d50e40d485ec0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f50000000000000000000000000000000000000000000000000000000000000300", @@ -1735,30 +1735,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7f729f3c2ee7131afa32c412f5454d5b24b22b1c059989b8d8d2101560ddbd6a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8c5bbd0e6cca428348b7758063a9bdef9e5a05b753c36f923b8faaa6cb3f04d3", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1787,6 +1780,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1811,7 +1811,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba14fb8", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -1820,13 +1820,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -1855,6 +1848,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -1871,7 +1871,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -1884,13 +1884,13 @@ "revertRetDataSize_d18g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "09715a9b1db83e24a26090b2bcd4352ddc430df787f6e7a024050aa8634943b6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "37af50f9ca2ab8747624cb0334829652a1cf7573e5af8949abc5af2242fae213", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -1904,20 +1904,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fbfa", - "hash" : "0xb7ce646060b1f8e9aa321939494e667afa8bd3b8b824c7e47d6df8cd852c18a1", + "hash" : "0x8e956ab25cce97d11e4e1e187d4efa62d5bf53520059ad6e49bfad33c2e32882", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x13314d5171fd33efe6dfa695af97f5772adb3983ef43a3b731e131148b8f7854", - "stateRoot" : "0xa9d6a40b602168d5d250fcac7dfe901b148d6e4d7a81c9b83b47208f3ff00c63", + "stateRoot" : "0x27006a253272467df16a6ba4b940aef4dd1380fcf1be976cfc009f394391d676", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc601a667d7aebcc26aab07271e46adaf7c771a5b89fbd4e1474ed37f02fbc05", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a9d6a40b602168d5d250fcac7dfe901b148d6e4d7a81c9b83b47208f3ff00c63a0bc601a667d7aebcc26aab07271e46adaf7c771a5b89fbd4e1474ed37f02fbc05a013314d5171fd33efe6dfa695af97f5772adb3983ef43a3b731e131148b8f7854b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbfa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000004001ba0fdbbbd3cc16a32381e09f50ea078cb0c35337f076081a8c43a8ec1843d1f1a0fa0682c0b2cdfea68b963fc79e8faaeba716b6c4649ff5337739a8c990ba6842e5bc0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa027006a253272467df16a6ba4b940aef4dd1380fcf1be976cfc009f394391d676a0bc601a667d7aebcc26aab07271e46adaf7c771a5b89fbd4e1474ed37f02fbc05a013314d5171fd33efe6dfa695af97f5772adb3983ef43a3b731e131148b8f7854b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbfa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000004001ba0fdbbbd3cc16a32381e09f50ea078cb0c35337f076081a8c43a8ec1843d1f1a0fa0682c0b2cdfea68b963fc79e8faaeba716b6c4649ff5337739a8c990ba6842e5bc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f10000000000000000000000000000000000000000000000000000000000000400", @@ -1948,30 +1948,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb7ce646060b1f8e9aa321939494e667afa8bd3b8b824c7e47d6df8cd852c18a1", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8e956ab25cce97d11e4e1e187d4efa62d5bf53520059ad6e49bfad33c2e32882", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2000,6 +1993,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2017,7 +2017,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -2026,13 +2026,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2061,6 +2054,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2077,7 +2077,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -2090,13 +2090,13 @@ "revertRetDataSize_d19g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "d4cdc913447cda4f43226071b9ccdda915b29d632e4acabd17fcaf57814305e9", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "ab9c19665a6df94b51d8ed693cde4fc53c0e323b225a652232b63f8e0e273e89", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -2110,20 +2110,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb8a", - "hash" : "0xe1f3fbd9ec15538602a68695bcc0aa2c9e29543647b5354494b3721f9ca79979", + "hash" : "0xde95a875173e24aa5426a38f0dde9db710506f0bad3f33c7e75c6cb367d4b979", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x91ca3ea178a466d332420814c3369adaffaa2361b7b64a5ca3470955810fc42d", - "stateRoot" : "0xb32ab185f0764ad6564d3f5f1eaea9683d77e36f1ea8789540e76f83df853181", + "stateRoot" : "0x2850ba081072cf7a6e7ae386c13cc0c8bffbf6eb465139761ef043ec32ac3a1f", "timestamp" : "0x03e8", "transactionsTrie" : "0x7ad119f11ec262840c022b3ed1667dad871c4b6af2635fd22efa5abd19e5c02e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b32ab185f0764ad6564d3f5f1eaea9683d77e36f1ea8789540e76f83df853181a07ad119f11ec262840c022b3ed1667dad871c4b6af2635fd22efa5abd19e5c02ea091ca3ea178a466d332420814c3369adaffaa2361b7b64a5ca3470955810fc42db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb8a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000004001ca075de4952475594ed5b0d1484b430677969181e2e8d3fc3c81c81229dfb601e8ba01051c9147d9350e27b4a57a0cbb0d135c5815ba6149a88644c88b90f1ba3142dc0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02850ba081072cf7a6e7ae386c13cc0c8bffbf6eb465139761ef043ec32ac3a1fa07ad119f11ec262840c022b3ed1667dad871c4b6af2635fd22efa5abd19e5c02ea091ca3ea178a466d332420814c3369adaffaa2361b7b64a5ca3470955810fc42db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb8a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000004001ca075de4952475594ed5b0d1484b430677969181e2e8d3fc3c81c81229dfb601e8ba01051c9147d9350e27b4a57a0cbb0d135c5815ba6149a88644c88b90f1ba3142dc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f20000000000000000000000000000000000000000000000000000000000000400", @@ -2154,30 +2154,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe1f3fbd9ec15538602a68695bcc0aa2c9e29543647b5354494b3721f9ca79979", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xde95a875173e24aa5426a38f0dde9db710506f0bad3f33c7e75c6cb367d4b979", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2206,6 +2199,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2223,7 +2223,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -2232,13 +2232,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2267,6 +2260,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2283,7 +2283,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -2296,13 +2296,13 @@ "revertRetDataSize_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "3692ad3c8c0b97713be3bffe7a8fde96bcb87cdeec1cac3c16515e7a8224b8c6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "d11aa8d1b7b1accf90b15e9f6c5db72e0ac6dae52aeb1b27111c7f6ffef4ddb0", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -2316,20 +2316,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xcc23", - "hash" : "0x2a06c720ac5d36b2eda6f6cae3f0ab2933138bb12bfdaef8ff2a5ed2b27000d5", + "hash" : "0xef2326f300a96d112b2292624855bf8c9a7eb4b722126921f00bbd98b6b0e4f1", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x7c9c5e37b69fd65454fecf0c993c39224efd30724d626c2feeac36ad627b44e7", - "stateRoot" : "0xc049176bdec8d03f8f7396b318c95c515f98f3b2be9b3d52d221de2fed55450f", + "stateRoot" : "0x5956f2e86c3a705fe7c42aa57dd814e8d660be96548d067da3da3b3afe2461e6", "timestamp" : "0x03e8", "transactionsTrie" : "0xab54eb8f5c3a83282afb555b4911708f54a6414bf0b0ac6719b34965309c794d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c049176bdec8d03f8f7396b318c95c515f98f3b2be9b3d52d221de2fed55450fa0ab54eb8f5c3a83282afb555b4911708f54a6414bf0b0ac6719b34965309c794da07c9c5e37b69fd65454fecf0c993c39224efd30724d626c2feeac36ad627b44e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000000001ca043b32fd8b178614a8465dcaf8dbf7941d2ffc8dc26488ea9937a3d1d060be1daa069aa63e5634a963745619c3b91ae756cd6fb9e57ec3334a6ee74e2924b2c87d5c0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05956f2e86c3a705fe7c42aa57dd814e8d660be96548d067da3da3b3afe2461e6a0ab54eb8f5c3a83282afb555b4911708f54a6414bf0b0ac6719b34965309c794da07c9c5e37b69fd65454fecf0c993c39224efd30724d626c2feeac36ad627b44e7b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000000001ca043b32fd8b178614a8465dcaf8dbf7941d2ffc8dc26488ea9937a3d1d060be1daa069aa63e5634a963745619c3b91ae756cd6fb9e57ec3334a6ee74e2924b2c87d5c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f20000000000000000000000000000000000000000000000000000000000000000", @@ -2360,30 +2360,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2a06c720ac5d36b2eda6f6cae3f0ab2933138bb12bfdaef8ff2a5ed2b27000d5", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xef2326f300a96d112b2292624855bf8c9a7eb4b722126921f00bbd98b6b0e4f1", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2412,6 +2405,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2429,7 +2429,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -2438,13 +2438,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2473,6 +2466,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2489,7 +2489,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -2502,13 +2502,13 @@ "revertRetDataSize_d20g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9d99b915469b60c7721b3430046338fb330a4142f8c11d1b6e87269eb865f899", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "89cbdfa07fe483a74e423a3ea82af33a4b718c370e884c40f5c243f343f82c38", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -2522,20 +2522,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb1a", - "hash" : "0x7cb4698b4dbcc1f3ffb02ea8833226a9bc08b28741c0476c24dd50dacbbf5b13", + "hash" : "0x7e83cdc9b1f9301af31eab6cb76a39fb26cdd9892cb95f13d0bcc790397dab14", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xbcb6902ed867ae75ee25357407b251c39f6fb8bdefa48f916c1ad10856b86de6", - "stateRoot" : "0x5c22f7f3960b1d5dad5ceefaf16c265584d3343c69273feded01619e607ef9e3", + "stateRoot" : "0x372686d562775da1306cc700630ff94c28b21faee14476cfe0a20feb18c1e23c", "timestamp" : "0x03e8", "transactionsTrie" : "0xf571019bb3ddc0b3710f4eb359e0a3f830f57661a38cff2e9d44af374400dae0", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c22f7f3960b1d5dad5ceefaf16c265584d3343c69273feded01619e607ef9e3a0f571019bb3ddc0b3710f4eb359e0a3f830f57661a38cff2e9d44af374400dae0a0bcb6902ed867ae75ee25357407b251c39f6fb8bdefa48f916c1ad10856b86de6b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb1a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000004001ca0709e78ef4da184f12522fab97f295e7ff8be90e8eb95aa42a8a2e9d1ee40f262a01f3daa32a56215fec6861bc9e0fe967b0cb48484123abc67fc0d35be2cf4a88cc0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0372686d562775da1306cc700630ff94c28b21faee14476cfe0a20feb18c1e23ca0f571019bb3ddc0b3710f4eb359e0a3f830f57661a38cff2e9d44af374400dae0a0bcb6902ed867ae75ee25357407b251c39f6fb8bdefa48f916c1ad10856b86de6b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb1a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000004001ca0709e78ef4da184f12522fab97f295e7ff8be90e8eb95aa42a8a2e9d1ee40f262a01f3daa32a56215fec6861bc9e0fe967b0cb48484123abc67fc0d35be2cf4a88cc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f40000000000000000000000000000000000000000000000000000000000000400", @@ -2566,30 +2566,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7cb4698b4dbcc1f3ffb02ea8833226a9bc08b28741c0476c24dd50dacbbf5b13", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7e83cdc9b1f9301af31eab6cb76a39fb26cdd9892cb95f13d0bcc790397dab14", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2618,6 +2611,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2635,7 +2635,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -2644,13 +2644,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2679,6 +2672,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2695,7 +2695,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -2708,13 +2708,13 @@ "revertRetDataSize_d21g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "00b75f655fd5b5189ad2c3714fc11e836d1c1611254d662508432fac47197a54", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "8d382cdd2463c17068b4470162483db5821e02fd3751133737eb6110bd9488cf", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -2728,20 +2728,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1faa9", - "hash" : "0xaeb5750400195157e971e6cac58f913006ffb9707189e1be5a18c6fc4822648f", + "hash" : "0xc3a0764794bbf2a23d805f3b32233e44b980105197077db08f89d9af3ba306ee", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x6846dd241e24be3f34fece522aa19a48f5a041c128b015f5b50eaf75b84bdb01", - "stateRoot" : "0x3049efb9974bed1d9f54d1bd2c0ef247971f927efa044ecc62bd7a8d4c16040c", + "stateRoot" : "0x8998bbf84518110d5d116d2f89ec32d9c0581ef21c6ae8be4637d04aa0acf213", "timestamp" : "0x03e8", "transactionsTrie" : "0x8782c46ce4b6c4566a444fed054d7e6a80fdc54c2aeaabfb1afc6c023502d1aa", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03049efb9974bed1d9f54d1bd2c0ef247971f927efa044ecc62bd7a8d4c16040ca08782c46ce4b6c4566a444fed054d7e6a80fdc54c2aeaabfb1afc6c023502d1aaa06846dd241e24be3f34fece522aa19a48f5a041c128b015f5b50eaf75b84bdb01b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000004001ca08949363bd44144b61e76063894c94b8ab5906374498a6d3e91bc299c3ac33396a0362a40df1e51776217a0a71a2416470c83e2f7b1c9d24db81627c475ad3ac333c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08998bbf84518110d5d116d2f89ec32d9c0581ef21c6ae8be4637d04aa0acf213a08782c46ce4b6c4566a444fed054d7e6a80fdc54c2aeaabfb1afc6c023502d1aaa06846dd241e24be3f34fece522aa19a48f5a041c128b015f5b50eaf75b84bdb01b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000004001ca08949363bd44144b61e76063894c94b8ab5906374498a6d3e91bc299c3ac33396a0362a40df1e51776217a0a71a2416470c83e2f7b1c9d24db81627c475ad3ac333c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000fa0000000000000000000000000000000000000000000000000000000000000400", @@ -2772,30 +2772,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xaeb5750400195157e971e6cac58f913006ffb9707189e1be5a18c6fc4822648f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc3a0764794bbf2a23d805f3b32233e44b980105197077db08f89d9af3ba306ee", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2824,6 +2817,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2841,7 +2841,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -2850,13 +2850,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -2885,6 +2878,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -2901,7 +2901,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -2914,13 +2914,13 @@ "revertRetDataSize_d22g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7d376e7b303ae972fc391e4eb522ae3282c4bd7bfa2e248c61e57dab952a4846", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "7d87eaa4a45953d339035bfcb168855e70f96613b07bc05e1fefd826522578c0", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -2934,20 +2934,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x014909", - "hash" : "0xd90770a604008d9eecd738410c4ca49dbb0268476d799627b1b3f3c27d308b19", + "hash" : "0xdec3f06f3c921ae68b9823bb56ecd410a0bd17568c247ae2709d5cbf476c0409", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x6f930c0093fea935c4da712600d663b8f2ea2125669eaf0f42b98464823291a6", - "stateRoot" : "0xaead06f6e33cdab9bbe8e18c800a2708a9146d335ed80031fe8179c7f95c9a38", + "stateRoot" : "0xcf7ecf62516f8c46f568ada52d9783dbd66f840e4b53fe1e7ca10f9515a1269e", "timestamp" : "0x03e8", "transactionsTrie" : "0xff50283acf587f546a240ae1e9d35bff8ee7b3dc311c7c96a993ed0aabcec036", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aead06f6e33cdab9bbe8e18c800a2708a9146d335ed80031fe8179c7f95c9a38a0ff50283acf587f546a240ae1e9d35bff8ee7b3dc311c7c96a993ed0aabcec036a06f930c0093fea935c4da712600d663b8f2ea2125669eaf0f42b98464823291a6b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830149098203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000004001ba0e4f8322d5347d2c764c28d85c361f24379eb5c9409b2b34166c88d0581162c0da0318f6f5cc3eb8bda41f0bd37f8ebefc86035e1ca1b4abd7bd837a356e81d3ee2c0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cf7ecf62516f8c46f568ada52d9783dbd66f840e4b53fe1e7ca10f9515a1269ea0ff50283acf587f546a240ae1e9d35bff8ee7b3dc311c7c96a993ed0aabcec036a06f930c0093fea935c4da712600d663b8f2ea2125669eaf0f42b98464823291a6b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830149098203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000004001ba0e4f8322d5347d2c764c28d85c361f24379eb5c9409b2b34166c88d0581162c0da0318f6f5cc3eb8bda41f0bd37f8ebefc86035e1ca1b4abd7bd837a356e81d3ee2c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f00000000000000000000000000000000000000000000000000000000000000400", @@ -2978,30 +2978,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd90770a604008d9eecd738410c4ca49dbb0268476d799627b1b3f3c27d308b19", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xdec3f06f3c921ae68b9823bb56ecd410a0bd17568c247ae2709d5cbf476c0409", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3030,6 +3023,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3054,7 +3054,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -3063,13 +3063,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3091,9 +3084,16 @@ "storage" : { } }, - "0x0000000000000000000000000000000000000500" : { + "0x0000000000000000000000000000000000000500" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0xfe00", + "nonce" : "0x00", + "storage" : { + } + }, + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0xfe00", + "code" : "0x600260016000030460005260016000510160205260406000f300", "nonce" : "0x00", "storage" : { } @@ -3114,7 +3114,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -3127,13 +3127,13 @@ "revertRetDataSize_d23g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "cf5d6fbe7942ee1bbcd832c943d12ccb82e22220f3ab6c99127c6766ed624260", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "1f29d3a7b1be1769122322c0e7629ee90dc8213632f41c0ff715143cd569db0d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -3147,20 +3147,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x014907", - "hash" : "0xd242a592bf59099220e36ee72832d95355453f6c79f14fd9fe6ced2890526050", + "hash" : "0xe315df00e77b6b637b5c8e25dfe6ffb5f72a399842e2a1efa15e497cd5373feb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x3aa0663f967d2587bfbf628ba20dcc580a5610cd905fc8105e356768583161d0", - "stateRoot" : "0x4fab7acf79f133492092ad3d88a94d6173dfc797421f2d569614c8abf2875369", + "stateRoot" : "0xe3812d6266f6dbab9896bff8c0f240111569b8adea0ca8d155bf84af9817c706", "timestamp" : "0x03e8", "transactionsTrie" : "0x3a14192156f53a1321d3e02f3dc131b0942dbd154ff3f47d88dff5da952be25e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04fab7acf79f133492092ad3d88a94d6173dfc797421f2d569614c8abf2875369a03a14192156f53a1321d3e02f3dc131b0942dbd154ff3f47d88dff5da952be25ea03aa0663f967d2587bfbf628ba20dcc580a5610cd905fc8105e356768583161d0b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830149078203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000004001ca0ceb37c493e3f4674684e8e1929bfac191bca570e18879c51f631f3abafacb51aa01b34055ed7673ef179de8e85c0efd686a0acf2784deedd6aefc8b551109d146dc0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e3812d6266f6dbab9896bff8c0f240111569b8adea0ca8d155bf84af9817c706a03a14192156f53a1321d3e02f3dc131b0942dbd154ff3f47d88dff5da952be25ea03aa0663f967d2587bfbf628ba20dcc580a5610cd905fc8105e356768583161d0b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830149078203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000004001ca0ceb37c493e3f4674684e8e1929bfac191bca570e18879c51f631f3abafacb51aa01b34055ed7673ef179de8e85c0efd686a0acf2784deedd6aefc8b551109d146dc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f50000000000000000000000000000000000000000000000000000000000000400", @@ -3191,30 +3191,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd242a592bf59099220e36ee72832d95355453f6c79f14fd9fe6ced2890526050", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe315df00e77b6b637b5c8e25dfe6ffb5f72a399842e2a1efa15e497cd5373feb", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3243,6 +3236,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3267,7 +3267,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba14fb8", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -3276,13 +3276,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3311,6 +3304,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3327,7 +3327,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -3340,13 +3340,13 @@ "revertRetDataSize_d24g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "3692b4e8e3808f6577e7851fc05dfaf96370a4a8dd92484984b9cee83c9a1b22", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "d54bf98c400d34a37357f00e0e934a64196e8ba349a8c2f5aabc520e59c57627", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -3360,20 +3360,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fbf9", - "hash" : "0x3c3df7e19bafea90fe76e910728f93e207f84d43c39d1b9af59052b8276bfa72", + "hash" : "0xc4e9a1474c2e36e14223fe099cd57d3b3620ca81abe4ca1447aaf339cda1af16", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x9c72e9858f11b18b7d0486edadbe42500aab07b63e54b7185d0e010c33ad0072", - "stateRoot" : "0xb6292c98c76d2a799fd25583d916bfb29649c597683841098f879c7b81840c40", + "stateRoot" : "0x26936628563d22e4abb5e8834875b72f2d982b7c1ec31a19d999827fa8c3847f", "timestamp" : "0x03e8", "transactionsTrie" : "0x3dfd2d386f39653aef1adc39eed613ebbaa90eee0e849fc6592fbbc1d74ee0b4", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b6292c98c76d2a799fd25583d916bfb29649c597683841098f879c7b81840c40a03dfd2d386f39653aef1adc39eed613ebbaa90eee0e849fc6592fbbc1d74ee0b4a09c72e9858f11b18b7d0486edadbe42500aab07b63e54b7185d0e010c33ad0072b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbf98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000005001ba0c5a8783c91df0aad6018c795af9537ba2a63ce870a26b84f8d2ece9a522fa79ea04cb220eaf18ce0edae9b8beb8ce811ee4b5e80099dbeb3bc73313aa6340b739cc0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa026936628563d22e4abb5e8834875b72f2d982b7c1ec31a19d999827fa8c3847fa03dfd2d386f39653aef1adc39eed613ebbaa90eee0e849fc6592fbbc1d74ee0b4a09c72e9858f11b18b7d0486edadbe42500aab07b63e54b7185d0e010c33ad0072b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbf98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000005001ba0c5a8783c91df0aad6018c795af9537ba2a63ce870a26b84f8d2ece9a522fa79ea04cb220eaf18ce0edae9b8beb8ce811ee4b5e80099dbeb3bc73313aa6340b739cc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f10000000000000000000000000000000000000000000000000000000000000500", @@ -3404,30 +3404,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3c3df7e19bafea90fe76e910728f93e207f84d43c39d1b9af59052b8276bfa72", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc4e9a1474c2e36e14223fe099cd57d3b3620ca81abe4ca1447aaf339cda1af16", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3456,6 +3449,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3473,7 +3473,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -3482,13 +3482,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3517,6 +3510,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3533,7 +3533,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -3546,13 +3546,13 @@ "revertRetDataSize_d25g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "acd954ef1feed292a181003b7c2aa6e13bb85db20aa5d53a6d513987c771b80a", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b7d3945d8f865fb839592d38b11ba491d483e02830c906dc49e74fc68e666452", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -3566,20 +3566,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb89", - "hash" : "0x4f9d2ee7e45a531125d9bc3f160d5a42793a83f36305b44381ec58d131f0cfe9", + "hash" : "0x7741a1e8449037bbfe53051906ac546fb6e2eef215c5a3b2fe232ef88a5bf531", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xa07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3", - "stateRoot" : "0x9ea8b6c0390abab98d93d6ae61d2e924dff451dceb7e262aa2d6338a5ba49c40", + "stateRoot" : "0xe01a72b7154514abc35569506e78c4f3e6b05f6fb98a2d8dd37748395eb3ffc8", "timestamp" : "0x03e8", "transactionsTrie" : "0x407960b0cae545e611e97aa3249c0a81a93f13b211430309083fe9db0912bf27", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ea8b6c0390abab98d93d6ae61d2e924dff451dceb7e262aa2d6338a5ba49c40a0407960b0cae545e611e97aa3249c0a81a93f13b211430309083fe9db0912bf27a0a07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb898203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000005001ba0229b9c418c733d629a956d9f8c363231fa63ef4f4bba23512b8614fc34fcc788a05b0486ee6e64d60caadbce6561c9f64288742c312a1cc10c49020393b991419ac0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e01a72b7154514abc35569506e78c4f3e6b05f6fb98a2d8dd37748395eb3ffc8a0407960b0cae545e611e97aa3249c0a81a93f13b211430309083fe9db0912bf27a0a07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb898203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000005001ba0229b9c418c733d629a956d9f8c363231fa63ef4f4bba23512b8614fc34fcc788a05b0486ee6e64d60caadbce6561c9f64288742c312a1cc10c49020393b991419ac0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f20000000000000000000000000000000000000000000000000000000000000500", @@ -3610,30 +3610,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4f9d2ee7e45a531125d9bc3f160d5a42793a83f36305b44381ec58d131f0cfe9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7741a1e8449037bbfe53051906ac546fb6e2eef215c5a3b2fe232ef88a5bf531", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3662,6 +3655,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3679,7 +3679,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -3688,13 +3688,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3723,6 +3716,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3739,7 +3739,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -3752,13 +3752,13 @@ "revertRetDataSize_d26g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "f70188e1d5bf67205b3be98976026c8e32276eded1d63ae29d69f59fc7fc307f", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f05a65eebdf56e8352e4ef6b2cc7f6a58a8bd56f4b4238cf2442465c38ef3d38", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -3772,20 +3772,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb19", - "hash" : "0x9907a3044bc940a7473434ec1d078ca61c24fb39b4535b342a0734901904d62b", + "hash" : "0x3ff0c07b3a81c3a5310e66554fc9375f21bc57f713eecd69904017ce7b2913fb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27", - "stateRoot" : "0x3a144e22e27683de5c08490ac79d504d805aecd3a637d96b9473a689c9825f16", + "stateRoot" : "0xf0d156e26321f9ae584365dfa44f8a0458287568d81cb18c36ea9d1f09c79335", "timestamp" : "0x03e8", "transactionsTrie" : "0xa78cb3dfb08426eda8770b0f867a6ff7cf1b204f8997c3901f098613b6852dbb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03a144e22e27683de5c08490ac79d504d805aecd3a637d96b9473a689c9825f16a0a78cb3dfb08426eda8770b0f867a6ff7cf1b204f8997c3901f098613b6852dbba0304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000005001ba034c9e56e2afe513bf92b110a06c781d0ddd7836e6a92c848092649829048e8bca02c17c1150cb13abc29ffe46c34c353aa2b1deaa9a46a58b39a19de830c0a7378c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f0d156e26321f9ae584365dfa44f8a0458287568d81cb18c36ea9d1f09c79335a0a78cb3dfb08426eda8770b0f867a6ff7cf1b204f8997c3901f098613b6852dbba0304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000005001ba034c9e56e2afe513bf92b110a06c781d0ddd7836e6a92c848092649829048e8bca02c17c1150cb13abc29ffe46c34c353aa2b1deaa9a46a58b39a19de830c0a7378c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f40000000000000000000000000000000000000000000000000000000000000500", @@ -3816,30 +3816,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x9907a3044bc940a7473434ec1d078ca61c24fb39b4535b342a0734901904d62b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x3ff0c07b3a81c3a5310e66554fc9375f21bc57f713eecd69904017ce7b2913fb", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3868,6 +3861,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3885,7 +3885,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -3894,13 +3894,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -3929,6 +3922,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -3945,7 +3945,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -3958,13 +3958,13 @@ "revertRetDataSize_d27g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9789173d5399a88f66cc70032d3279e479a4782140b18639b96488719a053af6", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "db4ebc4cc78ac7cbb643cfa74bf07d8a8efab023e2489d20fe0fd2068f3fb9df", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -3978,20 +3978,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1faa8", - "hash" : "0xa3f41946ef278ea26764c190da7c80f0829c03a2466d306bbb93ec7a3edf763d", + "hash" : "0xd9069bbe1596cb8111f661163b8e1680e8719863111d6dc139163bfe2dda8eb9", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x28dbe88c3bd00f8a2019e8776489263703c5d84c696a1757d0dc1f68e9aee103", - "stateRoot" : "0x78c0f748d793a106fe024b179848930c068d914af2623cb0ef11dee9d78bc9cb", + "stateRoot" : "0x231e33ed3483738c980fe25b57d4d515c54e73f3b9eb73656d23b413ed190676", "timestamp" : "0x03e8", "transactionsTrie" : "0x34cca1320f9bfb1227105f834093464dce488478447b6012314ade0c685ca75d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078c0f748d793a106fe024b179848930c068d914af2623cb0ef11dee9d78bc9cba034cca1320f9bfb1227105f834093464dce488478447b6012314ade0c685ca75da028dbe88c3bd00f8a2019e8776489263703c5d84c696a1757d0dc1f68e9aee103b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000005001ba07e2aa97b2f78ccb78b67e2eecf7013e1e520db8a40300e0d9c21e250aaf52adda03269769290c6774a7c9580ff516719802e197d81ff06bbbcc7a214886b7fdf48c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0231e33ed3483738c980fe25b57d4d515c54e73f3b9eb73656d23b413ed190676a034cca1320f9bfb1227105f834093464dce488478447b6012314ade0c685ca75da028dbe88c3bd00f8a2019e8776489263703c5d84c696a1757d0dc1f68e9aee103b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000005001ba07e2aa97b2f78ccb78b67e2eecf7013e1e520db8a40300e0d9c21e250aaf52adda03269769290c6774a7c9580ff516719802e197d81ff06bbbcc7a214886b7fdf48c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000fa0000000000000000000000000000000000000000000000000000000000000500", @@ -4022,30 +4022,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa3f41946ef278ea26764c190da7c80f0829c03a2466d306bbb93ec7a3edf763d", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd9069bbe1596cb8111f661163b8e1680e8719863111d6dc139163bfe2dda8eb9", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4074,6 +4067,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4091,7 +4091,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -4100,13 +4100,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4135,6 +4128,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4151,7 +4151,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -4164,13 +4164,13 @@ "revertRetDataSize_d28g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "8cf6f8a792225981fa2c9c84e0bbd5208d33c6c15d05cda80fb1bb60219e20ed", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "ba7e112dc3d81618c16a3a531ec7842ec91b9df0941bd6551e82c2c897b5f892", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -4184,20 +4184,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148cd", - "hash" : "0xe2def08956c9cf28b95e5befa8c647777873019889c8fa06d5af88c8b6f2dd99", + "hash" : "0x0b656aed40724d713a11a071854ba6a980f00c39ee1e288eb7b02681d428ec2a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x2d06ea3b2cf371fe184c0a456ab3c14cf3c1cba4a5f5e85fd3ccdab049922d53", - "stateRoot" : "0x2a177951aa183c82e8b5c2fe6574b5f9b2ae2f9f03be73a924e36574b9822bb1", + "stateRoot" : "0x168ac427dc9c15ba8aae160e3ad82bac20dfeb247c620b85d068e77eb9842b41", "timestamp" : "0x03e8", "transactionsTrie" : "0x8a5b1970925d3d9cb4d7ddeddb471a570fdfd5bbf14fb21b47964a6e13a3e133", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02a177951aa183c82e8b5c2fe6574b5f9b2ae2f9f03be73a924e36574b9822bb1a08a5b1970925d3d9cb4d7ddeddb471a570fdfd5bbf14fb21b47964a6e13a3e133a02d06ea3b2cf371fe184c0a456ab3c14cf3c1cba4a5f5e85fd3ccdab049922d53b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000005001ca01cf410f10b2b4367e995a459708ef1d6b0b37dfe9e3bbdb4e885e666f47185b6a029c106ddff29e69389026e64e4458e8cf4345d6b2d38cdf966314a744e194c52c0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0168ac427dc9c15ba8aae160e3ad82bac20dfeb247c620b85d068e77eb9842b41a08a5b1970925d3d9cb4d7ddeddb471a570fdfd5bbf14fb21b47964a6e13a3e133a02d06ea3b2cf371fe184c0a456ab3c14cf3c1cba4a5f5e85fd3ccdab049922d53b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000005001ca01cf410f10b2b4367e995a459708ef1d6b0b37dfe9e3bbdb4e885e666f47185b6a029c106ddff29e69389026e64e4458e8cf4345d6b2d38cdf966314a744e194c52c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f00000000000000000000000000000000000000000000000000000000000000500", @@ -4228,30 +4228,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe2def08956c9cf28b95e5befa8c647777873019889c8fa06d5af88c8b6f2dd99", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0b656aed40724d713a11a071854ba6a980f00c39ee1e288eb7b02681d428ec2a", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4280,6 +4273,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4304,7 +4304,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -4313,13 +4313,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4348,6 +4341,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4364,7 +4364,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -4377,13 +4377,13 @@ "revertRetDataSize_d29g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "f0e85f3f2e3b8e884c81d9028e800275beb718c03993378e93b9556815e3f6d3", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "5d97447706650b6b2186e7ad0438671af2e2ab44a6985769fb7def1d10e6ad10", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -4397,20 +4397,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148cb", - "hash" : "0x5ebd538a9bbf26887dae206633d5c874144c4195f38da6136b804af966cf2e4a", + "hash" : "0x2abef2127fdd7b4bc34956294ef0cb4b9a9a61f309b8f4098c9432232cee07d6", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x7ca4ce12fcaa1932c6310056d22c5dff0592feba5f31d008a7505ad34e96e50f", - "stateRoot" : "0xfde354b62f12649f63bdefcff0f03c2a9a803b9014584a86bed383bcd5e2d075", + "stateRoot" : "0xf068b46fbf284180b0c24d110e35a41ca1650be2fd79e2f649fba1e0b0451b03", "timestamp" : "0x03e8", "transactionsTrie" : "0xf8bdae78f85b4c6d9366fa77d1ae1c3001a771cedd7cf5d77cb245b00215a366", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fde354b62f12649f63bdefcff0f03c2a9a803b9014584a86bed383bcd5e2d075a0f8bdae78f85b4c6d9366fa77d1ae1c3001a771cedd7cf5d77cb245b00215a366a07ca4ce12fcaa1932c6310056d22c5dff0592feba5f31d008a7505ad34e96e50fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000005001ba0e333dfd5278e17448754bbe52722d8b63391fa473863aac1bd9ddaa2a1a44172a04ba1cf5547f7888945762c19dd2bfe43c80f21ab302d871f6e94f9397fd751c7c0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f068b46fbf284180b0c24d110e35a41ca1650be2fd79e2f649fba1e0b0451b03a0f8bdae78f85b4c6d9366fa77d1ae1c3001a771cedd7cf5d77cb245b00215a366a07ca4ce12fcaa1932c6310056d22c5dff0592feba5f31d008a7505ad34e96e50fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148cb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000005001ba0e333dfd5278e17448754bbe52722d8b63391fa473863aac1bd9ddaa2a1a44172a04ba1cf5547f7888945762c19dd2bfe43c80f21ab302d871f6e94f9397fd751c7c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f50000000000000000000000000000000000000000000000000000000000000500", @@ -4441,30 +4441,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5ebd538a9bbf26887dae206633d5c874144c4195f38da6136b804af966cf2e4a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2abef2127fdd7b4bc34956294ef0cb4b9a9a61f309b8f4098c9432232cee07d6", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4493,6 +4486,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4517,7 +4517,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba14fb8", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -4526,13 +4526,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4561,6 +4554,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4577,7 +4577,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -4590,13 +4590,13 @@ "revertRetDataSize_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "ae33a5a777cd9723570d7f40ab74b3adeb6af43342143ed3296c618fc35d42c7", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b86a73ea087f99f1c013bc72c2fd917fb3b4dfd3be1f90cb3946a9cd8b351c49", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -4610,20 +4610,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xcc1d", - "hash" : "0x004d5bdbd79f0a302f81e44f9eb3e83526a6f78f6574536ba0f198e338b00b03", + "hash" : "0x73bc3978e84e8f62b9de554f80bbe91fe3a7a208f2794f9c8f24959f87a70f48", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x9012178b97bdf28e2958660dd9757ea849830adb136fc3f6e6301943f6d89b89", - "stateRoot" : "0xcf216232c6a2e17381856bfa4c2dd74eb9cf6953c002b3eb1dd116f89d6780f2", + "stateRoot" : "0xad8c38f795a990e6e607b40ef21d52d6d481f3cf2fa71b61b34ed4853609fbf8", "timestamp" : "0x03e8", "transactionsTrie" : "0x2c6a27b7833d96f514c1c0d159254b18a6d731c3709161107db1999d50467d34", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cf216232c6a2e17381856bfa4c2dd74eb9cf6953c002b3eb1dd116f89d6780f2a02c6a27b7833d96f514c1c0d159254b18a6d731c3709161107db1999d50467d34a09012178b97bdf28e2958660dd9757ea849830adb136fc3f6e6301943f6d89b89b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc1d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000000001ba0046356e4dbd89a80fb9ec31ebeb89ea15b16bf501369c846a1ba7c76bdcb5d53a0678d53b2bd3fe428db2767307b63399d6edefebeaacf1bdf6f27b1ec694c8642c0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ad8c38f795a990e6e607b40ef21d52d6d481f3cf2fa71b61b34ed4853609fbf8a02c6a27b7833d96f514c1c0d159254b18a6d731c3709161107db1999d50467d34a09012178b97bdf28e2958660dd9757ea849830adb136fc3f6e6301943f6d89b89b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc1d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000000001ba0046356e4dbd89a80fb9ec31ebeb89ea15b16bf501369c846a1ba7c76bdcb5d53a0678d53b2bd3fe428db2767307b63399d6edefebeaacf1bdf6f27b1ec694c8642c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f40000000000000000000000000000000000000000000000000000000000000000", @@ -4654,30 +4654,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x004d5bdbd79f0a302f81e44f9eb3e83526a6f78f6574536ba0f198e338b00b03", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x73bc3978e84e8f62b9de554f80bbe91fe3a7a208f2794f9c8f24959f87a70f48", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4706,6 +4699,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4723,7 +4723,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -4732,13 +4732,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4767,6 +4760,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4783,7 +4783,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -4796,13 +4796,13 @@ "revertRetDataSize_d30g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "1d9ea87f6f489217818a832e46b363134ff53b80f36b19212078fd8ac6d25963", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "8e02a7c5d647a83eb35d7d88c9ee2b7d17eae0d1d1742568f83ad4e63b4b7a9f", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -4816,20 +4816,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xd661", - "hash" : "0x7108175f44394752873ac52adc84853e8abe2cc2fb400814d7924b6e6d7bde4c", + "hash" : "0x4648f34a6bccf9120c8345328daeea73ad3b3de3d4fec561a8ea2acb4e6271df", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xae96bb94d75d8f4a570fadbdaae09379270749781685a4699652e1aa1c480f65", - "stateRoot" : "0x4b1a9d2aba9c124f060240f2268d489c6d012dc98bbc7582e511e8d98944d347", + "stateRoot" : "0x3c926acb6e6d1f57690fa5e11a40c30244fd79d32cf086b87fbff0e59fae9e48", "timestamp" : "0x03e8", "transactionsTrie" : "0x8fde95606d5c2adf58162b54a606c551efad123aa615eab7ff36cc05299922f9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04b1a9d2aba9c124f060240f2268d489c6d012dc98bbc7582e511e8d98944d347a08fde95606d5c2adf58162b54a606c551efad123aa615eab7ff36cc05299922f9a0ae96bb94d75d8f4a570fadbdaae09379270749781685a4699652e1aa1c480f65b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d6618203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f1000000000000000000000000000000000000000000000000000000000000ff001ba0735210452cb8bb61d965628f029dae5665a783f2c5e2eeba2d4f1fc1fdd60173a079667d8e12371a36c81d23b0cf6522e935c2bc268d085bc90c7fc5c197312d5cc0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03c926acb6e6d1f57690fa5e11a40c30244fd79d32cf086b87fbff0e59fae9e48a08fde95606d5c2adf58162b54a606c551efad123aa615eab7ff36cc05299922f9a0ae96bb94d75d8f4a570fadbdaae09379270749781685a4699652e1aa1c480f65b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d6618203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f1000000000000000000000000000000000000000000000000000000000000ff001ba0735210452cb8bb61d965628f029dae5665a783f2c5e2eeba2d4f1fc1fdd60173a079667d8e12371a36c81d23b0cf6522e935c2bc268d085bc90c7fc5c197312d5cc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f1000000000000000000000000000000000000000000000000000000000000ff00", @@ -4860,30 +4860,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7108175f44394752873ac52adc84853e8abe2cc2fb400814d7924b6e6d7bde4c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x4648f34a6bccf9120c8345328daeea73ad3b3de3d4fec561a8ea2acb4e6271df", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4912,6 +4905,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4929,7 +4929,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -4938,13 +4938,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -4973,6 +4966,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -4989,7 +4989,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -5002,13 +5002,13 @@ "revertRetDataSize_d31g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "0f94bb2257d31ecfd09ae4ed8126d7d020e45362d1d44481435e74acedb9cead", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "50f35bebba90fb9a2cf128f59c7e3222001f8ae5257839f26b39450565443658", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -5022,20 +5022,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xd65b", - "hash" : "0x932e69ac6cf6dbfb23766dd14c746fabe1eb8d03a12dca9610499943ad5e0fd2", + "hash" : "0xc31236918ff42b96fdc0d036a32a60e795340ca22ee4bda188a92d94d8756b67", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xf71f8ef5de5825353bd05916eca4b338eb63f28cd0b9fbdf5687cee6e686208a", - "stateRoot" : "0x5d5eae1c9d51ac5581c3f657e2d30c3937a2e91ce65a856c4ab8add287fbb4f2", + "stateRoot" : "0x9896ff1862cdbc8ad047d3ae87a89bec6e701418e8c8d7513d5693dd7d7058a9", "timestamp" : "0x03e8", "transactionsTrie" : "0x8344a376c13db4eee1d26137c82931fbf53351469aa9ce25c2d994ea567243cc", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05d5eae1c9d51ac5581c3f657e2d30c3937a2e91ce65a856c4ab8add287fbb4f2a08344a376c13db4eee1d26137c82931fbf53351469aa9ce25c2d994ea567243cca0f71f8ef5de5825353bd05916eca4b338eb63f28cd0b9fbdf5687cee6e686208ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d65b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f2000000000000000000000000000000000000000000000000000000000000ff001ba01f58c27edae16043a4b74388538cd041c547e0d230497b30e8a7447b364fec8fa071646575e17af1581285fc66c41b156d3acaabaee6d2442f6ec9a9b2f256b0e4c0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09896ff1862cdbc8ad047d3ae87a89bec6e701418e8c8d7513d5693dd7d7058a9a08344a376c13db4eee1d26137c82931fbf53351469aa9ce25c2d994ea567243cca0f71f8ef5de5825353bd05916eca4b338eb63f28cd0b9fbdf5687cee6e686208ab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d65b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f2000000000000000000000000000000000000000000000000000000000000ff001ba01f58c27edae16043a4b74388538cd041c547e0d230497b30e8a7447b364fec8fa071646575e17af1581285fc66c41b156d3acaabaee6d2442f6ec9a9b2f256b0e4c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f2000000000000000000000000000000000000000000000000000000000000ff00", @@ -5066,30 +5066,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x932e69ac6cf6dbfb23766dd14c746fabe1eb8d03a12dca9610499943ad5e0fd2", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc31236918ff42b96fdc0d036a32a60e795340ca22ee4bda188a92d94d8756b67", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5118,6 +5111,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5135,7 +5135,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -5144,13 +5144,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5179,6 +5172,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5195,7 +5195,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -5208,13 +5208,13 @@ "revertRetDataSize_d32g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "99132fb0bcf58f35f12470fbae6ab64da69c0a38f00a1788038e7efc6e497ef5", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "3d772564a980f2001ff8d5a2375b666dfa7dd490574e287382532ef34fab5779", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -5228,20 +5228,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xd658", - "hash" : "0x52a554c20c9f628b893eaf3a802a727f600e0301a40c91bb3a87406fff51c230", + "hash" : "0xa475dbf6e0e4237c4f3fb551cdc1f64c42e543a25342877aeb4cf376bc44c5d0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x42dd66802fac751d56f77ddc6d2b23a7497b1833b015b613a591b2d70c248032", - "stateRoot" : "0x35f0b209c8ac35d00c9ad5d8e54aee68e1630179e40a75712f30a43db6eff642", + "stateRoot" : "0xf3c032cb1cc8a445c6ff6b3587203806a5bf3ba41b3cdd6c6483ba96254a370e", "timestamp" : "0x03e8", "transactionsTrie" : "0xb72f95fef9c886bb0e3b28f998d583f086569fb7a1027666441b5e1c189d3257", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa035f0b209c8ac35d00c9ad5d8e54aee68e1630179e40a75712f30a43db6eff642a0b72f95fef9c886bb0e3b28f998d583f086569fb7a1027666441b5e1c189d3257a042dd66802fac751d56f77ddc6d2b23a7497b1833b015b613a591b2d70c248032b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d6588203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f4000000000000000000000000000000000000000000000000000000000000ff001ca0ab4dcabe4ec22a26c0d9851675ddce37667d27c688cccedad1cd94742ac6a8cba00e36f4d3c4f6e4bc6851b6020bb4cbe493e051bec63aa782760f32614fef961ac0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f3c032cb1cc8a445c6ff6b3587203806a5bf3ba41b3cdd6c6483ba96254a370ea0b72f95fef9c886bb0e3b28f998d583f086569fb7a1027666441b5e1c189d3257a042dd66802fac751d56f77ddc6d2b23a7497b1833b015b613a591b2d70c248032b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d6588203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f4000000000000000000000000000000000000000000000000000000000000ff001ca0ab4dcabe4ec22a26c0d9851675ddce37667d27c688cccedad1cd94742ac6a8cba00e36f4d3c4f6e4bc6851b6020bb4cbe493e051bec63aa782760f32614fef961ac0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f4000000000000000000000000000000000000000000000000000000000000ff00", @@ -5272,30 +5272,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x52a554c20c9f628b893eaf3a802a727f600e0301a40c91bb3a87406fff51c230", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa475dbf6e0e4237c4f3fb551cdc1f64c42e543a25342877aeb4cf376bc44c5d0", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5317,9 +5310,16 @@ "storage" : { } }, - "0x0000000000000000000000000000000000000500" : { + "0x0000000000000000000000000000000000000500" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0xfe00", + "nonce" : "0x00", + "storage" : { + } + }, + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0xfe00", + "code" : "0x600260016000030460005260016000510160205260406000f300", "nonce" : "0x00", "storage" : { } @@ -5341,7 +5341,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -5350,13 +5350,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5385,6 +5378,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5401,7 +5401,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -5414,13 +5414,13 @@ "revertRetDataSize_d33g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "a30051e5a9af033a7dfe344ec16e4b9212da634a6ff0f5d7a690696b66cc412d", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "70506ede1c669779602cebdbf4d82655211f64b1517f50d6d535833b87c2b494", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -5434,20 +5434,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xd658", - "hash" : "0x325383944d6282ea817f8c740a55bb10e8c2a4da0539083085530683fdc01fa9", + "hash" : "0x26be0622f4dd15b1c0f5dc9d2af602b2d7bb239f6513f3e2464df392e2dd85fd", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x42dd66802fac751d56f77ddc6d2b23a7497b1833b015b613a591b2d70c248032", - "stateRoot" : "0x35f0b209c8ac35d00c9ad5d8e54aee68e1630179e40a75712f30a43db6eff642", + "stateRoot" : "0xf3c032cb1cc8a445c6ff6b3587203806a5bf3ba41b3cdd6c6483ba96254a370e", "timestamp" : "0x03e8", "transactionsTrie" : "0x05bc1047298fbe32e0af7beea257f54eac8ebb133766aa117afef8835f38c89e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa035f0b209c8ac35d00c9ad5d8e54aee68e1630179e40a75712f30a43db6eff642a005bc1047298fbe32e0af7beea257f54eac8ebb133766aa117afef8835f38c89ea042dd66802fac751d56f77ddc6d2b23a7497b1833b015b613a591b2d70c248032b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d6588203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa000000000000000000000000000000000000000000000000000000000000ff001ca02820b0e2a57e53d2344d2ccb2f3d6e88fe579ecd58842a004aea09f2f416a552a06c9667b1763850dc583728650eb9dc5a2be910003d28db55c07ddd1e3cf0f436c0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f3c032cb1cc8a445c6ff6b3587203806a5bf3ba41b3cdd6c6483ba96254a370ea005bc1047298fbe32e0af7beea257f54eac8ebb133766aa117afef8835f38c89ea042dd66802fac751d56f77ddc6d2b23a7497b1833b015b613a591b2d70c248032b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082d6588203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa000000000000000000000000000000000000000000000000000000000000ff001ca02820b0e2a57e53d2344d2ccb2f3d6e88fe579ecd58842a004aea09f2f416a552a06c9667b1763850dc583728650eb9dc5a2be910003d28db55c07ddd1e3cf0f436c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000fa000000000000000000000000000000000000000000000000000000000000ff00", @@ -5478,30 +5478,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x325383944d6282ea817f8c740a55bb10e8c2a4da0539083085530683fdc01fa9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x26be0622f4dd15b1c0f5dc9d2af602b2d7bb239f6513f3e2464df392e2dd85fd", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5530,6 +5523,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5547,7 +5547,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -5556,13 +5556,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5591,6 +5584,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5607,7 +5607,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -5620,13 +5620,13 @@ "revertRetDataSize_d34g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "8166259575eb2582a0af9b32900b58c089b9a581e75532e67263a71997975391", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "af559b6d8059376dbb27a19fdb6897027b3bbbac089c15cd1e9ffa06f7de00a5", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -5640,20 +5640,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0152ee", - "hash" : "0xbd895617e3ad658ba143fa679401f5ce2824a02b1e87ec3b0b28a6a498324566", + "hash" : "0xf59fef77025de95af241b8cd43d17b02f5a40276263d1610bbcf3998b469dc6f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x340c10164b2ba0badd9333cca3b7f96b248124444e22d37153786b451a4ff297", - "stateRoot" : "0x4bc3357584a3d239c6b112863248965ac7dada829ed74284133fa75a95369543", + "stateRoot" : "0x79636aef89d7e4bfc68114c5418251862b6845fc191f1a8568f698c31d32723c", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc858bb7ef5ea07f3ceba079b4a67bd950f78bbaf1475aca17876efdb5da2a0b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04bc3357584a3d239c6b112863248965ac7dada829ed74284133fa75a95369543a0bc858bb7ef5ea07f3ceba079b4a67bd950f78bbaf1475aca17876efdb5da2a0ba0340c10164b2ba0badd9333cca3b7f96b248124444e22d37153786b451a4ff297b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830152ee8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f0000000000000000000000000000000000000000000000000000000000000ff001ba0a99355b9f772fbb147345251d5bc655877a0b65168d66b4b97439bd7da9fc6cfa06713314cc3302a37d8f64945f6797dc3745b9aefc004c0ea2b9eacef7a22c95dc0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa079636aef89d7e4bfc68114c5418251862b6845fc191f1a8568f698c31d32723ca0bc858bb7ef5ea07f3ceba079b4a67bd950f78bbaf1475aca17876efdb5da2a0ba0340c10164b2ba0badd9333cca3b7f96b248124444e22d37153786b451a4ff297b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830152ee8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f0000000000000000000000000000000000000000000000000000000000000ff001ba0a99355b9f772fbb147345251d5bc655877a0b65168d66b4b97439bd7da9fc6cfa06713314cc3302a37d8f64945f6797dc3745b9aefc004c0ea2b9eacef7a22c95dc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f0000000000000000000000000000000000000000000000000000000000000ff00", @@ -5684,30 +5684,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbd895617e3ad658ba143fa679401f5ce2824a02b1e87ec3b0b28a6a498324566", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf59fef77025de95af241b8cd43d17b02f5a40276263d1610bbcf3998b469dc6f", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5736,6 +5729,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5760,7 +5760,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -5769,13 +5769,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5804,6 +5797,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5820,7 +5820,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -5833,13 +5833,13 @@ "revertRetDataSize_d35g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "be6040e4cee5d1c8ba7121c5964b0d29bfb21764e72e7427d1489db1bdb403fb", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e02bc88357ce18fbc4bc98ad96c5f6d45e15be3a3a01762954250b40e1728fbe", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -5853,20 +5853,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0152ec", - "hash" : "0xbd517a23f0ce496e7cf4e8cd52da621d33255d08bb814776974943b6547a9c37", + "hash" : "0x41c205e24b6e19456850badd3928fbdc982ddc404ad22b7a6cddc12467c81690", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xef207f7eb64817b5ec0afd4c29efc315a5ecc80d4dcd1067fa2094405be861c1", - "stateRoot" : "0x377f0ba43f2aae469e619f1b48248b89cc5a0a54f317d94bd68b2341bed9a934", + "stateRoot" : "0x0dfb14764b3861c7d59e0c90811e05318c55bccc1da651a64485a2caa7ae6fbb", "timestamp" : "0x03e8", "transactionsTrie" : "0xd446b755eb6b821a5779c083b2edbf6d187531fef5d64c1db729b6ae66b0eba8", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0377f0ba43f2aae469e619f1b48248b89cc5a0a54f317d94bd68b2341bed9a934a0d446b755eb6b821a5779c083b2edbf6d187531fef5d64c1db729b6ae66b0eba8a0ef207f7eb64817b5ec0afd4c29efc315a5ecc80d4dcd1067fa2094405be861c1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830152ec8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f5000000000000000000000000000000000000000000000000000000000000ff001ca086bac0bcbd37f1dbfb8d02066d9342ea605c2a33ac3b6067934914eaf32700daa075e345d1098d667bf46e8abf605a081f16a205256ca66eabe7315d774c882436c0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00dfb14764b3861c7d59e0c90811e05318c55bccc1da651a64485a2caa7ae6fbba0d446b755eb6b821a5779c083b2edbf6d187531fef5d64c1db729b6ae66b0eba8a0ef207f7eb64817b5ec0afd4c29efc315a5ecc80d4dcd1067fa2094405be861c1b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830152ec8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f5000000000000000000000000000000000000000000000000000000000000ff001ca086bac0bcbd37f1dbfb8d02066d9342ea605c2a33ac3b6067934914eaf32700daa075e345d1098d667bf46e8abf605a081f16a205256ca66eabe7315d774c882436c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f5000000000000000000000000000000000000000000000000000000000000ff00", @@ -5897,30 +5897,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbd517a23f0ce496e7cf4e8cd52da621d33255d08bb814776974943b6547a9c37", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x41c205e24b6e19456850badd3928fbdc982ddc404ad22b7a6cddc12467c81690", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -5949,6 +5942,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -5973,7 +5973,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba14fb8", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -5982,13 +5982,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6017,6 +6010,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6033,7 +6033,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -6046,13 +6046,13 @@ "revertRetDataSize_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9a4ab45521355f8d28b02a1615ca009b33d517d36b86c61bb4d29ab2859fa39e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b182e1e4afc5f9637f214c073c75e6dcb3cd83facafae2a052d9caa3b56601e8", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -6066,20 +6066,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xcc1d", - "hash" : "0xbd089ae19c956e0e28467b2f628c6522afee7f77b5792a1f99a42257b5d4f178", + "hash" : "0x7af7db82d5faaaf4a539a4706664584e5075e0690bd032c42015062fe16dae9e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x9012178b97bdf28e2958660dd9757ea849830adb136fc3f6e6301943f6d89b89", - "stateRoot" : "0xcf216232c6a2e17381856bfa4c2dd74eb9cf6953c002b3eb1dd116f89d6780f2", + "stateRoot" : "0xad8c38f795a990e6e607b40ef21d52d6d481f3cf2fa71b61b34ed4853609fbf8", "timestamp" : "0x03e8", "transactionsTrie" : "0x689fa78691e8d872cc9c3a6147317e5f954ffd1b4b376293f59f841e94b0d9d0", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cf216232c6a2e17381856bfa4c2dd74eb9cf6953c002b3eb1dd116f89d6780f2a0689fa78691e8d872cc9c3a6147317e5f954ffd1b4b376293f59f841e94b0d9d0a09012178b97bdf28e2958660dd9757ea849830adb136fc3f6e6301943f6d89b89b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc1d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000000001ca085fb2d14ebfa238c3211034b719c34a6f33f68a3af035101359371aeba87724fa03e8bcce578c49c1b6cb570bca5ff678fd495cfd6939638c6a8b68d93cf9c30c9c0c0", + "rlp" : "0xf902e9f9023aa01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ad8c38f795a990e6e607b40ef21d52d6d481f3cf2fa71b61b34ed4853609fbf8a0689fa78691e8d872cc9c3a6147317e5f954ffd1b4b376293f59f841e94b0d9d0a09012178b97bdf28e2958660dd9757ea849830adb136fc3f6e6301943f6d89b89b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082cc1d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000000001ca085fb2d14ebfa238c3211034b719c34a6f33f68a3af035101359371aeba87724fa03e8bcce578c49c1b6cb570bca5ff678fd495cfd6939638c6a8b68d93cf9c30c9c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000fa0000000000000000000000000000000000000000000000000000000000000000", @@ -6110,30 +6110,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbd089ae19c956e0e28467b2f628c6522afee7f77b5792a1f99a42257b5d4f178", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7af7db82d5faaaf4a539a4706664584e5075e0690bd032c42015062fe16dae9e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6162,6 +6155,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6179,7 +6179,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -6188,13 +6188,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6223,6 +6216,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6239,7 +6239,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -6252,13 +6252,13 @@ "revertRetDataSize_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7d54650d38ac653669c0246ffac5c2c3f45b96352c30799a28de41fa6ac65a2e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "10994952d322e3026588732c3ca0f43e957b6ea9982fe1806d583b893d14deb4", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -6272,20 +6272,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148b8", - "hash" : "0x9bbdd12438b53139a333e0f2ec8838c2c55b8719c731945cf3aaf1e018a7414f", + "hash" : "0x0f05eaac82b1386e55272812e859f5f6fa3c606de34b8a69099560eae5f2ff2b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x8771f3825e55d6c6d71d7b77b65e0be7504175222e3a1297cd94bb07c380d479", - "stateRoot" : "0xce84f9f996e3a31f105cf83e2f97cf018ead4867238d3ebad3830e64d28f49e6", + "stateRoot" : "0xeebf9134e23ac21ce7fb704c63bef36014368082ff780594e0a35c5b29a2abcc", "timestamp" : "0x03e8", "transactionsTrie" : "0x9b75cfef959b1d464e6389bba1c53e6efb1d4c86cbbf30d0312a80e6070a3763", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ce84f9f996e3a31f105cf83e2f97cf018ead4867238d3ebad3830e64d28f49e6a09b75cfef959b1d464e6389bba1c53e6efb1d4c86cbbf30d0312a80e6070a3763a08771f3825e55d6c6d71d7b77b65e0be7504175222e3a1297cd94bb07c380d479b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148b88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000000001ba0986f4a82ed263e84e2db967a86615ec3a83d1fbc24bad89815d2ff0569addb7ea076112b75848611e824c40beabd670948283eb95ee4aaec8b7bdbcbc842c688a6c0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eebf9134e23ac21ce7fb704c63bef36014368082ff780594e0a35c5b29a2abcca09b75cfef959b1d464e6389bba1c53e6efb1d4c86cbbf30d0312a80e6070a3763a08771f3825e55d6c6d71d7b77b65e0be7504175222e3a1297cd94bb07c380d479b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148b88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000000001ba0986f4a82ed263e84e2db967a86615ec3a83d1fbc24bad89815d2ff0569addb7ea076112b75848611e824c40beabd670948283eb95ee4aaec8b7bdbcbc842c688a6c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f00000000000000000000000000000000000000000000000000000000000000000", @@ -6316,30 +6316,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x9bbdd12438b53139a333e0f2ec8838c2c55b8719c731945cf3aaf1e018a7414f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0f05eaac82b1386e55272812e859f5f6fa3c606de34b8a69099560eae5f2ff2b", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6368,6 +6361,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6392,7 +6392,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -6401,13 +6401,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6436,6 +6429,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6452,7 +6452,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -6465,13 +6465,13 @@ "revertRetDataSize_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7a0478a188f7e6c7f4bfb04f3bfe1355f41dd02d207069bea294441d50e197d1", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "6ebac6172a640f2833befc648e38e9e8828754231fd363393013ed1074827be4", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -6485,20 +6485,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x0148b6", - "hash" : "0xdc8ef379a897d7153150aacd32df01cb39e73de6ea533e337f4f8ba0ff87698c", + "hash" : "0xcfd4133133b713ddc9785a705993cbe25368a22d03b44fea8cdcc44b4ec9c61d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x24338b41ac2abb2c27f1620e0352a04c5831a8a57a33f60c24ba797fe571a15f", - "stateRoot" : "0x61ea1cb8e7d4ac2b8d386d511d96abdf15bc26deaaad0408c20e42abfc0aa67e", + "stateRoot" : "0xb4d6f26766489738ac2b2179f0d2332d9d638a07c08363d2f4ae2a8350d2db9a", "timestamp" : "0x03e8", "transactionsTrie" : "0xebc8ae20e4823794485f59f27535a4d5dbced3d0296235350006a4b354bc16ed", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ba0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa061ea1cb8e7d4ac2b8d386d511d96abdf15bc26deaaad0408c20e42abfc0aa67ea0ebc8ae20e4823794485f59f27535a4d5dbced3d0296235350006a4b354bc16eda024338b41ac2abb2c27f1620e0352a04c5831a8a57a33f60c24ba797fe571a15fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148b68203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000000001ba09fdf1901e7d6a6e977af21b2658b9447864c9c86490b78b403eb57366aa0e5c4a04c9bfe86572e64e10f329a93bd3b40431abbd735098e44df3f4119fe833a706fc0c0", + "rlp" : "0xf902eaf9023ba01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b4d6f26766489738ac2b2179f0d2332d9d638a07c08363d2f4ae2a8350d2db9aa0ebc8ae20e4823794485f59f27535a4d5dbced3d0296235350006a4b354bc16eda024338b41ac2abb2c27f1620e0352a04c5831a8a57a33f60c24ba797fe571a15fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e100830148b68203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f500000000000000000000000000000000000000000000000000000000000000001ba09fdf1901e7d6a6e977af21b2658b9447864c9c86490b78b403eb57366aa0e5c4a04c9bfe86572e64e10f329a93bd3b40431abbd735098e44df3f4119fe833a706fc0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f50000000000000000000000000000000000000000000000000000000000000000", @@ -6529,30 +6529,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xdc8ef379a897d7153150aacd32df01cb39e73de6ea533e337f4f8ba0ff87698c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xcfd4133133b713ddc9785a705993cbe25368a22d03b44fea8cdcc44b4ec9c61d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6581,6 +6574,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6598,7 +6598,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba14fb8", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x01", "storage" : { "0x00" : "0x40", @@ -6614,13 +6614,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6649,6 +6642,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6665,7 +6665,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -6678,13 +6678,13 @@ "revertRetDataSize_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "da4619bbb8f81e5ec81bc4feac36924bac7cae72094f4572309a33db15a239a3", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2fba985020896a03ca29aaeeae1954880e4c10a3fdf85a646693cfb20c11b959", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -6698,20 +6698,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fbf9", - "hash" : "0x3b45e2925598a68de053910eba36a6ea53f1c9d48a2504bbe25f10c459e6ff35", + "hash" : "0xaf4307513534f16dfb643178828dafcb8636936b0928e5236700dc283898fa39", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x9c72e9858f11b18b7d0486edadbe42500aab07b63e54b7185d0e010c33ad0072", - "stateRoot" : "0xb6292c98c76d2a799fd25583d916bfb29649c597683841098f879c7b81840c40", + "stateRoot" : "0x26936628563d22e4abb5e8834875b72f2d982b7c1ec31a19d999827fa8c3847f", "timestamp" : "0x03e8", "transactionsTrie" : "0x574c57d91b243a978cda049a61cdee6658651c046fcc63b6d2206d62a4e074ed", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b6292c98c76d2a799fd25583d916bfb29649c597683841098f879c7b81840c40a0574c57d91b243a978cda049a61cdee6658651c046fcc63b6d2206d62a4e074eda09c72e9858f11b18b7d0486edadbe42500aab07b63e54b7185d0e010c33ad0072b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbf98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000002001ba0b62351afd34e89bd20bcbd1341654a3cfe50d548d555a61daacc9ea0bd90d80aa07c12569df6fe8182f413841bded4f51207e79b5170b31e2dc3f025e3a0b39cb9c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa026936628563d22e4abb5e8834875b72f2d982b7c1ec31a19d999827fa8c3847fa0574c57d91b243a978cda049a61cdee6658651c046fcc63b6d2206d62a4e074eda09c72e9858f11b18b7d0486edadbe42500aab07b63e54b7185d0e010c33ad0072b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fbf98203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f100000000000000000000000000000000000000000000000000000000000002001ba0b62351afd34e89bd20bcbd1341654a3cfe50d548d555a61daacc9ea0bd90d80aa07c12569df6fe8182f413841bded4f51207e79b5170b31e2dc3f025e3a0b39cb9c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f10000000000000000000000000000000000000000000000000000000000000200", @@ -6742,30 +6742,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3b45e2925598a68de053910eba36a6ea53f1c9d48a2504bbe25f10c459e6ff35", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xaf4307513534f16dfb643178828dafcb8636936b0928e5236700dc283898fa39", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6794,6 +6787,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6811,7 +6811,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -6820,13 +6820,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -6855,6 +6848,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -6871,7 +6871,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -6884,13 +6884,13 @@ "revertRetDataSize_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "e4710184e8a9c8804075759196e02b7573430c14e9a09310b1fe70da5ddfcde0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "4cd7b7c01fa8368d9a7405e43481cc861b3ebe24c66fa3344290a278224da9d1", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -6904,20 +6904,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb89", - "hash" : "0x582d35cfddc02516075ac002e4bba9cb487a3f1ae94e22a1598bed79eefed6c3", + "hash" : "0x9d088c5c0e1ccf88b03375f545070d3b02cc520aaf50e776f73dc8b36cd647f6", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0xa07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3", - "stateRoot" : "0x9ea8b6c0390abab98d93d6ae61d2e924dff451dceb7e262aa2d6338a5ba49c40", + "stateRoot" : "0xe01a72b7154514abc35569506e78c4f3e6b05f6fb98a2d8dd37748395eb3ffc8", "timestamp" : "0x03e8", "transactionsTrie" : "0xad62dff42494a5dcda76f606cd0016cc0fe36d0a20909cda92d0f9c9c4546b67", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ea8b6c0390abab98d93d6ae61d2e924dff451dceb7e262aa2d6338a5ba49c40a0ad62dff42494a5dcda76f606cd0016cc0fe36d0a20909cda92d0f9c9c4546b67a0a07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb898203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000002001ba022afe379a5eabb3b532498607b7921558d1a9e9fdfc90e080e746103533f243aa06f66bc845392376e512f458e11742ad066566230878e24197090f666c045e155c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e01a72b7154514abc35569506e78c4f3e6b05f6fb98a2d8dd37748395eb3ffc8a0ad62dff42494a5dcda76f606cd0016cc0fe36d0a20909cda92d0f9c9c4546b67a0a07f94f9be13ed1dc95c115224c26d5ea50907f632b40b25b0f11f4c296c75f3b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb898203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f200000000000000000000000000000000000000000000000000000000000002001ba022afe379a5eabb3b532498607b7921558d1a9e9fdfc90e080e746103533f243aa06f66bc845392376e512f458e11742ad066566230878e24197090f666c045e155c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f20000000000000000000000000000000000000000000000000000000000000200", @@ -6948,30 +6948,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x582d35cfddc02516075ac002e4bba9cb487a3f1ae94e22a1598bed79eefed6c3", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x9d088c5c0e1ccf88b03375f545070d3b02cc520aaf50e776f73dc8b36cd647f6", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -7000,6 +6993,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -7017,7 +7017,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -7026,13 +7026,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -7061,6 +7054,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -7077,7 +7077,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -7090,13 +7090,13 @@ "revertRetDataSize_d8g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "f6a6e3464e81eb9b0ce71f656c003374436d3803d31ff14a04e55ffbc17accf0", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "4a01f23003b2dcb9ad0ce8a6fba5139aaac28907e8fb23d38dfda15c845f1861", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -7110,20 +7110,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fb19", - "hash" : "0x233515e4325df50acc00f57ce2e6d7eb21e51abcf7513f1f19ada4fc93c884f2", + "hash" : "0x84b546fb9e0e4d3d0d1842ea6f1f71658b73888fe551356e31c62e0d136b9042", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27", - "stateRoot" : "0x3a144e22e27683de5c08490ac79d504d805aecd3a637d96b9473a689c9825f16", + "stateRoot" : "0xf0d156e26321f9ae584365dfa44f8a0458287568d81cb18c36ea9d1f09c79335", "timestamp" : "0x03e8", "transactionsTrie" : "0xe30c3e587545014e3a67f87969ee0e37f650c27ae506e27957219aa416dfaf82", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03a144e22e27683de5c08490ac79d504d805aecd3a637d96b9473a689c9825f16a0e30c3e587545014e3a67f87969ee0e37f650c27ae506e27957219aa416dfaf82a0304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000002001ba049288ded2d4eb48b6b7209c27ed8f135d4210f4d25091bf6095c68f95b5d8063a02a758096ad90025bddcc4dd0bdc900d8419cf66f5a77a2026413fe3dad1bb229c0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f0d156e26321f9ae584365dfa44f8a0458287568d81cb18c36ea9d1f09c79335a0e30c3e587545014e3a67f87969ee0e37f650c27ae506e27957219aa416dfaf82a0304e2bc18660851af30cd9511da76fa3810f8f73314081e0cac9f518815a7d27b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fb198203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000f400000000000000000000000000000000000000000000000000000000000002001ba049288ded2d4eb48b6b7209c27ed8f135d4210f4d25091bf6095c68f95b5d8063a02a758096ad90025bddcc4dd0bdc900d8419cf66f5a77a2026413fe3dad1bb229c0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000f40000000000000000000000000000000000000000000000000000000000000200", @@ -7154,30 +7154,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x233515e4325df50acc00f57ce2e6d7eb21e51abcf7513f1f19ada4fc93c884f2", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x84b546fb9e0e4d3d0d1842ea6f1f71658b73888fe551356e31c62e0d136b9042", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -7206,6 +7199,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -7223,7 +7223,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -7232,13 +7232,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -7267,6 +7260,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -7283,7 +7283,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", @@ -7296,13 +7296,13 @@ "revertRetDataSize_d9g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "dbe6d91f156e0dba980c5d9d94a9df21cc853573848e68ea1641cd3f6a06d23f", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "e8f9e2a485ce69da62cf12ca0734e3651aaf001b8b138fd00c902c6135e9f866", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stReturnDataTest/revertRetDataSizeFiller.yml", - "sourceHash" : "c6cc53587bb19a1ae92109e59debc7ca2d3ff6e25ac53f58ba1b12eb31ac85ac" + "sourceHash" : "9ce0ba562c5d45a30fde1caf09c9b9484abeecb26640f8f85faaee75d1edcfb0" }, "blocks" : [ { @@ -7316,20 +7316,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1faa8", - "hash" : "0xd0c7261a73ed7a5ff9becfc435a63bd9ceb2f1f3a453cd05b2fbb79d8b90f4d8", + "hash" : "0xc14558259e80c577617dbaf46c19a9d6eeaadfae17d1e1df081203a70d6bf8e0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "parentHash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "receiptTrie" : "0x28dbe88c3bd00f8a2019e8776489263703c5d84c696a1757d0dc1f68e9aee103", - "stateRoot" : "0x78c0f748d793a106fe024b179848930c068d914af2623cb0ef11dee9d78bc9cb", + "stateRoot" : "0x231e33ed3483738c980fe25b57d4d515c54e73f3b9eb73656d23b413ed190676", "timestamp" : "0x03e8", "transactionsTrie" : "0x34b83e5449aa72b38f7f2cfbe3920639afc778fc78e931f27d2a5d7eb1efdad7", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078c0f748d793a106fe024b179848930c068d914af2623cb0ef11dee9d78bc9cba034b83e5449aa72b38f7f2cfbe3920639afc778fc78e931f27d2a5d7eb1efdad7a028dbe88c3bd00f8a2019e8776489263703c5d84c696a1757d0dc1f68e9aee103b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000002001ba0366a1f1025cbb05e504b67909788e2adc415e5585ac082dcb2570ed30d6b9910a04354c6ea40c4addf2a2a3a3cf28c36ed1c7cded17a2cb1e553e5f7ef6b5bda9ac0c0", + "rlp" : "0xf902ebf9023ca01294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0231e33ed3483738c980fe25b57d4d515c54e73f3b9eb73656d23b413ed190676a034b83e5449aa72b38f7f2cfbe3920639afc778fc78e931f27d2a5d7eb1efdad7a028dbe88c3bd00f8a2019e8776489263703c5d84c696a1757d0dc1f68e9aee103b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1faa88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e600000000000000000000000000000000000000000000000000000000000000fa00000000000000000000000000000000000000000000000000000000000002001ba0366a1f1025cbb05e504b67909788e2adc415e5585ac082dcb2570ed30d6b9910a04354c6ea40c4addf2a2a3a3cf28c36ed1c7cded17a2cb1e553e5f7ef6b5bda9ac0c0", "transactions" : [ { "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000000fa0000000000000000000000000000000000000000000000000000000000000200", @@ -7360,30 +7360,23 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x288747dc2c7359668585d32ca9306a031091c50c25328ad305ab10a2d78f5292", + "hash" : "0x1294034c7cccf6b203c3a0197a17c71b063dc65a680418b5e1cbca45c910c823", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cc", + "stateRoot" : "0xe18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fccb34922fb133ceee425d439d42904a8e960776fbbbb8947b402ded7980a4cca056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd0c7261a73ed7a5ff9becfc435a63bd9ceb2f1f3a453cd05b2fbb79d8b90f4d8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e18af34163091dec0c04ef43df98f5f7828b834b696e1c608e59ba64caa693a0a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc14558259e80c577617dbaf46c19a9d6eeaadfae17d1e1df081203a70d6bf8e0", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -7412,6 +7405,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -7429,7 +7429,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x40", @@ -7438,13 +7438,6 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { - "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x600260016000030460005260016000510160205260406000f300", - "nonce" : "0x00", - "storage" : { - } - }, "0x0000000000000000000000000000000000000200" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5000", @@ -7473,6 +7466,13 @@ "storage" : { } }, + "0x0000000000000000000000000000000000001000" : { + "balance" : "0x0ba1a9ce0ba1a9ce", + "code" : "0x600260016000030460005260016000510160205260406000f300", + "nonce" : "0x00", + "storage" : { + } + }, "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", @@ -7489,7 +7489,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006101005af1503d600055604060006000600060006101006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006101005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006101005af2503d600055604060006000600060006101006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006101005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006101005af4503d60005560406000600060006101006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006101005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006101005afa503d60005560406000600060006101006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006101005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006101005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006101005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", + "code" : "0x6000602435146100115760005061001f565b600980610391600039610100525b61ff006024351461003257600050610046565b6000600060006000600061ff005af1610100525b610200602435146100595760005061006d565b605060005360006001600001536002610100525b61030060243514610080576000506100a4565b60606000536000600160000153605660026000015360006002600001536004610100525b610400602435146100b7576000506100eb565b6060600053600160016000015360606002600001536001600360000153605760046000015360006005600001536006610100525b610500602435146100fe57600050610112565b60fe60005360006001600001536002610100525b60006024351460f1600435141661012b57600050610155565b604060006000600060006110005af1503d600055604060006000600060006110006000f1503d6001555b60006024351160f1600435141661016e5760005061019c565b604060006000600060006110005af1503d60005560406000600060006000602435620f00005a03f1503d6001555b60006024351460f260043514166101b5576000506101df565b604060006000600060006110005af2503d600055604060006000600060006110006000f2503d6001555b60006024351160f260043514166101f857600050610221565b604060006000600060006110005af1503d600055604060006000600060006024355af2503d6001555b60006024351460f4600435141661023a57600050610260565b60406000600060006110005af4503d60005560406000600060006110006000f4503d6001555b60006024351160f46004351416610279576000506102a0565b604060006000600060006110005af1503d60005560406000600060006024355af4503d6001555b60006024351460fa60043514166102b9576000506102df565b60406000600060006110005afa503d60005560406000600060006110006000fa503d6001555b60006024351160fa60043514166102f85760005061031f565b604060006000600060006110005af1503d60005560406000600060006024355afa503d6001555b60f06004351461033157600050610352565b60406000600060006110005afa503d6000556101005160006000f0503d6001555b60f56004351461036457600050610388565b60406000600060006110005afa503d6000556101005160006000615a17f5503d6001555b6160a760025500fe600160000360002000", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7", diff --git a/BlockchainTests/GeneralStateTests/stRevertTest/costRevert.json b/BlockchainTests/GeneralStateTests/stRevertTest/costRevert.json index 0742fab464..cb26e1b959 100644 --- a/BlockchainTests/GeneralStateTests/stRevertTest/costRevert.json +++ b/BlockchainTests/GeneralStateTests/stRevertTest/costRevert.json @@ -2,13 +2,13 @@ "costRevert_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "8aac79012c00b7fc32fa9460c3093b1d14da43214196039d0b5577031ffbbe0d", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "a9b86d7d466e97613d1550f5d641cfd7a926fbeae9393c441f60238b476b2456", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -22,31 +22,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb613", - "hash" : "0xb12b0cb2508025c8cea2d31cd3aeaa6f7003b07d1ea436d690e029af836be6e9", + "hash" : "0x7133ca80e316ce088fed55f01cf877c042ceb222871484900ace334a2c48bbe5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xd11e8b4653038f7fce4d43a750657de1ed763587d5954997ee8dcda4cefa42e5", - "stateRoot" : "0x08843df5b6c40c9fd9dec60a6f3c2b8e015d6b449fe1479c751acd400c275580", + "stateRoot" : "0xc590da4a873adc438c7047291740744659088889876ccb03291326cac33f50cb", "timestamp" : "0x03e8", - "transactionsTrie" : "0x7ff0e8399f65cd02be18714cdc751f380a92da2ad86ff684985c03f496f82806", + "transactionsTrie" : "0x9de07d0218c53619b8a0d4f8369d705126ce1e72436dccd6a40675bdd3c543da", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa008843df5b6c40c9fd9dec60a6f3c2b8e015d6b449fe1479c751acd400c275580a07ff0e8399f65cd02be18714cdc751f380a92da2ad86ff684985c03f496f82806a0d11e8b4653038f7fce4d43a750657de1ed763587d5954997ee8dcda4cefa42e5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b6138203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001ba0ebaf01566b36071452a195dcef2d50236b42635a79bf58bc1b418c8eb283b86fa00e76427c118fd6dc7e4e736ef7db2c6c23356182932cb5e23053c9dc68cfc250c0c0", + "rlp" : "0xf902e9f9023aa0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c590da4a873adc438c7047291740744659088889876ccb03291326cac33f50cba09de07d0218c53619b8a0d4f8369d705126ce1e72436dccd6a40675bdd3c543daa0d11e8b4653038f7fce4d43a750657de1ed763587d5954997ee8dcda4cefa42e5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b6138203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000001ca023ffc644efa8c26215a5c328b2c6fc9f39a516d678e36802b544e951f4abc71ca067e4717bd3aeb9cb4bdc309fd59a0609021446466496be7fcb7ac3ed9315145bc0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xebaf01566b36071452a195dcef2d50236b42635a79bf58bc1b418c8eb283b86f", - "s" : "0x0e76427c118fd6dc7e4e736ef7db2c6c23356182932cb5e23053c9dc68cfc250", + "r" : "0x23ffc644efa8c26215a5c328b2c6fc9f39a516d678e36802b544e951f4abc71c", + "s" : "0x67e4717bd3aeb9cb4bdc309fd59a0609021446466496be7fcb7ac3ed9315145b", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x01" } ], @@ -66,66 +66,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb12b0cb2508025c8cea2d31cd3aeaa6f7003b07d1ea436d690e029af836be6e9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7133ca80e316ce088fed55f01cf877c042ceb222871484900ace334a2c48bbe5", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -157,49 +157,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -233,13 +233,13 @@ "costRevert_d10g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "7d9c62f9cae90adb3721dd9b7be8995bc8ef98dff1491bc969f4c64586e7a60c", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2f390aae6f5a7b3db3c527751cf33ebbb9b933a29ae4627be904e1d4100aa67e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -253,31 +253,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa5c", - "hash" : "0x5d569fa637935c59911533ac05f618338a6fb195e7434a8b52ab728c43d929cf", + "hash" : "0x53e3eb4ca210a652e6de89319581dbceb56d90fff5a70dfc5690513c6f94da96", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x20760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8", - "stateRoot" : "0x888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013", + "stateRoot" : "0xe42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841", "timestamp" : "0x03e8", - "transactionsTrie" : "0x928f6b0534c4a8e0c05b5454f380ce732938204f3e4567c2f244899d4e002596", + "transactionsTrie" : "0x78a1eedea2c5aa623a41f91851c1621878af1cee23831007528f0418cf18662a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013a0928f6b0534c4a8e0c05b5454f380ce732938204f3e4567c2f244899d4e002596a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000011ba0a273d9ea352f41783b57c5b47a7ede69887a7398950c547eefbd5f1567e31d9da07f1f1a5dc28232a6ba12666dd47496f2310bc131fb871880f787abb9d30d54a7c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841a078a1eedea2c5aa623a41f91851c1621878af1cee23831007528f0418cf18662aa020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000011ca079e239b35b91ea4753d0aca228a5dd2ca7084e552e389e0e3effe1f240645ec3a06ab5e2ce75207db8b23338d90a0ce6ffd77e74d349679e7d4ddc609a978b61d1c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xa273d9ea352f41783b57c5b47a7ede69887a7398950c547eefbd5f1567e31d9d", - "s" : "0x7f1f1a5dc28232a6ba12666dd47496f2310bc131fb871880f787abb9d30d54a7", + "r" : "0x79e239b35b91ea4753d0aca228a5dd2ca7084e552e389e0e3effe1f240645ec3", + "s" : "0x6ab5e2ce75207db8b23338d90a0ce6ffd77e74d349679e7d4ddc609a978b61d1", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x01" } ], @@ -297,66 +297,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5d569fa637935c59911533ac05f618338a6fb195e7434a8b52ab728c43d929cf", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x53e3eb4ca210a652e6de89319581dbceb56d90fff5a70dfc5690513c6f94da96", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -388,49 +388,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -464,13 +464,13 @@ "costRevert_d11g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "cb66bacd726344dba8602f0ca79eb9c3686e2647d04b0a9732910bf64aa40237", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "9f4a1db82b0eaad89b9812c5d63674e1a72d8d942dbd7b0e08077d39f480d528", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -484,31 +484,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa5c", - "hash" : "0x18d05c7b5ad6c2d8552ed429e8dc34830256556e9ee24234b8e4de29b695bf4b", + "hash" : "0x53a59175143577a38ed7c5643a55998cc06d2f72f83aea24e63768c806586712", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x20760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8", - "stateRoot" : "0x888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013", + "stateRoot" : "0xe42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841", "timestamp" : "0x03e8", - "transactionsTrie" : "0x694bbe979ed589824f6b186a3f4a352d3dd1d87b3522152e3715c08ac468c106", + "transactionsTrie" : "0xb9f5e787e38afccad8ab94b7b8e4afef3ca9adb9c975090d49866b5ebe9410eb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013a0694bbe979ed589824f6b186a3f4a352d3dd1d87b3522152e3715c08ac468c106a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000011ca06e8655ddbc9aa9582c3b00370533e97a75c60f16f8dfdb1f53c6997755840285a02381aac07c6c76b103d747664b829fff04f2e60395eeee2e40b14b42afc88faec0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841a0b9f5e787e38afccad8ab94b7b8e4afef3ca9adb9c975090d49866b5ebe9410eba020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000011ba04e2820a74602d16edb3a8ef000bef32005eeb5eae651130fe3ccabad23b4829ca035174b14021e951c0a15fd8f96447445033a49487f4c2537896e7c1a74099528c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x6e8655ddbc9aa9582c3b00370533e97a75c60f16f8dfdb1f53c6997755840285", - "s" : "0x2381aac07c6c76b103d747664b829fff04f2e60395eeee2e40b14b42afc88fae", + "r" : "0x4e2820a74602d16edb3a8ef000bef32005eeb5eae651130fe3ccabad23b4829c", + "s" : "0x35174b14021e951c0a15fd8f96447445033a49487f4c2537896e7c1a74099528", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x01" } ], @@ -528,66 +528,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x18d05c7b5ad6c2d8552ed429e8dc34830256556e9ee24234b8e4de29b695bf4b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x53a59175143577a38ed7c5643a55998cc06d2f72f83aea24e63768c806586712", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -619,49 +619,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -695,13 +695,13 @@ "costRevert_d12g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "5241700d022ef25f6c73ad3827100180326a89ba02ca23100a8bddb7882b81fe", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b171820bc43c93eaabbb1c8413640181691afefee4e1e3d1fbc97d6550702a83", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -715,31 +715,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa5c", - "hash" : "0x01640eea462d581b760abcb40346d50241029fa1bf50af8d959092236e4f3d48", + "hash" : "0x61bd93edcfc24e8e47890b9bf919d7f41755ddf7260738c03c468e1688e0cd81", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x20760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8", - "stateRoot" : "0x888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013", + "stateRoot" : "0xe42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841", "timestamp" : "0x03e8", - "transactionsTrie" : "0xab210c563b14c626766c380a4c9239421c3b008ad1da0c2189d849d81dad0e55", + "transactionsTrie" : "0x4d80a6d24d5794794d831e03651321353c14bbe1e986149dc49dddca1150d505", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013a0ab210c563b14c626766c380a4c9239421c3b008ad1da0c2189d849d81dad0e55a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000011ba0d48100eab8ca45e4ab41faec089dd97e1c7c29bd98b23914d9f3e19c6183512da0102811ea0274ea3d4d41211e032e41917824ef502833d59c32eda29f3a380e1bc0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841a04d80a6d24d5794794d831e03651321353c14bbe1e986149dc49dddca1150d505a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000011ca07bf4f9425c196895277c4c57774ad487bb936ac931e666ebe9439b9a48cb51f4a042866ca216b74d970ae3ecd8567b110dba6fb7660fc397af5465ff21e2791980c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xd48100eab8ca45e4ab41faec089dd97e1c7c29bd98b23914d9f3e19c6183512d", - "s" : "0x102811ea0274ea3d4d41211e032e41917824ef502833d59c32eda29f3a380e1b", + "r" : "0x7bf4f9425c196895277c4c57774ad487bb936ac931e666ebe9439b9a48cb51f4", + "s" : "0x42866ca216b74d970ae3ecd8567b110dba6fb7660fc397af5465ff21e2791980", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x01" } ], @@ -759,66 +759,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x01640eea462d581b760abcb40346d50241029fa1bf50af8d959092236e4f3d48", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x61bd93edcfc24e8e47890b9bf919d7f41755ddf7260738c03c468e1688e0cd81", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -850,49 +850,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -926,13 +926,13 @@ "costRevert_d13g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "151866fd7d5397f5736c2dad3b030bae7cac4d6a3381e85b84ff29e8ba5ddbcf", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f0c45a4a08f8f854e57a9fcdd5172ef9e6fe92436703839a0c8b13cfba458a5c", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -946,28 +946,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa5c", - "hash" : "0xa03dee0bdd0ad39f4bf3ab815476d072b90deb8999dc58025bfa8e7bd7e603b2", + "hash" : "0xe314a3b20b68730557c86038c7cb412c05ef324361e72ef15127e23fe864824e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x20760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8", - "stateRoot" : "0x888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013", + "stateRoot" : "0xe42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841", "timestamp" : "0x03e8", - "transactionsTrie" : "0x8c6df533d386427104b047e977500bf0e9f2e602aac9502a96d77ccf2add6a6b", + "transactionsTrie" : "0x4435fa8bc298b9b21db0d382a8b0aea7926cd00227b0e6fb9a33dd0c2cc8e4b9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013a08c6df533d386427104b047e977500bf0e9f2e602aac9502a96d77ccf2add6a6ba020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000011ba04745d6ad6dd50a9ed89b78942c753192841222e18f4cd16a835af1b46ae22886a01239bb967f2e1d803a44150406c762b133e4c1f1cc16d10dc1b2b5e919ce0bbbc0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841a04435fa8bc298b9b21db0d382a8b0aea7926cd00227b0e6fb9a33dd0c2cc8e4b9a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000011ba057b401f5c8f5df8b672587cc864fb288b3820d58ac1d738ad188b4a2930779dea07a92f459696edc447bc89cd11804b5c315e1a151b3fa3b60c291a248cda56147c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x4745d6ad6dd50a9ed89b78942c753192841222e18f4cd16a835af1b46ae22886", - "s" : "0x1239bb967f2e1d803a44150406c762b133e4c1f1cc16d10dc1b2b5e919ce0bbb", + "r" : "0x57b401f5c8f5df8b672587cc864fb288b3820d58ac1d738ad188b4a2930779de", + "s" : "0x7a92f459696edc447bc89cd11804b5c315e1a151b3fa3b60c291a248cda56147", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -990,66 +990,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa03dee0bdd0ad39f4bf3ab815476d072b90deb8999dc58025bfa8e7bd7e603b2", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe314a3b20b68730557c86038c7cb412c05ef324361e72ef15127e23fe864824e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1081,49 +1081,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1157,13 +1157,13 @@ "costRevert_d14g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "61b11d11ce16f8f45cfa47dea79d9912e59507c972f74ca1dcca594c8348fcb2", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "1cffa1b88e74ab6e2c0d2d40bff637123f7dbb48ef68acc243ab4cd7d72eda67", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -1177,31 +1177,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb61c", - "hash" : "0xdbfbab14b244abc5889ae8f5968209f5d9e66e781bde0a8af9506869c0b3ceca", + "hash" : "0xe89afa33ed46fc4519235ddbc0463014476522d381779f04487e68fe65ed2301", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x7df2bbecc605011238299e89fcb579b6c37b255cfcd1c7f5dfe2a07cce5e3007", - "stateRoot" : "0xe4a0c145fa14920b8c801d24c0113c844ad45e369dde3a72c34e875225fddc17", + "stateRoot" : "0x2d718d903ef99bb9692eab9e1f95b8df0230e47b33bbb42c8c08068c5b5462f3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xf67fa66a030d3544ac5b441a47bf8f171080515070fb63bdacc7b26082b75b16", + "transactionsTrie" : "0x8872cd999963f0b495c024e3468b0af13f58a9cb4fa3fb1fee3ae812ab1c877a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4a0c145fa14920b8c801d24c0113c844ad45e369dde3a72c34e875225fddc17a0f67fa66a030d3544ac5b441a47bf8f171080515070fb63bdacc7b26082b75b16a07df2bbecc605011238299e89fcb579b6c37b255cfcd1c7f5dfe2a07cce5e3007b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b61c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000021ba0201909fcdd1062d11f01bbd57978fa6d0f20e99c762d6a2cbee0686a2677c63ea051e4e17b617c876c618975072f32149052bed421fa7ea9337c4ca037641d7690c0c0", + "rlp" : "0xf902e9f9023aa0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02d718d903ef99bb9692eab9e1f95b8df0230e47b33bbb42c8c08068c5b5462f3a08872cd999963f0b495c024e3468b0af13f58a9cb4fa3fb1fee3ae812ab1c877aa07df2bbecc605011238299e89fcb579b6c37b255cfcd1c7f5dfe2a07cce5e3007b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b61c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000021ca01b690cf4f524850320ba6ec219c838c72f8a0bff8faedbef1f005d346c99b14ea07276497bb8b2e22b581b133f8244420ef52dd81fbbc306ef61abc2be1e593d00c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x201909fcdd1062d11f01bbd57978fa6d0f20e99c762d6a2cbee0686a2677c63e", - "s" : "0x51e4e17b617c876c618975072f32149052bed421fa7ea9337c4ca037641d7690", + "r" : "0x1b690cf4f524850320ba6ec219c838c72f8a0bff8faedbef1f005d346c99b14e", + "s" : "0x7276497bb8b2e22b581b133f8244420ef52dd81fbbc306ef61abc2be1e593d00", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x01" } ], @@ -1221,66 +1221,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xdbfbab14b244abc5889ae8f5968209f5d9e66e781bde0a8af9506869c0b3ceca", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe89afa33ed46fc4519235ddbc0463014476522d381779f04487e68fe65ed2301", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1312,49 +1312,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1388,13 +1388,13 @@ "costRevert_d15g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "0d9de45a62a080e3bf55af09408ce7a4e76fdff114d4a7833245e480fb0cb0db", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "1d2e39a886d40678af634218c40fb36459c001f9c56952a4f51db0a109a76741", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -1408,28 +1408,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa33", - "hash" : "0xe60c4ce0e016e0f1dcbea3f566e1fe13067ab3d9e00a5aaf3702faab1b30af15", + "hash" : "0x0a13274e0399a295a67fdf994fa2f613a0628af40cde493d16c69661734ae349", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xe95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8", - "stateRoot" : "0x07bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0", + "stateRoot" : "0xfe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4", "timestamp" : "0x03e8", - "transactionsTrie" : "0x68377845fa3eedb4a49f4847fdd69a992215ef8225822fef9205ccad9c5b228c", + "transactionsTrie" : "0x30e806467615f27a993fa9097d5cdb314582ba413ec03d67276dad7181cc5368", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa007bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0a068377845fa3eedb4a49f4847fdd69a992215ef8225822fef9205ccad9c5b228ca0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000021ba0e29d49f1a143862d7cca6c32bdc658497c92e67a726862bc28a73f8a651605eda04ee36623678d9402011ba1b050c29619c6172b8b800bfd7b5c9e06fddfd13eb6c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4a030e806467615f27a993fa9097d5cdb314582ba413ec03d67276dad7181cc5368a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000021ba0aa0aa3f071e30ec2b4cef087163fe5dd2d55535503dcdd82770dec157f9e33d4a05363ac996619bf347cee7d9720ec45e093cb6d607c05472345fe01c35465b0f1c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xe29d49f1a143862d7cca6c32bdc658497c92e67a726862bc28a73f8a651605ed", - "s" : "0x4ee36623678d9402011ba1b050c29619c6172b8b800bfd7b5c9e06fddfd13eb6", + "r" : "0xaa0aa3f071e30ec2b4cef087163fe5dd2d55535503dcdd82770dec157f9e33d4", + "s" : "0x5363ac996619bf347cee7d9720ec45e093cb6d607c05472345fe01c35465b0f1", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -1452,66 +1452,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe60c4ce0e016e0f1dcbea3f566e1fe13067ab3d9e00a5aaf3702faab1b30af15", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0a13274e0399a295a67fdf994fa2f613a0628af40cde493d16c69661734ae349", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1543,49 +1543,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1619,13 +1619,13 @@ "costRevert_d16g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "754c8d43a01554a4cfe3579490fe323e6dc34254812046b652c688c413e420ac", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "bf93724d96cd7f6093d62c0bb5e78fda9b17c0e6c2f3a8332335c8dc8e1c6213", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -1639,31 +1639,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa33", - "hash" : "0x63f67fc310540b74b832f904a50ebac5557ec4a2e70cfe35809e253a23793a93", + "hash" : "0x81bc8ff93e13d6121c78d05ebd1faaf39bd1c9d66796ae07692570b003f6ade1", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xe95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8", - "stateRoot" : "0x07bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0", + "stateRoot" : "0xfe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4", "timestamp" : "0x03e8", - "transactionsTrie" : "0xc6c98b7c560b78018316f5a0213a4b0a5fdd032010b1a9cb426d81259f2d85e0", + "transactionsTrie" : "0x32fa02fb2bdc06792ddf710f9f14fc0a7694bb39ae57a5f087ce1eb831e59377", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa007bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0a0c6c98b7c560b78018316f5a0213a4b0a5fdd032010b1a9cb426d81259f2d85e0a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000021ca0fdd74e45c3a23166a682509dedc49b85abe6c9f4b351f41e8bf60ab2a241b029a009784c21e8f50afa67263fbcb4872439beea2faa1dc283506336694abf234302c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4a032fa02fb2bdc06792ddf710f9f14fc0a7694bb39ae57a5f087ce1eb831e59377a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000021ba07178b1f7066bc37b786b7234117985dc4de17cca5b4b4b38e4120f461546b1dba0514e89a68770d0733c5dd172aac0fd6b5d6e6136bfe06efd2e71957ebb245047c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xfdd74e45c3a23166a682509dedc49b85abe6c9f4b351f41e8bf60ab2a241b029", - "s" : "0x09784c21e8f50afa67263fbcb4872439beea2faa1dc283506336694abf234302", + "r" : "0x7178b1f7066bc37b786b7234117985dc4de17cca5b4b4b38e4120f461546b1db", + "s" : "0x514e89a68770d0733c5dd172aac0fd6b5d6e6136bfe06efd2e71957ebb245047", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x01" } ], @@ -1683,66 +1683,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x63f67fc310540b74b832f904a50ebac5557ec4a2e70cfe35809e253a23793a93", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x81bc8ff93e13d6121c78d05ebd1faaf39bd1c9d66796ae07692570b003f6ade1", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1774,49 +1774,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -1850,13 +1850,13 @@ "costRevert_d17g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "23d242e6baa7b0c97bae2461e9ef1a40e5ee7e12848bab940de6cbeb05221313", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "dd7474322852c978a194e7ea4deaf37877d42f163c08a5d3a0439471ac14b3f7", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -1870,28 +1870,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa33", - "hash" : "0x38c99c3194b106144e97ee98d8b917c9eed35365e9a4dbb34c2131d4d72c22b8", + "hash" : "0x46ee58b5c84aa3daa7b195ead9aa9d1f356cab7d1564b703674b7294d3104328", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xe95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8", - "stateRoot" : "0x07bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0", + "stateRoot" : "0xfe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4", "timestamp" : "0x03e8", - "transactionsTrie" : "0x3b86aa2336be44f6e31951916907b2b51a35224b67a1ffaf48f22d96a4081813", + "transactionsTrie" : "0x524f0059b0b63a3476c96634bf0d956a9453be35d8569ce353b42de26219206d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa007bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0a03b86aa2336be44f6e31951916907b2b51a35224b67a1ffaf48f22d96a4081813a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000021ca0f3fa33870699d541c4d187b65639565843e29d073c8b5b1fd0a50ce387c3f578a01ce23fef15128d0217668fc784efd7bb706f15244fa14f198a67075dfcc99b7fc0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4a0524f0059b0b63a3476c96634bf0d956a9453be35d8569ce353b42de26219206da0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000021ca028b0174a60d57f171b2162e2a1e071eea3772e10e2172373414f87bfe008a9fba04f6fc4c63f0912969698b0ffc2f993ba9c21baa027f9caa4c0a1c7b73e2fab19c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xf3fa33870699d541c4d187b65639565843e29d073c8b5b1fd0a50ce387c3f578", - "s" : "0x1ce23fef15128d0217668fc784efd7bb706f15244fa14f198a67075dfcc99b7f", + "r" : "0x28b0174a60d57f171b2162e2a1e071eea3772e10e2172373414f87bfe008a9fb", + "s" : "0x4f6fc4c63f0912969698b0ffc2f993ba9c21baa027f9caa4c0a1c7b73e2fab19", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -1914,66 +1914,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x38c99c3194b106144e97ee98d8b917c9eed35365e9a4dbb34c2131d4d72c22b8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x46ee58b5c84aa3daa7b195ead9aa9d1f356cab7d1564b703674b7294d3104328", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2005,49 +2005,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2081,13 +2081,13 @@ "costRevert_d18g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9fd21252135b8c1a0f1fbc86879bc624f018b7327a7d43aa2635567e3222a8d7", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "f0da40d66231b96d5f70940faabd1f27d0909935131989062ff88bb658b0e3df", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -2101,28 +2101,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa33", - "hash" : "0x5f12626068c4ea34a2692079fd0ded4768948eb834b0a424f1fc0d3bb1384acd", + "hash" : "0xaf7a4c6d97d49931b4ae383e7fa44f9268bbe2c1a67ae5dae32fd553f88b3f28", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xe95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8", - "stateRoot" : "0x07bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0", + "stateRoot" : "0xfe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4", "timestamp" : "0x03e8", - "transactionsTrie" : "0x0b6747b20d7a3d1a3c71fefd8a23fc72a1017ef5e675fad9ae02ee3b6d299cd5", + "transactionsTrie" : "0x1ec1be6e41c9586c54ba72bc9f1786daa00a727846067d1123a44635003d3657", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa007bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0a00b6747b20d7a3d1a3c71fefd8a23fc72a1017ef5e675fad9ae02ee3b6d299cd5a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000021ca04e729945218ebeaa4351ce4b5b4595d5a10795ab93ce7df3d3e10a29a43774dba01598b62b97d24c0401c92e47628ba753d716c5c35bf3a0fdffd6e6d6f2ca5b94c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4a01ec1be6e41c9586c54ba72bc9f1786daa00a727846067d1123a44635003d3657a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000021ca04c3b9dfef20a834f888e059036b72d50daac007f89ce03ff0971bf75d793264fa06d6e9bd095360e357730499263118e98f59d6ad7669123efeaeca9a7df173fcdc0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x4e729945218ebeaa4351ce4b5b4595d5a10795ab93ce7df3d3e10a29a43774db", - "s" : "0x1598b62b97d24c0401c92e47628ba753d716c5c35bf3a0fdffd6e6d6f2ca5b94", + "r" : "0x4c3b9dfef20a834f888e059036b72d50daac007f89ce03ff0971bf75d793264f", + "s" : "0x6d6e9bd095360e357730499263118e98f59d6ad7669123efeaeca9a7df173fcd", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -2145,66 +2145,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5f12626068c4ea34a2692079fd0ded4768948eb834b0a424f1fc0d3bb1384acd", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xaf7a4c6d97d49931b4ae383e7fa44f9268bbe2c1a67ae5dae32fd553f88b3f28", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2236,49 +2236,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2312,13 +2312,13 @@ "costRevert_d19g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "c588796fe0d9fe376d5074f1010bb8ec6432cc1df79f6505baa1ed072cf7fe89", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "acbf97dbc13352229df200e11af4a9bf6fb809da0ff2976f5a882b30b8de239c", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -2332,31 +2332,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa33", - "hash" : "0x5f3a8607fb23ef9efa4612499844aa45292863542621959a0890fc561dd72155", + "hash" : "0xd0fac490458a182d5513937f948d65fd4e5c1d300741b123b297754ba0b01fe6", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xe95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8", - "stateRoot" : "0x07bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0", + "stateRoot" : "0xfe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4", "timestamp" : "0x03e8", - "transactionsTrie" : "0xa3cc67ccec337a8f72f77b3ef5f3425636240be58bb50bde25765604ffce72a8", + "transactionsTrie" : "0x76784a8750c0a50e1161870ad37c4ac53f1111fca35ef19473cd622db9ab18b2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa007bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0a0a3cc67ccec337a8f72f77b3ef5f3425636240be58bb50bde25765604ffce72a8a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000021ba0bab3ee89d5d0a8dfbf3fb29bf4b0da0c229a11a50d4d3bb43695a4b27517e6dea0383febb574c433f12bee1537d4a66989964679d59db7297f9c3fe4f9cf265906c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4a076784a8750c0a50e1161870ad37c4ac53f1111fca35ef19473cd622db9ab18b2a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000021ca0da700b38210c00f47ce6a95caacbcbcafe874064390e881b18623e55c61dc9aea06dfb62945fa0227443cc2c3a1d868b6745eccfa66fbd0af36922788a99141020c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xbab3ee89d5d0a8dfbf3fb29bf4b0da0c229a11a50d4d3bb43695a4b27517e6de", - "s" : "0x383febb574c433f12bee1537d4a66989964679d59db7297f9c3fe4f9cf265906", + "r" : "0xda700b38210c00f47ce6a95caacbcbcafe874064390e881b18623e55c61dc9ae", + "s" : "0x6dfb62945fa0227443cc2c3a1d868b6745eccfa66fbd0af36922788a99141020", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x01" } ], @@ -2376,66 +2376,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5f3a8607fb23ef9efa4612499844aa45292863542621959a0890fc561dd72155", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd0fac490458a182d5513937f948d65fd4e5c1d300741b123b297754ba0b01fe6", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2467,49 +2467,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2543,13 +2543,13 @@ "costRevert_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "e8a3017fb92e99e916a44d262c4add7376d8f138db4b7ec345da8c237ef9defd", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "7507a184588b2c2bd16760c482d8b24be1219e7a93c2769da7eb9a6cc29df467", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -2563,28 +2563,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa86", - "hash" : "0xd07e3e0a9598149b72c25053de93f8fa3b5165573deb5266cbb8d556738d885b", + "hash" : "0x4ab7039d111b2e06b31b883561b5d970007823771b7997444d26c18ea5583a53", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x6cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645", - "stateRoot" : "0x9ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43", + "stateRoot" : "0x80afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6e", "timestamp" : "0x03e8", - "transactionsTrie" : "0x50c2b5fb6e6be13fe5bcd933d3a1c2fa2126cf8ce4db65aa363d87f2bfe3343a", + "transactionsTrie" : "0x52ecbaca38d6f2947d0cf06c82b4f83053551d38962704862e391d3944f80ddf", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43a050c2b5fb6e6be13fe5bcd933d3a1c2fa2126cf8ce4db65aa363d87f2bfe3343aa06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000001ba0de6f985bbe054978571a1498443a85e33e4b6270fe2abf084106b125f237e945a06c71573d54a418cda62cb9f7661586f00d9c5242e7c4babbd6b496966b418fe2c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6ea052ecbaca38d6f2947d0cf06c82b4f83053551d38962704862e391d3944f80ddfa06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000001ba068e6c3eac186c5d004facd428013964505e40813004858dace6ed4724d6c88bba070c143ad2fc92896de03b49f34a8c927456355ca1fbf172dd83003b59b22faa6c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xde6f985bbe054978571a1498443a85e33e4b6270fe2abf084106b125f237e945", - "s" : "0x6c71573d54a418cda62cb9f7661586f00d9c5242e7c4babbd6b496966b418fe2", + "r" : "0x68e6c3eac186c5d004facd428013964505e40813004858dace6ed4724d6c88bb", + "s" : "0x70c143ad2fc92896de03b49f34a8c927456355ca1fbf172dd83003b59b22faa6", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -2607,66 +2607,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd07e3e0a9598149b72c25053de93f8fa3b5165573deb5266cbb8d556738d885b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x4ab7039d111b2e06b31b883561b5d970007823771b7997444d26c18ea5583a53", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2698,49 +2698,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2774,13 +2774,13 @@ "costRevert_d20g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "ff4258103944b0100552c6b9216761288e4ef6e14c8b7118e241c9d8896bc864", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "7c54671207d34d8c0262ac9f0845017c50b5568f9ae74fc38bf2538e7ab97a17", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -2794,28 +2794,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa33", - "hash" : "0xb593d35e7f062efe49517e9890b9a5a3fb6cd01a0c2c6d10dfe89ce4e660f9f7", + "hash" : "0x9b1838165c4648cd569ff5eb7f73306676c35cc9c400d2346260e757b736191c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xe95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8", - "stateRoot" : "0x07bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0", + "stateRoot" : "0xfe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4", "timestamp" : "0x03e8", - "transactionsTrie" : "0x499bade0e41d17614551ba798b052f4478a8a8392325fd916349ccdd53c1ff4d", + "transactionsTrie" : "0x1fa445cf5244914c6080cb495c6b0cad7749a619c166be5f04696d3f3afda210", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa007bc048cf03cad56d0f777fdbc80aad7abaaaa2405ce240844821ab62f1284a0a0499bade0e41d17614551ba798b052f4478a8a8392325fd916349ccdd53c1ff4da0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000021ca0488ad2a073e8db4966bd2bbd49983c19e28b6bc12ddc6bfb2696e4364ad8b3e8a0264a9a0762b40faf8262da47af85be69f7fab375da7e9ae7012b4c5f62e8a70ac0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fe00e25e696fa0b646e27d7f06570bff8edbfda6b18f9233ac17bfe2b65ad4d4a01fa445cf5244914c6080cb495c6b0cad7749a619c166be5f04696d3f3afda210a0e95d3715c0ff20fe7660393607a6f20cefcced5db8a21de40f56612be8828ad8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000021ca0b6f1c3e4684fe6fd28756468c5bc7ca02b8bdddf73a4e71b929fc897071e2beda006a0569f41a14bcd4bfd60b96185e6c03ea3061a6ee93eaa12a7c8bc8d776470c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000002", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000002", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x488ad2a073e8db4966bd2bbd49983c19e28b6bc12ddc6bfb2696e4364ad8b3e8", - "s" : "0x264a9a0762b40faf8262da47af85be69f7fab375da7e9ae7012b4c5f62e8a70a", + "r" : "0xb6f1c3e4684fe6fd28756468c5bc7ca02b8bdddf73a4e71b929fc897071e2bed", + "s" : "0x06a0569f41a14bcd4bfd60b96185e6c03ea3061a6ee93eaa12a7c8bc8d776470", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -2838,66 +2838,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb593d35e7f062efe49517e9890b9a5a3fb6cd01a0c2c6d10dfe89ce4e660f9f7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x9b1838165c4648cd569ff5eb7f73306676c35cc9c400d2346260e757b736191c", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -2929,49 +2929,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3005,13 +3005,13 @@ "costRevert_d21g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "c2f69206c97ddc1168e5a9611a36af7cadfc98904dbbc52bc35a8e26268d5aeb", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "32208b56448735643b91260eafbfcc43e668e537ed76126b355c7ffce119d923", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -3025,28 +3025,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb61f", - "hash" : "0xeb08d7124fda0ca5ac8f907f8c37b33ed1e0ec893ce9bec938b4e914d24f9cdc", + "hash" : "0xc7b3607f26da7959cbb6dc3fb19aefc75caf85962af58ff0217d1fe9a6995bbe", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0xcef015a7abde8b2ac2671c776d10007b967c831dc3920078734e9167c5e1bb52", - "stateRoot" : "0xabddd9619503177522db2c5fd09e8be301fa8aa98ac45fb6d166249f3e2da133", + "stateRoot" : "0xc8c27caa794da37403691ad09d15392f6c5aa401366454947e6746588d74b5b8", "timestamp" : "0x03e8", - "transactionsTrie" : "0x616998888906cdfe40a2593a6e6adb3b39c80bc60412b7bf831326f67eb08a66", + "transactionsTrie" : "0x7092bda1211c62a5a6b580fa49987980ac28159e8b2edf437535d35301f5866f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0abddd9619503177522db2c5fd09e8be301fa8aa98ac45fb6d166249f3e2da133a0616998888906cdfe40a2593a6e6adb3b39c80bc60412b7bf831326f67eb08a66a0cef015a7abde8b2ac2671c776d10007b967c831dc3920078734e9167c5e1bb52b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b61f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000031ba0fa7b9f26fa52d4ef281633b43f1a7fd3e6e5b53a2ca9cd4dfb71bd744fc6113fa030ceb26510c09df9bc51f70c7ba4f3100213074ed064ed409ef9a02049a74b8bc0c0", + "rlp" : "0xf902e9f9023aa0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c8c27caa794da37403691ad09d15392f6c5aa401366454947e6746588d74b5b8a07092bda1211c62a5a6b580fa49987980ac28159e8b2edf437535d35301f5866fa0cef015a7abde8b2ac2671c776d10007b967c831dc3920078734e9167c5e1bb52b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b61f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000031ba0a4d9233f48415ef142c9343e7d4d99c6b0e3cf076572a89fcfda23e70af81382a07f54ef6885133a23a32cd63261bfd327e3075c5400b847832058612726f8ea87c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xfa7b9f26fa52d4ef281633b43f1a7fd3e6e5b53a2ca9cd4dfb71bd744fc6113f", - "s" : "0x30ceb26510c09df9bc51f70c7ba4f3100213074ed064ed409ef9a02049a74b8b", + "r" : "0xa4d9233f48415ef142c9343e7d4d99c6b0e3cf076572a89fcfda23e70af81382", + "s" : "0x7f54ef6885133a23a32cd63261bfd327e3075c5400b847832058612726f8ea87", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -3069,66 +3069,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xeb08d7124fda0ca5ac8f907f8c37b33ed1e0ec893ce9bec938b4e914d24f9cdc", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc7b3607f26da7959cbb6dc3fb19aefc75caf85962af58ff0217d1fe9a6995bbe", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3160,49 +3160,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3236,13 +3236,13 @@ "costRevert_d22g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "4bc0584b9b9daae07d70e39fb8e33d3e861864b288464a79cc91c9464626f4ef", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2d2a08ae46c90856f71cfa24ab5ac231330ba6d31afa972b78bd1542a2692674", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -3256,28 +3256,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa0a", - "hash" : "0x4e4e289584001014b3539566ee49428d3a1741c870a7bce0fdd6ce92f95a307f", + "hash" : "0x59351ebb0a0f1486639e376d9a5e9c287e586b442b6fadb62846bb7b8d8ecf81", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x9e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204", - "stateRoot" : "0x58908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0b", + "stateRoot" : "0x1c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xb204742edac5f0c08ff3761430b38ed449c0001f80412aa31f4ff56781fb645f", + "transactionsTrie" : "0xd18bfb9ee8b5dea478be39e549880898dfd229ccc9cd61337c27b65490b5e529", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa058908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0ba0b204742edac5f0c08ff3761430b38ed449c0001f80412aa31f4ff56781fb645fa09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000031ba0b40a4a3f574298ac000132752d4cce594550d3c553489461d2c63b11fc6f4c2ba06eaf5668847d599f33b153c571208c23db18a53eeb989d004172ec8c96feab2ec0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3a0d18bfb9ee8b5dea478be39e549880898dfd229ccc9cd61337c27b65490b5e529a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000031ba052d63a595037c08c8788888c02c17862f3eac55dc2228774d656684a0bbb681ca0271cdbcd45b828984e7d6b36d227ce29e67ec5f4046f66e0ac81c8d94af04bb7c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xb40a4a3f574298ac000132752d4cce594550d3c553489461d2c63b11fc6f4c2b", - "s" : "0x6eaf5668847d599f33b153c571208c23db18a53eeb989d004172ec8c96feab2e", + "r" : "0x52d63a595037c08c8788888c02c17862f3eac55dc2228774d656684a0bbb681c", + "s" : "0x271cdbcd45b828984e7d6b36d227ce29e67ec5f4046f66e0ac81c8d94af04bb7", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -3300,66 +3300,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4e4e289584001014b3539566ee49428d3a1741c870a7bce0fdd6ce92f95a307f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x59351ebb0a0f1486639e376d9a5e9c287e586b442b6fadb62846bb7b8d8ecf81", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3391,49 +3391,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3467,13 +3467,13 @@ "costRevert_d23g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "58b16f9acf31d7b876831e654303c3c22659adcfecbccfc74ef43431234d4b3d", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "7a8e8fa41af50790c36ebde08e27243755c2680135bb18d4e66543ffee0a44ab", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -3487,31 +3487,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa0a", - "hash" : "0xbd9fadd2d6c75bf2e65e124919578f10e42bb99918d6a8736ad88458ca9c7d4a", + "hash" : "0xaf25b5b35442b7b4a306eade36af764428cf6a035806b3360e7c1e5ebdc65ef0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x9e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204", - "stateRoot" : "0x58908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0b", + "stateRoot" : "0x1c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3", "timestamp" : "0x03e8", - "transactionsTrie" : "0x6677784f4d1b9a84d44b78de8035de3e3f211313bdeb11bffb86a3e7947cfe00", + "transactionsTrie" : "0x3a0fb42c418e034421eba636a904284cca85c76d35af7a3df1283fad5feb7440", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa058908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0ba06677784f4d1b9a84d44b78de8035de3e3f211313bdeb11bffb86a3e7947cfe00a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000031ca0868b187bcd7739f4d53ee68f961f42dace10744f76d1b9a9916f6d6e54bb0ffea0763ad3129a7e569cf89b0a5e0c4b4e0defc8a15513f699dc0cab0dc079a9c1b1c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3a03a0fb42c418e034421eba636a904284cca85c76d35af7a3df1283fad5feb7440a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000031ba0cee61108ceec3c6ab450851b03bdeaad17cb7fb5892269c412a4d6e91b262047a02f4be867340153854b033a1b1ea7a382ed2d9f2030a8068a80c6ca422b02cba7c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x868b187bcd7739f4d53ee68f961f42dace10744f76d1b9a9916f6d6e54bb0ffe", - "s" : "0x763ad3129a7e569cf89b0a5e0c4b4e0defc8a15513f699dc0cab0dc079a9c1b1", + "r" : "0xcee61108ceec3c6ab450851b03bdeaad17cb7fb5892269c412a4d6e91b262047", + "s" : "0x2f4be867340153854b033a1b1ea7a382ed2d9f2030a8068a80c6ca422b02cba7", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x01" } ], @@ -3531,66 +3531,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbd9fadd2d6c75bf2e65e124919578f10e42bb99918d6a8736ad88458ca9c7d4a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xaf25b5b35442b7b4a306eade36af764428cf6a035806b3360e7c1e5ebdc65ef0", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3622,49 +3622,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3698,13 +3698,13 @@ "costRevert_d24g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "26609b5a164110976ba3b1f19e5ae54e4a979e6caf72423313df96a1b5ace612", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "48e6ff9985753fbafd2ffab802b279d26b4149c1f78660457477d711267eded7", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -3718,28 +3718,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa0a", - "hash" : "0x1f2be77a32e66110545d9c5d626f7b5c2f1e632c432c6b566964ed63ae53b216", + "hash" : "0xbaf3c4b2bf0d5931da0c17e68592f8448b3650151b6c323e2019ef94f5ae2095", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x9e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204", - "stateRoot" : "0x58908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0b", + "stateRoot" : "0x1c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xbb5a8771faad59ff7cf1fabf960f02168205537bfada68923f5b69a61b2e2981", + "transactionsTrie" : "0xe2f07fc6d15c7d1c19516f2303e26effd7b583faa1edc1acb029a88e4d8003c2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa058908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0ba0bb5a8771faad59ff7cf1fabf960f02168205537bfada68923f5b69a61b2e2981a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000031ca0f41de697e2fce354b031b02970ebfc1332fbc6a5339bf752dfad999930f2f4f7a03351d42a7fed72c956f449b8acf12817380ff7a70a5435d61801754ced988aebc0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3a0e2f07fc6d15c7d1c19516f2303e26effd7b583faa1edc1acb029a88e4d8003c2a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000031ca0e02144736ca24554737088331e2853d6c9c9f8526940623f72580d9cf9320047a01f0f6ec05a1cacf9b91fd0b0d8d4a270cdadb8ab1e41a8c6f5b875011dc2eec0c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xf41de697e2fce354b031b02970ebfc1332fbc6a5339bf752dfad999930f2f4f7", - "s" : "0x3351d42a7fed72c956f449b8acf12817380ff7a70a5435d61801754ced988aeb", + "r" : "0xe02144736ca24554737088331e2853d6c9c9f8526940623f72580d9cf9320047", + "s" : "0x1f0f6ec05a1cacf9b91fd0b0d8d4a270cdadb8ab1e41a8c6f5b875011dc2eec0", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -3762,66 +3762,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x1f2be77a32e66110545d9c5d626f7b5c2f1e632c432c6b566964ed63ae53b216", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbaf3c4b2bf0d5931da0c17e68592f8448b3650151b6c323e2019ef94f5ae2095", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3853,49 +3853,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -3929,13 +3929,13 @@ "costRevert_d25g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "278c29d83b6feb5a5f257efa7c32d8697b06d3d52b4b91f0b28f317bffa8a4f7", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "91852d212b45a9be0d3dd9cc6ba9fa4113c45e0bef05268cf2c7a282dca8e9cc", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -3949,28 +3949,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa0a", - "hash" : "0x62012421048d2c1a8cfd6b7fa0bf00a13aeeae3a11f55c1d3a3fca79b7823c3b", + "hash" : "0x7aa1c69b2621671db52bf205a816f615b7f924e699006fb983bf69ac45491f6c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x9e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204", - "stateRoot" : "0x58908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0b", + "stateRoot" : "0x1c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xf9bcb5a30daf61648d83fe378994133272c8af9b8466e0bc19f8ce13e4ccf9fb", + "transactionsTrie" : "0x6d3974f1cc26eea4617ae86c24e31836792bcd863f9a0f02230df71d2509afde", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa058908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0ba0f9bcb5a30daf61648d83fe378994133272c8af9b8466e0bc19f8ce13e4ccf9fba09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000031ba055da06bac29d85c800522f8a2b004fd2846e70045499228eae85a66564aa80b4a04f73a8bc3eb7a208f936a9b0616f1ee3fa2363ce4c7176e3a4ccec2717bc1ae3c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3a06d3974f1cc26eea4617ae86c24e31836792bcd863f9a0f02230df71d2509afdea09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000031ba059f5a3e8ecb81857d5be44396e32ed668e9987f1e56a4320d09399fccf3e1ebfa00401f28c1e11073296896033ee041f5c0addf26e90223381ef7036365e71b28ec0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x55da06bac29d85c800522f8a2b004fd2846e70045499228eae85a66564aa80b4", - "s" : "0x4f73a8bc3eb7a208f936a9b0616f1ee3fa2363ce4c7176e3a4ccec2717bc1ae3", + "r" : "0x59f5a3e8ecb81857d5be44396e32ed668e9987f1e56a4320d09399fccf3e1ebf", + "s" : "0x0401f28c1e11073296896033ee041f5c0addf26e90223381ef7036365e71b28e", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -3993,66 +3993,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x62012421048d2c1a8cfd6b7fa0bf00a13aeeae3a11f55c1d3a3fca79b7823c3b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7aa1c69b2621671db52bf205a816f615b7f924e699006fb983bf69ac45491f6c", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4084,49 +4084,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4160,13 +4160,13 @@ "costRevert_d26g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "de2683793e7e87ac099167bc0101b59ab6c691b6139a2ed8372ca0f00893550e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "3873a188909912c1b8cd9c9569a18278a40b26281b6cc9d583b28f4cfb7c5d9b", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -4180,28 +4180,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa0a", - "hash" : "0x2d740f5ca2b9bc5d06308942778a5a06681b37a94a18384f2ebecd2966e76b42", + "hash" : "0x0f492e5e19192f523739b290b11ce3a7dc0befe6a23e272e65ec0ad128a29013", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x9e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204", - "stateRoot" : "0x58908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0b", + "stateRoot" : "0x1c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3", "timestamp" : "0x03e8", - "transactionsTrie" : "0x12969bf0426e91c74fb8faf9a03c30edd43998a6a8f45ad666b16711383de5f3", + "transactionsTrie" : "0x9c8247b158db42b7f79d5a07dc6bb3a1bf7daf233598e081558d7eb153c3fa6e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa058908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0ba012969bf0426e91c74fb8faf9a03c30edd43998a6a8f45ad666b16711383de5f3a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000031ca06f7de0c856ad7eac3fe231a33b9e9d226647e8fd7788ac1404ee3a19899867e9a01756d1e15ce5b5dfb4864ca123cd7e9177463bc4e3c19af70a9a18c64be984a1c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3a09c8247b158db42b7f79d5a07dc6bb3a1bf7daf233598e081558d7eb153c3fa6ea09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000031ca01d62f5d0f90d24e89cf15ba675daa7638f21ff5aeefbd9ded11de5b97e33c6e6a072c8bc6d957f3b1f481c410fa419450b24c72e8e34e745d374d68a9a52cced3bc0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x6f7de0c856ad7eac3fe231a33b9e9d226647e8fd7788ac1404ee3a19899867e9", - "s" : "0x1756d1e15ce5b5dfb4864ca123cd7e9177463bc4e3c19af70a9a18c64be984a1", + "r" : "0x1d62f5d0f90d24e89cf15ba675daa7638f21ff5aeefbd9ded11de5b97e33c6e6", + "s" : "0x72c8bc6d957f3b1f481c410fa419450b24c72e8e34e745d374d68a9a52cced3b", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -4224,66 +4224,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2d740f5ca2b9bc5d06308942778a5a06681b37a94a18384f2ebecd2966e76b42", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0f492e5e19192f523739b290b11ce3a7dc0befe6a23e272e65ec0ad128a29013", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4315,49 +4315,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4391,13 +4391,13 @@ "costRevert_d27g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "337cc964b3ed9ae6bb14b12c270a9b158c30049b0ef59a4c1e3e0495f6c41ea8", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "052a32bb095259c39fa08508c2ed4b4ac15431ea3fad1a950a92e1125c8fee8f", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -4411,28 +4411,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa0a", - "hash" : "0x7027788acbe0254c564f8364709df5657baa609f606b32e9ecd0ec15f4efed08", + "hash" : "0xa9cfeecb2b518941320e8a43685128690e3fd4b5f530f03c3871be7686ff4a83", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x9e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204", - "stateRoot" : "0x58908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0b", + "stateRoot" : "0x1c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xd7547c5dbc738107efdd4e5d11ab9ddf10e629db867eab22f2488927b023d0df", + "transactionsTrie" : "0x76b66445a27a109733df09ac4eab172b8661b55e4eb868bece33c47deaec4638", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa058908b38c10a62cbd2415af29a91d4815a4d671d6b74b122de737a96bb523f0ba0d7547c5dbc738107efdd4e5d11ab9ddf10e629db867eab22f2488927b023d0dfa09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000031ca0ec14ba8d5ce9de095dff0c90c857b07f1740379db894e616e6b4012e399950c1a0109af88b99507ae57648d4ddff0ee971d4b471932cc60d2981edb048abafa547c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c5cf39446d58bec9eabc91da6e9a63eab90847cef0419ea620b150bf155aad3a076b66445a27a109733df09ac4eab172b8661b55e4eb868bece33c47deaec4638a09e78ecc87c497604f302218d46e234c0ac8ea8756dc8502c4fdbd02e61744204b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000031ca0c52b51c8fa5e77f85cb3092c93b26ade94e4a7337ef848f49a7a4a013dde0fa6a046e059091925d80c64b864d89fee5cf1b0767b54442c5e9238f57c7627c373a0c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000003", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000003", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xec14ba8d5ce9de095dff0c90c857b07f1740379db894e616e6b4012e399950c1", - "s" : "0x109af88b99507ae57648d4ddff0ee971d4b471932cc60d2981edb048abafa547", + "r" : "0xc52b51c8fa5e77f85cb3092c93b26ade94e4a7337ef848f49a7a4a013dde0fa6", + "s" : "0x46e059091925d80c64b864d89fee5cf1b0767b54442c5e9238f57c7627c373a0", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -4455,66 +4455,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7027788acbe0254c564f8364709df5657baa609f606b32e9ecd0ec15f4efed08", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa9cfeecb2b518941320e8a43685128690e3fd4b5f530f03c3871be7686ff4a83", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4546,49 +4546,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4622,13 +4622,13 @@ "costRevert_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "79033ac937e1d8fcf045d08deaac789c9fbcaa1345b7c46f60e0ffa40d1cbd0b", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "75bfe488059c6b6b63acf94233d9447d739fe8223edc3646b50a6d80b035562e", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -4642,28 +4642,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa86", - "hash" : "0x1494451770cf84d682f5f7f34aca8635b98bb3979adaf5a2360efd634b537839", + "hash" : "0x38a01696379db5f3b014a5066afdb15e4649339f96a8cf3bd511cf95050f14e9", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x6cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645", - "stateRoot" : "0x9ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43", + "stateRoot" : "0x80afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6e", "timestamp" : "0x03e8", - "transactionsTrie" : "0x6e3bc73f005e999742be243de3a4afe806f65c2cd340bc788fc9811ffbe6f9fe", + "transactionsTrie" : "0x93a6e56c06d711ce93ac7fd82e3ca285d153258cef3cf76917a1d64ed0734d0d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43a06e3bc73f005e999742be243de3a4afe806f65c2cd340bc788fc9811ffbe6f9fea06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000001ca0b961d6788cdbc8218479b213efaf1a3e873d7b8b176b86e5ddb7744e230a0fdaa0341f98f932f7580d8ece7b581de34b11657bfa4a935a8b7c599cf279eefbcdeec0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6ea093a6e56c06d711ce93ac7fd82e3ca285d153258cef3cf76917a1d64ed0734d0da06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000001ca0344884ab14495bc5a770ca3e5fef4d0006c514b80859c884e7720da93333445ba06d1f530c7b1bc3dc40014cb813587ac1e15bd9664eac80810c14706c7a8bd4a1c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xb961d6788cdbc8218479b213efaf1a3e873d7b8b176b86e5ddb7744e230a0fda", - "s" : "0x341f98f932f7580d8ece7b581de34b11657bfa4a935a8b7c599cf279eefbcdee", + "r" : "0x344884ab14495bc5a770ca3e5fef4d0006c514b80859c884e7720da93333445b", + "s" : "0x6d1f530c7b1bc3dc40014cb813587ac1e15bd9664eac80810c14706c7a8bd4a1", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -4686,66 +4686,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x1494451770cf84d682f5f7f34aca8635b98bb3979adaf5a2360efd634b537839", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x38a01696379db5f3b014a5066afdb15e4649339f96a8cf3bd511cf95050f14e9", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4777,49 +4777,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -4853,13 +4853,13 @@ "costRevert_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "eeb3b9ab7b096b7c79300a40ca510a75786b2ce1b9aa1ab6eb1777de8db2d366", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "296ec31999b837ce33631e2a7d77ffdd3c3d70b62482d0c6af1b4bef1f02149d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -4873,28 +4873,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa86", - "hash" : "0xf6692346c99135a597bd2c6207919999f41c9c4e432e35edd5f11323615b212c", + "hash" : "0xa46dc3a9a087d3e29d809f86c281d542ff201f2188d23deb5148b25d4df946bf", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x6cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645", - "stateRoot" : "0x9ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43", + "stateRoot" : "0x80afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6e", "timestamp" : "0x03e8", - "transactionsTrie" : "0xfd5bbeae89cf28c8e83b5d91e89908c092805596b9c093eb12092900e81e9a75", + "transactionsTrie" : "0x7724f499ba9a8c8a508985673ef89589260435c9c359c4014a6d86a1902cca4a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43a0fd5bbeae89cf28c8e83b5d91e89908c092805596b9c093eb12092900e81e9a75a06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010300000000000000000000000000000000000000000000000000000000000000001ba0ca04f5f3f26cb81360930859c57abbafd4ce6078fd73fe3f67f347ab647807b7a0214bd7306ea208e97fbc461621088c74a845f3e66d964798c534548ceb8aeab7c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6ea07724f499ba9a8c8a508985673ef89589260435c9c359c4014a6d86a1902cca4aa06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100300000000000000000000000000000000000000000000000000000000000000001ba085f99c2182c4e1ed11def35bab667f1ac4adef105bd8d94f370888b403c9e40fa02ab386bff1a137aa57c5052448ebad4b6ad4bbe6b50c3c846706129be8df9e98c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001030000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010030000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xca04f5f3f26cb81360930859c57abbafd4ce6078fd73fe3f67f347ab647807b7", - "s" : "0x214bd7306ea208e97fbc461621088c74a845f3e66d964798c534548ceb8aeab7", + "r" : "0x85f99c2182c4e1ed11def35bab667f1ac4adef105bd8d94f370888b403c9e40f", + "s" : "0x2ab386bff1a137aa57c5052448ebad4b6ad4bbe6b50c3c846706129be8df9e98", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -4917,66 +4917,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf6692346c99135a597bd2c6207919999f41c9c4e432e35edd5f11323615b212c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa46dc3a9a087d3e29d809f86c281d542ff201f2188d23deb5148b25d4df946bf", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5008,49 +5008,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5084,13 +5084,13 @@ "costRevert_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "9df55fdddc87919df30d8215d8f5184d8555fe1f794ddf39bd604400f7683894", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "2da5576f0865c698ec69e61052a5085ccc701972a08a71a9609b0e5e686b0b13", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -5104,28 +5104,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa86", - "hash" : "0xd433a83cdd301787c7dfdcbaa33f7e56a1db7a0cd423db08a810ef9aa5292d5a", + "hash" : "0xbaef3ad71781e49effb76648a23d44bf52b9f73a17786aa4accdd1014743fd60", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x6cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645", - "stateRoot" : "0x9ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43", + "stateRoot" : "0x80afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6e", "timestamp" : "0x03e8", - "transactionsTrie" : "0x0c46cdca44b633514848f7435485d09c954c775b7997ecc4686ac19b21f43055", + "transactionsTrie" : "0xca8b4b9c0577eea7feb0c2821ca57eb79dee5a37400f3da198a9d35bbedd267e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43a00c46cdca44b633514848f7435485d09c954c775b7997ecc4686ac19b21f43055a06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000000000000000000000000000000000000001ca06a06757ec49d663fc47d23ad074c2af21053668ad0a75b3c4786ad696903290aa03fac614c66b731ad5d949ed4588da5f5d2dd2e2d2bb17370050ba5d6089bc8e8c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6ea0ca8b4b9c0577eea7feb0c2821ca57eb79dee5a37400f3da198a9d35bbedd267ea06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100400000000000000000000000000000000000000000000000000000000000000001ca01440c4976a248a2e8905d202b5d08d5f7a853b20a9b66d4b08c6bf4248652f75a02c646ea3f55171f66f66e2073fcef13d4ed8358c362694beca33a14d18c6955ac0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001040000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010040000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x6a06757ec49d663fc47d23ad074c2af21053668ad0a75b3c4786ad696903290a", - "s" : "0x3fac614c66b731ad5d949ed4588da5f5d2dd2e2d2bb17370050ba5d6089bc8e8", + "r" : "0x1440c4976a248a2e8905d202b5d08d5f7a853b20a9b66d4b08c6bf4248652f75", + "s" : "0x2c646ea3f55171f66f66e2073fcef13d4ed8358c362694beca33a14d18c6955a", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -5148,66 +5148,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd433a83cdd301787c7dfdcbaa33f7e56a1db7a0cd423db08a810ef9aa5292d5a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbaef3ad71781e49effb76648a23d44bf52b9f73a17786aa4accdd1014743fd60", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5239,49 +5239,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5315,13 +5315,13 @@ "costRevert_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "3b8c30f7544bac3bb8641f5119a4b7dc9d23340f2e8e6bd1e86a8d26a267fc58", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "667e37aa584bf0986bcc4f99157303b7e3905f94d11d79cfc79f761fc18b6bff", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -5335,28 +5335,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa86", - "hash" : "0x5890441fd40106daad8939feb7020d8bd0b56a3e26034ac07c2cf2e8b1782f30", + "hash" : "0xe9031b2e20279c8cea1bf0539b0c3022d3a0197692e09653d3b2c334c112677e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x6cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645", - "stateRoot" : "0x9ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43", + "stateRoot" : "0x80afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6e", "timestamp" : "0x03e8", - "transactionsTrie" : "0x8b26c438b0c403c7c0eeed8c1a51966e42b6f36857b8ae8ab1158232463acc2e", + "transactionsTrie" : "0x5fc9be3c8df7b2124eea00ccd13f811a1bab6581d6d69b8418dfbf9d81035def", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43a08b26c438b0c403c7c0eeed8c1a51966e42b6f36857b8ae8ab1158232463acc2ea06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010500000000000000000000000000000000000000000000000000000000000000001ba054206526e51e9d3ab7266dc9e43ae2a021742ff75a5305a03e3721055da047a0a02c2a69567bec696fa984c232c4701479adeabf9557aa03840e605842bd476e60c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6ea05fc9be3c8df7b2124eea00ccd13f811a1bab6581d6d69b8418dfbf9d81035defa06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100500000000000000000000000000000000000000000000000000000000000000001ba0a027e9e0be1b87dee2f024c49e70e008e626b30b357ccbb4a4856043d144b811a0181d5bd3ec4240be9bc19b91002daeb6410e5263b3b20773444d6408c7b83dabc0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001050000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010050000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x54206526e51e9d3ab7266dc9e43ae2a021742ff75a5305a03e3721055da047a0", - "s" : "0x2c2a69567bec696fa984c232c4701479adeabf9557aa03840e605842bd476e60", + "r" : "0xa027e9e0be1b87dee2f024c49e70e008e626b30b357ccbb4a4856043d144b811", + "s" : "0x181d5bd3ec4240be9bc19b91002daeb6410e5263b3b20773444d6408c7b83dab", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -5379,66 +5379,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5890441fd40106daad8939feb7020d8bd0b56a3e26034ac07c2cf2e8b1782f30", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe9031b2e20279c8cea1bf0539b0c3022d3a0197692e09653d3b2c334c112677e", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5470,49 +5470,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5546,13 +5546,13 @@ "costRevert_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "807ce6c806090af35b063189fa16971a63d76e25adfa4b3fbbe9470c8dcaf60e", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "a17f4bda34942ce5c686ab2069568d1b7e01567bf6e228b98a3a37fa0d7310c1", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -5566,31 +5566,31 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa86", - "hash" : "0x23a7fc16a159cb03b08c0823bb22bd1e907ab8ee89ba18b7d177c0e709bede85", + "hash" : "0x46f363aebe9bf9a83a23f757840a278a181db978b60b49648ed9b40c3eec1017", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x6cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645", - "stateRoot" : "0x9ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43", + "stateRoot" : "0x80afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6e", "timestamp" : "0x03e8", - "transactionsTrie" : "0x74e0e66532c052348d428e2b1dd32679e955cccfa8e0577a0f912d96677e9e00", + "transactionsTrie" : "0xffebee8f794c5eb183d3860983345412b6f90997eef5e77064deb32a93bbcd9c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ac9c270be1477eafc007ddce04276b41fd1dc1ba7ba6dbc6ed4089a0d468e43a074e0e66532c052348d428e2b1dd32679e955cccfa8e0577a0f912d96677e9e00a06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010600000000000000000000000000000000000000000000000000000000000000001ca0b0f2cce6f11f8aa9cc00fac64345f786bcddda9fda0c6f88086ac9530ab8323fa026223627341bf31406860c0b3f6d5e4e8ecd83f4b1509ac9d5f070e5e5cf51dac0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080afc465dfffaff2fb7065674fbeb677111bb57cbb8308d101372fa6144f1a6ea0ffebee8f794c5eb183d3860983345412b6f90997eef5e77064deb32a93bbcd9ca06cd0fda9214c279e761fb7c6c78d74bd832433e449264925f6606a58e7432645b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100600000000000000000000000000000000000000000000000000000000000000001ba00ff22aed5c8248164f144a6da50dfede4d1b6246b096c5f53ed6e6bfa6e29632a06ea4bf75aae32489d0fbe820c5a4202ecfacda6b3cf9cc3b3ea41aca6051e0bfc0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001060000000000000000000000000000000000000000000000000000000000000000", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010060000000000000000000000000000000000000000000000000000000000000000", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xb0f2cce6f11f8aa9cc00fac64345f786bcddda9fda0c6f88086ac9530ab8323f", - "s" : "0x26223627341bf31406860c0b3f6d5e4e8ecd83f4b1509ac9d5f070e5e5cf51da", + "r" : "0x0ff22aed5c8248164f144a6da50dfede4d1b6246b096c5f53ed6e6bfa6e29632", + "s" : "0x6ea4bf75aae32489d0fbe820c5a4202ecfacda6b3cf9cc3b3ea41aca6051e0bf", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x01" } ], @@ -5610,66 +5610,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x23a7fc16a159cb03b08c0823bb22bd1e907ab8ee89ba18b7d177c0e709bede85", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x46f363aebe9bf9a83a23f757840a278a181db978b60b49648ed9b40c3eec1017", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5701,49 +5701,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5777,13 +5777,13 @@ "costRevert_d7g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "4c784a8d574014c34287602accb9ba377b4ee63f04213fd43bf67cfa6299460a", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "64de502105051b08bbc74faf455cefb769c9358c41b80689b688c6ed35c55722", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -5797,28 +5797,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0xb61c", - "hash" : "0xd96becb1b225729f2c64c38de34c9c08ea15cc8a9af83b371d69bae84471a36c", + "hash" : "0x1592826e0a6834cebc7c34c17e6d49c75bf1fe5333e190183209a2fca299a9cb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x7df2bbecc605011238299e89fcb579b6c37b255cfcd1c7f5dfe2a07cce5e3007", - "stateRoot" : "0xe4a0c145fa14920b8c801d24c0113c844ad45e369dde3a72c34e875225fddc17", + "stateRoot" : "0x2d718d903ef99bb9692eab9e1f95b8df0230e47b33bbb42c8c08068c5b5462f3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xcac85625c35f448167b430b9c90160d181d451030a7b7fe4f0e9f87e069cfe36", + "transactionsTrie" : "0x7fb54521190fee5d1802592ddbc564ae4e39e315996ab3c10541598b2250948a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902e9f9023aa0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e4a0c145fa14920b8c801d24c0113c844ad45e369dde3a72c34e875225fddc17a0cac85625c35f448167b430b9c90160d181d451030a7b7fe4f0e9f87e069cfe36a07df2bbecc605011238299e89fcb579b6c37b255cfcd1c7f5dfe2a07cce5e3007b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b61c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000011ba02d16726028c44b0c14de9b72b5871ccd57d0fc729c4a84a33ce12373654c5916a06c14a99469475cc46d4ffcbba49a03e8800eaba626814213fa26f90a08e7a679c0c0", + "rlp" : "0xf902e9f9023aa0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02d718d903ef99bb9692eab9e1f95b8df0230e47b33bbb42c8c08068c5b5462f3a07fb54521190fee5d1802592ddbc564ae4e39e315996ab3c10541598b2250948aa07df2bbecc605011238299e89fcb579b6c37b255cfcd1c7f5dfe2a07cce5e3007b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10082b61c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000011ba0784090952825e38b98b6ab97a48cbbeda30866d4666a5f5f03c3d2111e416e4da00a4f3f241cc2c4c7ae4199c205262389536ba3e3f96c5e7e0dd8e367487ff075c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x2d16726028c44b0c14de9b72b5871ccd57d0fc729c4a84a33ce12373654c5916", - "s" : "0x6c14a99469475cc46d4ffcbba49a03e8800eaba626814213fa26f90a08e7a679", + "r" : "0x784090952825e38b98b6ab97a48cbbeda30866d4666a5f5f03c3d2111e416e4d", + "s" : "0x0a4f3f241cc2c4c7ae4199c205262389536ba3e3f96c5e7e0dd8e367487ff075", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -5841,66 +5841,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd96becb1b225729f2c64c38de34c9c08ea15cc8a9af83b371d69bae84471a36c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x1592826e0a6834cebc7c34c17e6d49c75bf1fe5333e190183209a2fca299a9cb", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -5932,49 +5932,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -6008,13 +6008,13 @@ "costRevert_d8g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "57f9ecf116bb274a6673d90240dd0267acf6f4c0e75a2c0e1da45aa17a42e610", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "777288c8c331fdc7b1e9b85137340dce078e71e0779bbbd75687f6cbab25b7ed", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -6028,28 +6028,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa5c", - "hash" : "0x7cf6ad3ac214b3a101dac0552ece11ae5c513b6690dc932eeba372676adca011", + "hash" : "0x8c9469382dabc8ea4e2610113a93e74fcf52a46399129078a4b0e6339bb4d54d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x20760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8", - "stateRoot" : "0x888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013", + "stateRoot" : "0xe42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841", "timestamp" : "0x03e8", - "transactionsTrie" : "0x7c46610945cb146557781e374f84216f4e310d44486c63455bb22edc2ec44401", + "transactionsTrie" : "0x837f7367d73df1964659ea58370adde6eae3d1c56e291be6aeec6a3438b04dc3", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902eaf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013a07c46610945cb146557781e374f84216f4e310d44486c63455bb22edc2ec44401a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a7f8a5800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000011b9fd31681d0908b3731536cd32073a2abef1a567b5f459da975225748d697f2c4a0013e03ba0ebe1b9789f09947a797b4bd944d13dce4d312ca9c692111daf01e86c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841a0837f7367d73df1964659ea58370adde6eae3d1c56e291be6aeec6a3438b04dc3a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000011ba044f2be991f94857e0197118855e9cfa50328f175133359e775cde5380579ef4da06101f2d79969c5cc11b0e2d572ed0f3f68a18610688726e04c3af68f202cc516c0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010010000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xd31681d0908b3731536cd32073a2abef1a567b5f459da975225748d697f2c4", - "s" : "0x013e03ba0ebe1b9789f09947a797b4bd944d13dce4d312ca9c692111daf01e86", + "r" : "0x44f2be991f94857e0197118855e9cfa50328f175133359e775cde5380579ef4d", + "s" : "0x6101f2d79969c5cc11b0e2d572ed0f3f68a18610688726e04c3af68f202cc516", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1b", @@ -6072,66 +6072,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7cf6ad3ac214b3a101dac0552ece11ae5c513b6690dc932eeba372676adca011", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8c9469382dabc8ea4e2610113a93e74fcf52a46399129078a4b0e6339bb4d54d", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -6163,49 +6163,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -6239,13 +6239,13 @@ "costRevert_d9g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "0403fe922f900aed7fa0c24c0be18f82e9123b52b3526b1cf8c5e8dd3e7e8a82", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "6a6bf1f53e2cde664e9a2fc42b61004534a4382a5c98a3b98aa42cbbc2812c19", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/costRevertFiller.yml", - "sourceHash" : "532af863afaead2c461054471889259be83a2071eaf8a96401f6fe84d1283aaa" + "sourceHash" : "a47c89179b35b14d9ecef9a801ebaa528f4b050c565bcaf8c5844b998cc59378" }, "blocks" : [ { @@ -6259,28 +6259,28 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1fa5c", - "hash" : "0x49a17f30d06a6ba9574e96d998648d68ee00d72043b543cabd70e92b721e7d2c", + "hash" : "0x5d9a7dafc79caef069f69e0292310d3cf2e05e8c5480180cd4812826d616a95a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "parentHash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "receiptTrie" : "0x20760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8", - "stateRoot" : "0x888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013", + "stateRoot" : "0xe42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841", "timestamp" : "0x03e8", - "transactionsTrie" : "0x3a921f8f71eb8b1ba23412a1b32b6d039560b9a86ed82a1f6006ca7ade1efb03", + "transactionsTrie" : "0xdba7d528777037cea936eab333fb5b76f6ed37e72a36ed86f582a2a2d19c9cfd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ebf9023ca0022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0888e7445ac094f70779abb0f083d81f85f5dcad93f007df33a2a54fc2835b013a03a921f8f71eb8b1ba23412a1b32b6d039560b9a86ed82a1f6006ca7ade1efb03a020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000010200000000000000000000000000000000000000000000000000000000000000011ca07865f0c0e24f3d61e613a580b3778e12c885c6edac7d1281cc41db8dd6c02feba03bcab22f0ac95c16c736ad8015525c002ce2d08bb7a723101446f8aa87bca968c0c0", + "rlp" : "0xf902ebf9023ca0507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e42b14d6fdb064b384315cf47b89840a3bce4f3670e7e09c47f5e48f52528841a0dba7d528777037cea936eab333fb5b76f6ed37e72a36ed86f582a2a2d19c9cfda020760c74e0cee82216aa0c25f5dbe99711d4975d83107116196828a82da772e8b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1fa5c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f8a8f8a6800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01b8441a8451e6000000000000000000000000000000000000000000000000000000000000100200000000000000000000000000000000000000000000000000000000000000011ca0eac102a43059e21fbb2c3e446bfabc0b998c6b6a4a57e8f948fa5c086721f255a048e87973df111d337b1b2608be46d1fec268b371fea04b8945da98b5288d6b9ac0c0", "transactions" : [ { - "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000001", + "data" : "0x1a8451e600000000000000000000000000000000000000000000000000000000000010020000000000000000000000000000000000000000000000000000000000000001", "gasLimit" : "0x04c4b400", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x7865f0c0e24f3d61e613a580b3778e12c885c6edac7d1281cc41db8dd6c02feb", - "s" : "0x3bcab22f0ac95c16c736ad8015525c002ce2d08bb7a723101446f8aa87bca968", + "r" : "0xeac102a43059e21fbb2c3e446bfabc0b998c6b6a4a57e8f948fa5c086721f255", + "s" : "0x48e87973df111d337b1b2608be46d1fec268b371fea04b8945da98b5288d6b9a", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xcccccccccccccccccccccccccccccccccccccccc", "v" : "0x1c", @@ -6303,66 +6303,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0x022d53ec3030c410d38127321920ae18036ed615c58cb2e518669629ee1bf85e", + "hash" : "0x507d6fd9629c519c31f1bbb26e7b79ba6d9349f498446adef49ac48d179834e5", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xfcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305", + "stateRoot" : "0xdf67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcb8349fc33997331c379ae4839c26942acfa8547d0b6b1c1b86b5ddb531c305a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x49a17f30d06a6ba9574e96d998648d68ee00d72043b543cabd70e92b721e7d2c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df67562410aeea79a3bf95200bd184087ba03a2ba9c8a654f72e179f241f3617a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x5d9a7dafc79caef069f69e0292310d3cf2e05e8c5480180cd4812826d616a95a", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", @@ -6394,49 +6394,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x60106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b6001156013576301000000600020506000565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x0100", + "code" : "0x1000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x5b586004580356", "nonce" : "0x00", diff --git a/BlockchainTests/GeneralStateTests/stRevertTest/stateRevert.json b/BlockchainTests/GeneralStateTests/stRevertTest/stateRevert.json index 4a78ec0383..8c7c499473 100644 --- a/BlockchainTests/GeneralStateTests/stRevertTest/stateRevert.json +++ b/BlockchainTests/GeneralStateTests/stRevertTest/stateRevert.json @@ -2,13 +2,13 @@ "stateRevert_d0g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "376d0dc7f29d95863a4ae7890d1e00e190ae574b6730c6c128d92196070fd0a5", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b3e4fba73e9a950dec0002113f85d529d762f2d063d4a71659f8ae5ba72f8ab6", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x016a62", - "hash" : "0x5fbb342e6d03ee2c158d66d577becfbf2486f6e00cacb848cca939611eea31db", + "hash" : "0xd3a94a7f256c094803c5d26d575a0418c1c9f8ebb1df45c19919cb5d316a79ef", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0xe8c31223c5d420d535d41dfb387bb53b2df7ebc64ec9645a384b93945d9e73eb", - "stateRoot" : "0xc146216578ada842c64fc8a761136859cfd8f27f9f63d1e060e01504ce6342f3", + "stateRoot" : "0x70f128d6991ee8d280a7fefac84c7083781d9cdf7d5d0be4c3b8ab1734295420", "timestamp" : "0x03e8", "transactionsTrie" : "0x86be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902c9f9023ba0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c146216578ada842c64fc8a761136859cfd8f27f9f63d1e060e01504ce6342f3a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0e8c31223c5d420d535d41dfb387bb53b2df7ebc64ec9645a384b93945d9e73ebb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10083016a628203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", + "rlp" : "0xf902c9f9023ba050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa070f128d6991ee8d280a7fefac84c7083781d9cdf7d5d0be4c3b8ab1734295420a086be9b5d20254e0393853c82e5534d9d9f8486f1fd2ed4f4c0a169339c79bd1ca0e8c31223c5d420d535d41dfb387bb53b2df7ebc64ec9645a384b93945d9e73ebb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e10083016a628203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000001ba0e8ff56322287185f6afd3422a825b47bf5c1a4ccf0dc0389cdc03f7c1c32b7eaa0776b02f9f5773238d3ff36b74a123f409cd6420908d7855bbe4c8ff63e00d698c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000000", @@ -66,66 +66,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5fbb342e6d03ee2c158d66d577becfbf2486f6e00cacb848cca939611eea31db", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd3a94a7f256c094803c5d26d575a0418c1c9f8ebb1df45c19919cb5d316a79ef", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -156,7 +156,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -164,49 +164,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -236,7 +236,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } @@ -247,13 +247,13 @@ "stateRevert_d1g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "0e1a186ea6475c9e12b107b675e88c53553aebc7edd816087b5557a4af22bade", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "b4c466a87380c595c8cd699267287d1b765c201ca510f38c0b27adffaeed0974", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -267,20 +267,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a3fe", - "hash" : "0x3cc5339dd8d85b1ad909a12798bd1e0d7332c93c93d7ce82788c8664bf7a9420", + "hash" : "0x9bf57904b8c916bd9cb3084323d68d4d7e612bbb02ef88f2270bd6e28c550b74", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0x13c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124d", - "stateRoot" : "0xd7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13", + "stateRoot" : "0xfddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49c", "timestamp" : "0x03e8", "transactionsTrie" : "0x542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13a0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", + "rlp" : "0xf902caf9023ca050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49ca0542547c8b8b4b5f0a33112d850a35349b1c447dd3cb263e46bf88003d1382457a013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000011ba02c5e81a024dd0f6fb773c8787fa46ab5eb55cb73df83562e6ddbe9106a3df7f6a029437b9a23e45bbfce086f2ddaa98b1e9e6914d7e58e2c5a128310042b332f89c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000001", @@ -311,66 +311,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3cc5339dd8d85b1ad909a12798bd1e0d7332c93c93d7ce82788c8664bf7a9420", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x9bf57904b8c916bd9cb3084323d68d4d7e612bbb02ef88f2270bd6e28c550b74", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -401,7 +401,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -409,49 +409,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -481,7 +481,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } @@ -492,13 +492,13 @@ "stateRevert_d2g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "5e8192d86ecc3bb86d14f27f312dfc9351a15a5e0839ef18c891959f0a56a990", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "3922cd2030d50922064681c8e71e0b1216edb88c65e772514e60fc9a7556a581", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -512,20 +512,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a3fe", - "hash" : "0x4463c73722bb4c75d84afb708e2c772abe383cd73c4a39ae61efeafc2a5770b3", + "hash" : "0x0410af558cd7bfcdbe059f6cd5b9806a69efc4024ce514be9c283445ff854ca8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0x13c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124d", - "stateRoot" : "0xd7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13", + "stateRoot" : "0xfddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49c", "timestamp" : "0x03e8", "transactionsTrie" : "0x8227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13a08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", + "rlp" : "0xf902caf9023ca050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49ca08227f467ccb6cdecf574bb5ce623a2d81735ca00cb740aac43f73d428c59becba013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000021ba0fc37ad4eb0633eb18f2b7867bacbe994a2ffcbb04a71e394e6e76041f6ce216fa03b1b415a5c386d8de9e16be9fdc188234b80a0dec99922d03c240f2e463053e3c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000002", @@ -556,66 +556,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4463c73722bb4c75d84afb708e2c772abe383cd73c4a39ae61efeafc2a5770b3", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0410af558cd7bfcdbe059f6cd5b9806a69efc4024ce514be9c283445ff854ca8", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -646,7 +646,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -654,49 +654,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -726,7 +726,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } @@ -737,13 +737,13 @@ "stateRevert_d3g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "36abfbe5ec1c7ce8fc9da1247c6813de7797a525b04a89de0a1f8ad6641c93f8", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "0184459e49cf4301b31991f118e85615a064ca834a7acebd115b3bfa4d86f7fa", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -757,20 +757,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a3fe", - "hash" : "0xb5f75bfc20f4247d5d7f10c59f01f19496f0e60249d3abe04ae3860a96744241", + "hash" : "0x250f5e757cdf8d0e1952e12f1d5750de55290e5afe31d3942d1ffe586c807a57", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0x13c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124d", - "stateRoot" : "0xd7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13", + "stateRoot" : "0xfddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49c", "timestamp" : "0x03e8", "transactionsTrie" : "0x17370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13a017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", + "rlp" : "0xf902caf9023ca050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49ca017370e3493451edc3ca9f5b2d567df8363cc334b566701b0ea49dcd91a6ac4bda013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000031ba0f06eb219c5dba98711a9a2678339f64d172bfac289a5c43a0018d3917be8dc2aa0147bd7a6ee30217e63cbddc28b0e72f115da754d8916b87992aa27ed00eb105ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000003", @@ -801,66 +801,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb5f75bfc20f4247d5d7f10c59f01f19496f0e60249d3abe04ae3860a96744241", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x250f5e757cdf8d0e1952e12f1d5750de55290e5afe31d3942d1ffe586c807a57", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -891,7 +891,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -899,49 +899,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -971,7 +971,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } @@ -982,13 +982,13 @@ "stateRevert_d4g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "e6a2187a53f33ac4415fea77d5619ff4d04e5493fa014e5ef40c1a4b027a43f7", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "197b76f1251e46d2feb8de26b35605ecd62f6a6ee953f3b0c0e9df1208a35e5d", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -1002,20 +1002,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a3fe", - "hash" : "0xc1b34807c40f156cbea1fd396e5aff7976376008458be44a83d3a7272c156219", + "hash" : "0x452c569b033775a2b6aa43721c64622cee86f785cf9b2d0545d4164c140c1626", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0x13c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124d", - "stateRoot" : "0xd7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13", + "stateRoot" : "0xfddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49c", "timestamp" : "0x03e8", "transactionsTrie" : "0xdb331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13a0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", + "rlp" : "0xf902caf9023ca050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49ca0db331e0c8f70fed7938a956562473e6b1f17db4c158087c2c33a1a0d8ce63187a013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000041ba0c148a101aa54703ff0e949441bdba90b1972a16c338f7f9a24b07f0313cd49d6a028cb82229b8a57e2048761d6fa5060c5b459f000d4e218de1372c1df9cfa171ec0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000004", @@ -1046,66 +1046,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc1b34807c40f156cbea1fd396e5aff7976376008458be44a83d3a7272c156219", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x452c569b033775a2b6aa43721c64622cee86f785cf9b2d0545d4164c140c1626", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -1136,7 +1136,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -1144,49 +1144,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -1216,7 +1216,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } @@ -1227,13 +1227,13 @@ "stateRevert_d5g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "2ad43c549d724ce416241cfd301facb9163d8208c43158f779e014bfceaf10ad", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "cafb11f0a4c1875c71b824a58c97b38abff5ee5e2bd18285dacdb668adc32ed8", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -1247,20 +1247,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a3fe", - "hash" : "0x2cb9892f5aee401100b13780d0eee720ffaf054471de5f212a2e9f8d69cea8f0", + "hash" : "0xd8fa7a9d3cbe472edda22a8ba8e5fabb5d0ef1d43c6e0bfe2ccd8efb23549d21", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0x13c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124d", - "stateRoot" : "0xd7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13", + "stateRoot" : "0xfddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49c", "timestamp" : "0x03e8", "transactionsTrie" : "0x949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636b", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13a0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", + "rlp" : "0xf902caf9023ca050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49ca0949b9758410aecc02632a3e11a5c883cdb7ae9a52128f981243f045db13f636ba013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000051ca09a1ce3fdc8469be9bbe660a07c169cf5b6b70fe408cc1395057bbd4cdc2c8557a0560e8c0503c4364efd017933749f22e1d9ad4eff4580d5463df54b9bff8dca31c0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000005", @@ -1291,66 +1291,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2cb9892f5aee401100b13780d0eee720ffaf054471de5f212a2e9f8d69cea8f0", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd8fa7a9d3cbe472edda22a8ba8e5fabb5d0ef1d43c6e0bfe2ccd8efb23549d21", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -1381,7 +1381,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -1389,49 +1389,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -1461,7 +1461,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { } @@ -1472,13 +1472,13 @@ "stateRevert_d6g0v0_Cancun" : { "_info" : { "comment" : "Ori Pomerantz qbzzt1@gmail.com", - "filling-rpc-server" : "evm version 1.14.4-unstable-3d8028a6-20240513", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.cae6bc33.Linux.g++", - "generatedTestHash" : "994def8d02e9fa4d6e03af1cc5de32d4fe7317fa82f5dc3f3ceafeb60af058b3", - "lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++", + "filling-rpc-server" : "evm version 1.14.4-unstable-44a50c9f-20240510", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.1a933140.Linux.g++", + "generatedTestHash" : "75f0e1ac4ae3b79def9babb2524a2e567a6dbe8559d536dee310ebdbdb2472dd", + "lllcversion" : "Version: 0.5.14-develop.2024.5.13+commit.b2b86751.Linux.g++", "solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++", "source" : "src/GeneralStateTestsFiller/stRevertTest/stateRevertFiller.yml", - "sourceHash" : "c984f08b6ff7dcd6352d0a60503578ac5207ce952ba0872caa828cfefc50a5a5" + "sourceHash" : "9c4a220c352d6fe567a6ccd31aac62e1d10026f85ba08d878c9074542acf9de4" }, "blocks" : [ { @@ -1492,20 +1492,20 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x04b1a3fe", - "hash" : "0xfbdf6842a63b1520caf3fba76e88e410c18a4d001284e7ded7f84b620dba5251", + "hash" : "0x867375eb6879c6af2337623ba51174a8655ae59a4c8d22f598b51ddcc592fc45", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "parentHash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "receiptTrie" : "0x13c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124d", - "stateRoot" : "0xd7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13", + "stateRoot" : "0xfddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49c", "timestamp" : "0x03e8", "transactionsTrie" : "0xbc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ad", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902caf9023ca0b5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d7eea4f9d29e14a543e8af3cdce266a3f059f40e90fc06eab73427c47345be13a0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", + "rlp" : "0xf902caf9023ca050de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2ea01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fddf4179520de1e5e8563e2bfdb6ab58159f01e56e24ba8118ee2cbf0db3e49ca0bc3a2bcdb44a4172c9b1433c827130c5d5b98d560e11e34cbfaf762c655786ada013c94488e19b30c6d2f7321933091152fbeafde56cd3a094e697bcf9b0ad124db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405f5e1008404b1a3fe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f887f885800a8404c4b40094cccccccccccccccccccccccccccccccccccccccc01a4693c613900000000000000000000000000000000000000000000000000000000000000061ca04f7114759d69db050a87677a2dff3d6f9399f0b66da593b2cc50748708377f6fa042f32766ce38ec3cee0d2c2dbc4d14b9cbf94e4af75b0584a04c933457bb83bbc0c0", "transactions" : [ { "data" : "0x693c61390000000000000000000000000000000000000000000000000000000000000006", @@ -1536,66 +1536,66 @@ "extraData" : "0x00", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", - "hash" : "0xb5f66c7abe254a04bebeeafb8617b871218afda1e33db70441cb9815e0be2636", + "hash" : "0x50de753937e6faabe1275abe0f0acd7a1e14c3e71b5e867dfe5db5b0c5bd3d2e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xeb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029", + "stateRoot" : "0xd9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0eb46767ca44d01665e1e91d761d685f9883b1ade844715cd42e57c84b2deb029a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xfbdf6842a63b1520caf3fba76e88e410c18a4d001284e7ded7f84b620dba5251", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d9f4b64e76891ebe3ab80fd1a509343881195bcf2b3ee78080239a4dfbe56922a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405f5e100808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x867375eb6879c6af2337623ba51174a8655ae59a4c8d22f598b51ddcc592fc45", "network" : "Cancun", "postState" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -1626,7 +1626,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9cf", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { "0x00" : "0x60a7" @@ -1634,49 +1634,49 @@ } }, "pre" : { - "0x0000000000000000000000000000000000000100" : { + "0x0000000000000000000000000000000000001000" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610100600155600060006000600061dead6175305a03f45060106000fd00", + "code" : "0x611000600155600060006000600061dead6175305a03f45060106000fd00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000101" : { + "0x0000000000000000000000000000000000001001" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610101600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", + "code" : "0x611001600155600060006000600061dead6175305a03f4505b600115602b576301000000600020506018565b00", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000102" : { + "0x0000000000000000000000000000000000001002" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x610102600155600060006000600061dead6175305a03f450600160000360002000", + "code" : "0x611002600155600060006000600061dead6175305a03f450600160000360002000", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000103" : { + "0x0000000000000000000000000000000000001003" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610103600155600060006000600061dead6175305a03f450ba", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000104" : { + "0x0000000000000000000000000000000000001004" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610104600155600060006000600061dead6175305a03f450600056", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000105" : { + "0x0000000000000000000000000000000000001005" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610105600155600060006000600061dead6175305a03f450010101", "nonce" : "0x00", "storage" : { } }, - "0x0000000000000000000000000000000000000106" : { + "0x0000000000000000000000000000000000001006" : { "balance" : "0x0ba1a9ce0ba1a9ce", "code" : "0x610106600155600060006000600061dead6175305a03f4505b586004580356", "nonce" : "0x00", @@ -1706,7 +1706,7 @@ }, "0xcccccccccccccccccccccccccccccccccccccccc" : { "balance" : "0x0ba1a9ce0ba1a9ce", - "code" : "0x6160a76000556000600060006000600435610100015af400", + "code" : "0x6160a76000556000600060006000600435611000015af400", "nonce" : "0x00", "storage" : { }