From a5dad88c9c3cff0586c827b16552369efb657027 Mon Sep 17 00:00:00 2001 From: Hugo De La Cruz Date: Fri, 1 Mar 2024 21:47:58 -0700 Subject: [PATCH 01/13] Update EOF Error names according to new default retesteth config --- .../stEOF/stEIP3540/EOF1_CallsFiller.yml | 288 +++++++++++++++++- .../stEOF/stEIP3540/EOF1_ExecutionFiller.yml | 18 +- .../efExample/validInvalidFiller.yml | 8 +- 3 files changed, 290 insertions(+), 24 deletions(-) diff --git a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml index 175a1686010..1fae4691f48 100644 --- a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml +++ b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml @@ -26,12 +26,50 @@ EOF1_Calls: # EOF destination contracts c94f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - code: ':yul-eof { sstore(10, caller()) stop() }' + # yul: { sstore(10, caller()) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0005 # Code section 0 , 5 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0002 # max stack: 2 + # Code section 0 + 33 # [0] CALLER + 600a # [1] PUSH1(10) + 55 # [3] SSTORE + 00 # [4] STOP + # Data section (empty) nonce: 0 storage: {} d94f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - code: ':yul-eof { mstore8(0, 0x42) return(0, 1) }' + # yul: { mstore8(0, 0x42) return(0, 1) } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0008 # Code section 0 , 8 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0002 # max stack: 2 + # Code section 0 + 6042 # [0] PUSH1(66) + 5f # [2] PUSH0 + 53 # [3] MSTORE8 + 6001 # [4] PUSH1(1) + 5f # [6] PUSH0 + f3 # [7] RETURN + # Data section (empty) nonce: 0 storage: {} @@ -80,25 +118,142 @@ EOF1_Calls: 204f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code CALLs legacy code - code: ':yul-eof { sstore(0, call(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0, 0)) sstore(1, 1) stop() }' + # { sstore(0, call(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0, 0)) sstore(1, 1) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0026 # Code section 0 , 38 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0007 # max stack: 7 + # Code section 0 + 5f # [0] PUSH0 + 80 # [1] DUP1 + 80 # [2] DUP1 + 80 # [3] DUP1 + 80 # [4] DUP1 + 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [26] PUSH3(100000) + f1 # [30] CALL + 5f # [31] PUSH0 + 55 # [32] SSTORE + 6001 # [33] PUSH1(1) + 80 # [35] DUP1 + 55 # [36] SSTORE + 00 # [37] STOP + # Data section (empty) nonce: 0 storage: {} 224f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code DELEGATECALLs legacy code - code: ':yul-eof { sstore(0, delegatecall(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() }' + # { sstore(0, delegatecall(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0025 # Code section 0 , 37 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0006 # max stack: 6 + # Code section 0 + 5f # [0] PUSH0 + 80 # [1] DUP1 + 80 # [2] DUP1 + 80 # [3] DUP1 + 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [25] PUSH3(100000) + f4 # [29] DELEGATECALL + 5f # [30] PUSH0 + 55 # [31] SSTORE + 6001 # [32] PUSH1(1) + 80 # [34] DUP1 + 55 # [35] SSTORE + 00 # [36] STOP + # Data section (empty) nonce: 0 storage: {} 234f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code STATICCALLs non-pure legacy code - code: ':yul-eof { sstore(0, staticcall(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() }' + # { sstore(0, staticcall(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0025 # Code section 0 , 37 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0006 # max stack: 6 + # Code section 0 + 5f # [0] PUSH0 + 80 # [1] DUP1 + 80 # [2] DUP1 + 80 # [3] DUP1 + 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [25] PUSH3(100000) + fa # [29] STATICCALL + 5f # [30] PUSH0 + 55 # [31] SSTORE + 6001 # [32] PUSH1(1) + 80 # [34] DUP1 + 55 # [35] SSTORE + 00 # [36] STOP + # Data section (empty) nonce: 0 storage: {} 244f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code STATICCALLs legacy code - code: ':yul-eof { sstore(0, staticcall(100000, 0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 1)) sstore(1, mload(0)) sstore(2, 2) stop()}' + # { + # sstore(0, staticcall(100000, 0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 1)) + # sstore(1, mload(0)) sstore(2, 2) + # stop() + # } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 002b # Code section 0 , 43 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0006 # max stack: 6 + # Code section 0 + 6001 # [0] PUSH1(1) + 5f # [2] PUSH0 + 80 # [3] DUP1 + 80 # [4] DUP1 + 73f94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [26] PUSH3(100000) + fa # [30] STATICCALL + 5f # [31] PUSH0 + 55 # [32] SSTORE + 5f # [33] PUSH0 + 51 # [34] MLOAD + 6001 # [35] PUSH1(1) + 55 # [37] SSTORE + 6002 # [38] PUSH1(2) + 80 # [40] DUP1 + 55 # [41] SSTORE + 00 # [42] STOP + # Data section (empty) nonce: 0 storage: {} @@ -107,25 +262,138 @@ EOF1_Calls: 304f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code CALLs legacy code - code: ':yul-eof { sstore(0, call(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0, 0)) sstore(1, 1) stop() }' + # { sstore(0, call(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0, 0)) sstore(1, 1) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0026 # Code section 0 , 38 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0007 # max stack: 7 + # Code section 0 + 5f # [0] PUSH0 + 80 # [1] DUP1 + 80 # [2] DUP1 + 80 # [3] DUP1 + 80 # [4] DUP1 + 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [26] PUSH3(100000) + f1 # [30] CALL + 5f # [31] PUSH0 + 55 # [32] SSTORE + 6001 # [33] PUSH1(1) + 80 # [35] DUP1 + 55 # [36] SSTORE + 00 # [37] STOP + # Data section (empty) nonce: 0 storage: {} 324f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code DELEGATECALLs legacy code - code: ':yul-eof { sstore(0, delegatecall(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() }' + # { sstore(0, delegatecall(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0025 # Code section 0 , 37 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0006 # max stack: 6 + # Code section 0 + 5f # [0] PUSH0 + 80 # [1] DUP1 + 80 # [2] DUP1 + 80 # [3] DUP1 + 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [25] PUSH3(100000) + f4 # [29] DELEGATECALL + 5f # [30] PUSH0 + 55 # [31] SSTORE + 6001 # [32] PUSH1(1) + 80 # [34] DUP1 + 55 # [35] SSTORE + 00 # [36] STOP + # Data section (empty) nonce: 0 storage: {} 334f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code STATICCALLs non-pure legacy code - code: ':yul-eof { sstore(0, staticcall(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() }' + # { sstore(0, staticcall(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0025 # Code section 0 , 37 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0006 # max stack: 6 + # Code section 0 + 5f # [0] PUSH0 + 80 # [1] DUP1 + 80 # [2] DUP1 + 80 # [3] DUP1 + 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [25] PUSH3(100000) + fa # [29] STATICCALL + 5f # [30] PUSH0 + 55 # [31] SSTORE + 6001 # [32] PUSH1(1) + 80 # [34] DUP1 + 55 # [35] SSTORE + 00 # [36] STOP + # Data section (empty) nonce: 0 storage: {} 344f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EOF code STATICCALLs legacy code - code: ':yul-eof { sstore(0, staticcall(100000, 0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 1)) sstore(1, mload(0)) sstore(2, 2) stop()}' + # { sstore(0, staticcall(100000, 0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 1)) sstore(1, mload(0)) sstore(2, 2) stop()} + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 002b # Code section 0 , 43 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0006 # max stack: 6 + # Code section 0 + 6001 # [0] PUSH1(1) + 5f # [2] PUSH0 + 80 # [3] DUP1 + 80 # [4] DUP1 + 73d94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) + 620186a0 # [26] PUSH3(100000) + fa # [30] STATICCALL + 5f # [31] PUSH0 + 55 # [32] SSTORE + 5f # [33] PUSH0 + 51 # [34] MLOAD + 6001 # [35] PUSH1(1) + 55 # [37] SSTORE + 6002 # [38] PUSH1(2) + 80 # [40] DUP1 + 55 # [41] SSTORE + 00 # [42] STOP + # Data section (empty) nonce: 0 storage: {} diff --git a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml index 75cc9ee28e9..b54de6285c2 100644 --- a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml +++ b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml @@ -257,7 +257,7 @@ EOF1_Execution: '1': '1' 604f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '29' + '0': '2' - indexes: data: ':label extcodesize_inside_eof' network: @@ -271,7 +271,7 @@ EOF1_Execution: '1': '1' 614f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '29' + '0': '2' - indexes: data: ':label extcodehash' network: @@ -285,7 +285,7 @@ EOF1_Execution: '1': '1' 624f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '0x6942154f630e629ebe2b5ea584b50bf04b87a0e83112d4c53893a0d79135ca28' + '0': '0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5' - indexes: data: ':label extcodehash_inside_eof' network: @@ -299,7 +299,7 @@ EOF1_Execution: '1': '1' 634f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '0x6942154f630e629ebe2b5ea584b50bf04b87a0e83112d4c53893a0d79135ca28' + '0': '0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5' - indexes: data: ':label extcodecopy' network: @@ -312,8 +312,7 @@ EOF1_Execution: '0': '1' '1': '1' 644f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0x0101000402000100060400040000800002600160005500aabbccdd00000000' + storage: {} - indexes: data: ':label extcodecopy_inside_eof' network: @@ -326,8 +325,7 @@ EOF1_Execution: '0': '1' '1': '1' 654f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0x0101000402000100060400040000800002600160005500aabbccdd00000000' + storage: {} - indexes: data: ':label extcodecopy_out_of_bounds' network: @@ -341,7 +339,7 @@ EOF1_Execution: '1': '1' 664f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': 'aabbccdd00000000ffffffffffffffffffffffffffffffffffffffffffffffff' + '0': '0xffffffffffffffffffffffffffffffffffffffffffffffff' - indexes: data: ':label extcodecopy_out_of_bounds_eof' network: @@ -355,4 +353,4 @@ EOF1_Execution: '1': '1' 674f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': 'aabbccdd00000000ffffffffffffffffffffffffffffffffffffffffffffffff' + '0': '0xffffffffffffffffffffffffffffffffffffffffffffffff' diff --git a/src/EOFTestsFiller/efExample/validInvalidFiller.yml b/src/EOFTestsFiller/efExample/validInvalidFiller.yml index 16a7ba08040..975e2592040 100644 --- a/src/EOFTestsFiller/efExample/validInvalidFiller.yml +++ b/src/EOFTestsFiller/efExample/validInvalidFiller.yml @@ -1488,7 +1488,7 @@ validInvalid: # Data segment ef expectException: - ">=Prague" : "EOF_InvalidMagic" + ">=Prague" : "EOF_InvalidPrefix" # Data 45 # EOF1I0002 check that EOF1 with a bad version number fails (ver 0) @@ -1512,7 +1512,7 @@ validInvalid: # Data segment ef expectException: - ">=Prague" : "EOF_InvalidVersion" + ">=Prague" : "EOF_UnknownVersion" # EOF1I0002 check that EOF1 with a bad version number fails (ver 2) - data: | @@ -1535,7 +1535,7 @@ validInvalid: # Data segment ef expectException: - ">=Prague" : "EOF_InvalidVersion" + ">=Prague" : "EOF_UnknownVersion" # EOF1I0003 check that EOF1 with a bad section order fails - data: | @@ -1695,5 +1695,5 @@ validInvalid: # Init code which doesn't create a contract - data: :label bad :raw 0x610BADFE expectException: - ">=Prague" : "EOF_InvalidMagic" + ">=Prague" : "EOF_InvalidPrefix" From 397008871a77e6284e5d7fbf8dba404a593890ed Mon Sep 17 00:00:00 2001 From: Hugo De la cruz Date: Wed, 27 Mar 2024 12:16:05 -0700 Subject: [PATCH 02/13] Fill tests --- .../stEOF/stEIP3540/EOF1_Calls.json | 1320 ++++++++++------- .../stEOF/stEIP3540/EOF1_Execution.json | 994 ++++++++----- .../EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json | 1300 ++++++++++------ .../stEOF/stEIP4750/CALLF_RETF_Execution.json | 208 ++- .../stEOF/stEIP5450/EOF1_CALLF_Execution.json | 104 +- .../stEOF/stEIP3540/EOF1_Calls.json | 66 +- .../stEOF/stEIP3540/EOF1_Execution.json | 50 +- .../EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json | 62 +- .../stEOF/stEIP4750/CALLF_RETF_Execution.json | 20 +- .../stEOF/stEIP5450/EOF1_CALLF_Execution.json | 16 +- EOFTests/efExample/validInvalid.json | 20 +- 11 files changed, 2478 insertions(+), 1682 deletions(-) diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json index 7cf07ce6372..ab7467d2ceb 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json @@ -2,13 +2,13 @@ "EOF1_Calls_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "aeb61c59f95323d2dd102cbd03010a4735da131d59ccf81c40d5dbf6777f9076", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "afaa13a45cfad48ead424b39c4d78ca5f18164523301fdbce7454f8f0c6dc38e", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -21,21 +21,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021786", - "hash" : "0x580129453ff526379cbc5f56b5b88b2626849c24fb2d7591c76c297debaf0ad7", + "gasUsed" : "0x021782", + "hash" : "0x41480b991160006b3bed24552f3738d9141dc2db2755f8642252b7f323a39c17", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x19a983e7caf43896a7d30f8c44ffc97eb3949d24e1ab98f034cce34383e5fbd2", - "stateRoot" : "0x677920b54f736d2c484e16fe9d38a74263d9520102407bc17705fbf4a6b740de", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xe0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4", + "stateRoot" : "0x1fd0a915a53e1e00048c0e65092199583b0666d7ffd0eba1b4f7aaac4d41fef0", "timestamp" : "0x03e8", "transactionsTrie" : "0x8cfc1b89bf1b49486f74a4a21c0d651c973552c1572f8d19b7ba5f3cf31638a2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0677920b54f736d2c484e16fe9d38a74263d9520102407bc17705fbf4a6b740dea08cfc1b89bf1b49486f74a4a21c0d651c973552c1572f8d19b7ba5f3cf31638a2a019a983e7caf43896a7d30f8c44ffc97eb3949d24e1ab98f034cce34383e5fbd2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ce2c66a62aa87b5e0c5abb6d9527ace59853df769ae181a264e9e0e9fc8e37b3a068c5c62e7d9de5d12d94a75c618cbc0f2cbbd0cdba96415d21203e72afa30eb2c0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01fd0a915a53e1e00048c0e65092199583b0666d7ffd0eba1b4f7aaac4d41fef0a08cfc1b89bf1b49486f74a4a21c0d651c973552c1572f8d19b7ba5f3cf31638a2a0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ce2c66a62aa87b5e0c5abb6d9527ace59853df769ae181a264e9e0e9fc8e37b3a068c5c62e7d9de5d12d94a75c618cbc0f2cbbd0cdba96415d21203e72afa30eb2c0c0", "transactions" : [ { "data" : "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -62,30 +62,37 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x580129453ff526379cbc5f56b5b88b2626849c24fb2d7591c76c297debaf0ad7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x41480b991160006b3bed24552f3738d9141dc2db2755f8642252b7f323a39c17", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -94,83 +101,83 @@ }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab44", + "balance" : "0x83ab6c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -178,7 +185,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -195,7 +202,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -209,93 +216,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -309,7 +323,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -323,7 +337,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -337,7 +351,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -348,13 +362,13 @@ "EOF1_Calls_d10g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "bd9e34eecf69742d32e3f33b269094ce646cf4634a93cf26a723b4466ab1c318", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "78b11d4dce951fa95dde70a19aaef479c28073bb4c9903daa8db3e34e7995ee1", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -367,21 +381,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02fa0e", - "hash" : "0x7ce4cf97a4de68e25c21efec96dc85001392fbcc5cd0dee21aa28e05bc741b4b", + "gasUsed" : "0x02fa0a", + "hash" : "0xcd48f5c7a42afc3677e28f90457fea0394a4c6e75ae395fa1e4d22ee63f365bf", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x58d48236d4eae36639e9be1786f8c25149845ff2f87a5280a35bbcff917b0856", - "stateRoot" : "0x87a2dc16d1ec82dcfaea96d7e26f5fd709a780d6502b29b16e53a26a8c0d5dcc", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xa8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20", + "stateRoot" : "0xa6ef998776627a7c356587a9fb85a1c7bb639b11cd250c7a1a28f32526bf1be7", "timestamp" : "0x03e8", "transactionsTrie" : "0xa5b73fe56bea375a1245e69597c47edc95b39f063a06ccc745cf6272b57438bd", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa087a2dc16d1ec82dcfaea96d7e26f5fd709a780d6502b29b16e53a26a8c0d5dcca0a5b73fe56bea375a1245e69597c47edc95b39f063a06ccc745cf6272b57438bda058d48236d4eae36639e9be1786f8c25149845ff2f87a5280a35bbcff917b0856b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0a91e95238035259297b29b363da0d5527c20a5021f84e9aeb59e9b40df8f19a4a0422ca0d175e0004b1711b830d4041f3aa5cf09dd0af4c7e61cf3c9329cd7284dc0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a6ef998776627a7c356587a9fb85a1c7bb639b11cd250c7a1a28f32526bf1be7a0a5b73fe56bea375a1245e69597c47edc95b39f063a06ccc745cf6272b57438bda0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0a91e95238035259297b29b363da0d5527c20a5021f84e9aeb59e9b40df8f19a4a0422ca0d175e0004b1711b830d4041f3aa5cf09dd0af4c7e61cf3c9329cd7284dc0c0", "transactions" : [ { "data" : "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -408,100 +422,107 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7ce4cf97a4de68e25c21efec96dc85001392fbcc5cd0dee21aa28e05bc741b4b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xcd48f5c7a42afc3677e28f90457fea0394a4c6e75ae395fa1e4d22ee63f365bf", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { "0x01" : "0x01" @@ -509,13 +530,13 @@ }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x7ad1f4", + "balance" : "0x7ad21c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -523,7 +544,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -539,7 +560,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -553,93 +574,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -653,7 +681,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -667,7 +695,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -681,7 +709,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -692,13 +720,13 @@ "EOF1_Calls_d11g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "861e989bbb9bd38b48aea1a2bb7d905715430426233b08f14421fc43b0761257", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "952421732a6c5f31897efe58f022044a49baab98b721f7618036bfff8294c838", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -711,21 +739,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02179c", - "hash" : "0xec85ae545c91beab14d27595423b00186ede65e0934bc601501fc8a895754bea", + "gasUsed" : "0x021795", + "hash" : "0x7ffda7b617f9188103c354a4eceff4adcfda6251cb53330d8e923665ed463f2a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x1369e528b096a31b0f4694aeb45739f6cb55f152340190fab06485974964923c", - "stateRoot" : "0xbfb4b3345c77f871f9017e19dde5122e227bcfe629d480b4f416d62f7369b294", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xc734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235", + "stateRoot" : "0x71f190cda820c75f885684be6fdf4dcb50e2baeee66afb6038260d82540916da", "timestamp" : "0x03e8", "transactionsTrie" : "0x5fbbddaf6597c54b1b3ec691c5a7c971ee002c9c21a7f932881c3c672319e3fe", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bfb4b3345c77f871f9017e19dde5122e227bcfe629d480b4f416d62f7369b294a05fbbddaf6597c54b1b3ec691c5a7c971ee002c9c21a7f932881c3c672319e3fea01369e528b096a31b0f4694aeb45739f6cb55f152340190fab06485974964923cb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302179c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094344f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0aa3f136330dfa79669933acde4f35a07c68d48b6c27b25ba9aacfb0b0858ea7fa02a34c634a0b24289cf8289f36e298abcb82f42fdf6870fe39eebf1af6c7ecfd2c0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa071f190cda820c75f885684be6fdf4dcb50e2baeee66afb6038260d82540916daa05fbbddaf6597c54b1b3ec691c5a7c971ee002c9c21a7f932881c3c672319e3fea0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094344f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0aa3f136330dfa79669933acde4f35a07c68d48b6c27b25ba9aacfb0b0858ea7fa02a34c634a0b24289cf8289f36e298abcb82f42fdf6870fe39eebf1af6c7ecfd2c0c0", "transactions" : [ { "data" : "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -752,107 +780,114 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xec85ae545c91beab14d27595423b00186ede65e0934bc601501fc8a895754bea", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7ffda7b617f9188103c354a4eceff4adcfda6251cb53330d8e923665ed463f2a", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -861,7 +896,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83aa68", + "balance" : "0x83aaae", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -869,7 +904,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -885,7 +920,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -899,93 +934,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -999,7 +1041,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1013,7 +1055,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1027,7 +1069,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1038,13 +1080,13 @@ "EOF1_Calls_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "175f88e2433b029d376297960b4d89ba434b8529b1724e27658d938d872c0d71", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "71479f209a494406c224b784e957022e7b6f667b27a36f2ce8cba2fcb2f4e8bc", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -1057,21 +1099,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021783", - "hash" : "0x4edea698f67728f225949ad6a1bdf1a0713ab7c156eba69343efd79e464c28f9", + "gasUsed" : "0x02177f", + "hash" : "0x36a0eb9579dffc397fd6b605b5bffb61f2666e240708e12f54f1e72ecbec90ae", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x5b28f7cf138d587a28d63deeeb554a8c081dba9455b10ca04a98389c0c08a59d", - "stateRoot" : "0xba5cb2d00db6eb85c26aeaee4957f4b80b348128943b8c3efac7581de42b2c32", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0x79f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263f", + "stateRoot" : "0xcaa7acc7ccf3d27bf95907f4c97924777fd6213d91486eb379ddfa0943e97c03", "timestamp" : "0x03e8", "transactionsTrie" : "0xeba1abbbd2388614e7ece441d91134e8ab1cb16f748b1f80dbc494ae6b196afb", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ba5cb2d00db6eb85c26aeaee4957f4b80b348128943b8c3efac7581de42b2c32a0eba1abbbd2388614e7ece441d91134e8ab1cb16f748b1f80dbc494ae6b196afba05b28f7cf138d587a28d63deeeb554a8c081dba9455b10ca04a98389c0c08a59db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217838203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0ac577688cc8ec39c276b2ed149715e13ced201ab42dce4bd7c3b3c36cdd89753a01eae0d47f898845a0039e8f69cf4504f18b8ca5c8278c787d06df25588adba3fc0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0caa7acc7ccf3d27bf95907f4c97924777fd6213d91486eb379ddfa0943e97c03a0eba1abbbd2388614e7ece441d91134e8ab1cb16f748b1f80dbc494ae6b196afba079f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302177f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0ac577688cc8ec39c276b2ed149715e13ced201ab42dce4bd7c3b3c36cdd89753a01eae0d47f898845a0039e8f69cf4504f18b8ca5c8278c787d06df25588adba3fc0c0", "transactions" : [ { "data" : "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1098,37 +1140,44 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4edea698f67728f225949ad6a1bdf1a0713ab7c156eba69343efd79e464c28f9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x36a0eb9579dffc397fd6b605b5bffb61f2666e240708e12f54f1e72ecbec90ae", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1138,76 +1187,76 @@ }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab62", + "balance" : "0x83ab8a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1215,7 +1264,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1231,7 +1280,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1245,93 +1294,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -1345,7 +1401,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1359,7 +1415,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1373,7 +1429,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1384,13 +1440,13 @@ "EOF1_Calls_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "37968a0101feadebe9be7b2f5a643483e33fcfca5c7c58e0f9d246ccefc1e7f2", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "39b19888bb84bcda295ab3c024c33fb82306ff10a5b69564f22678d7d14700ef", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -1403,21 +1459,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02fa0e", - "hash" : "0x82ed12111ff39532da31f0d5ce78b415ffba8b1d64ce79404ee1031a90128eb8", + "gasUsed" : "0x02fa0a", + "hash" : "0x6adf729d50637a59e0e2b9379004ccc1fca2fff170b60fcaf63ba84a2d786c3c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x58d48236d4eae36639e9be1786f8c25149845ff2f87a5280a35bbcff917b0856", - "stateRoot" : "0x74059caa53ae8766970d6997de1c8544c473b3e90e88f2c38ed53edd51e8c224", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xa8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20", + "stateRoot" : "0x80f1d450ed20f5ebfe560b74581c87504205e323a6a969763664d9d1504dbd28", "timestamp" : "0x03e8", "transactionsTrie" : "0xba4a8f1cea68c15c5f4a04e814fd90c427698cfbd31d230f9e0d8c4d76396e96", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074059caa53ae8766970d6997de1c8544c473b3e90e88f2c38ed53edd51e8c224a0ba4a8f1cea68c15c5f4a04e814fd90c427698cfbd31d230f9e0d8c4d76396e96a058d48236d4eae36639e9be1786f8c25149845ff2f87a5280a35bbcff917b0856b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07065a253ba1aea8997aa343a2af047abdca549fc009c6597282765b6994f349ea011f1d67ce5e9970ec4be5c53f39c5acae07522aa1dea6404c691323807993dedc0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080f1d450ed20f5ebfe560b74581c87504205e323a6a969763664d9d1504dbd28a0ba4a8f1cea68c15c5f4a04e814fd90c427698cfbd31d230f9e0d8c4d76396e96a0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07065a253ba1aea8997aa343a2af047abdca549fc009c6597282765b6994f349ea011f1d67ce5e9970ec4be5c53f39c5acae07522aa1dea6404c691323807993dedc0c0", "transactions" : [ { "data" : "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1444,44 +1500,51 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x82ed12111ff39532da31f0d5ce78b415ffba8b1d64ce79404ee1031a90128eb8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6adf729d50637a59e0e2b9379004ccc1fca2fff170b60fcaf63ba84a2d786c3c", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { "0x01" : "0x01" @@ -1489,69 +1552,69 @@ }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x7ad1f4", + "balance" : "0x7ad21c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1559,7 +1622,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1575,7 +1638,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1589,93 +1652,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -1689,7 +1759,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1703,7 +1773,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1717,7 +1787,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1728,13 +1798,13 @@ "EOF1_Calls_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "11ebb91ac13c696e921739f27fda86746c695a21e9ec7cc8f2aa63ffc48fdff4", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "ee142b9b6e346594ca57859d8c4b6b3fcfd7de2e3b1b3077f92e3fcd739e80a4", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -1747,21 +1817,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02179c", - "hash" : "0x44f3aa192076ab724212fb63558784ba05e7b844909f5c9bf02c5ffa5bbf8aa9", + "gasUsed" : "0x021795", + "hash" : "0x7326b634c38f3e9bd7029ad0cefd976610955bdacb8997119566cd25141ade96", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x1369e528b096a31b0f4694aeb45739f6cb55f152340190fab06485974964923c", - "stateRoot" : "0xe3279e790d2d5f82212dd7dceb04392f0c408f6e690e9857351a114e3cbf587d", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xc734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235", + "stateRoot" : "0xc15781b5e654ce1adbd61b81dcf5460a3e1aefc8dc56c8d694bdc95bc88fb572", "timestamp" : "0x03e8", "transactionsTrie" : "0x7259f8a8d21cd7f6b1a14e60a0de0c4d5f9184466c38e0deb57256754ba720e1", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e3279e790d2d5f82212dd7dceb04392f0c408f6e690e9857351a114e3cbf587da07259f8a8d21cd7f6b1a14e60a0de0c4d5f9184466c38e0deb57256754ba720e1a01369e528b096a31b0f4694aeb45739f6cb55f152340190fab06485974964923cb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302179c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d8f06ae1f1b349d8a869cdbd62d3769e87d020402b321139d0adcaf5b426f080a05faddd63ba05303f92a1c6c956527037ca56e2aa5cd2bfa77e461eb245572575c0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c15781b5e654ce1adbd61b81dcf5460a3e1aefc8dc56c8d694bdc95bc88fb572a07259f8a8d21cd7f6b1a14e60a0de0c4d5f9184466c38e0deb57256754ba720e1a0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d8f06ae1f1b349d8a869cdbd62d3769e87d020402b321139d0adcaf5b426f080a05faddd63ba05303f92a1c6c956527037ca56e2aa5cd2bfa77e461eb245572575c0c0", "transactions" : [ { "data" : "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1788,51 +1858,58 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x44f3aa192076ab724212fb63558784ba05e7b844909f5c9bf02c5ffa5bbf8aa9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7326b634c38f3e9bd7029ad0cefd976610955bdacb8997119566cd25141ade96", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1842,62 +1919,62 @@ }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83aa68", + "balance" : "0x83aaae", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1905,7 +1982,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1921,7 +1998,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -1935,93 +2012,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -2035,7 +2119,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2049,7 +2133,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2063,7 +2147,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2074,13 +2158,13 @@ "EOF1_Calls_d4g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "9be1da751b241a5d3d4c510af43d3959233bbe60335820ed45d08bd438d8a3d5", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "2fdb151b91811e5d42cbadc36a53cbaeb2e3690054d0726a8736d527f1fb6766", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -2093,21 +2177,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021786", - "hash" : "0x8c17444084f71df6dac89b298777557fd0423d02131a833ff4822faad43954bd", + "gasUsed" : "0x021782", + "hash" : "0x7bd7920471cb040aa6febda81e73fbf46440090f60775208f153f8a441ec9e10", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x19a983e7caf43896a7d30f8c44ffc97eb3949d24e1ab98f034cce34383e5fbd2", - "stateRoot" : "0x21225a0f114f5f5c7c3e1e24020a43731edaf1c4537348235823855e7f87e88d", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xe0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4", + "stateRoot" : "0xf210c6e83f65cd074fd1f4ee69721c420575d259bd9db195ffa1ef984afddd28", "timestamp" : "0x03e8", "transactionsTrie" : "0x48cfd61a6432271420a16fdfda79f686c119f6adcf42131821f0cb8122466c2a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021225a0f114f5f5c7c3e1e24020a43731edaf1c4537348235823855e7f87e88da048cfd61a6432271420a16fdfda79f686c119f6adcf42131821f0cb8122466c2aa019a983e7caf43896a7d30f8c44ffc97eb3949d24e1ab98f034cce34383e5fbd2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b276a9512cf27bc7cc28964eb56e398043d06deaeb254a6435c3ca179a2154ca0371b2fa94e6eafc800595f77a4824bc23df83fbfbd2402efb0095959dd669860c0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f210c6e83f65cd074fd1f4ee69721c420575d259bd9db195ffa1ef984afddd28a048cfd61a6432271420a16fdfda79f686c119f6adcf42131821f0cb8122466c2aa0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b276a9512cf27bc7cc28964eb56e398043d06deaeb254a6435c3ca179a2154ca0371b2fa94e6eafc800595f77a4824bc23df83fbfbd2402efb0095959dd669860c0c0", "transactions" : [ { "data" : "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -2134,58 +2218,65 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8c17444084f71df6dac89b298777557fd0423d02131a833ff4822faad43954bd", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7bd7920471cb040aa6febda81e73fbf46440090f60775208f153f8a441ec9e10", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2194,55 +2285,55 @@ }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab44", + "balance" : "0x83ab6c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2250,7 +2341,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2266,7 +2357,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2281,93 +2372,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -2381,7 +2479,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2395,7 +2493,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2409,7 +2507,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2420,13 +2518,13 @@ "EOF1_Calls_d5g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "8d5e712877bfb2be280ae74cb0f3919bfda602bdebc339c568f624c74c3e4266", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "487463cedc32403650555d295249a1931daee31a4234cc55015aeaceb60760d7", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -2439,21 +2537,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01736e", - "hash" : "0xcb30a56815b8b08ecf0eddf52dfbea870e3e96a5d1c1d1bb0f4b9aafa8fa9608", + "gasUsed" : "0x01736a", + "hash" : "0x68a9f6196c4af59bda14a593f96649165610b4c4b0494c34d8a7c6d43839b138", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0xddb3c4d3ac66984b82d51dc0a0415013dcfab47b4f960708e5eefc3e99119468", - "stateRoot" : "0x32125476d301ac4880aa10f7540b0222454a3452f8864e718b72477773d7363f", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0x39c2dfd7f2067a536d977a40ae2f2b3f3614bbef0a4eb26f49b8114d29e9805f", + "stateRoot" : "0x1c08ba03f20c46c1a41bff2ad1ee30d6134b07e78139a38bea1de860541aa6f4", "timestamp" : "0x03e8", "transactionsTrie" : "0x31facfed4c8c5cccfcb84d5c729d7f4e254b2cfd24a6d11502ebea56bd6d2c91", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa032125476d301ac4880aa10f7540b0222454a3452f8864e718b72477773d7363fa031facfed4c8c5cccfcb84d5c729d7f4e254b2cfd24a6d11502ebea56bd6d2c91a0ddb3c4d3ac66984b82d51dc0a0415013dcfab47b4f960708e5eefc3e99119468b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301736e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0034580ff109b3b5d3415f5ccd85eda13aeceea7b18ce1b942616360dcb803650a0168efdbf87b181399a2ecf7918e8e3f375e4a432792ba93fb3f797eb5ce3612bc0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c08ba03f20c46c1a41bff2ad1ee30d6134b07e78139a38bea1de860541aa6f4a031facfed4c8c5cccfcb84d5c729d7f4e254b2cfd24a6d11502ebea56bd6d2c91a039c2dfd7f2067a536d977a40ae2f2b3f3614bbef0a4eb26f49b8114d29e9805fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301736a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0034580ff109b3b5d3415f5ccd85eda13aeceea7b18ce1b942616360dcb803650a0168efdbf87b181399a2ecf7918e8e3f375e4a432792ba93fb3f797eb5ce3612bc0c0", "transactions" : [ { "data" : "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -2480,65 +2578,72 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xcb30a56815b8b08ecf0eddf52dfbea870e3e96a5d1c1d1bb0f4b9aafa8fa9608", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x68a9f6196c4af59bda14a593f96649165610b4c4b0494c34d8a7c6d43839b138", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { "0x01" : "0x01" @@ -2546,48 +2651,48 @@ }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a1434", + "balance" : "0x8a145c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2595,7 +2700,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2611,7 +2716,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2625,93 +2730,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -2725,7 +2837,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2739,7 +2851,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2753,7 +2865,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2764,13 +2876,13 @@ "EOF1_Calls_d6g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "9c56ab8a1836c871ab5329cb8ee2d437c5e1ac0b182a6fcd4dcea03d85b93fe4", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "a14fb38ae15a4af724e1259190f9ce84b9b97783d8b8a8d9146a6da349713d37", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -2783,21 +2895,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02fa0e", - "hash" : "0x37adbd8fe3994ab7c57997783a4e99ab494082feffcb0bef518f2cfd626a81ad", + "gasUsed" : "0x02fa0a", + "hash" : "0xf60f08fc209bd72f5c2dd8baa06a45acb1ae7506cd59c7a11ba621d05a667ee3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x58d48236d4eae36639e9be1786f8c25149845ff2f87a5280a35bbcff917b0856", - "stateRoot" : "0x25eb347e41ca5b9d8bf2334a5e92de235e6adc3eb6de5389bec0c5f8ce801c92", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xa8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20", + "stateRoot" : "0xcf2a95b5202d76a5ee440f83ac9c706e42308b45508ebe17819f0d884c0716f3", "timestamp" : "0x03e8", "transactionsTrie" : "0xf00b52d76bc92b25f2d0bb112b3d59cfa67af16ee6d75ed584d06c0a6fe0f9b0", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa025eb347e41ca5b9d8bf2334a5e92de235e6adc3eb6de5389bec0c5f8ce801c92a0f00b52d76bc92b25f2d0bb112b3d59cfa67af16ee6d75ed584d06c0a6fe0f9b0a058d48236d4eae36639e9be1786f8c25149845ff2f87a5280a35bbcff917b0856b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0eb222aa1d5304b04fb4956ae6857948a438da23af65e83b08bf41efcde6dec4da00ebae8d9ed597e903705dfa72d80cfa33416b453bb78d399da9bd96507340f89c0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cf2a95b5202d76a5ee440f83ac9c706e42308b45508ebe17819f0d884c0716f3a0f00b52d76bc92b25f2d0bb112b3d59cfa67af16ee6d75ed584d06c0a6fe0f9b0a0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0eb222aa1d5304b04fb4956ae6857948a438da23af65e83b08bf41efcde6dec4da00ebae8d9ed597e903705dfa72d80cfa33416b453bb78d399da9bd96507340f89c0c0", "transactions" : [ { "data" : "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -2824,72 +2936,79 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x37adbd8fe3994ab7c57997783a4e99ab494082feffcb0bef518f2cfd626a81ad", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf60f08fc209bd72f5c2dd8baa06a45acb1ae7506cd59c7a11ba621d05a667ee3", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { "0x01" : "0x01" @@ -2897,41 +3016,41 @@ }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x7ad1f4", + "balance" : "0x7ad21c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2939,7 +3058,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2955,7 +3074,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -2969,93 +3088,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -3069,7 +3195,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3083,7 +3209,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3097,7 +3223,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3108,13 +3234,13 @@ "EOF1_Calls_d7g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "d755a28fa130368596a2d55534019fa5736cff46550981e6628ecbb208b038d4", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "77cfd9676480cab832e568a1c713d09ae9c49aa9c98caa8623991112c36eb887", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -3127,21 +3253,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02179c", - "hash" : "0x13c560d57bf50e6490864f8424daf5b970f213c0f5df1d1bb89ccc153fc129fd", + "gasUsed" : "0x021795", + "hash" : "0x694498404a35b9787a758c3461860f88fc5c9c1e1d2c8347dd3b13042430aa9e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x1369e528b096a31b0f4694aeb45739f6cb55f152340190fab06485974964923c", - "stateRoot" : "0x293abc924a66bf75ea57142b6a0c59564311d35f3d0307954501ab1a2e89cdae", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xc734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235", + "stateRoot" : "0x80c971767764cc38ad24e0837718d72dbaf27ab0aee985c7e1467029711ffd6a", "timestamp" : "0x03e8", "transactionsTrie" : "0x1fa74452dceeb2309725ed7effb65622883c8e851d35ff085ec4f566f7b8b45f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0293abc924a66bf75ea57142b6a0c59564311d35f3d0307954501ab1a2e89cdaea01fa74452dceeb2309725ed7effb65622883c8e851d35ff085ec4f566f7b8b45fa01369e528b096a31b0f4694aeb45739f6cb55f152340190fab06485974964923cb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302179c8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ba01f8907c27ed49cb5b3506f9c2a4e308c6b7b4611aca7b65b02bdb4bc7eeafb6ca060bd0c23e521bf637265f46473db899b27efb2495cc2816fef623b4b626a92f3c0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080c971767764cc38ad24e0837718d72dbaf27ab0aee985c7e1467029711ffd6aa01fa74452dceeb2309725ed7effb65622883c8e851d35ff085ec4f566f7b8b45fa0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ba01f8907c27ed49cb5b3506f9c2a4e308c6b7b4611aca7b65b02bdb4bc7eeafb6ca060bd0c23e521bf637265f46473db899b27efb2495cc2816fef623b4b626a92f3c0c0", "transactions" : [ { "data" : "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -3168,79 +3294,86 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x13c560d57bf50e6490864f8424daf5b970f213c0f5df1d1bb89ccc153fc129fd", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x694498404a35b9787a758c3461860f88fc5c9c1e1d2c8347dd3b13042430aa9e", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3250,34 +3383,34 @@ }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83aa68", + "balance" : "0x83aaae", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3285,7 +3418,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3301,7 +3434,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3315,93 +3448,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -3415,7 +3555,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3429,7 +3569,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3443,7 +3583,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3454,13 +3594,13 @@ "EOF1_Calls_d8g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "bd153749596ab85dd34aaca5675dc681d3b9e936ed4bdcf3d497f9e6fb3d9910", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "25f3b5f3fa9dc665464d53212f5b3ab1282bdcfa9c6ab585cf3cff3ad791a0ba", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -3473,21 +3613,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021786", - "hash" : "0x9877ff48aa86f8b073ec868ccd158b4420fa912d16d2d67f6cb9b6f0b7a47c52", + "gasUsed" : "0x021782", + "hash" : "0x8c6ded016db6938faf94aaaaf1e477aea97bf6fea4c9184a6e8f815511af48e7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x19a983e7caf43896a7d30f8c44ffc97eb3949d24e1ab98f034cce34383e5fbd2", - "stateRoot" : "0x78d7eb305ac12bcf41dc2659eaaed16e65751074ec37894fb3a75abee52a06c9", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0xe0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4", + "stateRoot" : "0xcd066ec508c18fa54dd73d162c49754ef4b20f1004f99184e8115574e19305f4", "timestamp" : "0x03e8", "transactionsTrie" : "0xe0467d931d1453c45af963913962dfa9122a2d5fc1c811e15f06c155bedf9d15", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078d7eb305ac12bcf41dc2659eaaed16e65751074ec37894fb3a75abee52a06c9a0e0467d931d1453c45af963913962dfa9122a2d5fc1c811e15f06c155bedf9d15a019a983e7caf43896a7d30f8c44ffc97eb3949d24e1ab98f034cce34383e5fbd2b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217868203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d95f5154b9f43d773c77b6a33cfa2a8764ca4c987e9d0c6a5c952c67b4d14796a06ef1a87a556b6b564c0426356f1095a8e946b89be65a8aa33106248c0185bc0fc0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cd066ec508c18fa54dd73d162c49754ef4b20f1004f99184e8115574e19305f4a0e0467d931d1453c45af963913962dfa9122a2d5fc1c811e15f06c155bedf9d15a0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d95f5154b9f43d773c77b6a33cfa2a8764ca4c987e9d0c6a5c952c67b4d14796a06ef1a87a556b6b564c0426356f1095a8e946b89be65a8aa33106248c0185bc0fc0c0", "transactions" : [ { "data" : "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -3514,86 +3654,93 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x9877ff48aa86f8b073ec868ccd158b4420fa912d16d2d67f6cb9b6f0b7a47c52", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8c6ded016db6938faf94aaaaf1e477aea97bf6fea4c9184a6e8f815511af48e7", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3602,27 +3749,27 @@ }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab44", + "balance" : "0x83ab6c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3630,7 +3777,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3647,7 +3794,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3661,93 +3808,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -3761,7 +3915,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3775,7 +3929,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3789,7 +3943,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -3800,13 +3954,13 @@ "EOF1_Calls_d9g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "d4e989805d1c5f5e84df417edf3b6197fc5253487157659623b2e6a5ca541260", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "ac219efb871c1f0e8f5884f7dd0d6811f615f35550ab1862a8bc4d99caf09fd5", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "blocks" : [ { @@ -3819,21 +3973,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021783", - "hash" : "0x87c61a365215839908faa04224a8f5690795580768ecf9b80e99c2e9c88e1ca8", + "gasUsed" : "0x02177f", + "hash" : "0xc3ce60af30b56b5397de3c12a6b0fdf733a75a5067dab17c6d912e0ca913700c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", - "receiptTrie" : "0x5b28f7cf138d587a28d63deeeb554a8c081dba9455b10ca04a98389c0c08a59d", - "stateRoot" : "0x764d31dc350d5831c9bda10716ebf32c6e5b156b815ea7578ab7d5d38bcfcbe0", + "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "receiptTrie" : "0x79f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263f", + "stateRoot" : "0x6da7ee1fe25e713fceed86114ea4abc45e71bfc4130df34390723b330a6f7d7a", "timestamp" : "0x03e8", "transactionsTrie" : "0xd262968a4e893a8fe101ff3fae79ffd64c5c85b66303d05e7911161fea53de1f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efaa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0764d31dc350d5831c9bda10716ebf32c6e5b156b815ea7578ab7d5d38bcfcbe0a0d262968a4e893a8fe101ff3fae79ffd64c5c85b66303d05e7911161fea53de1fa05b28f7cf138d587a28d63deeeb554a8c081dba9455b10ca04a98389c0c08a59db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217838203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f40d76b0375337380d5d81f5b079d2da873f2749b0558b844a8951a988b76d48a07978cc832f61e6e5c57bb7af1f1dab0ba5406782dd8f6f1e6930febbf88f891cc0c0", + "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06da7ee1fe25e713fceed86114ea4abc45e71bfc4130df34390723b330a6f7d7aa0d262968a4e893a8fe101ff3fae79ffd64c5c85b66303d05e7911161fea53de1fa079f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302177f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f40d76b0375337380d5d81f5b079d2da873f2749b0558b844a8951a988b76d48a07978cc832f61e6e5c57bb7af1f1dab0ba5406782dd8f6f1e6930febbf88f891cc0c0", "transactions" : [ { "data" : "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -3860,93 +4014,100 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x452232cfdd8e4987e670adffb37c8d3bac86086897183bf3033299004b5b6efa", + "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68", + "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7aec01048dac163f7ba33a2c683ec2f45d684f280a71ef5078aa4e8db04ca68a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x87c61a365215839908faa04224a8f5690795580768ecf9b80e99c2e9c88e1ca8", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc3ce60af30b56b5397de3c12a6b0fdf733a75a5067dab17c6d912e0ca913700c", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3956,20 +4117,20 @@ }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab62", + "balance" : "0x83ab8a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3977,7 +4138,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3993,7 +4154,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -4007,93 +4168,100 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -4107,7 +4275,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -4121,7 +4289,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -4135,7 +4303,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json index dde0678a45c..67718bf4bdd 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json @@ -2,13 +2,13 @@ "EOF1_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "56ef7187afa0358bd8c7fd51355b3a291dd84fc09ab9ad9054ab9484cab18a30", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "e1aa9f8c359c86525cc3c806cff37304ecad419a2eced72ad64e6cc60b382332", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -21,21 +21,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016099", - "hash" : "0xbcbc0ee18f2f456505e16798f6fb992cc341e86f44da5836875d78251ee0d46f", + "gasUsed" : "0x016097", + "hash" : "0x273eba84e2d91642923afc75ce75c8338ba81579eb9b4dbec4b38e6ea248b19e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0x5c1478b01c433f212ca9d67ffc16af2db4cb5ea47d9e400e0231d8cb702ec225", - "stateRoot" : "0x83ebfcc46beaf6b70a392c91e284a3f399444d1b9ddd8612922bc3dade7e5ada", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", + "stateRoot" : "0x0dd31f5cf91bbc07b67e2818e0f51f4dddd8367f28f5238154cf74185106fe2b", "timestamp" : "0x03e8", "transactionsTrie" : "0x54d0b3799d633a2f3786b1597e1893ad7d9f3bb367bb1f7633125e8caebdc94c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa083ebfcc46beaf6b70a392c91e284a3f399444d1b9ddd8612922bc3dade7e5adaa054d0b3799d633a2f3786b1597e1893ad7d9f3bb367bb1f7633125e8caebdc94ca05c1478b01c433f212ca9d67ffc16af2db4cb5ea47d9e400e0231d8cb702ec225b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160998203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451dc0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00dd31f5cf91bbc07b67e2818e0f51f4dddd8367f28f5238154cf74185106fe2ba054d0b3799d633a2f3786b1597e1893ad7d9f3bb367bb1f7633125e8caebdc94ca0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451dc0c0", "transactions" : [ { "data" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -62,27 +62,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbcbc0ee18f2f456505e16798f6fb992cc341e86f44da5836875d78251ee0d46f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x273eba84e2d91642923afc75ce75c8338ba81579eb9b4dbec4b38e6ea248b19e", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -113,7 +120,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -127,7 +134,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -141,7 +148,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -155,7 +162,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -168,7 +175,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad086", + "balance" : "0x8ad09a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -176,7 +183,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -200,6 +207,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -230,7 +244,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -244,7 +258,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -258,7 +272,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -272,7 +286,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -293,7 +307,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -318,13 +332,13 @@ "EOF1_Execution_d10g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "2f4b1edd29cd859498635653601e40d11a504fb20aad74a3183dec2627051146", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "13dc2fa501a4e6f3047bfac39ab935dae2f68699ebb4f5e00577e518562cf530", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -337,21 +351,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016adc", - "hash" : "0xcf37bb27a622a844b79802a73bb025011f879e33cf62f135f9c960c6bae4b29d", + "gasUsed" : "0x011d1b", + "hash" : "0xf4f7d344de9e91ef0762a4726e942678a8bae997545ffb554f16faf0dc331d5c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0x20c1ee18c754dd5ea589549ac7c5eb17bb2bfc19965430d959bcab87b277d58c", - "stateRoot" : "0x80082c1fa499c25436c4aa4c96f7a630ac3a37a014449692dc9a242daf92bb5d", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x02b732d801ec7e7b64de018f1c71cdaee8996df9c5a7f538e816b4cf4ebac00b", + "stateRoot" : "0xb477bdfc419f127aabe48278432e4a2407742f963bf3dee6eb6a06aac676f5ca", "timestamp" : "0x03e8", "transactionsTrie" : "0x098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080082c1fa499c25436c4aa4c96f7a630ac3a37a014449692dc9a242daf92bb5da0098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584ea020c1ee18c754dd5ea589549ac7c5eb17bb2bfc19965430d959bcab87b277d58cb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adc8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4dec0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b477bdfc419f127aabe48278432e4a2407742f963bf3dee6eb6a06aac676f5caa0098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584ea002b732d801ec7e7b64de018f1c71cdaee8996df9c5a7f538e816b4cf4ebac00bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083011d1b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4dec0c0", "transactions" : [ { "data" : "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -378,27 +392,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xcf37bb27a622a844b79802a73bb025011f879e33cf62f135f9c960c6bae4b29d", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf4f7d344de9e91ef0762a4726e942678a8bae997545ffb554f16faf0dc331d5c", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -429,7 +450,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -443,7 +464,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -457,10 +478,9 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { - "0x00" : "0x0101000402000100060400040000800002600160005500aabbccdd00000000" } }, "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -472,7 +492,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -485,7 +505,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a69e8", + "balance" : "0x8d7372", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -493,7 +513,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -516,6 +536,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -546,7 +573,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -560,7 +587,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -574,7 +601,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -588,7 +615,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -609,7 +636,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -634,13 +661,13 @@ "EOF1_Execution_d11g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "3147f375cd0ed811b1b3e29e0451d4cc362df965f5804b4bfd1d53fde1342766", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "cfd794dc154dae08d92a10536a775a0684cbcb6937d9018c07c7d3a1073fd1bf", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -653,21 +680,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016adc", - "hash" : "0x29a3b16e882fb564c4089512d4f9219806725558485249067b1182d9253b4ef0", + "gasUsed" : "0x011d1e", + "hash" : "0xa85d4ca6fbd2a69893337e20bc8740581538f58af5c871542f858e2b3344fe3a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0x20c1ee18c754dd5ea589549ac7c5eb17bb2bfc19965430d959bcab87b277d58c", - "stateRoot" : "0xea0169f9da9692d18204868c53b099cc21bfd227e135d822cd399fe88811f255", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x85a23a1ca1e84083185eb95c0ebd7dad8a56fba38ae21406ba3aedccd594e466", + "stateRoot" : "0xd3d3f13abca61609c674b96dca6a8dd7f89dd5166b54ae4d1b3065df37f80f1b", "timestamp" : "0x03e8", "transactionsTrie" : "0x8e3c823104c3151202938f8efe3c42994c75660f511d071af4f0a167830087e9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ea0169f9da9692d18204868c53b099cc21bfd227e135d822cd399fe88811f255a08e3c823104c3151202938f8efe3c42994c75660f511d071af4f0a167830087e9a020c1ee18c754dd5ea589549ac7c5eb17bb2bfc19965430d959bcab87b277d58cb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adc8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094654f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553aa049a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eecac0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d3d3f13abca61609c674b96dca6a8dd7f89dd5166b54ae4d1b3065df37f80f1ba08e3c823104c3151202938f8efe3c42994c75660f511d071af4f0a167830087e9a085a23a1ca1e84083185eb95c0ebd7dad8a56fba38ae21406ba3aedccd594e466b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083011d1e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094654f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553aa049a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eecac0c0", "transactions" : [ { "data" : "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -694,27 +721,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x29a3b16e882fb564c4089512d4f9219806725558485249067b1182d9253b4ef0", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa85d4ca6fbd2a69893337e20bc8740581538f58af5c871542f858e2b3344fe3a", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -745,7 +779,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -759,7 +793,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -773,7 +807,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -783,12 +817,11 @@ "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", "nonce" : "0x00", "storage" : { - "0x00" : "0x0101000402000100060400040000800002600160005500aabbccdd00000000" } }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -801,7 +834,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a69e8", + "balance" : "0x8d7354", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -809,7 +842,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -832,6 +865,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -862,7 +902,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -876,7 +916,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -890,7 +930,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -904,7 +944,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -925,7 +965,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -950,13 +990,13 @@ "EOF1_Execution_d12g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "243637215e041e071275ef3439992d31af30ab40ec8e9ef62d3bbc91557a3d11", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "48de411c2d453c20f1b872c9df38033e4955d2c6beebf2a8760d92ce949f4df4", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -969,21 +1009,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016adf", - "hash" : "0x3b57b3b81477d856259728fab4c0c506ce92f0981a2db0751e8fbd041eb36817", + "gasUsed" : "0x016adb", + "hash" : "0x2e0f294ee56f3b811deef9a0702d81e359698076b7be1d5d664d2ec36b2cc531", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xa83337059f1ebe3e45fce7e7fa7a1f5cbe480dce15eb70587454da9eb65e1216", - "stateRoot" : "0x90f84b7f24e085d63270057e49a85b6aab5075f9067b15599e91058d7fbad3da", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x2c227c76dad4f8c68058c4db1bf55eae77a72abf3d5ac2076ac53b9e4e14dc58", + "stateRoot" : "0x50548bbb2cb15d380fe7af66d8e453e61840e327ad51ae5e30a8095881f5410c", "timestamp" : "0x03e8", "transactionsTrie" : "0x5c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa090f84b7f24e085d63270057e49a85b6aab5075f9067b15599e91058d7fbad3daa05c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814ca0a83337059f1ebe3e45fce7e7fa7a1f5cbe480dce15eb70587454da9eb65e1216b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adf8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa050548bbb2cb15d380fe7af66d8e453e61840e327ad51ae5e30a8095881f5410ca05c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814ca02c227c76dad4f8c68058c4db1bf55eae77a72abf3d5ac2076ac53b9e4e14dc58b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9c0c0", "transactions" : [ { "data" : "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1010,27 +1050,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3b57b3b81477d856259728fab4c0c506ce92f0981a2db0751e8fbd041eb36817", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2e0f294ee56f3b811deef9a0702d81e359698076b7be1d5d664d2ec36b2cc531", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -1061,7 +1108,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -1075,7 +1122,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -1089,7 +1136,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1103,10 +1150,10 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { - "0x00" : "0xaabbccdd00000000ffffffffffffffffffffffffffffffffffffffffffffffff" + "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffff" } }, "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -1117,7 +1164,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a69ca", + "balance" : "0x8a69f2", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1125,7 +1172,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1148,6 +1195,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -1178,7 +1232,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -1192,7 +1246,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -1206,7 +1260,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1220,7 +1274,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1241,7 +1295,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1266,13 +1320,13 @@ "EOF1_Execution_d13g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "95c7c9420e2dffa496b17e65f66f8e7061cd750626dc38f1c67b9b0f6d8e3fe0", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "f3e1fd912a8b16087311694fd5bf252ab428157b7e50e11cf1e2756fdb04b676", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -1285,21 +1339,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016adf", - "hash" : "0x64215bd6b10fdab33bad3653f705b0a2aa75fc249028f9d64d0285caf8bd7831", + "gasUsed" : "0x016add", + "hash" : "0xea983f7a2c69b897f9632d89d0377ec7a42a2b73af01bbe4c988c1dbe5b13687", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xa83337059f1ebe3e45fce7e7fa7a1f5cbe480dce15eb70587454da9eb65e1216", - "stateRoot" : "0x73c46074fccad6503ea3a12028f3712e18a0d049687b24cc79768acdf2f14660", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x552384cfd0f0a58fa9b094d9a828d1bf7d11d88fa6429823292739cfe145d630", + "stateRoot" : "0x420956ea410d049c0c56fe23244845ff50307f3c0e02c6591cfe95ead2763f94", "timestamp" : "0x03e8", "transactionsTrie" : "0xdab7d89a773e8240369b8162a199e4a58a9fed06b4ba774742a77d343e1ca37e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa073c46074fccad6503ea3a12028f3712e18a0d049687b24cc79768acdf2f14660a0dab7d89a773e8240369b8162a199e4a58a9fed06b4ba774742a77d343e1ca37ea0a83337059f1ebe3e45fce7e7fa7a1f5cbe480dce15eb70587454da9eb65e1216b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adf8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094674f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0e411a17a9c48a18ca17de3d65d0a123fc5507b5fe3a9155336c83d28e9a38895a026bdbcb958773c3158e3b848dce7b93957b5efcafa205eafb0dc231a18092914c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0420956ea410d049c0c56fe23244845ff50307f3c0e02c6591cfe95ead2763f94a0dab7d89a773e8240369b8162a199e4a58a9fed06b4ba774742a77d343e1ca37ea0552384cfd0f0a58fa9b094d9a828d1bf7d11d88fa6429823292739cfe145d630b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016add8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094674f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0e411a17a9c48a18ca17de3d65d0a123fc5507b5fe3a9155336c83d28e9a38895a026bdbcb958773c3158e3b848dce7b93957b5efcafa205eafb0dc231a18092914c0c0", "transactions" : [ { "data" : "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1326,27 +1380,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x64215bd6b10fdab33bad3653f705b0a2aa75fc249028f9d64d0285caf8bd7831", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xea983f7a2c69b897f9632d89d0377ec7a42a2b73af01bbe4c988c1dbe5b13687", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -1377,7 +1438,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -1391,7 +1452,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -1405,7 +1466,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1419,7 +1480,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1429,11 +1490,11 @@ "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", "nonce" : "0x00", "storage" : { - "0x00" : "0xaabbccdd00000000ffffffffffffffffffffffffffffffffffffffffffffffff" + "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffff" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a69ca", + "balance" : "0x8a69de", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1441,7 +1502,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1464,6 +1525,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -1494,7 +1562,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -1508,7 +1576,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -1522,7 +1590,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1536,7 +1604,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1557,7 +1625,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1582,13 +1650,13 @@ "EOF1_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "b7385ff799c6f6e2e302855a86ecb35d1d33f90ffdb4463ef8db6a52e2430596", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "3515ac0fc7dadd93ab805e4faafaf2299bfe047d47f1de6ca1517a8982395a40", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -1601,21 +1669,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016099", - "hash" : "0x2b970ca12b9eddb213ad46b46b7afedf8020e597994e4423cda3f12f39aef5b1", + "gasUsed" : "0x016097", + "hash" : "0xbacf41b587e008108ac687d20d0e036445d5746d11cfa69282e2d8be789a8cf1", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0x5c1478b01c433f212ca9d67ffc16af2db4cb5ea47d9e400e0231d8cb702ec225", - "stateRoot" : "0xd4c674dace07f7966a667289fd24a8b41155d4e799a392f6567d65b7b5a7a899", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", + "stateRoot" : "0xcda39bd619b253a35e5bd3c077b1517307b44b124b82b3723d18b3947a5e2856", "timestamp" : "0x03e8", "transactionsTrie" : "0xe45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d4c674dace07f7966a667289fd24a8b41155d4e799a392f6567d65b7b5a7a899a0e45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2a05c1478b01c433f212ca9d67ffc16af2db4cb5ea47d9e400e0231d8cb702ec225b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160998203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79ac0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cda39bd619b253a35e5bd3c077b1517307b44b124b82b3723d18b3947a5e2856a0e45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2a0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79ac0c0", "transactions" : [ { "data" : "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1642,27 +1710,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2b970ca12b9eddb213ad46b46b7afedf8020e597994e4423cda3f12f39aef5b1", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbacf41b587e008108ac687d20d0e036445d5746d11cfa69282e2d8be789a8cf1", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -1693,7 +1768,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -1707,7 +1782,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -1721,7 +1796,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1735,7 +1810,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1748,7 +1823,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad086", + "balance" : "0x8ad09a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1756,7 +1831,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1780,6 +1855,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -1810,7 +1892,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -1824,7 +1906,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -1838,7 +1920,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1852,7 +1934,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -1873,7 +1955,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1898,13 +1980,13 @@ "EOF1_Execution_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "19fa3eb3a8539ea19005c62219b3429876bbb3303e11f457674e603b4c46a61c", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "bcbe2cfaa68262c4bde7d116a931a8eb25588942e83ff715e787658cb067226e", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -1917,21 +1999,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016099", - "hash" : "0x3ae9afa8295f844c028f1640cbd8a87a5ec3a3533651698c18033bc0a5236bb1", + "gasUsed" : "0x016097", + "hash" : "0xed0e8e45826987dd9bf8f4081c78c531a4279c3243f8afe29fa37ef30a1ce40f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0x5c1478b01c433f212ca9d67ffc16af2db4cb5ea47d9e400e0231d8cb702ec225", - "stateRoot" : "0x503dbb034d4d387cd3513cb9c8083247e404874197141a2c821c8acc2751e267", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", + "stateRoot" : "0x12fdffb13a57590be6c9596f99772c66479adbbcbae4c05c045cb018cb8f4e7f", "timestamp" : "0x03e8", "transactionsTrie" : "0xd35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0503dbb034d4d387cd3513cb9c8083247e404874197141a2c821c8acc2751e267a0d35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2aa05c1478b01c433f212ca9d67ffc16af2db4cb5ea47d9e400e0231d8cb702ec225b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160998203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa012fdffb13a57590be6c9596f99772c66479adbbcbae4c05c045cb018cb8f4e7fa0d35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2aa0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612c0c0", "transactions" : [ { "data" : "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -1958,27 +2040,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3ae9afa8295f844c028f1640cbd8a87a5ec3a3533651698c18033bc0a5236bb1", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xed0e8e45826987dd9bf8f4081c78c531a4279c3243f8afe29fa37ef30a1ce40f", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2010,7 +2099,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2024,7 +2113,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2038,7 +2127,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2052,7 +2141,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2065,7 +2154,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad086", + "balance" : "0x8ad09a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2073,7 +2162,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2096,6 +2185,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2126,7 +2222,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2140,7 +2236,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2154,7 +2250,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2168,7 +2264,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2189,7 +2285,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2214,13 +2310,13 @@ "EOF1_Execution_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "fb4f3ba60fc3e39b806b6ffd60d558fdd21790882958d2ed8b6c888f3b1ebfcb", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "02fa7a181ee064bba9a8b0072ebad3941afbbe44335f6eb6f03bd43e8a1c4d6c", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -2233,21 +2329,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016098", - "hash" : "0x438a8fc23aa4ab9c2980d403f0c5afc0c2c8871fbd3761f56ad2298a28aacf4c", + "gasUsed" : "0x016096", + "hash" : "0x5d4256843e3c818a24550fc1ef4d985bd1b0550c6d7e35e9a9a5de18a943adcd", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xdc9f6a89d9bfd5415bc216cb1fa5e64a33aaad0cee30bcd368cc1bd3bd217ffd", - "stateRoot" : "0xc766def8a8aa8b69e984257a60cb58da9a4cd34396cfe06e1cb0aeadcf4fa59f", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x9b267201ddd1fbf79fa34df190b31ad1fdb31407868a869b16d15616706921aa", + "stateRoot" : "0xb87c607bf351975bef25320af381bee9d7f94c85efae961621fdba50576b68c4", "timestamp" : "0x03e8", "transactionsTrie" : "0xcaaef5be1d7c67c9eeace948a3bce5dd031f4ae758bce116eb60f37d07984616", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c766def8a8aa8b69e984257a60cb58da9a4cd34396cfe06e1cb0aeadcf4fa59fa0caaef5be1d7c67c9eeace948a3bce5dd031f4ae758bce116eb60f37d07984616a0dc9f6a89d9bfd5415bc216cb1fa5e64a33aaad0cee30bcd368cc1bd3bd217ffdb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160988203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094504f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418ca01b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b87c607bf351975bef25320af381bee9d7f94c85efae961621fdba50576b68c4a0caaef5be1d7c67c9eeace948a3bce5dd031f4ae758bce116eb60f37d07984616a09b267201ddd1fbf79fa34df190b31ad1fdb31407868a869b16d15616706921aab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160968203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094504f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418ca01b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3c0c0", "transactions" : [ { "data" : "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -2274,27 +2370,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x438a8fc23aa4ab9c2980d403f0c5afc0c2c8871fbd3761f56ad2298a28aacf4c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x5d4256843e3c818a24550fc1ef4d985bd1b0550c6d7e35e9a9a5de18a943adcd", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2326,7 +2429,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2340,7 +2443,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2354,7 +2457,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2368,7 +2471,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2381,7 +2484,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad090", + "balance" : "0x8ad0a4", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2389,7 +2492,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2412,6 +2515,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2442,7 +2552,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2456,7 +2566,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2470,7 +2580,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2484,7 +2594,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2505,7 +2615,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2530,13 +2640,13 @@ "EOF1_Execution_d4g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "5f63f8cf0af222bf74931ee1dedd85110ef7d66c8ad0026357d809ab8c26f536", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "ea92c6f8f1e764440ee0f5467df5c29907a65b9ae17dedef77fb95aaf7adebb0", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -2549,21 +2659,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01b711", - "hash" : "0xd9041b4db3a5cea92e2a076f59d2a89b2b53570c123b55517dd29e4b5e99c016", + "gasUsed" : "0x01b70f", + "hash" : "0xde4ce09eb827718ff214a19ca91b80974468f5b8512bcdaef7020f2aa4b37b31", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0x19f7b324563d86f0eb158dc6b0bffc5fb08a3e40223ae46477b725fb67a70e25", - "stateRoot" : "0x9ba4f19852b8dc6c2e479a6191ccf7636a9a0d599ef700a023cf24d7497b3f8e", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x306c8ae9282a850947b859aaf2cc45fedf77a6af060c5f6d3875c9f61675c3fa", + "stateRoot" : "0x718f9475f9c05ff95f63cf82508d8ea9c6ffecddddd74c90cd171484c206f30e", "timestamp" : "0x03e8", "transactionsTrie" : "0x7a2d32c91002f10af5d84d8fb868cec778809ab2901c404fe2d8beb997f42922", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09ba4f19852b8dc6c2e479a6191ccf7636a9a0d599ef700a023cf24d7497b3f8ea07a2d32c91002f10af5d84d8fb868cec778809ab2901c404fe2d8beb997f42922a019f7b324563d86f0eb158dc6b0bffc5fb08a3e40223ae46477b725fb67a70e25b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b7118203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094514f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1a00ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0718f9475f9c05ff95f63cf82508d8ea9c6ffecddddd74c90cd171484c206f30ea07a2d32c91002f10af5d84d8fb868cec778809ab2901c404fe2d8beb997f42922a0306c8ae9282a850947b859aaf2cc45fedf77a6af060c5f6d3875c9f61675c3fab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b70f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094514f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1a00ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106c0c0", "transactions" : [ { "data" : "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -2590,27 +2700,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd9041b4db3a5cea92e2a076f59d2a89b2b53570c123b55517dd29e4b5e99c016", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xde4ce09eb827718ff214a19ca91b80974468f5b8512bcdaef7020f2aa4b37b31", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2643,7 +2760,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2657,7 +2774,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2671,7 +2788,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2685,7 +2802,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2698,7 +2815,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x876fd6", + "balance" : "0x876fea", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2706,7 +2823,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2729,6 +2846,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2759,7 +2883,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2773,7 +2897,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2787,7 +2911,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2801,7 +2925,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -2822,7 +2946,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2847,13 +2971,13 @@ "EOF1_Execution_d5g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "a5bacb9ad9b484742356e5b1312a3e3be79a7ca52c63b95559eeced9cc515cc8", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "5bc019099df127d6d6c89d50b7085e79920fa19f2599f4e2cf057d4d4714c488", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -2866,21 +2990,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x0160b7", - "hash" : "0x5b86abe41f4208754996b9ae5245aa5a70592122b9d47469e86f35bd191b6894", + "gasUsed" : "0x0160b5", + "hash" : "0xea772bc7712f43c82be984c03cccc3ed6b3b04b8ef24f089bebb4825be05a53c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xcc7f091e17594edac4a174ccfa3232dc93eb49f1c2cc9366cd2af260c4f6c537", - "stateRoot" : "0x0aea26594926750e547bbf797d52a9d6649cd04b4dbf829239ff026e249c7ad4", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0xe43af653b6e5fc666b6fc60a32cbfe4332d7596a03c2ce1a1fb9d6cd9030d882", + "stateRoot" : "0x753c7aa3e0fa9f1021870511eff2517a1908ed5c880998b23298e6aeb34cbd0d", "timestamp" : "0x03e8", "transactionsTrie" : "0x483688e1d3934a6148c773136f0dab065ad50e747c0d320187d28f030fd23d8c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00aea26594926750e547bbf797d52a9d6649cd04b4dbf829239ff026e249c7ad4a0483688e1d3934a6148c773136f0dab065ad50e747c0d320187d28f030fd23d8ca0cc7f091e17594edac4a174ccfa3232dc93eb49f1c2cc9366cd2af260c4f6c537b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160b78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094524f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89ba07179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7bc0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0753c7aa3e0fa9f1021870511eff2517a1908ed5c880998b23298e6aeb34cbd0da0483688e1d3934a6148c773136f0dab065ad50e747c0d320187d28f030fd23d8ca0e43af653b6e5fc666b6fc60a32cbfe4332d7596a03c2ce1a1fb9d6cd9030d882b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160b58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094524f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89ba07179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7bc0c0", "transactions" : [ { "data" : "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -2907,27 +3031,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5b86abe41f4208754996b9ae5245aa5a70592122b9d47469e86f35bd191b6894", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xea772bc7712f43c82be984c03cccc3ed6b3b04b8ef24f089bebb4825be05a53c", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -2959,7 +3090,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -2973,7 +3104,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -2987,7 +3118,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3001,7 +3132,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3014,7 +3145,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8acf5a", + "balance" : "0x8acf6e", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3022,7 +3153,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3045,6 +3176,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -3075,7 +3213,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -3089,7 +3227,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -3103,7 +3241,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3117,7 +3255,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3138,7 +3276,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3163,13 +3301,13 @@ "EOF1_Execution_d6g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "3c2dad732a1a909081a37d759d73f2cebaa6abdb12c77d8c363b686a8ca5c681", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "6523c24e2c6d0a6fb031d67ef46b9d8bd4c2863c60bac1ce938d7ac2a691781d", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -3182,21 +3320,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016ac1", - "hash" : "0xe8dbed91ad450d7354bd24010a9e76433d077d9b5710a274593368d9f34ef5c5", + "gasUsed" : "0x016abe", + "hash" : "0x27a85a6707f597288dd0a2cfef1cda36d8ce6dec106aad82c4913c6229451f99", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xbd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57", - "stateRoot" : "0xdbda4c082353a2afedc7af68f29783b107d29b90e79560ac8cacac60a5b9eb8f", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0xbc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9", + "stateRoot" : "0x3c205934530b8f763f7c80d84b43f84e18dd5e4f04e8f910bcafcdc1f61f6f0a", "timestamp" : "0x03e8", "transactionsTrie" : "0x7edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0dbda4c082353a2afedc7af68f29783b107d29b90e79560ac8cacac60a5b9eb8fa07edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951a0bd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016ac18203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326fc0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03c205934530b8f763f7c80d84b43f84e18dd5e4f04e8f910bcafcdc1f61f6f0aa07edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951a0bc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326fc0c0", "transactions" : [ { "data" : "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -3223,27 +3361,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe8dbed91ad450d7354bd24010a9e76433d077d9b5710a274593368d9f34ef5c5", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x27a85a6707f597288dd0a2cfef1cda36d8ce6dec106aad82c4913c6229451f99", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -3274,10 +3419,10 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { - "0x00" : "0x1d" + "0x00" : "0x02" } }, "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -3289,7 +3434,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -3303,7 +3448,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3317,7 +3462,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3330,7 +3475,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6af6", + "balance" : "0x8a6b14", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3338,7 +3483,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3361,6 +3506,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -3391,7 +3543,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -3405,7 +3557,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -3419,7 +3571,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3433,7 +3585,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3454,7 +3606,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3479,13 +3631,13 @@ "EOF1_Execution_d7g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "eab65ce3a7fb575d82f44c28fce1371b2a6942d2c30fa54afce70186c13f5ad6", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "49a1c32fa6c8acc14eaa038c58c451513093443af5c984ee1875f7cce2b28942", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -3498,21 +3650,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016ac1", - "hash" : "0x8651213d19f10b97bd601b105924064fe7683fc4d18730c53b69938b0188e5ea", + "gasUsed" : "0x016abf", + "hash" : "0x3e928160ed0a6ce84afe79b0b11da147c6bb0f6df96a63f5157e8aae2232322f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xbd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57", - "stateRoot" : "0xa21c97c7c7a3519b8a1c6abec3dacce94e5c29f93e4078a35f5bacba52503eb2", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x2d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bf", + "stateRoot" : "0xf2e9553fe1087a090bdc0f31162ebf0a28055d055713edc7bac53b45fc22ea80", "timestamp" : "0x03e8", "transactionsTrie" : "0xb174311e1e047195b7657be171790587ab686852de6c8e769cb48d54ea2f3eae", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a21c97c7c7a3519b8a1c6abec3dacce94e5c29f93e4078a35f5bacba52503eb2a0b174311e1e047195b7657be171790587ab686852de6c8e769cb48d54ea2f3eaea0bd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016ac18203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094614f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460a0118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f2e9553fe1087a090bdc0f31162ebf0a28055d055713edc7bac53b45fc22ea80a0b174311e1e047195b7657be171790587ab686852de6c8e769cb48d54ea2f3eaea02d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bfb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abf8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094614f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460a0118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527c0c0", "transactions" : [ { "data" : "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -3539,27 +3691,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8651213d19f10b97bd601b105924064fe7683fc4d18730c53b69938b0188e5ea", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x3e928160ed0a6ce84afe79b0b11da147c6bb0f6df96a63f5157e8aae2232322f", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -3590,7 +3749,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -3600,12 +3759,12 @@ "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", "nonce" : "0x00", "storage" : { - "0x00" : "0x1d" + "0x00" : "0x02" } }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -3619,7 +3778,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3633,7 +3792,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3646,7 +3805,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6af6", + "balance" : "0x8a6b0a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3654,7 +3813,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3677,6 +3836,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -3707,7 +3873,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -3721,7 +3887,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -3735,7 +3901,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3749,7 +3915,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3770,7 +3936,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3795,13 +3961,13 @@ "EOF1_Execution_d8g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "009093bdec52137c38cb2c19af2592a2cb62c80bd9d41c38ebdbb30ab1b2e068", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "7ad7a7dd35c518b2836119fe018f5877f4a5b51a0120010a0429ce4644283c69", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -3814,21 +3980,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016ac1", - "hash" : "0x08844e54ba28eb8115c6121b15928bff115d96d458bb8dd7685ae37b25b59adf", + "gasUsed" : "0x016abe", + "hash" : "0xf3fa65579235593bda5ce657e9f25fa9a2fd10d1da99fa90365ca71ca388a7d0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xbd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57", - "stateRoot" : "0x3da2c5eff6dff07e2132ce52198d7e0a0f3bdca3959673f96d47f077b4d0205d", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0xbc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9", + "stateRoot" : "0x2df99250be111b0d1514970e82074b6573b4aee0d05282ca14076ee91fca0f39", "timestamp" : "0x03e8", "transactionsTrie" : "0xf87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03da2c5eff6dff07e2132ce52198d7e0a0f3bdca3959673f96d47f077b4d0205da0f87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33a0bd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016ac18203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07dc0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02df99250be111b0d1514970e82074b6573b4aee0d05282ca14076ee91fca0f39a0f87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33a0bc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07dc0c0", "transactions" : [ { "data" : "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -3855,27 +4021,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x08844e54ba28eb8115c6121b15928bff115d96d458bb8dd7685ae37b25b59adf", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf3fa65579235593bda5ce657e9f25fa9a2fd10d1da99fa90365ca71ca388a7d0", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -3906,7 +4079,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -3920,10 +4093,10 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { - "0x00" : "0x6942154f630e629ebe2b5ea584b50bf04b87a0e83112d4c53893a0d79135ca28" + "0x00" : "0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5" } }, "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -3935,7 +4108,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3949,7 +4122,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3962,7 +4135,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6af6", + "balance" : "0x8a6b14", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3970,7 +4143,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3993,6 +4166,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -4023,7 +4203,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -4037,7 +4217,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -4051,7 +4231,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4065,7 +4245,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4086,7 +4266,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -4111,13 +4291,13 @@ "EOF1_Execution_d9g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "f283a3eed5113db675ff68830ad8750dc4dfe8628fd5dc27fab3bff80c609302", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "b7a15f0c4bbbdc47ee9a73f11c07483527e126664cde3554d1021eec9006dc95", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "blocks" : [ { @@ -4130,21 +4310,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016ac1", - "hash" : "0x4ab83382f25493c228a42c26552c97c627af0ad5e1ba47bee13cc454416641e7", + "gasUsed" : "0x016abf", + "hash" : "0x105519100f5deac4491a6cf829b43cb46c7cdd6c6804f23ff2695cc8dc3b9cdb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", - "receiptTrie" : "0xbd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57", - "stateRoot" : "0x3636d11a9f82aeb200ffed0170fdeb9089fbff36aee8dfa163f17ea76e2156b8", + "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "receiptTrie" : "0x2d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bf", + "stateRoot" : "0xd3002974d91e2331ecda92c41c353dff19abb502555096d1034873bcf24f450e", "timestamp" : "0x03e8", "transactionsTrie" : "0x311fb90cb723ae11e53840851caaf003c49685e5d6c9262bb7dfe8774a626775", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03636d11a9f82aeb200ffed0170fdeb9089fbff36aee8dfa163f17ea76e2156b8a0311fb90cb723ae11e53840851caaf003c49685e5d6c9262bb7dfe8774a626775a0bd47b44643a98acdeaf6fce523fe66a05c755920c33f7f2ed4c8b1941dfdae57b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016ac18203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094634f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462a03ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36c0c0", + "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d3002974d91e2331ecda92c41c353dff19abb502555096d1034873bcf24f450ea0311fb90cb723ae11e53840851caaf003c49685e5d6c9262bb7dfe8774a626775a02d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bfb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abf8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094634f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462a03ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36c0c0", "transactions" : [ { "data" : "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -4171,27 +4351,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x881452fcd3af4ba42d3f8f68796062a21c104b197f470dba417acced11e008e8", + "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xc36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93f", + "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c36791cb9db48e3d9c9a7390fecdbce0a248d5a2fbed10a333d67f203a79b93fa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x4ab83382f25493c228a42c26552c97c627af0ad5e1ba47bee13cc454416641e7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x105519100f5deac4491a6cf829b43cb46c7cdd6c6804f23ff2695cc8dc3b9cdb", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -4222,7 +4409,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -4236,7 +4423,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -4246,12 +4433,12 @@ "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", "nonce" : "0x00", "storage" : { - "0x00" : "0x6942154f630e629ebe2b5ea584b50bf04b87a0e83112d4c53893a0d79135ca28" + "0x00" : "0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5" } }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4265,7 +4452,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4278,7 +4465,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6af6", + "balance" : "0x8a6b0a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4286,7 +4473,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -4309,6 +4496,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", @@ -4339,7 +4533,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -4353,7 +4547,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -4367,7 +4561,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4381,7 +4575,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4402,7 +4596,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json index 4affe31ffd3..4a8d909140e 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json @@ -2,11 +2,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "2068e384625826777bbc3b390f6cb69332bd8c92845bb63bfbd59cbcab53ece5", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "2cfc54c4be356f0d39bb2b8f791867a9b84662c45353bbce639c3949495e1d12", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -21,21 +21,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x0109a3", - "hash" : "0x8611cba37987d18f94b7a6c1535eddfc08212d99b4adfe5185fde9bbdb248b3a", + "gasUsed" : "0x01099b", + "hash" : "0xc565325c56476e9e9facf33a92f997083e0aafcf3509066c43113d7a554cc095", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x1e825f12b561a37d5fc7aa6a7bb481b469076542492709f839a0780101aa4bed", - "stateRoot" : "0x3ed1a50bf6e055f07229d37789fe64491f4de6f501876b8c31c65ea42dd465f1", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x55a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61e", + "stateRoot" : "0x78008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226", "timestamp" : "0x03e8", "transactionsTrie" : "0xd610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03ed1a50bf6e055f07229d37789fe64491f4de6f501876b8c31c65ea42dd465f1a0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a01e825f12b561a37d5fc7aa6a7bb481b469076542492709f839a0780101aa4bedb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", + "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226a0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a055a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61eb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000001", @@ -62,27 +62,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8611cba37987d18f94b7a6c1535eddfc08212d99b4adfe5185fde9bbdb248b3a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc565325c56476e9e9facf33a92f997083e0aafcf3509066c43113d7a554cc095", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -147,7 +154,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3622", + "balance" : "0x8e3672", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -155,7 +162,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -164,6 +171,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -236,7 +250,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -247,11 +261,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d10g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "204e334e1b71f1ea1c0f8a78d653ba1f09e4ef9c62a164eb80fe9ef020a1075f", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "d1b689c5875987ba7b2beab73705e15b5ffd67e1b40b33bc209eec7d8b60d2ae", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -266,21 +280,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a37", - "hash" : "0x44b5fa92c70df1e4f24810dcc752ec65193e28ec05624bb5664b8ee65fb15d8a", + "gasUsed" : "0x010a2f", + "hash" : "0xa2ba07108a2065c8573768571fc207b53fabba87d69edc0494a5ae2e104635df", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221a", - "stateRoot" : "0x25813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", + "stateRoot" : "0x7b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1", "timestamp" : "0x03e8", "transactionsTrie" : "0x700e54c0a63c30b0f9b9bb4824a4f2502ad1e290838da425bc803a0fb52c062c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa025813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938a0700e54c0a63c30b0f9b9bb4824a4f2502ad1e290838da425bc803a0fb52c062ca0872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221ab90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a378203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000011ba0b2d2c3a1b9dae09e932d141712e1fcf4c8e8d7ccc5459c043858e8f894d91a8aa079f82e69f0dc2f6c5c49b9a08b4e61187644f9db88dccc044bcb1734809701e9c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1a0700e54c0a63c30b0f9b9bb4824a4f2502ad1e290838da425bc803a0fb52c062ca0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000011ba0b2d2c3a1b9dae09e932d141712e1fcf4c8e8d7ccc5459c043858e8f894d91a8aa079f82e69f0dc2f6c5c49b9a08b4e61187644f9db88dccc044bcb1734809701e9c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000001", @@ -307,27 +321,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x44b5fa92c70df1e4f24810dcc752ec65193e28ec05624bb5664b8ee65fb15d8a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa2ba07108a2065c8573768571fc207b53fabba87d69edc0494a5ae2e104635df", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -392,7 +413,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e305a", + "balance" : "0x8e30aa", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -400,7 +421,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -409,6 +430,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -481,7 +509,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -492,11 +520,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d11g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "055ff04ee90ecd7462db6d204093a5bedad5f7ff7eded3eacb00a261b9f69d66", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "1ca92ad0457ac67d0da5716c0b1e8c7b7b1c68d2021ef18cc5ade72b6c07b22e", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -511,21 +539,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a37", - "hash" : "0xd8f4a7d62ce03ac4ee9b0bb1a66390deef37eb8788fff2a7c32a7d73fe546db5", + "gasUsed" : "0x010a2f", + "hash" : "0x04d19740e1dc97ac5a3f034e455394c14e5a8c277298bddf317adbcdfb1d3548", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221a", - "stateRoot" : "0x25813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", + "stateRoot" : "0x7b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1", "timestamp" : "0x03e8", "transactionsTrie" : "0x871dd2826eab56e15f137bd59222e363364c04d8e3f4b8ecdd02c50fb2b0f53d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa025813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938a0871dd2826eab56e15f137bd59222e363364c04d8e3f4b8ecdd02c50fb2b0f53da0872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221ab90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a378203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000021ba07f4d1f373f2682b01b23cd1552cc4a830b9b20fd094a59f9be1e456b21dcb8d9a01ceef2954a0a5f25bf9f51ae277d29fa7be67fef9cb8271f137f6019f91f995dc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1a0871dd2826eab56e15f137bd59222e363364c04d8e3f4b8ecdd02c50fb2b0f53da0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000021ba07f4d1f373f2682b01b23cd1552cc4a830b9b20fd094a59f9be1e456b21dcb8d9a01ceef2954a0a5f25bf9f51ae277d29fa7be67fef9cb8271f137f6019f91f995dc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000002", @@ -552,27 +580,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd8f4a7d62ce03ac4ee9b0bb1a66390deef37eb8788fff2a7c32a7d73fe546db5", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x04d19740e1dc97ac5a3f034e455394c14e5a8c277298bddf317adbcdfb1d3548", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -637,7 +672,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e305a", + "balance" : "0x8e30aa", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -645,7 +680,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -654,6 +689,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -726,7 +768,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -737,11 +779,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d12g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "5eb61ba47b9450955dcca2ab25b176612c295e3941ffd17257b2c58b4fc8db98", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "17fc391cd5fc2845ca3febb49a8956df5a1f397a888b2286006ed9e0efe12012", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -756,21 +798,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a37", - "hash" : "0x82d5fc8752798f922b392b2fd98ef882f1a8ee9d390d3c3a0ca278c47b074db4", + "gasUsed" : "0x010a2f", + "hash" : "0x5c1ab6ec706c3eae92b591052e41681090f046e7029da0ad796cc83b055cd3ff", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221a", - "stateRoot" : "0x25813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", + "stateRoot" : "0x7b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1", "timestamp" : "0x03e8", "transactionsTrie" : "0xa4f1ffd87a56efb2a36038f0b110c1bdeaa20dfeea0b3d0fa3af13ac678e83d8", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa025813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938a0a4f1ffd87a56efb2a36038f0b110c1bdeaa20dfeea0b3d0fa3af13ac678e83d8a0872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221ab90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a378203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff1ba08f921eba9e9a8860c78f3dd17a14cecef7b892777313e7fd4fed0f4c69781665a025872ebbed86ea0a98e71948c924932c987403684ef6d50cc00868c7f96f1c2fc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1a0a4f1ffd87a56efb2a36038f0b110c1bdeaa20dfeea0b3d0fa3af13ac678e83d8a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff1ba08f921eba9e9a8860c78f3dd17a14cecef7b892777313e7fd4fed0f4c69781665a025872ebbed86ea0a98e71948c924932c987403684ef6d50cc00868c7f96f1c2fc0c0", "transactions" : [ { "data" : "0x100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff", @@ -797,27 +839,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x82d5fc8752798f922b392b2fd98ef882f1a8ee9d390d3c3a0ca278c47b074db4", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x5c1ab6ec706c3eae92b591052e41681090f046e7029da0ad796cc83b055cd3ff", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -882,7 +931,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e305a", + "balance" : "0x8e30aa", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -890,7 +939,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -899,6 +948,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -971,7 +1027,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -982,11 +1038,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d13g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "b88a06af1763d6134d58eb1cfa88a7d2ed6971a5723d62833a54d0f7e9b55f5b", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "f08bb90a0726964c36bc5b371e7b22001bc655dea79b6c333fb33001511eae53", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -1001,21 +1057,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010bab", - "hash" : "0xede7fd3ad54a625bfd64d920c1c72abc0be0cf779a8ee075bf28e35e4fd6b1a9", + "gasUsed" : "0x010ba3", + "hash" : "0x6e7ce200ad33ed47e086b5676369be44852047d371233da6f8fd9834411ac9d0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x00c3ff339f766d32ff27a8e4844aad4bca24564c0e06287b0b5e4b5ee3b64147", - "stateRoot" : "0xfb1791d5562fbf438a5e9a823d665503975ee2b9e4c625b0ff2421b4348be0ac", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x65c623185808cf54cbfb2810468cc90e0bced5c212a2a100271ea3032a5c04a1", + "stateRoot" : "0x5bcda8d342065e2480ca03c194f96db185b0d23ecb10980f52e698fb2928a0a2", "timestamp" : "0x03e8", "transactionsTrie" : "0x27f8e73be25417fa940fc27c59c1018ac22fe30661ba4281681d9b11e4d79443", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fb1791d5562fbf438a5e9a823d665503975ee2b9e4c625b0ff2421b4348be0aca027f8e73be25417fa940fc27c59c1018ac22fe30661ba4281681d9b11e4d79443a000c3ff339f766d32ff27a8e4844aad4bca24564c0e06287b0b5e4b5ee3b64147b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010bab8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca077c22828e8420bb0567460c31d0838559a5110e09ad583cb7d885657c71322a4a036a7a6920000cd63ccc930cac2dadcf6becdda478e8f907aa7322542f27efe1cc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05bcda8d342065e2480ca03c194f96db185b0d23ecb10980f52e698fb2928a0a2a027f8e73be25417fa940fc27c59c1018ac22fe30661ba4281681d9b11e4d79443a065c623185808cf54cbfb2810468cc90e0bced5c212a2a100271ea3032a5c04a1b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010ba38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca077c22828e8420bb0567460c31d0838559a5110e09ad583cb7d885657c71322a4a036a7a6920000cd63ccc930cac2dadcf6becdda478e8f907aa7322542f27efe1cc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -1042,27 +1098,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xede7fd3ad54a625bfd64d920c1c72abc0be0cf779a8ee075bf28e35e4fd6b1a9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6e7ce200ad33ed47e086b5676369be44852047d371233da6f8fd9834411ac9d0", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1127,7 +1190,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e21d2", + "balance" : "0x8e2222", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1135,7 +1198,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1144,6 +1207,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1216,7 +1286,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -1227,11 +1297,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d14g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "cce82391915e8a19557ed64130bc243273950f060c4f32ca4344baa8337fe6cd", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "219ddfeba6e683cd533ffc7458f3a9e6deec24e535bfa81c283393728a3d4fba", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -1246,21 +1316,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a32", - "hash" : "0xe3ac79f4b0acfa97eb9a25dfacfc6e4d487779cfad70db686290d3123f6ebe0d", + "gasUsed" : "0x010a2a", + "hash" : "0xd727937ad3cbb4263d720cd7167b25da78e33e8d88d956e6d0e400c35493622f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x0220721848900f77eccebb955bd6cd181e44eff836db2c486009b614b9b4fe3f", - "stateRoot" : "0x387c27127e04f56b7942f86be63d689c831d50b03df122a82fb4a836aa14c17d", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x8bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322", + "stateRoot" : "0x203fab5eba4197278037033569d24a6d9fb7008423ae22401f45d3f1da25b296", "timestamp" : "0x03e8", "transactionsTrie" : "0x4a1c3d0735dcc27bd7380058ecc41a27b3209f88ae2ab579f1d482920141150f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0387c27127e04f56b7942f86be63d689c831d50b03df122a82fb4a836aa14c17da04a1c3d0735dcc27bd7380058ecc41a27b3209f88ae2ab579f1d482920141150fa00220721848900f77eccebb955bd6cd181e44eff836db2c486009b614b9b4fe3fb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a328203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001ca053f2cc742cceed5ca882d5c3a05815ba81fd9c0c45238e096e57ad00404a1097a02eba91ed81b76d5bc21674a6e2b0d15ffd29eac9554883205370a02ab36b93e2c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0203fab5eba4197278037033569d24a6d9fb7008423ae22401f45d3f1da25b296a04a1c3d0735dcc27bd7380058ecc41a27b3209f88ae2ab579f1d482920141150fa08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001ca053f2cc742cceed5ca882d5c3a05815ba81fd9c0c45238e096e57ad00404a1097a02eba91ed81b76d5bc21674a6e2b0d15ffd29eac9554883205370a02ab36b93e2c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000", @@ -1287,27 +1357,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe3ac79f4b0acfa97eb9a25dfacfc6e4d487779cfad70db686290d3123f6ebe0d", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd727937ad3cbb4263d720cd7167b25da78e33e8d88d956e6d0e400c35493622f", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1372,7 +1449,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e308c", + "balance" : "0x8e30dc", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1380,7 +1457,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1389,6 +1466,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1461,7 +1545,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -1472,11 +1556,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d15g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "4ba00a89fddafae200852035c08fb811c83be9baeb4eb0c7512269220f1f7d79", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "5edfc8422159b20ae0f524ff972c03eaeb02174980d8af3618ab26f495af0629", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -1491,21 +1575,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0x6361c57161139eb42b4ca04213339e17339c69f188eab740d6cff125b7321c59", + "gasUsed" : "0x010a36", + "hash" : "0x43373e053a7f61219843dbca8bdd2f807d2a2cbf46989d23b163ebb5691efe68", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", "timestamp" : "0x03e8", "transactionsTrie" : "0xc3cae03e3e2fd1d87a68de58f5802acaecbcb164dab0484b4249c628241bb155", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171a0c3cae03e3e2fd1d87a68de58f5802acaecbcb164dab0484b4249c628241bb155a046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000011ba0c591d7946bf2003dd913c23666aabfb7de9b846bc47256faab916a550627998ca021e1f82cbd391b31b491d848de6af2fa1bf91afca46975afa09fe3a99e4cc67fc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a0c3cae03e3e2fd1d87a68de58f5802acaecbcb164dab0484b4249c628241bb155a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000011ba0c591d7946bf2003dd913c23666aabfb7de9b846bc47256faab916a550627998ca021e1f82cbd391b31b491d848de6af2fa1bf91afca46975afa09fe3a99e4cc67fc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001", @@ -1532,27 +1616,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x6361c57161139eb42b4ca04213339e17339c69f188eab740d6cff125b7321c59", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x43373e053a7f61219843dbca8bdd2f807d2a2cbf46989d23b163ebb5691efe68", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1617,7 +1708,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1625,7 +1716,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1634,6 +1725,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1706,7 +1804,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -1717,11 +1815,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d16g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "75447df43a18a89dcedfac2fd25cbc3c1941fb73d98d233c56405ba6693b76d0", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "5e771b2e69797b993b7b0f5f2d329622bf37b0d3fea2405afbbb2bad726840a1", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -1736,21 +1834,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0xb346013c4b4dbd2f737285ffc6f77ea9dd5d3abfb564cbaaf918174a40a54f02", + "gasUsed" : "0x010a36", + "hash" : "0x8e9a9e185971645d09a8589be993add2d74f8c7cfb4dcdc854311b563a879542", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0x051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3f", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6", "timestamp" : "0x03e8", "transactionsTrie" : "0x44cf41864d909fb13fcac9182f963aa3eb6fc841878e167e3c4ee5c01e01d155", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3fa044cf41864d909fb13fcac9182f963aa3eb6fc841878e167e3c4ee5c01e01d155a046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000021ca02532b1f9887d32a4f8ad13f6d277d63a1cba8cfae0e1dee384938e3e7e7178f0a06fb9ae3942746009c0d318527fdf8a852d1321ce6736c5cdc2f0a5a24f958bcec0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6a044cf41864d909fb13fcac9182f963aa3eb6fc841878e167e3c4ee5c01e01d155a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000021ca02532b1f9887d32a4f8ad13f6d277d63a1cba8cfae0e1dee384938e3e7e7178f0a06fb9ae3942746009c0d318527fdf8a852d1321ce6736c5cdc2f0a5a24f958bcec0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000002", @@ -1777,27 +1875,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xb346013c4b4dbd2f737285ffc6f77ea9dd5d3abfb564cbaaf918174a40a54f02", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8e9a9e185971645d09a8589be993add2d74f8c7cfb4dcdc854311b563a879542", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1862,7 +1967,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1870,7 +1975,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1879,6 +1984,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -1951,7 +2063,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -1962,11 +2074,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d17g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "ae1c47857efe841f5d8450f56bccabb70acc88e9e04e9a140063cb841fb458f2", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "e03c8a49bb89f64e82bda4c966701c18c1d97e30e324fd2d9cd5db1edd1c39b4", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -1981,21 +2093,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0x2e08fb78e0d17607f68be4b80731ef06f2bd521dfa8a7d4c7031ce3c4e515fb4", + "gasUsed" : "0x010a36", + "hash" : "0xc2963490fde483ca9e5cd2b5336d39b358d5350095203e0a37b8fc503083aaec", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", "timestamp" : "0x03e8", "transactionsTrie" : "0x6ea9af212b28945eac509d19687adb1d674507638d778e1dea32e67fee713ca4", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171a06ea9af212b28945eac509d19687adb1d674507638d778e1dea32e67fee713ca4a046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000031ba0ecd17aa8c1f4d7143bd884160ab4520e65ca5ece9496eb69b0f0dfdd64b68aa4a007cf25dc2ca26da61704e3c274211a77dd4eede6133da04c6f6e14ec1a5f468bc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a06ea9af212b28945eac509d19687adb1d674507638d778e1dea32e67fee713ca4a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000031ba0ecd17aa8c1f4d7143bd884160ab4520e65ca5ece9496eb69b0f0dfdd64b68aa4a007cf25dc2ca26da61704e3c274211a77dd4eede6133da04c6f6e14ec1a5f468bc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000003", @@ -2022,27 +2134,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2e08fb78e0d17607f68be4b80731ef06f2bd521dfa8a7d4c7031ce3c4e515fb4", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc2963490fde483ca9e5cd2b5336d39b358d5350095203e0a37b8fc503083aaec", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2107,7 +2226,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2115,7 +2234,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2124,6 +2243,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2196,7 +2322,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -2207,11 +2333,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d18g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "2b5c1f816d5ba9121c67bf4f1583e62178dab3b03ee5697f61200c80048d7d72", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "d46965665bf60b3102c32bcfabd23d2295e354e654cddfbd8685c14eee0e8524", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -2226,21 +2352,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010bb2", - "hash" : "0x9432ea31cb3e91d670dd191401d181c3110b3394b2b6960bebbca7e00ab0b670", + "gasUsed" : "0x010baa", + "hash" : "0xaab99607af1f5783643a6581450132263395e5c849670eecea59c0268a64e6f0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0xc0e64c12ea4fa3c67fba1fec35fa481180532fd8d8437bb6fc9066936d800302", - "stateRoot" : "0x8876dad8712bd5f87db2dc3398f176d9adc25c58d511006e78b5d48d279d27c7", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x36bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5", + "stateRoot" : "0x0b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014d", "timestamp" : "0x03e8", "transactionsTrie" : "0xe0bc4fdaafb7340361a65070bfd9b0c432ba8de4613e5335d14e293434ea2e6a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08876dad8712bd5f87db2dc3398f176d9adc25c58d511006e78b5d48d279d27c7a0e0bc4fdaafb7340361a65070bfd9b0c432ba8de4613e5335d14e293434ea2e6aa0c0e64c12ea4fa3c67fba1fec35fa481180532fd8d8437bb6fc9066936d800302b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010bb28203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba093a2c0c4840f6968d0befa64f6198b2f7a959f188eb0c76da4d5296ee10c2fb8a0530bb6864372d6c5cede147b7e76f8b74b692dc038dc04038ec8a57461374aa1c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014da0e0bc4fdaafb7340361a65070bfd9b0c432ba8de4613e5335d14e293434ea2e6aa036bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010baa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba093a2c0c4840f6968d0befa64f6198b2f7a959f188eb0c76da4d5296ee10c2fb8a0530bb6864372d6c5cede147b7e76f8b74b692dc038dc04038ec8a57461374aa1c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -2267,27 +2393,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x9432ea31cb3e91d670dd191401d181c3110b3394b2b6960bebbca7e00ab0b670", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xaab99607af1f5783643a6581450132263395e5c849670eecea59c0268a64e6f0", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2352,7 +2485,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e218c", + "balance" : "0x8e21dc", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2360,7 +2493,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2369,6 +2502,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2441,7 +2581,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -2452,11 +2592,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d19g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "4c715fb444b6889977bd9738cdc676472c432938992609318b1b920851d49058", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "bdf24537cd5b6ebd10fb56bc5a373412292a289bb5941beb728f4133b82a7079", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -2471,21 +2611,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a32", - "hash" : "0x1120ce1ffadaf6b4f51ae6b5a5ef528678c212e4ac7f0c7db9cee76e4f980cd7", + "gasUsed" : "0x010a2a", + "hash" : "0x31d27085ec3be0a842c614ff136c817fd2588dd093ac8f789af7d97a244c6a4d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x0220721848900f77eccebb955bd6cd181e44eff836db2c486009b614b9b4fe3f", - "stateRoot" : "0x9f55d135a71235a7c06f8ebd51ccb7fa417f2f47f6287a6520518a1f3c6b69ab", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x8bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322", + "stateRoot" : "0x13eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2d", "timestamp" : "0x03e8", "transactionsTrie" : "0x4828de38d15d019282a59b6eb3ad8532e64139f18cd947f9b0f8737dc43562d9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09f55d135a71235a7c06f8ebd51ccb7fa417f2f47f6287a6520518a1f3c6b69aba04828de38d15d019282a59b6eb3ad8532e64139f18cd947f9b0f8737dc43562d9a00220721848900f77eccebb955bd6cd181e44eff836db2c486009b614b9b4fe3fb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a328203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000001ba0e05d83acf9df15d77db5f398e2d67f7bdc8d4dbea96bac6674458898097c7fc4a00e40d02c75263e0c6a2b8b9abb131ea96e95a441155efa6ebbfbc302e1fa2385c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa013eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2da04828de38d15d019282a59b6eb3ad8532e64139f18cd947f9b0f8737dc43562d9a08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000001ba0e05d83acf9df15d77db5f398e2d67f7bdc8d4dbea96bac6674458898097c7fc4a00e40d02c75263e0c6a2b8b9abb131ea96e95a441155efa6ebbfbc302e1fa2385c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000000000", @@ -2512,27 +2652,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x1120ce1ffadaf6b4f51ae6b5a5ef528678c212e4ac7f0c7db9cee76e4f980cd7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x31d27085ec3be0a842c614ff136c817fd2588dd093ac8f789af7d97a244c6a4d", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2597,7 +2744,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e308c", + "balance" : "0x8e30dc", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2605,7 +2752,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2614,6 +2761,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2686,7 +2840,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -2697,11 +2851,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "4fec0b8ae4bcebc1267e6b55bf7fc9f46d03483bc56dd7924464c7ba26f6c9f5", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "c267f542187383b0acfb0a60e5efd6b73cee6a57d1248483a36c12cf2055c952", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -2716,21 +2870,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x0109a3", - "hash" : "0xf825bff16ef2a6cecea7fda8aae839c189732bc24920a60dcf7c74c261fb3e0e", + "gasUsed" : "0x01099b", + "hash" : "0x2fb65c2cbac403431128f6c65e29da385b0e9887e3cc3290380fe12c78fb67a1", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x1e825f12b561a37d5fc7aa6a7bb481b469076542492709f839a0780101aa4bed", - "stateRoot" : "0x3ed1a50bf6e055f07229d37789fe64491f4de6f501876b8c31c65ea42dd465f1", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x55a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61e", + "stateRoot" : "0x78008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226", "timestamp" : "0x03e8", "transactionsTrie" : "0x84f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03ed1a50bf6e055f07229d37789fe64491f4de6f501876b8c31c65ea42dd465f1a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a01e825f12b561a37d5fc7aa6a7bb481b469076542492709f839a0780101aa4bedb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", + "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a055a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61eb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002", @@ -2757,27 +2911,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf825bff16ef2a6cecea7fda8aae839c189732bc24920a60dcf7c74c261fb3e0e", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x2fb65c2cbac403431128f6c65e29da385b0e9887e3cc3290380fe12c78fb67a1", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2842,7 +3003,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3622", + "balance" : "0x8e3672", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2850,7 +3011,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2859,6 +3020,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -2931,7 +3099,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -2942,11 +3110,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d20g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "c2ae9deba2603ad8fc9a7e77fa53f5b4e24e2eef5bfe0243fed957f295fe4a6b", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "af9a0d125c6e33d5346cf573ca5e7562c524830cc727c4cb0cc327b4eabec68d", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -2961,21 +3129,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0xe041a9840f8ed5e32cf4b849da7fd13b672f5e07fbe358bca0e0060c0cd5f352", + "gasUsed" : "0x010a36", + "hash" : "0x022a7970de22146111230a3eb11cc3d14f70e340a1b25787146c0385c8a5eaa2", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0x429b58347e37126b61ffbbd85f90c5cc12f05e8bb02dec4ed995eac77ad93e2c", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0xbb21d03e20f53c24190f368e32f68d56b17f4427ff2484cfcd633b18c0201c33", "timestamp" : "0x03e8", "transactionsTrie" : "0xb06cc994cece647fd65e5451063122feb53ae284780fadc836431069cd9ac805", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0429b58347e37126b61ffbbd85f90c5cc12f05e8bb02dec4ed995eac77ad93e2ca0b06cc994cece647fd65e5451063122feb53ae284780fadc836431069cd9ac805a046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000031ca00d06adfb5e73c4f5ceac5db1c1ecc2115219a31565f9d10b1fb9ea46a8d1f914a04929223ae9cfd9798a573fdfcfdd3f92be7fb2aca74296b7847716eb1e720090c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bb21d03e20f53c24190f368e32f68d56b17f4427ff2484cfcd633b18c0201c33a0b06cc994cece647fd65e5451063122feb53ae284780fadc836431069cd9ac805a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000031ca00d06adfb5e73c4f5ceac5db1c1ecc2115219a31565f9d10b1fb9ea46a8d1f914a04929223ae9cfd9798a573fdfcfdd3f92be7fb2aca74296b7847716eb1e720090c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000000003", @@ -3002,27 +3170,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xe041a9840f8ed5e32cf4b849da7fd13b672f5e07fbe358bca0e0060c0cd5f352", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x022a7970de22146111230a3eb11cc3d14f70e340a1b25787146c0385c8a5eaa2", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3087,7 +3262,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3095,7 +3270,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3104,6 +3279,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3176,7 +3358,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -3187,11 +3369,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d21g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "36c750341dac78331dc44e4e22bcea6b1326beff54ef8b66ad41cb548db8a570", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "9d5af5b727ef336498348dc3fce853321775b141b956cd258edfa4e58c3de475", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -3206,21 +3388,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0x2fefa8f1bfe22a8e3a59494bb1d4180a4f00c7c25ca768ec786c7fbd0541e47b", + "gasUsed" : "0x010a36", + "hash" : "0x0b73e38d48fca46aae4e50c0243c827e8a3ec4bd999fb54c0d4f2d96b9c47c59", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0x051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3f", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6", "timestamp" : "0x03e8", "transactionsTrie" : "0x96e45d89e967c938ce1614e92da115229be08aee4c15562932619fbff19b7a9f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3fa096e45d89e967c938ce1614e92da115229be08aee4c15562932619fbff19b7a9fa046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000781ba06ce09d95a0e04339e6e8b4d2d7878aef427bdf5758546fcd9aec1de671e92596a063a4bfd3910746a8c0ea2cd50926b9c14b70d92ef7cedc2502fd21f9eba0d943c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6a096e45d89e967c938ce1614e92da115229be08aee4c15562932619fbff19b7a9fa028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000781ba06ce09d95a0e04339e6e8b4d2d7878aef427bdf5758546fcd9aec1de671e92596a063a4bfd3910746a8c0ea2cd50926b9c14b70d92ef7cedc2502fd21f9eba0d943c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000000078", @@ -3247,27 +3429,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2fefa8f1bfe22a8e3a59494bb1d4180a4f00c7c25ca768ec786c7fbd0541e47b", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0b73e38d48fca46aae4e50c0243c827e8a3ec4bd999fb54c0d4f2d96b9c47c59", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3332,7 +3521,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3340,7 +3529,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3349,6 +3538,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3421,7 +3617,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -3432,11 +3628,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d22g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "f92e4f0db4bb69cba00c6618133b93c451e0b864e722fd6f7f762053af2ba1d8", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "18db828aa12abd51ef7c43b6cc46fec5cc62ff84b0df42009298d0eb731d8b61", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -3451,21 +3647,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0xbc9153368a4a3e4056c7911c770240515e9abda5ca0b0648b3ab84cf90cd9a02", + "gasUsed" : "0x010a36", + "hash" : "0x63f3ef4c7eab9c1ac9c638e17dd3c97e3ee4d07771fc05bbabf5ff359801f2c8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", "timestamp" : "0x03e8", "transactionsTrie" : "0x45d9f47a8b63eca2a03c40f99eb8bf920311301a6cad38eb6b3ed9b8a1ffec2e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171a045d9f47a8b63eca2a03c40f99eb8bf920311301a6cad38eb6b3ed9b8a1ffec2ea046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe1ba0c86ebd70ddc7b727a27c270b40ba1f6b7e27dbeb190027960d4e0cc8e78e7ed0a063fa0bf21d4465486f9a4b6782e54a9b496554053986743a126cbf6449133202c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a045d9f47a8b63eca2a03c40f99eb8bf920311301a6cad38eb6b3ed9b8a1ffec2ea028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe1ba0c86ebd70ddc7b727a27c270b40ba1f6b7e27dbeb190027960d4e0cc8e78e7ed0a063fa0bf21d4465486f9a4b6782e54a9b496554053986743a126cbf6449133202c0c0", "transactions" : [ { "data" : "0x100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe", @@ -3492,27 +3688,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbc9153368a4a3e4056c7911c770240515e9abda5ca0b0648b3ab84cf90cd9a02", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x63f3ef4c7eab9c1ac9c638e17dd3c97e3ee4d07771fc05bbabf5ff359801f2c8", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3577,7 +3780,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3585,7 +3788,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3594,6 +3797,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3666,7 +3876,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -3677,11 +3887,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d23g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "b0c44fe6647871c6d3309f46399cfdb0bb91a7c812e6b6016f0e9efb91d1bf3a", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "9c095039d03a850548f83f1fd79b10040b9170acf0dd9773385a688be9baff6b", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -3696,21 +3906,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0x231df86233847bfe7cbaba0cb86cba49d4498183322df49dd7803c11cb9eb3af", + "gasUsed" : "0x010a36", + "hash" : "0xc1e33de9dd69aa6de8d4c05f78d5f8d5277db84de679bf974008ef5cac983e50", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", "timestamp" : "0x03e8", "transactionsTrie" : "0xd0a3cb8972a2ade282740093a4ccd3fc7d38c94200586e5cf9929774e54da267", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0df6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171a0d0a3cb8972a2ade282740093a4ccd3fc7d38c94200586e5cf9929774e54da267a046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff1ba058dbb916996705e4c850e7b259e0e50390fa47f0da9c1195c616dd927d2d2fc7a0572ddc45f5b5dae4dbe7e10f9e2178a5bb04f1b42213fedf3af74c17e4e55cc7c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a0d0a3cb8972a2ade282740093a4ccd3fc7d38c94200586e5cf9929774e54da267a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff1ba058dbb916996705e4c850e7b259e0e50390fa47f0da9c1195c616dd927d2d2fc7a0572ddc45f5b5dae4dbe7e10f9e2178a5bb04f1b42213fedf3af74c17e4e55cc7c0c0", "transactions" : [ { "data" : "0x100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff", @@ -3737,27 +3947,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x231df86233847bfe7cbaba0cb86cba49d4498183322df49dd7803c11cb9eb3af", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc1e33de9dd69aa6de8d4c05f78d5f8d5277db84de679bf974008ef5cac983e50", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3822,7 +4039,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3830,7 +4047,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3839,6 +4056,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -3911,7 +4135,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -3922,11 +4146,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d24g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "1949784d45dda8b8bcb35c84bd9cf842d8b54c96e618472f38fa5a5f32a41501", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "3318f5c2a55c3bcc4f313397cb7db730b85fe5fca567b8db7c389667500cbac7", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -3941,21 +4165,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010bb2", - "hash" : "0x40b41de030aa515ece0be01c07b308f93248c8259644b13de98d302f6a708e89", + "gasUsed" : "0x010baa", + "hash" : "0x7db831a88854b5262447cd0a7924ee6e758c57d57392f89dc395d0b54782f9f0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0xc0e64c12ea4fa3c67fba1fec35fa481180532fd8d8437bb6fc9066936d800302", - "stateRoot" : "0x8876dad8712bd5f87db2dc3398f176d9adc25c58d511006e78b5d48d279d27c7", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x36bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5", + "stateRoot" : "0x0b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014d", "timestamp" : "0x03e8", "transactionsTrie" : "0x07c6fbe31d6b19037912ef3571f547a9118512cce4544ab30ed32ebbf35cfa30", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08876dad8712bd5f87db2dc3398f176d9adc25c58d511006e78b5d48d279d27c7a007c6fbe31d6b19037912ef3571f547a9118512cce4544ab30ed32ebbf35cfa30a0c0e64c12ea4fa3c67fba1fec35fa481180532fd8d8437bb6fc9066936d800302b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010bb28203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000011ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca05801d350edce7001a8e0bce6e03be50a2e691b208ba22441ed0783b1af59147aa06a077460f696296473180962d212dfc61347f194a8b9a32c9a53dafd3ba59948c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014da007c6fbe31d6b19037912ef3571f547a9118512cce4544ab30ed32ebbf35cfa30a036bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010baa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000011ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca05801d350edce7001a8e0bce6e03be50a2e691b208ba22441ed0783b1af59147aa06a077460f696296473180962d212dfc61347f194a8b9a32c9a53dafd3ba59948c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000011ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -3982,27 +4206,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x40b41de030aa515ece0be01c07b308f93248c8259644b13de98d302f6a708e89", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x7db831a88854b5262447cd0a7924ee6e758c57d57392f89dc395d0b54782f9f0", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4067,7 +4298,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e218c", + "balance" : "0x8e21dc", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4075,7 +4306,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -4084,6 +4315,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4156,7 +4394,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -4167,11 +4405,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "ff3cdb763536f209a20730e112a11407e370081b2c537a561065547f106cd8ef", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "83ef4cb84fe55d810b13e5e8054830bfe1a69582bbbea87120f3792085bdab35", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -4186,21 +4424,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01099d", - "hash" : "0xf88f066ee11a9d3e88a5e898ce49075ed29f7e16c66fa3eb3ba3e81c3c2f8c69", + "gasUsed" : "0x010995", + "hash" : "0xeee3c01af6e056c213a3419a266a1cc3d30f18b88868444984839dbf07690151", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x7d02c19f6272de6d64df3893c24a829663b010599a971545f27bbee5275e5ffa", - "stateRoot" : "0xb40ddea6c27701f9566cee6077a0c34f57bd13c6b5f2e6312e641943465eb5da", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x21476074f55f6de59c9206f51faf9190b26f907812f46c61f78cf104b89ed561", + "stateRoot" : "0x94b93ced81940964dd4b85140a1b8b2090776f4fb986aedd76976f5857820d13", "timestamp" : "0x03e8", "transactionsTrie" : "0x69627ea87d6339603e8c459f2739ca6c566742ec90913b34c4f3d30b4ae7599c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b40ddea6c27701f9566cee6077a0c34f57bd13c6b5f2e6312e641943465eb5daa069627ea87d6339603e8c459f2739ca6c566742ec90913b34c4f3d30b4ae7599ca07d02c19f6272de6d64df3893c24a829663b010599a971545f27bbee5275e5ffab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000051ba021068802945327f6be73284c7dba0fad39430579cb1fe1a7f093e03d37085e53a0692cc656a17e0d0c76236cde5dd493bf41c9a6940e1cef0f2a0882b7d1fbdbaac0c0", + "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa094b93ced81940964dd4b85140a1b8b2090776f4fb986aedd76976f5857820d13a069627ea87d6339603e8c459f2739ca6c566742ec90913b34c4f3d30b4ae7599ca021476074f55f6de59c9206f51faf9190b26f907812f46c61f78cf104b89ed561b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000051ba021068802945327f6be73284c7dba0fad39430579cb1fe1a7f093e03d37085e53a0692cc656a17e0d0c76236cde5dd493bf41c9a6940e1cef0f2a0882b7d1fbdbaac0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000005", @@ -4227,27 +4465,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf88f066ee11a9d3e88a5e898ce49075ed29f7e16c66fa3eb3ba3e81c3c2f8c69", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xeee3c01af6e056c213a3419a266a1cc3d30f18b88868444984839dbf07690151", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4312,7 +4557,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e365e", + "balance" : "0x8e36ae", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4320,7 +4565,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -4329,6 +4574,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4401,7 +4653,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -4412,11 +4664,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "458d2d86b556ffaa736dd6e19b49e246de24c55f9d4dffa21e2b11c293bf7288", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "3449840f9b956b3c77e6ee4a1f00dd71eec8d37860cee6f11d249f3863d8078e", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -4431,21 +4683,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a37", - "hash" : "0x87f7258687db2e9eee056f30aaa49814ea2a01eb2d8f172aee8055b7c81d7509", + "gasUsed" : "0x010a2f", + "hash" : "0xf243cc53f9b14fd802a7c7b4a26a4a952b7b82d002cfd5c24f303066c0432f81", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221a", - "stateRoot" : "0xf7e9c1f2c95a72f3dbd38d64a2a95f62bd525000bc4025de662d8471e66cbf49", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", + "stateRoot" : "0xfcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161", "timestamp" : "0x03e8", "transactionsTrie" : "0x22d37c0973df1273bc2ef1fa441eefdfe5e9d66343ea0ab688f0751626b16ae7", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7e9c1f2c95a72f3dbd38d64a2a95f62bd525000bc4025de662d8471e66cbf49a022d37c0973df1273bc2ef1fa441eefdfe5e9d66343ea0ab688f0751626b16ae7a0872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221ab90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a378203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000011ca0b5648cba7f6591129dc4bc66b5fb246033d17852a1ead223d5fa13bab50395d5a052c50d9771459575dd5746c0e548073ce10f84f8ca002b25da2863fc42c86030c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161a022d37c0973df1273bc2ef1fa441eefdfe5e9d66343ea0ab688f0751626b16ae7a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000011ca0b5648cba7f6591129dc4bc66b5fb246033d17852a1ead223d5fa13bab50395d5a052c50d9771459575dd5746c0e548073ce10f84f8ca002b25da2863fc42c86030c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000001", @@ -4472,27 +4724,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x87f7258687db2e9eee056f30aaa49814ea2a01eb2d8f172aee8055b7c81d7509", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf243cc53f9b14fd802a7c7b4a26a4a952b7b82d002cfd5c24f303066c0432f81", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4557,7 +4816,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e305a", + "balance" : "0x8e30aa", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4565,7 +4824,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -4574,6 +4833,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4646,7 +4912,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -4657,11 +4923,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d4g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "1ae55d51cd699872e826c7591d16bebc53659cc0e6677050ba47bd0e70d7a23f", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "4eaa3baa01db10ff7645be9f0804222e94f7101c169ff840f5c9702cfa79b3f1", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -4676,21 +4942,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a2b", - "hash" : "0xc9bcb874cf3e99d716720bee5c773212cc513d27e88dd9b96b593e81aebacba6", + "gasUsed" : "0x010a23", + "hash" : "0xc5e7dd28d92f3d0465bafcd7ec7505b8d13e9eca062cfc3115aca85f55e86dbb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x0ececb9f9033e536f0da4c097892c8234e2dea76d502fb3f96b467c09a7c7dee", - "stateRoot" : "0xed6ac4e4b5d7ad886c7b6375618957288af9b87fffb14b827b041946d010e7eb", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xa14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11", + "stateRoot" : "0x820b67ba3dd51397c61bb13f220bf3598a895166b132405c9cbb1d8639a40f20", "timestamp" : "0x03e8", "transactionsTrie" : "0x2af97a71aba56eab73f565679b8480c0a8fc78e1705f2700101aadeef7cbcd46", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ed6ac4e4b5d7ad886c7b6375618957288af9b87fffb14b827b041946d010e7eba02af97a71aba56eab73f565679b8480c0a8fc78e1705f2700101aadeef7cbcd46a00ececb9f9033e536f0da4c097892c8234e2dea76d502fb3f96b467c09a7c7deeb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001ba05d1c239e2291f8042f1c46c57d2c5e409b2002099d62608e1164bf6a74b3114aa00d90fe04cd51087ded2ae958db19d1cfc3237e38b891774565c1a9504e71a051c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0820b67ba3dd51397c61bb13f220bf3598a895166b132405c9cbb1d8639a40f20a02af97a71aba56eab73f565679b8480c0a8fc78e1705f2700101aadeef7cbcd46a0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001ba05d1c239e2291f8042f1c46c57d2c5e409b2002099d62608e1164bf6a74b3114aa00d90fe04cd51087ded2ae958db19d1cfc3237e38b891774565c1a9504e71a051c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000", @@ -4717,27 +4983,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc9bcb874cf3e99d716720bee5c773212cc513d27e88dd9b96b593e81aebacba6", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xc5e7dd28d92f3d0465bafcd7ec7505b8d13e9eca062cfc3115aca85f55e86dbb", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4802,7 +5075,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e30d2", + "balance" : "0x8e3122", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4810,7 +5083,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -4819,6 +5092,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -4891,7 +5171,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -4902,11 +5182,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d5g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "eb55ff92065168228a597686712700406636b9c60b41d73900f0ebd5fe1e74f3", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "0b99a0b47050898adcda2ff017701a1a9bbb8d0422f5a13b0907268c074a43c7", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -4921,21 +5201,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a3e", - "hash" : "0x2b5be96ead9f71dc16440f2199911fc16f31d7842b9203e3344963927caf7184", + "gasUsed" : "0x010a36", + "hash" : "0xf9f9833f9d4a7da179db2fc0466158e1aa818773c3e3eff0a0e65286f9c489c2", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x46fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347b", - "stateRoot" : "0x051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3f", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", + "stateRoot" : "0x478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6", "timestamp" : "0x03e8", "transactionsTrie" : "0x54314a7c4e021824fe4f16820dc284a9b30899b3dbd58ff13219c1aeed6722d2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3fa054314a7c4e021824fe4f16820dc284a9b30899b3dbd58ff13219c1aeed6722d2a046fd5d6c5506c3df3f1991cfc32cfee505baf5453f1364fd6e5615ed7501347bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a3e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000011ba0e0a98bd2890bcaf59604165d8e90927522f56403dc3e3131b806d77e1fb4a1b9a02ff4282b1433e1e2f00df982e85a912fe17b40755a73ef52e5dc3f6230b8ba9cc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6a054314a7c4e021824fe4f16820dc284a9b30899b3dbd58ff13219c1aeed6722d2a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000011ba0e0a98bd2890bcaf59604165d8e90927522f56403dc3e3131b806d77e1fb4a1b9a02ff4282b1433e1e2f00df982e85a912fe17b40755a73ef52e5dc3f6230b8ba9cc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000001", @@ -4962,27 +5242,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2b5be96ead9f71dc16440f2199911fc16f31d7842b9203e3344963927caf7184", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf9f9833f9d4a7da179db2fc0466158e1aa818773c3e3eff0a0e65286f9c489c2", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5047,7 +5334,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e3014", + "balance" : "0x8e3064", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -5055,7 +5342,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -5064,6 +5351,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5136,7 +5430,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -5147,11 +5441,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d6g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "d09fdafaa8381f65eeb41dce4f502882f14f70c00b05dd9bd9c2ed2890c50482", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "93e5685e4a2b16eee8be13cd4cd3eb2fba4c4c6dfdb8af0ffd5e44e86d43f177", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -5166,21 +5460,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a32", - "hash" : "0x583c56db255fab8cbad46778df9e44720c676bde55170c0afb4a8bcf39034beb", + "gasUsed" : "0x010a2a", + "hash" : "0x931bab4e248fb4625483ab3767cfb8d8c7ddcdec15a74ff713a091605e8deaa1", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x0220721848900f77eccebb955bd6cd181e44eff836db2c486009b614b9b4fe3f", - "stateRoot" : "0x9f55d135a71235a7c06f8ebd51ccb7fa417f2f47f6287a6520518a1f3c6b69ab", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0x8bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322", + "stateRoot" : "0x13eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2d", "timestamp" : "0x03e8", "transactionsTrie" : "0x3c42522f0c599fcf70a036d7bc4302d472727092781659f1df80370d83541f84", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09f55d135a71235a7c06f8ebd51ccb7fa417f2f47f6287a6520518a1f3c6b69aba03c42522f0c599fcf70a036d7bc4302d472727092781659f1df80370d83541f84a00220721848900f77eccebb955bd6cd181e44eff836db2c486009b614b9b4fe3fb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a328203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000001ca05f8e5bd86f380845229399232c43924c29d9f48a42a0f18bfef5daeefae17e4da06c0cdc13ce5833aa81092aeab9fdf18d1fed8166fa65e4bf0959324cc2447061c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa013eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2da03c42522f0c599fcf70a036d7bc4302d472727092781659f1df80370d83541f84a08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000001ca05f8e5bd86f380845229399232c43924c29d9f48a42a0f18bfef5daeefae17e4da06c0cdc13ce5833aa81092aeab9fdf18d1fed8166fa65e4bf0959324cc2447061c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000", @@ -5207,27 +5501,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x583c56db255fab8cbad46778df9e44720c676bde55170c0afb4a8bcf39034beb", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x931bab4e248fb4625483ab3767cfb8d8c7ddcdec15a74ff713a091605e8deaa1", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5292,7 +5593,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e308c", + "balance" : "0x8e30dc", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -5300,7 +5601,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -5309,6 +5610,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5381,7 +5689,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -5392,11 +5700,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d7g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "cb9d4b109588fb481b3ac4ef5efd2a9af9b56f44b7d7d4103dc5c8cd7f400c10", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "6c0c0c9ebb163e16243046d80d2426f121ad4ea438f3f40ab26a27411bfe1f88", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -5411,21 +5719,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a37", - "hash" : "0xd92bfcd0147cc83d2c2fa19965825712ca7c1f3b70674e570965fba17f8a6fe0", + "gasUsed" : "0x010a2f", + "hash" : "0x8b36965d4b56a65b549aa92e08c189230a4d1cda342d0fa62c658640675dc58d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221a", - "stateRoot" : "0xf7e9c1f2c95a72f3dbd38d64a2a95f62bd525000bc4025de662d8471e66cbf49", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", + "stateRoot" : "0xfcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161", "timestamp" : "0x03e8", "transactionsTrie" : "0xccb4f2d26ffd097909c2d88f90fb505a88b02c881a2a72ea304432b8ddca1b88", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7e9c1f2c95a72f3dbd38d64a2a95f62bd525000bc4025de662d8471e66cbf49a0ccb4f2d26ffd097909c2d88f90fb505a88b02c881a2a72ea304432b8ddca1b88a0872192abf9912c9168d238eda98a2b2271fd8b701aaaefa30b3b6933429c221ab90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a378203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000011ca0ee53971cffec5f6805e56e2d9cb173f3043d4220e26801a5414280ae058d8b8ca06e15a758d3e286574fc8393ec794c82c490b6fab89b140af08fa729ae5f62f56c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161a0ccb4f2d26ffd097909c2d88f90fb505a88b02c881a2a72ea304432b8ddca1b88a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000011ca0ee53971cffec5f6805e56e2d9cb173f3043d4220e26801a5414280ae058d8b8ca06e15a758d3e286574fc8393ec794c82c490b6fab89b140af08fa729ae5f62f56c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000001", @@ -5452,27 +5760,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd92bfcd0147cc83d2c2fa19965825712ca7c1f3b70674e570965fba17f8a6fe0", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x8b36965d4b56a65b549aa92e08c189230a4d1cda342d0fa62c658640675dc58d", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5537,7 +5852,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e305a", + "balance" : "0x8e30aa", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -5545,7 +5860,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -5554,6 +5869,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5626,7 +5948,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -5637,11 +5959,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d8g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "38b012a104e0fb0bd76032a55e7dde72191bd4d40f2307683372e7979e6274d5", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "e7665c4c0bb839eb75205a3fe44c24d7e18d6a39e35ed597318642ec5de95b15", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -5656,21 +5978,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a2b", - "hash" : "0x0e81e244e1fc9c736a5cacf6341e5ac0de8eb127798097738b9aee42709fb089", + "gasUsed" : "0x010a23", + "hash" : "0x18e5fe37e7af8a6b2fe4bd42bd7e50d14c92e862c156a1d13569d36b1ff3e9b7", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x0ececb9f9033e536f0da4c097892c8234e2dea76d502fb3f96b467c09a7c7dee", - "stateRoot" : "0x18e5e73cbe3788fe4cb57b0fe4774a8ad7cfb0b00d6fe3edd43f30bfc6e1d57e", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xa14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11", + "stateRoot" : "0xaaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6", "timestamp" : "0x03e8", "transactionsTrie" : "0x949d4206e43f1ecb2fada43ff699ec3db2c00a05dc4e65385853dadc9efae26a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa018e5e73cbe3788fe4cb57b0fe4774a8ad7cfb0b00d6fe3edd43f30bfc6e1d57ea0949d4206e43f1ecb2fada43ff699ec3db2c00a05dc4e65385853dadc9efae26aa00ececb9f9033e536f0da4c097892c8234e2dea76d502fb3f96b467c09a7c7deeb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001ba09048a39846e7026c5453bce4057f0a860530c808765e6c18d441b5339f196571a002d0bdf0d6e089545973c27fba2efdc50af1d6d802c6080a390496bc26ac70a7c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6a0949d4206e43f1ecb2fada43ff699ec3db2c00a05dc4e65385853dadc9efae26aa0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001ba09048a39846e7026c5453bce4057f0a860530c808765e6c18d441b5339f196571a002d0bdf0d6e089545973c27fba2efdc50af1d6d802c6080a390496bc26ac70a7c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000", @@ -5697,27 +6019,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0e81e244e1fc9c736a5cacf6341e5ac0de8eb127798097738b9aee42709fb089", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x18e5fe37e7af8a6b2fe4bd42bd7e50d14c92e862c156a1d13569d36b1ff3e9b7", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5782,7 +6111,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e30d2", + "balance" : "0x8e3122", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -5790,7 +6119,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -5799,6 +6128,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -5871,7 +6207,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -5882,11 +6218,11 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d9g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "8d33330d8204a290df9b9f7bf61311f129ceb096ca801de4d4a0c9a1c9819fc2", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "7494d09c80167a403f9ebbe710b68df572dddd098ceb91679ea15b52caf5c8ff", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -5901,21 +6237,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010a2b", - "hash" : "0x61e4868fed3bf5ed4ac68be7c31e091a3e2cbdbfbb7bc9c6b1210e12a5a422e9", + "gasUsed" : "0x010a23", + "hash" : "0xd696d9db169ac0bac9b243c7fe41122adbcc493758a058e23e1a77003fdd428c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", - "receiptTrie" : "0x0ececb9f9033e536f0da4c097892c8234e2dea76d502fb3f96b467c09a7c7dee", - "stateRoot" : "0x18e5e73cbe3788fe4cb57b0fe4774a8ad7cfb0b00d6fe3edd43f30bfc6e1d57e", + "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", + "receiptTrie" : "0xa14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11", + "stateRoot" : "0xaaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6", "timestamp" : "0x03e8", "transactionsTrie" : "0x33247730d3e544602c28145911c8b2e7168bbca3770a26cadc9f4c064ab636ce", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0da314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa018e5e73cbe3788fe4cb57b0fe4774a8ad7cfb0b00d6fe3edd43f30bfc6e1d57ea033247730d3e544602c28145911c8b2e7168bbca3770a26cadc9f4c064ab636cea00ececb9f9033e536f0da4c097892c8234e2dea76d502fb3f96b467c09a7c7deeb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000001ca061df47b0d61040eb1f727e1f05f0c818f7d76253de5bd41e68bed914ad6f4563a0318ebbd619b7af403f7d3b0e7b9f9fe3765e0d8e14c1b3bd2aa738c745680c58c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6a033247730d3e544602c28145911c8b2e7168bbca3770a26cadc9f4c064ab636cea0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000001ca061df47b0d61040eb1f727e1f05f0c818f7d76253de5bd41e68bed914ad6f4563a0318ebbd619b7af403f7d3b0e7b9f9fe3765e0d8e14c1b3bd2aa738c745680c58c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000000", @@ -5942,27 +6278,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xda314e357bff91ded888c538bec8b3f3b00a89a43b2d7e32947aa5a67391c82f", + "hash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x21875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65", + "stateRoot" : "0x8fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa021875652707c439d22a42992183973989105048d48625d4d0e55d5bcfc3a2f65a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x61e4868fed3bf5ed4ac68be7c31e091a3e2cbdbfbb7bc9c6b1210e12a5a422e9", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd696d9db169ac0bac9b243c7fe41122adbcc493758a058e23e1a77003fdd428c", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -6027,7 +6370,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8e30d2", + "balance" : "0x8e3122", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -6035,7 +6378,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -6044,6 +6387,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010004020001001104000000008000026001e1000460015ff36001600053e0fff4", @@ -6116,7 +6466,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json index 95ed8bd6fa1..25b8ffb48f1 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json @@ -2,11 +2,11 @@ "CALLF_RETF_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "0bbda4bb6b1af2cd80f6971720378d3e0865df1fefac6060c2a232b784a586f4", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "4426cfe31356b9b15b6c4b7de3822eab9a345e06e8981f6c5ea1d82f5dea2549", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", "sourceHash" : "7d65a89d403b2bb71a883f7a4b360e9bef9d69deaeb03f6649f1e122592fdeae" }, @@ -21,21 +21,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x0109a3", - "hash" : "0x62255b5a70019f17de9aec3064ea9ab7d20c350e1c8fe9ed5057dc3a9b9449ae", + "gasUsed" : "0x0109a0", + "hash" : "0xbf57b8ce1859231fe62c92290f6c121efd16b62c6bd2e1d65ddd388e994b34ee", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", - "receiptTrie" : "0x1e825f12b561a37d5fc7aa6a7bb481b469076542492709f839a0780101aa4bed", - "stateRoot" : "0xe9a9c86d911a888db2086154657571d1fb8ab5e5f2b5a09e7ce08e530ea580d1", + "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", + "receiptTrie" : "0xdcafb9008cd7589b9f8f226466b703ed32828c68f37c627708de6cdaff0ff46f", + "stateRoot" : "0x79367a4301c5323e71256f19c7cd6a19decf004addb0ac989a49c5f10090cc55", "timestamp" : "0x03e8", "transactionsTrie" : "0x09ac9d39989a1c88c727acaf9a8af2f8d31d6ff9664436f3486c70cd22ce0cf5", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba01f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e9a9c86d911a888db2086154657571d1fb8ab5e5f2b5a09e7ce08e530ea580d1a009ac9d39989a1c88c727acaf9a8af2f8d31d6ff9664436f3486c70cd22ce0cf5a01e825f12b561a37d5fc7aa6a7bb481b469076542492709f839a0780101aa4bedb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109a38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ba07f8fbe7cfadf3268f71508bd29e01ef28bb6d8c47b7811bc43f23c4133f05ae2a01bb7cea57faa8e0915f87f5af3a12e9f64f2eb3033536aafc8fc4ea6d45876aac0c0", + "rlp" : "0xf902b8f9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa079367a4301c5323e71256f19c7cd6a19decf004addb0ac989a49c5f10090cc55a009ac9d39989a1c88c727acaf9a8af2f8d31d6ff9664436f3486c70cd22ce0cf5a0dcafb9008cd7589b9f8f226466b703ed32828c68f37c627708de6cdaff0ff46fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109a08203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ba07f8fbe7cfadf3268f71508bd29e01ef28bb6d8c47b7811bc43f23c4133f05ae2a01bb7cea57faa8e0915f87f5af3a12e9f64f2eb3033536aafc8fc4ea6d45876aac0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000001", @@ -62,27 +62,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", + "hash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32a", + "stateRoot" : "0x63779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x62255b5a70019f17de9aec3064ea9ab7d20c350e1c8fe9ed5057dc3a9b9449ae", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbf57b8ce1859231fe62c92290f6c121efd16b62c6bd2e1d65ddd388e994b34ee", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -105,7 +112,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0be161a2", + "balance" : "0x0be161c0", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -113,7 +120,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -122,6 +129,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -152,7 +166,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { } @@ -163,11 +177,11 @@ "CALLF_RETF_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "ce8758342ef7c0b2d0e6f43662253426b8a93f1ef2bb9ed1611a726abc369fd5", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "6dc70aaa0efd6a7400e043a61103e2154e959f6cbd539472f98efc599d2b5354", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", "sourceHash" : "7d65a89d403b2bb71a883f7a4b360e9bef9d69deaeb03f6649f1e122592fdeae" }, @@ -182,21 +196,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x010b48", - "hash" : "0x8787783de2e9a6f7b2d48842e47591aa1b3d0e970698319d89eb2651ec09b378", + "gasUsed" : "0x010b45", + "hash" : "0xbc73310a16e6661d18d8301a5eef109e0184a4b6951ce8044e2713f469129131", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", - "receiptTrie" : "0x71558c8aeae6493b7109edd21a034365eeee8761e8c03d11d3439de6dd6fa96b", - "stateRoot" : "0x39c55cc3ee65eaf186d7062ac57070c283619d54320b74a532b0c120ca950a37", + "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", + "receiptTrie" : "0xcbd2557b230ba22f2a94bbe26b0120443e4f476bc0506b7b6e252fd08750309d", + "stateRoot" : "0x1769decec1a3a8535c7150d8728d0287903fa1c4ac1dcb9230fa607a24f53278", "timestamp" : "0x03e8", "transactionsTrie" : "0x1f66beef30e86bf330115bb9fcfdf56d0ea708070d8552e3cf430c43c08f583f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ddf9023ba01f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa039c55cc3ee65eaf186d7062ac57070c283619d54320b74a532b0c120ca950a37a01f66beef30e86bf330115bb9fcfdf56d0ea708070d8552e3cf430c43c08f583fa071558c8aeae6493b7109edd21a034365eeee8761e8c03d11d3439de6dd6fa96bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010b488203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c766526700000000000000000000000000000000000000000000000000000000000000051ca067bd4a495286c18cc877c3db55abc0a36e958f08ebb14a61df77a4e2c9824c42a0576180f19e5b5e6146f6e239f2d5f5dff80abb223dbd3efca10cbd1215ce09ddc0c0", + "rlp" : "0xf902ddf9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01769decec1a3a8535c7150d8728d0287903fa1c4ac1dcb9230fa607a24f53278a01f66beef30e86bf330115bb9fcfdf56d0ea708070d8552e3cf430c43c08f583fa0cbd2557b230ba22f2a94bbe26b0120443e4f476bc0506b7b6e252fd08750309db90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010b458203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c766526700000000000000000000000000000000000000000000000000000000000000051ca067bd4a495286c18cc877c3db55abc0a36e958f08ebb14a61df77a4e2c9824c42a0576180f19e5b5e6146f6e239f2d5f5dff80abb223dbd3efca10cbd1215ce09ddc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002c76652670000000000000000000000000000000000000000000000000000000000000005", @@ -223,27 +237,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", + "hash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32a", + "stateRoot" : "0x63779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8787783de2e9a6f7b2d48842e47591aa1b3d0e970698319d89eb2651ec09b378", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xbc73310a16e6661d18d8301a5eef109e0184a4b6951ce8044e2713f469129131", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -266,7 +287,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0be15130", + "balance" : "0x0be1514e", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -274,7 +295,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -283,6 +304,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -313,7 +341,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { } @@ -324,11 +352,11 @@ "CALLF_RETF_Execution_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "81918bf76247dec12e20f6815d679dc06d7b1a7235442967eda380fbfb791901", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "e36a5ba34a175f8d1760b0991ce73e541da0cdb6f5437d66ea8cac9594c4ee53", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", "sourceHash" : "7d65a89d403b2bb71a883f7a4b360e9bef9d69deaeb03f6649f1e122592fdeae" }, @@ -343,21 +371,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01b852", - "hash" : "0x42187ab943358413d6f762e06f8455cb5360afd0b2a0398a43fbfc51c73c9037", + "gasUsed" : "0x01b84f", + "hash" : "0xf05d4ef641dc3aa436f0e9d1610a79035949da6cf6a56a1a8e9edaf6778c521a", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", - "receiptTrie" : "0x0836871ff3be4e48f31acf29c1ee9746e25ec47c9053dbac9212e62a70fecbad", - "stateRoot" : "0x69edd152db2b0775348ecac661d27ca7bda627ce6912505796553275c6f16bdc", + "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", + "receiptTrie" : "0xe9d1161cf58a33c67a44cccc61c46606aab9d8cd1ba9184842232b58d8575247", + "stateRoot" : "0x69d43cdd9dc91ed68c7a51efcf0a8a54a4ea9bbb53caee35c1d34b54025b494c", "timestamp" : "0x03e8", "transactionsTrie" : "0x6eb2f86f6171abddb7480a2b84b7423afaf3f46ba25f8de4b19c63a5da30874d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ddf9023ba01f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa069edd152db2b0775348ecac661d27ca7bda627ce6912505796553275c6f16bdca06eb2f86f6171abddb7480a2b84b7423afaf3f46ba25f8de4b19c63a5da30874da00836871ff3be4e48f31acf29c1ee9746e25ec47c9053dbac9212e62a70fecbadb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b8528203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f1ca08d09dba60c603d17ae87232ff4edf12adb67fc64fa932ae2dffe91e5c2aed371a05ffae9204f8f656af7a1b153af59077ad4da00bdc9cf0e4edae12bdba626c353c0c0", + "rlp" : "0xf902ddf9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa069d43cdd9dc91ed68c7a51efcf0a8a54a4ea9bbb53caee35c1d34b54025b494ca06eb2f86f6171abddb7480a2b84b7423afaf3f46ba25f8de4b19c63a5da30874da0e9d1161cf58a33c67a44cccc61c46606aab9d8cd1ba9184842232b58d8575247b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b84f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f1ca08d09dba60c603d17ae87232ff4edf12adb67fc64fa932ae2dffe91e5c2aed371a05ffae9204f8f656af7a1b153af59077ad4da00bdc9cf0e4edae12bdba626c353c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f", @@ -384,27 +412,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", + "hash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32a", + "stateRoot" : "0x63779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x42187ab943358413d6f762e06f8455cb5360afd0b2a0398a43fbfc51c73c9037", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf05d4ef641dc3aa436f0e9d1610a79035949da6cf6a56a1a8e9edaf6778c521a", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -427,7 +462,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0bda8ecc", + "balance" : "0x0bda8eea", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -435,7 +470,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -444,6 +479,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -474,7 +516,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { } @@ -485,11 +527,11 @@ "CALLF_RETF_Execution_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "cc1047c5d7616dc10f760bd27fdc4b689bebf7db9e5cdd3d890c7d1f80934815", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "50dc959c5b14ed8f66ffc07759f7a0e1716d91ed528c5135f9929c4e271c2b98", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", "sourceHash" : "7d65a89d403b2bb71a883f7a4b360e9bef9d69deaeb03f6649f1e122592fdeae" }, @@ -504,21 +546,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01298d", - "hash" : "0x6b9860b845b2d1169f136eb2dff3bc78a51d4f940cea9509635fb102b9f3ec63", + "gasUsed" : "0x01298a", + "hash" : "0x034456302dfc36d28ec30a733ffb84afa9c630592f08f4b599c6ba8c024679a8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", - "receiptTrie" : "0x087540e5931959c54a7da3963690f27e7e6087f41fc13c0142665f7246e7af12", - "stateRoot" : "0xbd7245415bd26a51339d40188c6bd411ec0f418acfde540b3b2f52e66198fdc7", + "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", + "receiptTrie" : "0x383a30adf388190c3ba4cae3df7583d93d11a6f481743eba7a25f3659ec80da9", + "stateRoot" : "0x9bed5d9abcae9f8e0801f708f8a154511d1d793ce9602c490e8629d250b5bd3f", "timestamp" : "0x03e8", "transactionsTrie" : "0x5c72495f4f80f76ea7ee5250fe6358798534d96d30447e154dbf8ea380be54c6", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba01f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bd7245415bd26a51339d40188c6bd411ec0f418acfde540b3b2f52e66198fdc7a05c72495f4f80f76ea7ee5250fe6358798534d96d30447e154dbf8ea380be54c6a0087540e5931959c54a7da3963690f27e7e6087f41fc13c0142665f7246e7af12b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301298d8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000031ca04fe6d9aa255634989683cacffd0604f265c7b5fd4c63ccd4777ac471fcda2040a03396b4ae86b12f189aa1ad218e20b97ffb991b0b2b203b661ef429ca5b829a26c0c0", + "rlp" : "0xf902b8f9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09bed5d9abcae9f8e0801f708f8a154511d1d793ce9602c490e8629d250b5bd3fa05c72495f4f80f76ea7ee5250fe6358798534d96d30447e154dbf8ea380be54c6a0383a30adf388190c3ba4cae3df7583d93d11a6f481743eba7a25f3659ec80da9b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301298a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000031ca04fe6d9aa255634989683cacffd0604f265c7b5fd4c63ccd4777ac471fcda2040a03396b4ae86b12f189aa1ad218e20b97ffb991b0b2b203b661ef429ca5b829a26c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000003", @@ -545,27 +587,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x1f89ef2988d3a390e6dcbee9235245641acca7b114a17e1f57b36f8929faaab5", + "hash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x0c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32a", + "stateRoot" : "0x63779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00c8d582b6bf0c93bdb4969fba25926bfef13c13ac54895bdcab72371d8fce32aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x6b9860b845b2d1169f136eb2dff3bc78a51d4f940cea9509635fb102b9f3ec63", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x034456302dfc36d28ec30a733ffb84afa9c630592f08f4b599c6ba8c024679a8", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -588,7 +637,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0be0227e", + "balance" : "0x0be0229c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -596,7 +645,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -605,6 +654,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000f000204000000008000020201000260016008e3000160005260206000f303e4", @@ -635,7 +691,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json index 3d5d7ae0b39..5c8aa293953 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json @@ -2,11 +2,11 @@ "EOF1_CALLF_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "2759bb4ae393f08916e0a5244a0da7eac030ccac406a6cb13e609d1685e38b62", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "93a68df776151b367f88f769eda41a29f62b0cd1a3c682da9c9bd8bc3970f102", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP5450/EOF1_CALLF_ExecutionFiller.yml", "sourceHash" : "a90907206f41cee52be9de7774b8f28925923612c6f181e772a4f6579fcbecd0" }, @@ -21,21 +21,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01262f", - "hash" : "0xa28e12bf7c0ba835a19bef92e6caa7a5f98b19dd9a2b5c6f37c993a4fd681505", + "gasUsed" : "0x012627", + "hash" : "0x34af834c213e459115d2284ae9d164806d4d72181c113ce29312915ee6c6f6f6", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x2eebd0c480a1c981f6627ee96efa073de4fdf7f62ba2d5aed61c34cf98279f68", - "receiptTrie" : "0x4889ae3021485b5d2dc2d2623cfc9421e3b85044170cfdafc4831a7bfaa63b62", - "stateRoot" : "0x215af6c75c06fe5f03dbe090a8a5d14b9a9c48b61414fd0cd46a95c4b4ff75ef", + "parentHash" : "0xb7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73", + "receiptTrie" : "0x69823d9bc615ecc0c7725042ebd0624e479d90445d613fb27c45162a13e6ade5", + "stateRoot" : "0xe1cbd9e992595acdd07860609099861bf6071a3c927ec5f6c23d8b95a34714e1", "timestamp" : "0x03e8", "transactionsTrie" : "0xd610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba02eebd0c480a1c981f6627ee96efa073de4fdf7f62ba2d5aed61c34cf98279f68a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0215af6c75c06fe5f03dbe090a8a5d14b9a9c48b61414fd0cd46a95c4b4ff75efa0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a04889ae3021485b5d2dc2d2623cfc9421e3b85044170cfdafc4831a7bfaa63b62b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301262f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", + "rlp" : "0xf902b8f9023ba0b7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e1cbd9e992595acdd07860609099861bf6071a3c927ec5f6c23d8b95a34714e1a0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a069823d9bc615ecc0c7725042ebd0624e479d90445d613fb27c45162a13e6ade5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830126278203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000001", @@ -62,27 +62,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x2eebd0c480a1c981f6627ee96efa073de4fdf7f62ba2d5aed61c34cf98279f68", + "hash" : "0xb7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8a085167f2351e4733e69f675b4dd1df4a728ee629393e311cc606cfe933de17", + "stateRoot" : "0xa3d80d7ea83559dbb531f28a92816ce1cd989575add7fb5bab14b3b833a5be10", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08a085167f2351e4733e69f675b4dd1df4a728ee629393e311cc606cfe933de17a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa28e12bf7c0ba835a19bef92e6caa7a5f98b19dd9a2b5c6f37c993a4fd681505", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a3d80d7ea83559dbb531f28a92816ce1cd989575add7fb5bab14b3b833a5be10a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x34af834c213e459115d2284ae9d164806d4d72181c113ce29312915ee6c6f6f6", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000b0bff0400000000800002010003ff60016001e300016001550050600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050e4", @@ -99,7 +106,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8d18aa", + "balance" : "0x8d18fa", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -107,7 +114,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01" @@ -115,6 +122,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000b0bff0400000000800002010003ff60016001e300016001550050600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050e4", @@ -138,7 +152,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } @@ -149,11 +163,11 @@ "EOF1_CALLF_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "f2352e94aea2635f3304b12b530b9a6ac481236ecc35d454e78820815e426a92", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "f35e1e225e2321f1b3888f2d8fa5e262903f85243c4281071d0bb1501a421a79", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP5450/EOF1_CALLF_ExecutionFiller.yml", "sourceHash" : "a90907206f41cee52be9de7774b8f28925923612c6f181e772a4f6579fcbecd0" }, @@ -168,21 +182,21 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01123b", - "hash" : "0x835ba146ab80fa0d3fbc464164413711cd9cfc9501d4a0f2f4f1c0292f8202be", + "gasUsed" : "0x011233", + "hash" : "0xec0051a0403576f9a2bbde86261c056dacb68ddbded5a074a7fab9dfcddc5a74", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x2eebd0c480a1c981f6627ee96efa073de4fdf7f62ba2d5aed61c34cf98279f68", - "receiptTrie" : "0xe52fc6b5af4d5359eac34fbc9f98dc6cc6f362a48098453c5d86ce028e0b5a6a", - "stateRoot" : "0xedf3467527a1f54515832252a635e913e8a04320dd57a2fa8a01e545f44bc5ff", + "parentHash" : "0xb7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73", + "receiptTrie" : "0x6e4018d03d4f43bb8f167abf1aac116b3988a3fb9c0b6a92b1deba18f522bcc9", + "stateRoot" : "0xc08981d87f1b8de21f034e8a90c734f203a697a2d5d1dc929488530137996cd5", "timestamp" : "0x03e8", "transactionsTrie" : "0x84f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba02eebd0c480a1c981f6627ee96efa073de4fdf7f62ba2d5aed61c34cf98279f68a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0edf3467527a1f54515832252a635e913e8a04320dd57a2fa8a01e545f44bc5ffa084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a0e52fc6b5af4d5359eac34fbc9f98dc6cc6f362a48098453c5d86ce028e0b5a6ab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301123b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", + "rlp" : "0xf902b8f9023ba0b7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c08981d87f1b8de21f034e8a90c734f203a697a2d5d1dc929488530137996cd5a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a06e4018d03d4f43bb8f167abf1aac116b3988a3fb9c0b6a92b1deba18f522bcc9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830112338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002", @@ -209,27 +223,34 @@ "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "difficulty" : "0x00", - "excessBlobGas" : "0x00", + "excessBlobGas" : "0x060000", "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x2eebd0c480a1c981f6627ee96efa073de4fdf7f62ba2d5aed61c34cf98279f68", + "hash" : "0xb7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0x8a085167f2351e4733e69f675b4dd1df4a728ee629393e311cc606cfe933de17", + "stateRoot" : "0xa3d80d7ea83559dbb531f28a92816ce1cd989575add7fb5bab14b3b833a5be10", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023cf90236a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08a085167f2351e4733e69f675b4dd1df4a728ee629393e311cc606cfe933de17a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x835ba146ab80fa0d3fbc464164413711cd9cfc9501d4a0f2f4f1c0292f8202be", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a3d80d7ea83559dbb531f28a92816ce1cd989575add7fb5bab14b3b833a5be10a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xec0051a0403576f9a2bbde86261c056dacb68ddbded5a074a7fab9dfcddc5a74", "network" : "Prague", "postState" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000b0bff0400000000800002010003ff60016001e300016001550050600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050e4", @@ -246,7 +267,7 @@ } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8de032", + "balance" : "0x8de082", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -254,7 +275,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { "0x00" : "0x01" @@ -262,6 +283,13 @@ } }, "pre" : { + "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { + "balance" : "0x00", + "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", + "nonce" : "0x01", + "storage" : { + } + }, "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0xef0001010008020002000b0bff0400000000800002010003ff60016001e300016001550050600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001600160016001505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050e4", @@ -285,7 +313,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json index 9c54881c3c0..5db33f295bb 100644 --- a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json +++ b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json @@ -2,9 +2,9 @@ "EOF1_Calls" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "8c2977f3a83c5eba6951951e3e4f03beb69b73973ce34259ef36db83b5297507", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "ba94020d2e7400bc053eea5ab8a2a8d547a2f33df200490dc34172d6599ea564", "labels" : { "0" : "legacy_call_eof", "1" : "legacy_delegatecall_eof", @@ -19,10 +19,10 @@ "8" : "eof_call_eof", "9" : "eof_delegatecall_eof" }, - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "be112bcf291f156326dc118c9ae4d0c2c392a00830ff6d9d61b0034c85dd3763" + "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" }, "env" : { "currentBaseFee" : "0x0a", @@ -37,7 +37,7 @@ "post" : { "Prague" : [ { - "hash" : "0x677920b54f736d2c484e16fe9d38a74263d9520102407bc17705fbf4a6b740de", + "hash" : "0xf1d87627cecbc9cf108cd704dcac0ea8fe6a01ed1daeb7bd9908028673982542", "indexes" : { "data" : 0, "gas" : 0, @@ -47,7 +47,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ce2c66a62aa87b5e0c5abb6d9527ace59853df769ae181a264e9e0e9fc8e37b3a068c5c62e7d9de5d12d94a75c618cbc0f2cbbd0cdba96415d21203e72afa30eb2" }, { - "hash" : "0xba5cb2d00db6eb85c26aeaee4957f4b80b348128943b8c3efac7581de42b2c32", + "hash" : "0x3fa7630b3e1da92a64aeb15627bbd7761e8a0560b6e179679bae8644879f4c8c", "indexes" : { "data" : 1, "gas" : 0, @@ -57,7 +57,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0ac577688cc8ec39c276b2ed149715e13ced201ab42dce4bd7c3b3c36cdd89753a01eae0d47f898845a0039e8f69cf4504f18b8ca5c8278c787d06df25588adba3f" }, { - "hash" : "0x74059caa53ae8766970d6997de1c8544c473b3e90e88f2c38ed53edd51e8c224", + "hash" : "0x67658a74bef7035f1fe8fa685a28cf98eb73da2169f0c21d0540135fb5a20389", "indexes" : { "data" : 2, "gas" : 0, @@ -67,7 +67,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07065a253ba1aea8997aa343a2af047abdca549fc009c6597282765b6994f349ea011f1d67ce5e9970ec4be5c53f39c5acae07522aa1dea6404c691323807993ded" }, { - "hash" : "0xe3279e790d2d5f82212dd7dceb04392f0c408f6e690e9857351a114e3cbf587d", + "hash" : "0xa4634dba2924914bea1a57f7a6cf6d9484c74578ed7bfdf66084ae007f8613d4", "indexes" : { "data" : 3, "gas" : 0, @@ -77,7 +77,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d8f06ae1f1b349d8a869cdbd62d3769e87d020402b321139d0adcaf5b426f080a05faddd63ba05303f92a1c6c956527037ca56e2aa5cd2bfa77e461eb245572575" }, { - "hash" : "0x21225a0f114f5f5c7c3e1e24020a43731edaf1c4537348235823855e7f87e88d", + "hash" : "0x469739f4810fa4ea59d2d2483228fa27ae787e7802feaf92a0e6e55058b75a52", "indexes" : { "data" : 4, "gas" : 0, @@ -87,7 +87,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b276a9512cf27bc7cc28964eb56e398043d06deaeb254a6435c3ca179a2154ca0371b2fa94e6eafc800595f77a4824bc23df83fbfbd2402efb0095959dd669860" }, { - "hash" : "0x32125476d301ac4880aa10f7540b0222454a3452f8864e718b72477773d7363f", + "hash" : "0x57ae2eac722768155d5a1ac63a618d60bccf49b72f64f79585091c25416924c4", "indexes" : { "data" : 5, "gas" : 0, @@ -97,7 +97,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0034580ff109b3b5d3415f5ccd85eda13aeceea7b18ce1b942616360dcb803650a0168efdbf87b181399a2ecf7918e8e3f375e4a432792ba93fb3f797eb5ce3612b" }, { - "hash" : "0x25eb347e41ca5b9d8bf2334a5e92de235e6adc3eb6de5389bec0c5f8ce801c92", + "hash" : "0x936dd68a95984713ce7fe223e06dc560226c3a4955de623a434e482ae5262f3b", "indexes" : { "data" : 6, "gas" : 0, @@ -107,7 +107,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0eb222aa1d5304b04fb4956ae6857948a438da23af65e83b08bf41efcde6dec4da00ebae8d9ed597e903705dfa72d80cfa33416b453bb78d399da9bd96507340f89" }, { - "hash" : "0x293abc924a66bf75ea57142b6a0c59564311d35f3d0307954501ab1a2e89cdae", + "hash" : "0xe207533b0c2891a45963f51002509d9d3962d8aa33215515ae41109cf08195be", "indexes" : { "data" : 7, "gas" : 0, @@ -117,7 +117,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ba01f8907c27ed49cb5b3506f9c2a4e308c6b7b4611aca7b65b02bdb4bc7eeafb6ca060bd0c23e521bf637265f46473db899b27efb2495cc2816fef623b4b626a92f3" }, { - "hash" : "0x78d7eb305ac12bcf41dc2659eaaed16e65751074ec37894fb3a75abee52a06c9", + "hash" : "0x9e04d05b64e03b952b1a9c39c1b04651fb932186fedbf79af35c074e679e3999", "indexes" : { "data" : 8, "gas" : 0, @@ -127,7 +127,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d95f5154b9f43d773c77b6a33cfa2a8764ca4c987e9d0c6a5c952c67b4d14796a06ef1a87a556b6b564c0426356f1095a8e946b89be65a8aa33106248c0185bc0f" }, { - "hash" : "0x764d31dc350d5831c9bda10716ebf32c6e5b156b815ea7578ab7d5d38bcfcbe0", + "hash" : "0xca06c54e93605a9b57cdbbd7cb8b4ba4035ccd1769a35303351c5e3412684b31", "indexes" : { "data" : 9, "gas" : 0, @@ -137,7 +137,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f40d76b0375337380d5d81f5b079d2da873f2749b0558b844a8951a988b76d48a07978cc832f61e6e5c57bb7af1f1dab0ba5406782dd8f6f1e6930febbf88f891c" }, { - "hash" : "0x87a2dc16d1ec82dcfaea96d7e26f5fd709a780d6502b29b16e53a26a8c0d5dcc", + "hash" : "0xd5fd203e6207cded654376330c3af9e3204731ec089dd84863c9d30f8a51b1c5", "indexes" : { "data" : 10, "gas" : 0, @@ -147,7 +147,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0a91e95238035259297b29b363da0d5527c20a5021f84e9aeb59e9b40df8f19a4a0422ca0d175e0004b1711b830d4041f3aa5cf09dd0af4c7e61cf3c9329cd7284d" }, { - "hash" : "0xbfb4b3345c77f871f9017e19dde5122e227bcfe629d480b4f416d62f7369b294", + "hash" : "0x5b4feaa8a8e09892b9f196ac2cd9c3567165361b0464789dfb481c682d3fb1b4", "indexes" : { "data" : 11, "gas" : 0, @@ -161,84 +161,84 @@ "pre" : { "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f160005560018055", + "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f460005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560018055", + "code" : "0x5f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa60005560005160015560028055", + "code" : "0x60015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002a0400000000800007600080600080600073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f16000556001805500", + "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f46000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", "nonce" : "0x00", "storage" : { } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010028040000000080000660008060008073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556001805500", + "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", "nonce" : "0x00", "storage" : { } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002f04000000008000066001600080600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa6000556000516001556002805500", + "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", "nonce" : "0x00", "storage" : { } @@ -252,7 +252,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c62030d40f160005560018055", + "code" : "0x5f80808080803560601c62030d40f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -266,7 +266,7 @@ }, "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000a0400000000800002604260005360016000f3", + "code" : "0xef00010100040200010008040000000080000260425f5360015ff3", "nonce" : "0x00", "storage" : { } @@ -280,7 +280,7 @@ }, "0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x604260005360016000f3", + "code" : "0x60425f5360015ff3", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json index cca0d3464f8..e7fd205b91c 100644 --- a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json +++ b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json @@ -2,9 +2,9 @@ "EOF1_Execution" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "77040ebc814c48c868d431e0dd6063300d4e3221c66c6104d046fd6c05505238", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "0269344e2c2fdbc1e288eb89be52eae56b42a784c785e439e189592abc0f661f", "labels" : { "0" : "basic_valid_eof", "1" : "basic_valid_eof_with_data", @@ -21,10 +21,10 @@ "8" : "extcodehash", "9" : "extcodehash_inside_eof" }, - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "ed251f445299a8eda15627292a273d29388de5713c12bc3d665526feb5b95684" + "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" }, "env" : { "currentBaseFee" : "0x0a", @@ -39,7 +39,7 @@ "post" : { "Prague" : [ { - "hash" : "0x83ebfcc46beaf6b70a392c91e284a3f399444d1b9ddd8612922bc3dade7e5ada", + "hash" : "0x8092be23fa1410c9558ed301755da3ec286b13d2349a115f1cf432521c0c0e18", "indexes" : { "data" : 0, "gas" : 0, @@ -49,7 +49,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451d" }, { - "hash" : "0xd4c674dace07f7966a667289fd24a8b41155d4e799a392f6567d65b7b5a7a899", + "hash" : "0xceaf2646f125e053e9bca4293ab335cfa2f99b4271466ef2eaa06af9593818a4", "indexes" : { "data" : 1, "gas" : 0, @@ -59,7 +59,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79a" }, { - "hash" : "0x503dbb034d4d387cd3513cb9c8083247e404874197141a2c821c8acc2751e267", + "hash" : "0xc8360d2425d40437dd6bb208aeb9252aeb6c3845e6c30d305b5bf01409fcd1b1", "indexes" : { "data" : 2, "gas" : 0, @@ -69,7 +69,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612" }, { - "hash" : "0xc766def8a8aa8b69e984257a60cb58da9a4cd34396cfe06e1cb0aeadcf4fa59f", + "hash" : "0x0a0081bfaa463240cd6e7a7d5a527a3f372447e7f99bf42a1209af6d5e689f0c", "indexes" : { "data" : 3, "gas" : 0, @@ -79,7 +79,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094504f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418ca01b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3" }, { - "hash" : "0x9ba4f19852b8dc6c2e479a6191ccf7636a9a0d599ef700a023cf24d7497b3f8e", + "hash" : "0xce6590f7cd495de1ac7b58ed7c54d97cce94fe4796de05ab091bd5740f097bec", "indexes" : { "data" : 4, "gas" : 0, @@ -89,7 +89,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094514f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1a00ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106" }, { - "hash" : "0x0aea26594926750e547bbf797d52a9d6649cd04b4dbf829239ff026e249c7ad4", + "hash" : "0x24a7967e600af9f4ec5cb3c90434205fded5a4ec2cf2202d6bc0c362e522dfdb", "indexes" : { "data" : 5, "gas" : 0, @@ -99,7 +99,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094524f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89ba07179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7b" }, { - "hash" : "0xdbda4c082353a2afedc7af68f29783b107d29b90e79560ac8cacac60a5b9eb8f", + "hash" : "0xd20f899f2180a0288eb9fc9dd99f39bd08291d9fd238e6676145e2d364fc9796", "indexes" : { "data" : 6, "gas" : 0, @@ -109,7 +109,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326f" }, { - "hash" : "0xa21c97c7c7a3519b8a1c6abec3dacce94e5c29f93e4078a35f5bacba52503eb2", + "hash" : "0x0bb5091458a24cf5cc794ab07fc20bddb4ab0c1a88e540cb4d03ef9485431e5e", "indexes" : { "data" : 7, "gas" : 0, @@ -119,7 +119,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094614f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460a0118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527" }, { - "hash" : "0x3da2c5eff6dff07e2132ce52198d7e0a0f3bdca3959673f96d47f077b4d0205d", + "hash" : "0x2465a78c47fa674e4b00918825994c8f5d3b8bb3ae79907cb624f6137926ee65", "indexes" : { "data" : 8, "gas" : 0, @@ -129,7 +129,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07d" }, { - "hash" : "0x3636d11a9f82aeb200ffed0170fdeb9089fbff36aee8dfa163f17ea76e2156b8", + "hash" : "0xe76a33651b77dd072c907fdc0836db24f77bd12d6f3c65406329434759fa6271", "indexes" : { "data" : 9, "gas" : 0, @@ -139,7 +139,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094634f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462a03ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36" }, { - "hash" : "0x80082c1fa499c25436c4aa4c96f7a630ac3a37a014449692dc9a242daf92bb5d", + "hash" : "0x2d9bfdd3aebe8a766ab7d474fff2ba820e0d2b7a97130a31b7a892455a8a5133", "indexes" : { "data" : 10, "gas" : 0, @@ -149,7 +149,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4de" }, { - "hash" : "0xea0169f9da9692d18204868c53b099cc21bfd227e135d822cd399fe88811f255", + "hash" : "0x140ef56ce7e6861ac7a20e81971b2276008ef2943a8fcb512cd2aab6eeac4317", "indexes" : { "data" : 11, "gas" : 0, @@ -159,7 +159,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094654f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553aa049a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eeca" }, { - "hash" : "0x90f84b7f24e085d63270057e49a85b6aab5075f9067b15599e91058d7fbad3da", + "hash" : "0x2885faa00014d96075ff3acf716faf5e8037ab450ee7dac0b0c30e5e49230e30", "indexes" : { "data" : 12, "gas" : 0, @@ -169,7 +169,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9" }, { - "hash" : "0x73c46074fccad6503ea3a12028f3712e18a0d049687b24cc79768acdf2f14660", + "hash" : "0x110ecd505e06ed6e889cbc0f7ec78f9a930d050dd485d098bb984ce7c82e3214", "indexes" : { "data" : 13, "gas" : 0, @@ -211,7 +211,7 @@ }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } @@ -225,7 +225,7 @@ }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f600055", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } @@ -239,7 +239,7 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x60286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -253,7 +253,7 @@ }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c600051600055", + "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -274,7 +274,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x6000806000806000803560601c620186a0f160005560018055", + "code" : "0x5f80808080803560601c620186a0f15f556001805500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json b/EIPTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json index 410b030c5e0..1ea4e1e8a0c 100644 --- a/EIPTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json +++ b/EIPTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json @@ -2,9 +2,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.62d18d90", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.377a97b2.Linux.g++", - "generatedTestHash" : "e7d067e3382a50f70c30fee77fb48a9b5654f9927276350b757e0c63ebe8d4e7", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "9ce0c3e14ac70a71846f226cd50a8acada7e297d9a375e0fe7303791abb88821", "labels" : { "0" : "rjump", "1" : "rjump_with_data", @@ -32,8 +32,8 @@ "8" : "rjumpi_zero_condition_false", "9" : "rjumpv_count_1_case_0" }, - "lllcversion" : "Version: 0.5.14-develop.2021.4.29+commit.14c9d5de.Linux.clang", - "solidity" : "Version: 0.8.17-develop.2022.9.30+commit.8df45f5f.Linux.clang", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", "sourceHash" : "3b0bfa729e8969468ff17476521c08ee4a4d585f1b3ce40023df0aaaa7f8714a" }, @@ -50,7 +50,7 @@ "post" : { "Prague" : [ { - "hash" : "0x3ed1a50bf6e055f07229d37789fe64491f4de6f501876b8c31c65ea42dd465f1", + "hash" : "0x81adeb344251567900d2561d3c0c3a553dc05ea150aa42e578c3d29f15f9a27e", "indexes" : { "data" : 0, "gas" : 0, @@ -60,7 +60,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9d" }, { - "hash" : "0x3ed1a50bf6e055f07229d37789fe64491f4de6f501876b8c31c65ea42dd465f1", + "hash" : "0x81adeb344251567900d2561d3c0c3a553dc05ea150aa42e578c3d29f15f9a27e", "indexes" : { "data" : 1, "gas" : 0, @@ -70,7 +70,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06c" }, { - "hash" : "0xb40ddea6c27701f9566cee6077a0c34f57bd13c6b5f2e6312e641943465eb5da", + "hash" : "0xfcf76c8ddd1ec08067c4bee40db1189426c7abbad8cf565e19dc1bf791225af6", "indexes" : { "data" : 2, "gas" : 0, @@ -80,7 +80,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000051ba021068802945327f6be73284c7dba0fad39430579cb1fe1a7f093e03d37085e53a0692cc656a17e0d0c76236cde5dd493bf41c9a6940e1cef0f2a0882b7d1fbdbaa" }, { - "hash" : "0xf7e9c1f2c95a72f3dbd38d64a2a95f62bd525000bc4025de662d8471e66cbf49", + "hash" : "0xad98d5f72cec411c04ab7c1eb7315e863698d2126e81016351ae8fab0b0c1417", "indexes" : { "data" : 3, "gas" : 0, @@ -90,7 +90,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000011ca0b5648cba7f6591129dc4bc66b5fb246033d17852a1ead223d5fa13bab50395d5a052c50d9771459575dd5746c0e548073ce10f84f8ca002b25da2863fc42c86030" }, { - "hash" : "0xed6ac4e4b5d7ad886c7b6375618957288af9b87fffb14b827b041946d010e7eb", + "hash" : "0x9547c95cf7f0ef920adc55d909411e4f67452d5395792ee926808e414bd2ff59", "indexes" : { "data" : 4, "gas" : 0, @@ -100,7 +100,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001ba05d1c239e2291f8042f1c46c57d2c5e409b2002099d62608e1164bf6a74b3114aa00d90fe04cd51087ded2ae958db19d1cfc3237e38b891774565c1a9504e71a051" }, { - "hash" : "0x051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3f", + "hash" : "0x8ced351d49132d3eb0a5746a838400ef2687f9bc2fcce29607d35dac2a136e6e", "indexes" : { "data" : 5, "gas" : 0, @@ -110,7 +110,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000011ba0e0a98bd2890bcaf59604165d8e90927522f56403dc3e3131b806d77e1fb4a1b9a02ff4282b1433e1e2f00df982e85a912fe17b40755a73ef52e5dc3f6230b8ba9c" }, { - "hash" : "0x9f55d135a71235a7c06f8ebd51ccb7fa417f2f47f6287a6520518a1f3c6b69ab", + "hash" : "0x40d8f356b52245a3c692d3d3a294a7a7ad62dd7b2df9d058042798b54863235a", "indexes" : { "data" : 6, "gas" : 0, @@ -120,7 +120,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000001ca05f8e5bd86f380845229399232c43924c29d9f48a42a0f18bfef5daeefae17e4da06c0cdc13ce5833aa81092aeab9fdf18d1fed8166fa65e4bf0959324cc2447061" }, { - "hash" : "0xf7e9c1f2c95a72f3dbd38d64a2a95f62bd525000bc4025de662d8471e66cbf49", + "hash" : "0xad98d5f72cec411c04ab7c1eb7315e863698d2126e81016351ae8fab0b0c1417", "indexes" : { "data" : 7, "gas" : 0, @@ -130,7 +130,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000011ca0ee53971cffec5f6805e56e2d9cb173f3043d4220e26801a5414280ae058d8b8ca06e15a758d3e286574fc8393ec794c82c490b6fab89b140af08fa729ae5f62f56" }, { - "hash" : "0x18e5e73cbe3788fe4cb57b0fe4774a8ad7cfb0b00d6fe3edd43f30bfc6e1d57e", + "hash" : "0xfff0739426d708250a4944530ce9205fbc6a65c6fabf291c123fd92eceb5c2ba", "indexes" : { "data" : 8, "gas" : 0, @@ -140,7 +140,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001ba09048a39846e7026c5453bce4057f0a860530c808765e6c18d441b5339f196571a002d0bdf0d6e089545973c27fba2efdc50af1d6d802c6080a390496bc26ac70a7" }, { - "hash" : "0x18e5e73cbe3788fe4cb57b0fe4774a8ad7cfb0b00d6fe3edd43f30bfc6e1d57e", + "hash" : "0xfff0739426d708250a4944530ce9205fbc6a65c6fabf291c123fd92eceb5c2ba", "indexes" : { "data" : 9, "gas" : 0, @@ -150,7 +150,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000001ca061df47b0d61040eb1f727e1f05f0c818f7d76253de5bd41e68bed914ad6f4563a0318ebbd619b7af403f7d3b0e7b9f9fe3765e0d8e14c1b3bd2aa738c745680c58" }, { - "hash" : "0x25813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938", + "hash" : "0x092036d05cc61e09d31a7b65700e0b830559f19633c7b7ca957d7253c0b44a5e", "indexes" : { "data" : 10, "gas" : 0, @@ -160,7 +160,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000011ba0b2d2c3a1b9dae09e932d141712e1fcf4c8e8d7ccc5459c043858e8f894d91a8aa079f82e69f0dc2f6c5c49b9a08b4e61187644f9db88dccc044bcb1734809701e9" }, { - "hash" : "0x25813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938", + "hash" : "0x092036d05cc61e09d31a7b65700e0b830559f19633c7b7ca957d7253c0b44a5e", "indexes" : { "data" : 11, "gas" : 0, @@ -170,7 +170,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000021ba07f4d1f373f2682b01b23cd1552cc4a830b9b20fd094a59f9be1e456b21dcb8d9a01ceef2954a0a5f25bf9f51ae277d29fa7be67fef9cb8271f137f6019f91f995d" }, { - "hash" : "0x25813be49e4fce356ac19940ec7809553011d45ed5713ff81f1cacb2efe63938", + "hash" : "0x092036d05cc61e09d31a7b65700e0b830559f19633c7b7ca957d7253c0b44a5e", "indexes" : { "data" : 12, "gas" : 0, @@ -180,7 +180,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff1ba08f921eba9e9a8860c78f3dd17a14cecef7b892777313e7fd4fed0f4c69781665a025872ebbed86ea0a98e71948c924932c987403684ef6d50cc00868c7f96f1c2f" }, { - "hash" : "0xfb1791d5562fbf438a5e9a823d665503975ee2b9e4c625b0ff2421b4348be0ac", + "hash" : "0xa02e8a992c2f984f4eba826849116e65d631ff9b91f4fe192f5f1c5e3e2f7df4", "indexes" : { "data" : 13, "gas" : 0, @@ -190,7 +190,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca077c22828e8420bb0567460c31d0838559a5110e09ad583cb7d885657c71322a4a036a7a6920000cd63ccc930cac2dadcf6becdda478e8f907aa7322542f27efe1c" }, { - "hash" : "0x387c27127e04f56b7942f86be63d689c831d50b03df122a82fb4a836aa14c17d", + "hash" : "0xc4928a69437309e02a11c42dffab5cfb4e0a1b20ad9ee66fed80d24536098ff1", "indexes" : { "data" : 14, "gas" : 0, @@ -200,7 +200,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001ca053f2cc742cceed5ca882d5c3a05815ba81fd9c0c45238e096e57ad00404a1097a02eba91ed81b76d5bc21674a6e2b0d15ffd29eac9554883205370a02ab36b93e2" }, { - "hash" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "hash" : "0x5db4a1feef2a8a328c298152c0ba27330319b95ed3663bcca97b84872e3d352b", "indexes" : { "data" : 15, "gas" : 0, @@ -210,7 +210,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000011ba0c591d7946bf2003dd913c23666aabfb7de9b846bc47256faab916a550627998ca021e1f82cbd391b31b491d848de6af2fa1bf91afca46975afa09fe3a99e4cc67f" }, { - "hash" : "0x051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3f", + "hash" : "0x8ced351d49132d3eb0a5746a838400ef2687f9bc2fcce29607d35dac2a136e6e", "indexes" : { "data" : 16, "gas" : 0, @@ -220,7 +220,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000021ca02532b1f9887d32a4f8ad13f6d277d63a1cba8cfae0e1dee384938e3e7e7178f0a06fb9ae3942746009c0d318527fdf8a852d1321ce6736c5cdc2f0a5a24f958bce" }, { - "hash" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "hash" : "0x5db4a1feef2a8a328c298152c0ba27330319b95ed3663bcca97b84872e3d352b", "indexes" : { "data" : 17, "gas" : 0, @@ -230,7 +230,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000031ba0ecd17aa8c1f4d7143bd884160ab4520e65ca5ece9496eb69b0f0dfdd64b68aa4a007cf25dc2ca26da61704e3c274211a77dd4eede6133da04c6f6e14ec1a5f468b" }, { - "hash" : "0x8876dad8712bd5f87db2dc3398f176d9adc25c58d511006e78b5d48d279d27c7", + "hash" : "0x509a0ef434452aee98028802d01c856942c1be7127e78bb63048d2cc772fb8bc", "indexes" : { "data" : 18, "gas" : 0, @@ -240,7 +240,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba093a2c0c4840f6968d0befa64f6198b2f7a959f188eb0c76da4d5296ee10c2fb8a0530bb6864372d6c5cede147b7e76f8b74b692dc038dc04038ec8a57461374aa1" }, { - "hash" : "0x9f55d135a71235a7c06f8ebd51ccb7fa417f2f47f6287a6520518a1f3c6b69ab", + "hash" : "0x40d8f356b52245a3c692d3d3a294a7a7ad62dd7b2df9d058042798b54863235a", "indexes" : { "data" : 19, "gas" : 0, @@ -250,7 +250,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000001ba0e05d83acf9df15d77db5f398e2d67f7bdc8d4dbea96bac6674458898097c7fc4a00e40d02c75263e0c6a2b8b9abb131ea96e95a441155efa6ebbfbc302e1fa2385" }, { - "hash" : "0x429b58347e37126b61ffbbd85f90c5cc12f05e8bb02dec4ed995eac77ad93e2c", + "hash" : "0x99122fbc10112884be80c8c41d23eed96c5435dc23d75b1d84c19688e894f1bf", "indexes" : { "data" : 20, "gas" : 0, @@ -260,7 +260,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000031ca00d06adfb5e73c4f5ceac5db1c1ecc2115219a31565f9d10b1fb9ea46a8d1f914a04929223ae9cfd9798a573fdfcfdd3f92be7fb2aca74296b7847716eb1e720090" }, { - "hash" : "0x051b7aac59d16743fdeb9829bc1065f3ff7dc9a66cfb5dc36aa49c7fcd094b3f", + "hash" : "0x8ced351d49132d3eb0a5746a838400ef2687f9bc2fcce29607d35dac2a136e6e", "indexes" : { "data" : 21, "gas" : 0, @@ -270,7 +270,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000781ba06ce09d95a0e04339e6e8b4d2d7878aef427bdf5758546fcd9aec1de671e92596a063a4bfd3910746a8c0ea2cd50926b9c14b70d92ef7cedc2502fd21f9eba0d943" }, { - "hash" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "hash" : "0x5db4a1feef2a8a328c298152c0ba27330319b95ed3663bcca97b84872e3d352b", "indexes" : { "data" : 22, "gas" : 0, @@ -280,7 +280,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe1ba0c86ebd70ddc7b727a27c270b40ba1f6b7e27dbeb190027960d4e0cc8e78e7ed0a063fa0bf21d4465486f9a4b6782e54a9b496554053986743a126cbf6449133202" }, { - "hash" : "0xdf6ab719b3839d9a83c6867a4271c6e3906946a8c8957257ab2496a0d7c1d171", + "hash" : "0x5db4a1feef2a8a328c298152c0ba27330319b95ed3663bcca97b84872e3d352b", "indexes" : { "data" : 23, "gas" : 0, @@ -290,7 +290,7 @@ "txbytes" : "0xf894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff1ba058dbb916996705e4c850e7b259e0e50390fa47f0da9c1195c616dd927d2d2fc7a0572ddc45f5b5dae4dbe7e10f9e2178a5bb04f1b42213fedf3af74c17e4e55cc7" }, { - "hash" : "0x8876dad8712bd5f87db2dc3398f176d9adc25c58d511006e78b5d48d279d27c7", + "hash" : "0x509a0ef434452aee98028802d01c856942c1be7127e78bb63048d2cc772fb8bc", "indexes" : { "data" : 24, "gas" : 0, @@ -374,7 +374,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json b/EIPTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json index ed97788d37e..2ff721b9c65 100644 --- a/EIPTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json +++ b/EIPTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json @@ -2,17 +2,17 @@ "CALLF_RETF_Execution" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "feac012123fdfd5f3cb6ca7eed121ecb74b88e9d8d254f80e814dff6b96d62f0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "9a462bcbbcd01a2b81ac191e3673c2f30677364e85c8a01156834b90182511bd", "labels" : { "0" : "simple_callf_retf", "1" : "callf_retf_fac", "2" : "callf_retf_fib", "3" : "callf_max_code_sections" }, - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", "sourceHash" : "7d65a89d403b2bb71a883f7a4b360e9bef9d69deaeb03f6649f1e122592fdeae" }, @@ -29,7 +29,7 @@ "post" : { "Prague" : [ { - "hash" : "0xe9a9c86d911a888db2086154657571d1fb8ab5e5f2b5a09e7ce08e530ea580d1", + "hash" : "0x9fc5bf3086dd4b62dfd1a224a480b10369708d0b7e7e7670dfee685a5052c2e2", "indexes" : { "data" : 0, "gas" : 0, @@ -39,7 +39,7 @@ "txbytes" : "0xf874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ba07f8fbe7cfadf3268f71508bd29e01ef28bb6d8c47b7811bc43f23c4133f05ae2a01bb7cea57faa8e0915f87f5af3a12e9f64f2eb3033536aafc8fc4ea6d45876aa" }, { - "hash" : "0x39c55cc3ee65eaf186d7062ac57070c283619d54320b74a532b0c120ca950a37", + "hash" : "0x4d067f88787757441c2f3c83ad7ff4631944101db24200a7c909f7a522a73666", "indexes" : { "data" : 1, "gas" : 0, @@ -49,7 +49,7 @@ "txbytes" : "0xf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c766526700000000000000000000000000000000000000000000000000000000000000051ca067bd4a495286c18cc877c3db55abc0a36e958f08ebb14a61df77a4e2c9824c42a0576180f19e5b5e6146f6e239f2d5f5dff80abb223dbd3efca10cbd1215ce09dd" }, { - "hash" : "0x69edd152db2b0775348ecac661d27ca7bda627ce6912505796553275c6f16bdc", + "hash" : "0x46bd4452898614194f494144ef39de5b631e9ee1b01ca06ad4abb6662f8538ce", "indexes" : { "data" : 2, "gas" : 0, @@ -59,7 +59,7 @@ "txbytes" : "0xf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f1ca08d09dba60c603d17ae87232ff4edf12adb67fc64fa932ae2dffe91e5c2aed371a05ffae9204f8f656af7a1b153af59077ad4da00bdc9cf0e4edae12bdba626c353" }, { - "hash" : "0xbd7245415bd26a51339d40188c6bd411ec0f418acfde540b3b2f52e66198fdc7", + "hash" : "0x0ed3fc825d5996588d27cab2c96a1d5393bfbcd0b806938308e524e5d240618d", "indexes" : { "data" : 3, "gas" : 0, @@ -101,7 +101,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x36600080376020806014360360146000805160601c620186a0f1600055602051600155", + "code" : "0x365f80376020806014360360145f805160601c620186a0f15f5560205160015500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json b/EIPTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json index cb5dfb6dc41..ea77dfcbec7 100644 --- a/EIPTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json +++ b/EIPTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json @@ -2,15 +2,15 @@ "EOF1_CALLF_Execution" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "f877832aa39bcfb6e29f61b01ac487bbc43340fbb3ebfdac17f6e4471f939103", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "8317e456ee3aa94587a45366a9d1166a60b59dd3d3ad95e2a6a5cdf8e6e6e1a6", "labels" : { "0" : "function_reaching_max_stack_size_a", "1" : "function_reaching_max_stack_size_b" }, - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP5450/EOF1_CALLF_ExecutionFiller.yml", "sourceHash" : "a90907206f41cee52be9de7774b8f28925923612c6f181e772a4f6579fcbecd0" }, @@ -27,7 +27,7 @@ "post" : { "Prague" : [ { - "hash" : "0x215af6c75c06fe5f03dbe090a8a5d14b9a9c48b61414fd0cd46a95c4b4ff75ef", + "hash" : "0xca79a4ff9fa66fa62375200d8977619dba4a4e9b499a31ca4200830beff0f407", "indexes" : { "data" : 0, "gas" : 0, @@ -37,7 +37,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9d" }, { - "hash" : "0xedf3467527a1f54515832252a635e913e8a04320dd57a2fa8a01e545f44bc5ff", + "hash" : "0xf22795a735d6492a1cd7634a289d214cc82824b9404b63b9c35c43844f9a88d2", "indexes" : { "data" : 1, "gas" : 0, @@ -72,7 +72,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", - "code" : "0x368060008037600181602060146000805160601c620186a0f1600055805160f81c60015550", + "code" : "0x36805f8037600181602060145f805160601c620186a0f15f555160f81c60015500", "nonce" : "0x00", "storage" : { } diff --git a/EOFTests/efExample/validInvalid.json b/EOFTests/efExample/validInvalid.json index 497cbd18f60..faf2220cb17 100644 --- a/EOFTests/efExample/validInvalid.json +++ b/EOFTests/efExample/validInvalid.json @@ -2,13 +2,13 @@ "validInvalid" : { "_info" : { "comment" : "Test various examples to see if they are valid or invalid.\nImplements\n EOF1I0001 check that EOF1 with a bad magic number fails\n EOF1I0002 check that EOF1 with a bad version number fails\n EOF1I0003 check that EOF1 with a bad section order fails\n EOF1I0004 check that EOF1 missing a section fails\n EOF1I0005 check that EOF1 with a bad end of sections number fails\n EOF1I0006 check that EOF1 with too many or too few bytes fails\n EOF1I0007 check that EOF1 with a malformed code section fails\n EOF1I0008 check that EOF1 with an illegal opcode fails\n EOF1I0009 check that EOF1 with the wrong maxStackDepth fails\n EOF1I0010 check that return values are not allowed on section 0\n EOF1I0011 check that function calls to code sections that don't exist fail\n EOF1I0012 check that code sections that cause stack underflow fail\n EOF1I0013 check that we can't return more values than we declare\n EOF1I0014 check that code that looks deeper in the stack than the parameters fails\n EOF1I0015 check that code that uses removed opcodes fails\n EOF1I0016 check that code that uses new relative jumps to outside the section fails\n EOF1I0017 check that parameters are not allowed on section 0\n EOF1I0018 inconsistent number of code sections (between types and code)\n EOF1I0019 check that jumps into the middle on an opcode are not allowed\n EOF1I0020 check that you can't get to the same opcode with two different stack heights\n EOF1I0022 stack underflow caused by a function call\n EOF1I0023 sections with unreachable code fail\n EOF1I0024 sections that end with a non-terminator opcode fail\n EOF1I0025 data stack height of 1024 is invalid\n EOF1V0001 check that simple valid EOF1 deploys\n EOF1V0002 check that valid EOF1 with two code sections deploys\n EOF1V0003 check that valid EOF1 with four code sections deploys\n EOF1V0004 check that valid EOF1 can include 0xFE, the designated invalid opcode\n EOF1V0005 check that EOF1 with the right maxStackDepth deploys\n EOF1V0006 check that return values are allowed on code sections that aren't zero\n EOF1V0007 check that function calls to code sections that exist are allowed\n EOF1V0008 check that code that uses a new style relative jump (5C) succeeds\n EOF1V0009 check that parameters are allowed on code sections that aren't zero\n EOF1V0010 parameters are part of the max stack height\n EOF1V0011 check that code that uses a new style conditional jump (5D) succeeds\n EOF1V0012 return values on code sections affect maxStackHeight of the caller\n EOF1V0013 jump tables work\n EOF1V0014 sections that end with a legit terminating opcode are OK\n EOF1V0015 data stack height of 1023 is valid\n EOF1V0016 check that data section size can be less than the declared size\n", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "8be48064c85661c6125e29eba56ec2ea604ba480d22410eedb125978ed173d2e", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "905b08a6f6b5f13219d2521e302be3d082648bf7198688c74fcc2413d4e5daf9", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EOFTestsFiller/efExample/validInvalidFiller.yml", - "sourceHash" : "3e743bba1e9bffbfcc2bf398913470701329e100ed6a31bc155fb323f4910c7b" + "sourceHash" : "10df85a10b6f026520d23ed22844fac575c76899d768056032ce865ce9bfda94" }, "vectors" : { "validInvalid_0" : { @@ -353,7 +353,7 @@ "code" : "0xef020101000402000100030400010000800001305000ef", "results" : { "Prague" : { - "exception" : "EOF_InvalidMagic", + "exception" : "EOF_InvalidPrefix", "result" : false } } @@ -362,7 +362,7 @@ "code" : "0xef000001000402000100030400010000800001305000ef", "results" : { "Prague" : { - "exception" : "EOF_InvalidVersion", + "exception" : "EOF_UnknownVersion", "result" : false } } @@ -371,7 +371,7 @@ "code" : "0xef000201000402000100030400010000800001305000ef", "results" : { "Prague" : { - "exception" : "EOF_InvalidVersion", + "exception" : "EOF_UnknownVersion", "result" : false } } @@ -441,7 +441,7 @@ "code" : "0x610badfe", "results" : { "Prague" : { - "exception" : "EOF_InvalidMagic", + "exception" : "EOF_InvalidPrefix", "result" : false } } From 0c21743c0bd78130164a10a1ed45860c370588e3 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:57:41 +0100 Subject: [PATCH 03/13] Update EXTCODE* tests (cherry picked from commit b1c41726c235ae722847293a4f17b060824c7817) --- .../stEOF/stEIP3540/EOF1_Execution.json | 42 +++++++++---------- .../stEOF/stEIP3540/EOF1_ExecutionFiller.yml | 12 +++--- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json index e7fd205b91c..aafdf2bc7f9 100644 --- a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json +++ b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json @@ -2,9 +2,9 @@ "EOF1_Execution" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "0269344e2c2fdbc1e288eb89be52eae56b42a784c785e439e189592abc0f661f", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.b67c8bbe", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", + "generatedTestHash" : "e2127d512c1bdc14c5eded6a42a76adaa2c048fe05f4e76412606fce498486e6", "labels" : { "0" : "basic_valid_eof", "1" : "basic_valid_eof_with_data", @@ -22,9 +22,9 @@ "9" : "extcodehash_inside_eof" }, "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", + "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "dcef88e062f3a36ae9bdeb004699c9b87a543bb47768806c233976d02e6ed6b4" }, "env" : { "currentBaseFee" : "0x0a", @@ -39,7 +39,7 @@ "post" : { "Prague" : [ { - "hash" : "0x8092be23fa1410c9558ed301755da3ec286b13d2349a115f1cf432521c0c0e18", + "hash" : "0x4a7748dfc634ce2b2828d8a2f58aece6f5c96d77180b2a182b39e7d80c19950f", "indexes" : { "data" : 0, "gas" : 0, @@ -49,7 +49,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451d" }, { - "hash" : "0xceaf2646f125e053e9bca4293ab335cfa2f99b4271466ef2eaa06af9593818a4", + "hash" : "0x03296ec7e5c2fcf63e2ec01d2e8478804dab9b4d12f51976ce062a30e3f80f98", "indexes" : { "data" : 1, "gas" : 0, @@ -59,7 +59,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79a" }, { - "hash" : "0xc8360d2425d40437dd6bb208aeb9252aeb6c3845e6c30d305b5bf01409fcd1b1", + "hash" : "0x4efb749bf493a474b0c1c7548d96c5f0e1b9f82539bbcb48ca9b0562c2878c4d", "indexes" : { "data" : 2, "gas" : 0, @@ -69,7 +69,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612" }, { - "hash" : "0x0a0081bfaa463240cd6e7a7d5a527a3f372447e7f99bf42a1209af6d5e689f0c", + "hash" : "0xd4003516d792d8a94a4f0d824e512e0a8452b8e5c68e8dc53b15004ed3f4db2f", "indexes" : { "data" : 3, "gas" : 0, @@ -79,7 +79,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094504f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418ca01b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3" }, { - "hash" : "0xce6590f7cd495de1ac7b58ed7c54d97cce94fe4796de05ab091bd5740f097bec", + "hash" : "0xa8813a3b41aff94a67b1257ed3a3301ded3f7e39e883c46d058c2172b1d9062f", "indexes" : { "data" : 4, "gas" : 0, @@ -89,7 +89,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094514f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1a00ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106" }, { - "hash" : "0x24a7967e600af9f4ec5cb3c90434205fded5a4ec2cf2202d6bc0c362e522dfdb", + "hash" : "0xd34cc793817164bcdd5bd0547c8b17079def5224e41780de3e36928a7d3b3bc1", "indexes" : { "data" : 5, "gas" : 0, @@ -99,7 +99,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094524f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89ba07179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7b" }, { - "hash" : "0xd20f899f2180a0288eb9fc9dd99f39bd08291d9fd238e6676145e2d364fc9796", + "hash" : "0x49fa54579528b5942d4f3d885d65ce002c025ef94674e3115ee19f30943d8f3c", "indexes" : { "data" : 6, "gas" : 0, @@ -109,7 +109,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326f" }, { - "hash" : "0x0bb5091458a24cf5cc794ab07fc20bddb4ab0c1a88e540cb4d03ef9485431e5e", + "hash" : "0x8f1c45b163833d0a00df62d0f47cb1e8142cf40c6a547b7b37d3e1f5979364fb", "indexes" : { "data" : 7, "gas" : 0, @@ -119,7 +119,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094614f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460a0118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527" }, { - "hash" : "0x2465a78c47fa674e4b00918825994c8f5d3b8bb3ae79907cb624f6137926ee65", + "hash" : "0x1424a81f5e8ad54b26f90c7dff7f278bbd0a2c9f09e21af8841f56f7d0d4a3b7", "indexes" : { "data" : 8, "gas" : 0, @@ -129,7 +129,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07d" }, { - "hash" : "0xe76a33651b77dd072c907fdc0836db24f77bd12d6f3c65406329434759fa6271", + "hash" : "0xc8cf805a46838f2a0544e5cd484859903c5d90cb80862813629e16d77ffe4462", "indexes" : { "data" : 9, "gas" : 0, @@ -139,7 +139,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094634f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462a03ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36" }, { - "hash" : "0x2d9bfdd3aebe8a766ab7d474fff2ba820e0d2b7a97130a31b7a892455a8a5133", + "hash" : "0x56a37fd04b2cb280f44b72182272a74b6fcf49df95d14e8311eba9a8acf83f1e", "indexes" : { "data" : 10, "gas" : 0, @@ -149,7 +149,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4de" }, { - "hash" : "0x140ef56ce7e6861ac7a20e81971b2276008ef2943a8fcb512cd2aab6eeac4317", + "hash" : "0x3c0166164d1ef5a854a0dab0431e756f6297001df5f189e5fca65f33d2d47b3f", "indexes" : { "data" : 11, "gas" : 0, @@ -159,7 +159,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094654f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553aa049a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eeca" }, { - "hash" : "0x2885faa00014d96075ff3acf716faf5e8037ab450ee7dac0b0c30e5e49230e30", + "hash" : "0x1093306d74847d3d836ce3f0c7b1329b8d8285d788fc2894a9ea14ebd93265a7", "indexes" : { "data" : 12, "gas" : 0, @@ -169,7 +169,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9" }, { - "hash" : "0x110ecd505e06ed6e889cbc0f7ec78f9a930d050dd485d098bb984ce7c82e3214", + "hash" : "0xa22718bd8aa32dbb2505b2a10210a41f137e4f83f0266c7c7ea005610dd808d2", "indexes" : { "data" : 13, "gas" : 0, @@ -239,14 +239,14 @@ }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } }, "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0xef00010100040200010023040000000080000460286000600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", "nonce" : "0x00", "storage" : { } diff --git a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml index b54de6285c2..74d3f381da3 100644 --- a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml +++ b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml @@ -106,15 +106,15 @@ EOF1_Execution: 644f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EXTCODECOPY copying part of header + code section + part of data section - code: ':yul { extcodecopy(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 1, 40) sstore(0, mload(0)) }' + code: ':yul { extcodecopy(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 40) sstore(0, mload(0)) }' nonce: 0 storage: {} 654f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EXTCODECOPY copying part of header + code section + part of data section inside EOF contract - # code: PUSH1(40) PUSH1(1) PUSH1(0) PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) EXTCODECOPY PUSH1(0) MLOAD PUSH1(0) SSTORE STOP - code: ':raw 0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500' + # code: PUSH1(40) PUSH1(0) PUSH1(0) PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) EXTCODECOPY PUSH1(0) MLOAD PUSH1(0) SSTORE STOP + code: ':raw 0xef00010100040200010023040000000080000460286000600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500' nonce: 0 storage: {} @@ -312,7 +312,8 @@ EOF1_Execution: '0': '1' '1': '1' 644f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: {} + storage: + '0': '0xef00000000000000000000000000000000000000000000000000000000000000' - indexes: data: ':label extcodecopy_inside_eof' network: @@ -325,7 +326,8 @@ EOF1_Execution: '0': '1' '1': '1' 654f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: {} + storage: + '0': '0xef00000000000000000000000000000000000000000000000000000000000000' - indexes: data: ':label extcodecopy_out_of_bounds' network: From 55b99a201a51f53ea3252eb4691915744ec36889 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:44:21 +0100 Subject: [PATCH 04/13] Fix stEIP3540.EOF1_Execution with undefined *code* ops --- .../stEOF/stEIP3540/EOF1_Execution.json | 171 ++---------------- .../stEOF/stEIP3540/EOF1_ExecutionFiller.yml | 164 ----------------- 2 files changed, 19 insertions(+), 316 deletions(-) diff --git a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json index aafdf2bc7f9..5abb173d268 100644 --- a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json +++ b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json @@ -2,29 +2,22 @@ "EOF1_Execution" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.b67c8bbe", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.808cc18c.dirty", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", - "generatedTestHash" : "e2127d512c1bdc14c5eded6a42a76adaa2c048fe05f4e76412606fce498486e6", + "generatedTestHash" : "5b8360f44de3b0f979f439553001c90655de46bb24096c79d908cc6e3a037eda", "labels" : { "0" : "basic_valid_eof", "1" : "basic_valid_eof_with_data", - "10" : "extcodecopy", - "11" : "extcodecopy_inside_eof", - "12" : "extcodecopy_out_of_bounds", - "13" : "extcodecopy_out_of_bounds_eof", "2" : "push_complete", - "3" : "codesize", - "4" : "codecopy", - "5" : "codecopy_out_out_bounds", - "6" : "extcodesize", - "7" : "extcodesize_inside_eof", - "8" : "extcodehash", - "9" : "extcodehash_inside_eof" + "3" : "extcodesize", + "4" : "extcodehash", + "5" : "extcodecopy", + "6" : "extcodecopy_out_of_bounds" }, "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "dcef88e062f3a36ae9bdeb004699c9b87a543bb47768806c233976d02e6ed6b4" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "env" : { "currentBaseFee" : "0x0a", @@ -39,7 +32,7 @@ "post" : { "Prague" : [ { - "hash" : "0x4a7748dfc634ce2b2828d8a2f58aece6f5c96d77180b2a182b39e7d80c19950f", + "hash" : "0xc34eb56a020374677482e5104b5c4b23750d841f2db4e58a313e4347c4020320", "indexes" : { "data" : 0, "gas" : 0, @@ -49,7 +42,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451d" }, { - "hash" : "0x03296ec7e5c2fcf63e2ec01d2e8478804dab9b4d12f51976ce062a30e3f80f98", + "hash" : "0xcaef729e130f49936ca52839a6d5f072426238bae5a47079fb68c36b8051c1db", "indexes" : { "data" : 1, "gas" : 0, @@ -59,7 +52,7 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79a" }, { - "hash" : "0x4efb749bf493a474b0c1c7548d96c5f0e1b9f82539bbcb48ca9b0562c2878c4d", + "hash" : "0xc21f560f3ecf9fd5cdf15536c55c007396c87d4f366ae5f5b20d8fcd9de56fe8", "indexes" : { "data" : 2, "gas" : 0, @@ -69,59 +62,19 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612" }, { - "hash" : "0xd4003516d792d8a94a4f0d824e512e0a8452b8e5c68e8dc53b15004ed3f4db2f", + "hash" : "0x09bda81b0e467dde082e1b99ec603c4a27ef3d62987abe35e4f55d826a17caeb", "indexes" : { "data" : 3, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094504f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418ca01b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3" - }, - { - "hash" : "0xa8813a3b41aff94a67b1257ed3a3301ded3f7e39e883c46d058c2172b1d9062f", - "indexes" : { - "data" : 4, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094514f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1a00ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106" - }, - { - "hash" : "0xd34cc793817164bcdd5bd0547c8b17079def5224e41780de3e36928a7d3b3bc1", - "indexes" : { - "data" : 5, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094524f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89ba07179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7b" - }, - { - "hash" : "0x49fa54579528b5942d4f3d885d65ce002c025ef94674e3115ee19f30943d8f3c", - "indexes" : { - "data" : 6, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326f" }, { - "hash" : "0x8f1c45b163833d0a00df62d0f47cb1e8142cf40c6a547b7b37d3e1f5979364fb", + "hash" : "0xcbe0d69ed3e452457b71d69b222884410fd36440cedd11577a8e17b34046ca65", "indexes" : { - "data" : 7, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094614f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460a0118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527" - }, - { - "hash" : "0x1424a81f5e8ad54b26f90c7dff7f278bbd0a2c9f09e21af8841f56f7d0d4a3b7", - "indexes" : { - "data" : 8, + "data" : 4, "gas" : 0, "value" : 0 }, @@ -129,19 +82,9 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07d" }, { - "hash" : "0xc8cf805a46838f2a0544e5cd484859903c5d90cb80862813629e16d77ffe4462", - "indexes" : { - "data" : 9, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094634f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462a03ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36" - }, - { - "hash" : "0x56a37fd04b2cb280f44b72182272a74b6fcf49df95d14e8311eba9a8acf83f1e", + "hash" : "0x23c02da50eabd0b12e5064f3644445b54b2922a075abd79fc64ad8d8d4950d8a", "indexes" : { - "data" : 10, + "data" : 5, "gas" : 0, "value" : 0 }, @@ -149,34 +92,14 @@ "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4de" }, { - "hash" : "0x3c0166164d1ef5a854a0dab0431e756f6297001df5f189e5fca65f33d2d47b3f", - "indexes" : { - "data" : 11, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094654f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553aa049a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eeca" - }, - { - "hash" : "0x1093306d74847d3d836ce3f0c7b1329b8d8285d788fc2894a9ea14ebd93265a7", + "hash" : "0xe02aa6911c3d4ae520128d0c72d838c44a0a48bffaec2fd4e04c216ebcb924e9", "indexes" : { - "data" : 12, + "data" : 6, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9" - }, - { - "hash" : "0xa22718bd8aa32dbb2505b2a10210a41f137e4f83f0266c7c7ea005610dd808d2", - "indexes" : { - "data" : 13, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094674f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0e411a17a9c48a18ca17de3d65d0a123fc5507b5fe3a9155336c83d28e9a38895a026bdbcb958773c3158e3b848dce7b93957b5efcafa205eafb0dc231a18092914" } ] }, @@ -188,27 +111,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -216,13 +118,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -230,13 +125,6 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", @@ -244,13 +132,6 @@ "storage" : { } }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286000600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", @@ -258,13 +139,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -299,17 +173,10 @@ "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b", - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" + "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" ], "gasLimit" : [ "0x0aae60" @@ -324,4 +191,4 @@ ] } } -} \ No newline at end of file +} diff --git a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml index 74d3f381da3..09557741d6a 100644 --- a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml +++ b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml @@ -47,32 +47,6 @@ EOF1_Execution: nonce: 0 storage: {} - 504f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # CODESIZE - # code section: ':yul { sstore(0, codesize()) stop() }' - code: ':raw 0xef0001010004020001000504000000008000023860005500' - nonce: 0 - storage: {} - - 514f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # CODECOPY copying part of header + code section + part of data section - # code section: ':yul { codecopy(0, 1, 45) sstore(0, mload(0)) sstore(1, mload(32)) stop() }' - # data section: aabbccdd - code: ':raw 0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd' - nonce: 0 - storage: {} - - 524f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # CODECOPY data section with len out of bounds - # code section: ':yul { mstore(0, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) codecopy(0, 69, 8) sstore(0, mload(0)) stop() }' - # data section: aabbccdd - code: ':raw 0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd' - nonce: 0 - storage: {} - 604f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EXTCODESIZE of EOF contract @@ -80,14 +54,6 @@ EOF1_Execution: nonce: 0 storage: {} - 614f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # EXTCODESIZE of EOF contract executed inside EOF contract - # code: PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) EXTCODESIZE PUSH1(0) SSTORE STOP - code: ':raw 0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500' - nonce: 0 - storage: {} - 624f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EXTCODEHASH of EOF contract @@ -95,14 +61,6 @@ EOF1_Execution: nonce: 0 storage: {} - 634f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # EXTCODEHASH of EOF contract executed inside EOF contract - # code: PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) EXTCODEHASH PUSH1(0) SSTORE STOP - code: ':raw 0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500' - nonce: 0 - storage: {} - 644f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EXTCODECOPY copying part of header + code section + part of data section @@ -110,14 +68,6 @@ EOF1_Execution: nonce: 0 storage: {} - 654f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # EXTCODECOPY copying part of header + code section + part of data section inside EOF contract - # code: PUSH1(40) PUSH1(0) PUSH1(0) PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) EXTCODECOPY PUSH1(0) MLOAD PUSH1(0) SSTORE STOP - code: ':raw 0xef00010100040200010023040000000080000460286000600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500' - nonce: 0 - storage: {} - 664f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 # EXTCODECOPY with len out of bounds @@ -125,30 +75,15 @@ EOF1_Execution: nonce: 0 storage: {} - 674f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 0 - # EXTCODECOPY with len out of bounds executed inside EOF contract - # code: PUSH32(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) PUSH1(0) MSTORE PUSH1(8) PUSH1(25) PUSH1(0) PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) EXTCODECOPY PUSH1(0) MLOAD PUSH1(0) SSTORE STOP - code: ':raw 0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500' - nonce: 0 - storage: {} - transaction: data: - ':label basic_valid_eof :raw 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label basic_valid_eof_with_data :raw 0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label push_complete :raw 0x024f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label codesize :raw 0x504f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label codecopy :raw 0x514f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label codecopy_out_out_bounds :raw 0x524f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label extcodesize :raw 0x604f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label extcodesize_inside_eof :raw 0x614f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label extcodehash :raw 0x624f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label extcodehash_inside_eof :raw 0x634f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label extcodecopy :raw 0x644f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label extcodecopy_inside_eof :raw 0x654f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label extcodecopy_out_of_bounds :raw 0x664f5374fce5edbc8e2a8697c15331677e6ebf0b' - - ':label extcodecopy_out_of_bounds_eof :raw 0x674f5374fce5edbc8e2a8697c15331677e6ebf0b' gasLimit: - 700000 gasPrice: 10 @@ -201,49 +136,6 @@ EOF1_Execution: 024f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: '0': 'aabbccdd' - - indexes: - data: ':label codesize' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 504f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '24' - - indexes: - data: ':label codecopy' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 514f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0x000101000402000100140400040000800003602d600160003960005160005560' - '1': '0x205160015500aabbccdd00000000000000000000000000000000000000000000' - - indexes: - data: ':label codecopy_out_out_bounds' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 524f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0xAABBCCDD00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' - indexes: data: ':label extcodesize' network: @@ -258,20 +150,6 @@ EOF1_Execution: 604f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: '0': '2' - - indexes: - data: ':label extcodesize_inside_eof' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 614f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '2' - indexes: data: ':label extcodehash' network: @@ -286,20 +164,6 @@ EOF1_Execution: 624f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: '0': '0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5' - - indexes: - data: ':label extcodehash_inside_eof' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 634f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5' - indexes: data: ':label extcodecopy' network: @@ -314,20 +178,6 @@ EOF1_Execution: 644f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: '0': '0xef00000000000000000000000000000000000000000000000000000000000000' - - indexes: - data: ':label extcodecopy_inside_eof' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 654f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0xef00000000000000000000000000000000000000000000000000000000000000' - indexes: data: ':label extcodecopy_out_of_bounds' network: @@ -342,17 +192,3 @@ EOF1_Execution: 664f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: '0': '0xffffffffffffffffffffffffffffffffffffffffffffffff' - - indexes: - data: ':label extcodecopy_out_of_bounds_eof' - network: - - '>=Prague' - result: - a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - nonce: 1 - b94f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '1' - '1': '1' - 674f5374fce5edbc8e2a8697c15331677e6ebf0b: - storage: - '0': '0xffffffffffffffffffffffffffffffffffffffffffffffff' From 1f3094fd048b7e5d00ba771c6bde1cb1a450dec2 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:54:16 +0100 Subject: [PATCH 05/13] Fix EOFTests/EIP3670.validInvalid with undefined ops --- EOFTests/EIP3670/validInvalid.json | 32 ++-- .../EIP3670/validInvalidFiller.yml | 153 ++++-------------- 2 files changed, 49 insertions(+), 136 deletions(-) diff --git a/EOFTests/EIP3670/validInvalid.json b/EOFTests/EIP3670/validInvalid.json index aa316140399..e978ed3549d 100644 --- a/EOFTests/EIP3670/validInvalid.json +++ b/EOFTests/EIP3670/validInvalid.json @@ -1,14 +1,14 @@ { "validInvalid" : { "_info" : { - "comment" : "Test valid and invalid EOF code\n Implements\n EOFV3670_0001 (Valid) Code containing the STOP opcode - Data Section 0\n EOFV3670_0002 (Valid) Code containing the ADD opcode - Data Section 1\n EOFV3670_0003 (Valid) Code containing the MUL opcode - Data Section 2\n EOFV3670_0004 (Valid) Code containing the SUB opcode - Data Section 3\n EOFV3670_0005 (Valid) Code containing the DIV opcode - Data Section 4\n EOFV3670_0006 (Valid) Code containing the SDIV opcode - Data Section 5\n EOFV3670_0007 (Valid) Code containing the MOD opcode - Data Section 6\n EOFV3670_0008 (Valid) Code containing the SMOD opcode - Data Section 7\n EOFV3670_0009 (Valid) Code containing the ADDMOD opcode - Data Section 8\n EOFV3670_0010 (Valid) Code containing the MULMOD opcode - Data Section 9\n EOFV3670_0011 (Valid) Code containing the EXP opcode - Data Section 10\n EOFV3670_0012 (Valid) Code containing the SIGNEXTEND opcode - Data Section 11\n EOFV3670_0013 (Valid) Code containing the LT opcode - Data Section 12\n EOFV3670_0014 (Valid) Code containing the GT opcode - Data Section 13\n EOFV3670_0015 (Valid) Code containing the SLT opcode - Data Section 14\n EOFV3670_0016 (Valid) Code containing the SGT opcode - Data Section 15\n EOFV3670_0017 (Valid) Code containing the EQ opcode - Data Section 16\n EOFV3670_0018 (Valid) Code containing the ISZERO opcode - Data Section 17\n EOFV3670_0019 (Valid) Code containing the AND opcode - Data Section 18\n EOFV3670_0020 (Valid) Code containing the OR opcode - Data Section 19\n EOFV3670_0021 (Valid) Code containing the XOR opcode - Data Section 20\n EOFV3670_0022 (Valid) Code containing the NOT opcode - Data Section 21\n EOFV3670_0023 (Valid) Code containing the BYTE opcode - Data Section 22\n EOFV3670_0024 (Valid) Code containing the SHL opcode - Data Section 23\n EOFV3670_0025 (Valid) Code containing the SHR opcode - Data Section 24\n EOFV3670_0026 (Valid) Code containing the SAR opcode - Data Section 25\n EOFV3670_0027 (Valid) Code containing the SHA3 opcode - Data Section 26\n EOFV3670_0028 (Valid) Code containing the ADDRESS opcode - Data Section 27\n EOFV3670_0029 (Valid) Code containing the BALANCE opcode - Data Section 28\n EOFV3670_0030 (Valid) Code containing the ORIGIN opcode - Data Section 29\n EOFV3670_0031 (Valid) Code containing the CALLER opcode - Data Section 30\n EOFV3670_0032 (Valid) Code containing the CALLVALUE opcode - Data Section 31\n EOFV3670_0033 (Valid) Code containing the CALLDATALOAD opcode - Data Section 32\n EOFV3670_0034 (Valid) Code containing the CALLDATASIZE opcode - Data Section 33\n EOFV3670_0035 (Valid) Code containing the CALLDATACOPY opcode - Data Section 34\n EOFV3670_0036 (Valid) Code containing the CODESIZE opcode - Data Section 35\n EOFV3670_0037 (Valid) Code containing the CODECOPY opcode - Data Section 36\n EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37\n EOFV3670_0039 (Valid) Code containing the EXTCODESIZE opcode - Data Section 38\n EOFV3670_0040 (Valid) Code containing the EXTCODECOPY opcode - Data Section 39\n EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40\n EOFV3670_0042 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 41\n EOFV3670_0043 (Valid) Code containing the EXTCODEHASH opcode - Data Section 42\n EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43\n EOFV3670_0045 (Valid) Code containing the COINBASE opcode - Data Section 44\n EOFV3670_0046 (Valid) Code containing the TIMESTAMP opcode - Data Section 45\n EOFV3670_0047 (Valid) Code containing the NUMBER opcode - Data Section 46\n EOFV3670_0048 (Valid) Code containing the DIFFICULTY opcode - Data Section 47\n EOFV3670_0049 (Valid) Code containing the GASLIMIT opcode - Data Section 48\n EOFV3670_0050 (Valid) Code containing the CHAINID opcode - Data Section 49\n EOFV3670_0051 (Valid) Code containing the SELFBALANCE opcode - Data Section 50\n EOFV3670_0052 (Valid) Code containing the BASEFEE opcode - Data Section 51\n EOFV3670_0053 (Valid) Code containing the BLOBHASH opcode - Data Section 52\n EOFV3670_0054 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 53\n EOFV3670_0055 (Valid) Code containing the POP opcode - Data Section 54\n EOFV3670_0056 (Valid) Code containing the MLOAD opcode - Data Section 55\n EOFV3670_0057 (Valid) Code containing the MSTORE8 opcode - Data Section 56\n EOFV3670_0058 (Valid) Code containing the SLOAD opcode - Data Section 57\n EOFV3670_0059 (Valid) Code containing the SSTORE opcode - Data Section 58\n EOFV3670_0060 (Valid) Code containing the MSIZE opcode - Data Section 59\n EOFV3670_0061 (Valid) Code containing the GAS opcode - Data Section 60\n EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61\n EOFV3670_0063 (Valid) Code containing the MCOPY opcode - Data Section 62\n EOFV3670_0064 (Valid) Code containing the PUSH0 opcode - Data Section 63\n EOFV3670_0065 (Valid) Code containing the PUSH1 opcode - Data Section 64\n EOFV3670_0066 (Valid) Code containing the PUSH2 opcode - Data Section 65\n EOFV3670_0067 (Valid) Code containing the PUSH3 opcode - Data Section 66\n EOFV3670_0068 (Valid) Code containing the PUSH4 opcode - Data Section 67\n EOFV3670_0069 (Valid) Code containing the PUSH5 opcode - Data Section 68\n EOFV3670_0070 (Valid) Code containing the PUSH6 opcode - Data Section 69\n EOFV3670_0071 (Valid) Code containing the PUSH7 opcode - Data Section 70\n EOFV3670_0072 (Valid) Code containing the PUSH8 opcode - Data Section 71\n EOFV3670_0073 (Valid) Code containing the PUSH9 opcode - Data Section 72\n EOFV3670_0074 (Valid) Code containing the PUSH10 opcode - Data Section 73\n EOFV3670_0075 (Valid) Code containing the PUSH11 opcode - Data Section 74\n EOFV3670_0076 (Valid) Code containing the PUSH12 opcode - Data Section 75\n EOFV3670_0077 (Valid) Code containing the PUSH13 opcode - Data Section 76\n EOFV3670_0078 (Valid) Code containing the PUSH14 opcode - Data Section 77\n EOFV3670_0079 (Valid) Code containing the PUSH15 opcode - Data Section 78\n EOFV3670_0080 (Valid) Code containing the PUSH16 opcode - Data Section 79\n EOFV3670_0081 (Valid) Code containing the PUSH17 opcode - Data Section 80\n EOFV3670_0082 (Valid) Code containing the PUSH18 opcode - Data Section 81\n EOFV3670_0083 (Valid) Code containing the PUSH19 opcode - Data Section 82\n EOFV3670_0084 (Valid) Code containing the PUSH20 opcode - Data Section 83\n EOFV3670_0085 (Valid) Code containing the PUSH21 opcode - Data Section 84\n EOFV3670_0086 (Valid) Code containing the PUSH22 opcode - Data Section 85\n EOFV3670_0087 (Valid) Code containing the PUSH23 opcode - Data Section 86\n EOFV3670_0088 (Valid) Code containing the PUSH24 opcode - Data Section 87\n EOFV3670_0089 (Valid) Code containing the PUSH25 opcode - Data Section 88\n EOFV3670_0090 (Valid) Code containing the PUSH26 opcode - Data Section 89\n EOFV3670_0091 (Valid) Code containing the PUSH27 opcode - Data Section 90\n EOFV3670_0092 (Valid) Code containing the PUSH28 opcode - Data Section 91\n EOFV3670_0093 (Valid) Code containing the PUSH29 opcode - Data Section 92\n EOFV3670_0094 (Valid) Code containing the PUSH30 opcode - Data Section 93\n EOFV3670_0095 (Valid) Code containing the PUSH31 opcode - Data Section 94\n EOFV3670_0096 (Valid) Code containing the PUSH32 opcode - Data Section 95\n EOFV3670_0097 (Valid) Code containing the DUP1 opcode - Data Section 96\n EOFV3670_0098 (Valid) Code containing the DUP2 opcode - Data Section 97\n EOFV3670_0099 (Valid) Code containing the DUP3 opcode - Data Section 98\n EOFV3670_0100 (Valid) Code containing the DUP4 opcode - Data Section 99\n EOFV3670_0101 (Valid) Code containing the DUP5 opcode - Data Section 100\n EOFV3670_0102 (Valid) Code containing the DUP6 opcode - Data Section 101\n EOFV3670_0103 (Valid) Code containing the DUP7 opcode - Data Section 102\n EOFV3670_0104 (Valid) Code containing the DUP8 opcode - Data Section 103\n EOFV3670_0105 (Valid) Code containing the DUP9 opcode - Data Section 104\n EOFV3670_0106 (Valid) Code containing the DUP10 opcode - Data Section 105\n EOFV3670_0107 (Valid) Code containing the DUP11 opcode - Data Section 106\n EOFV3670_0108 (Valid) Code containing the DUP12 opcode - Data Section 107\n EOFV3670_0109 (Valid) Code containing the DUP13 opcode - Data Section 108\n EOFV3670_0110 (Valid) Code containing the DUP14 opcode - Data Section 109\n EOFV3670_0111 (Valid) Code containing the DUP15 opcode - Data Section 110\n EOFV3670_0112 (Valid) Code containing the DUP16 opcode - Data Section 111\n EOFV3670_0113 (Valid) Code containing the SWAP1 opcode - Data Section 112\n EOFV3670_0114 (Valid) Code containing the SWAP2 opcode - Data Section 113\n EOFV3670_0115 (Valid) Code containing the SWAP3 opcode - Data Section 114\n EOFV3670_0116 (Valid) Code containing the SWAP4 opcode - Data Section 115\n EOFV3670_0117 (Valid) Code containing the SWAP5 opcode - Data Section 116\n EOFV3670_0118 (Valid) Code containing the SWAP6 opcode - Data Section 117\n EOFV3670_0119 (Valid) Code containing the SWAP7 opcode - Data Section 118\n EOFV3670_0120 (Valid) Code containing the SWAP8 opcode - Data Section 119\n EOFV3670_0121 (Valid) Code containing the SWAP9 opcode - Data Section 120\n EOFV3670_0122 (Valid) Code containing the SWAP10 opcode - Data Section 121\n EOFV3670_0123 (Valid) Code containing the SWAP11 opcode - Data Section 122\n EOFV3670_0124 (Valid) Code containing the SWAP12 opcode - Data Section 123\n EOFV3670_0125 (Valid) Code containing the SWAP13 opcode - Data Section 124\n EOFV3670_0126 (Valid) Code containing the SWAP14 opcode - Data Section 125\n EOFV3670_0127 (Valid) Code containing the SWAP15 opcode - Data Section 126\n EOFV3670_0128 (Valid) Code containing the SWAP16 opcode - Data Section 127\n EOFV3670_0129 (Valid) Code containing the LOG0 opcode - Data Section 128\n EOFV3670_0130 (Valid) Code containing the LOG1 opcode - Data Section 129\n EOFV3670_0131 (Valid) Code containing the LOG2 opcode - Data Section 130\n EOFV3670_0132 (Valid) Code containing the LOG3 opcode - Data Section 131\n EOFV3670_0133 (Valid) Code containing the LOG4 opcode - Data Section 132\n EOFV3670_0134 (Valid) Code containing the CALL opcode - Data Section 133\n EOFV3670_0135 (Valid) Code containing the RETURN opcode - Data Section 134\n EOFV3670_0136 (Valid) Code containing the DELEGATECALL opcode - Data Section 135\n EOFV3670_0137 (Valid) Code containing the STATICCALL opcode - Data Section 136\n EOFV3670_0138 (Valid) Code containing the REVERT opcode - Data Section 137\n EOFV3670_0139 (Valid) Code containing the INVALID opcode - Data Section 138\n EOFI3670_0140 (Invalid) Code containing undefined instruction 0x0c - Data Section 139\n EOFI3670_0141 (Invalid) Code containing undefined instruction 0x0d - Data Section 140\n EOFI3670_0142 (Invalid) Code containing undefined instruction 0x0e - Data Section 141\n EOFI3670_0143 (Invalid) Code containing undefined instruction 0x0f - Data Section 142\n EOFI3670_0144 (Invalid) Code containing undefined instruction 0x1e - Data Section 143\n EOFI3670_0145 (Invalid) Code containing undefined instruction 0x1f - Data Section 144\n EOFI3670_0146 (Invalid) Code containing undefined instruction 0x21 - Data Section 145\n EOFI3670_0147 (Invalid) Code containing undefined instruction 0x22 - Data Section 146\n EOFI3670_0148 (Invalid) Code containing undefined instruction 0x23 - Data Section 147\n EOFI3670_0149 (Invalid) Code containing undefined instruction 0x24 - Data Section 148\n EOFI3670_0150 (Invalid) Code containing undefined instruction 0x25 - Data Section 149\n EOFI3670_0151 (Invalid) Code containing undefined instruction 0x26 - Data Section 150\n EOFI3670_0152 (Invalid) Code containing undefined instruction 0x27 - Data Section 151\n EOFI3670_0153 (Invalid) Code containing undefined instruction 0x28 - Data Section 152\n EOFI3670_0154 (Invalid) Code containing undefined instruction 0x29 - Data Section 153\n EOFI3670_0155 (Invalid) Code containing undefined instruction 0x2a - Data Section 154\n EOFI3670_0156 (Invalid) Code containing undefined instruction 0x2b - Data Section 155\n EOFI3670_0157 (Invalid) Code containing undefined instruction 0x2c - Data Section 156\n EOFI3670_0158 (Invalid) Code containing undefined instruction 0x2d - Data Section 157\n EOFI3670_0159 (Invalid) Code containing undefined instruction 0x2e - Data Section 158\n EOFI3670_0160 (Invalid) Code containing undefined instruction 0x2f - Data Section 159\n EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4b - Data Section 160\n EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4c - Data Section 161\n EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4d - Data Section 162\n EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4e - Data Section 163\n EOFI3670_0165 (Invalid) Code containing undefined instruction 0x4f - Data Section 164\n EOFI3670_0166 (Invalid) Code containing undefined instruction 0x56 - Data Section 165\n EOFI3670_0167 (Invalid) Code containing undefined instruction 0x57 - Data Section 166\n EOFI3670_0168 (Invalid) Code containing undefined instruction 0x58 - Data Section 167\n EOFI3670_0169 (Invalid) Code containing undefined instruction 0xa5 - Data Section 168\n EOFI3670_0170 (Invalid) Code containing undefined instruction 0xa6 - Data Section 169\n EOFI3670_0171 (Invalid) Code containing undefined instruction 0xa7 - Data Section 170\n EOFI3670_0172 (Invalid) Code containing undefined instruction 0xa8 - Data Section 171\n EOFI3670_0173 (Invalid) Code containing undefined instruction 0xa9 - Data Section 172\n EOFI3670_0174 (Invalid) Code containing undefined instruction 0xaa - Data Section 173\n EOFI3670_0175 (Invalid) Code containing undefined instruction 0xab - Data Section 174\n EOFI3670_0176 (Invalid) Code containing undefined instruction 0xac - Data Section 175\n EOFI3670_0177 (Invalid) Code containing undefined instruction 0xad - Data Section 176\n EOFI3670_0178 (Invalid) Code containing undefined instruction 0xae - Data Section 177\n EOFI3670_0179 (Invalid) Code containing undefined instruction 0xaf - Data Section 178\n EOFI3670_0180 (Invalid) Code containing undefined instruction 0xb2 - Data Section 179\n EOFI3670_0181 (Invalid) Code containing undefined instruction 0xb3 - Data Section 180\n EOFI3670_0182 (Invalid) Code containing undefined instruction 0xb4 - Data Section 181\n EOFI3670_0183 (Invalid) Code containing undefined instruction 0xb5 - Data Section 182\n EOFI3670_0184 (Invalid) Code containing undefined instruction 0xb6 - Data Section 183\n EOFI3670_0185 (Invalid) Code containing undefined instruction 0xb7 - Data Section 184\n EOFI3670_0186 (Invalid) Code containing undefined instruction 0xb8 - Data Section 185\n EOFI3670_0187 (Invalid) Code containing undefined instruction 0xb9 - Data Section 186\n EOFI3670_0188 (Invalid) Code containing undefined instruction 0xba - Data Section 187\n EOFI3670_0189 (Invalid) Code containing undefined instruction 0xbb - Data Section 188\n EOFI3670_0190 (Invalid) Code containing undefined instruction 0xbc - Data Section 189\n EOFI3670_0191 (Invalid) Code containing undefined instruction 0xbd - Data Section 190\n EOFI3670_0192 (Invalid) Code containing undefined instruction 0xbe - Data Section 191\n EOFI3670_0193 (Invalid) Code containing undefined instruction 0xbf - Data Section 192\n EOFI3670_0194 (Invalid) Code containing undefined instruction 0xc0 - Data Section 193\n EOFI3670_0195 (Invalid) Code containing undefined instruction 0xc1 - Data Section 194\n EOFI3670_0196 (Invalid) Code containing undefined instruction 0xc2 - Data Section 195\n EOFI3670_0197 (Invalid) Code containing undefined instruction 0xc3 - Data Section 196\n EOFI3670_0198 (Invalid) Code containing undefined instruction 0xc4 - Data Section 197\n EOFI3670_0199 (Invalid) Code containing undefined instruction 0xc5 - Data Section 198\n EOFI3670_0200 (Invalid) Code containing undefined instruction 0xc6 - Data Section 199\n EOFI3670_0201 (Invalid) Code containing undefined instruction 0xc7 - Data Section 200\n EOFI3670_0202 (Invalid) Code containing undefined instruction 0xc8 - Data Section 201\n EOFI3670_0203 (Invalid) Code containing undefined instruction 0xc9 - Data Section 202\n EOFI3670_0204 (Invalid) Code containing undefined instruction 0xca - Data Section 203\n EOFI3670_0205 (Invalid) Code containing undefined instruction 0xcb - Data Section 204\n EOFI3670_0206 (Invalid) Code containing undefined instruction 0xcc - Data Section 205\n EOFI3670_0207 (Invalid) Code containing undefined instruction 0xcd - Data Section 206\n EOFI3670_0208 (Invalid) Code containing undefined instruction 0xce - Data Section 207\n EOFI3670_0209 (Invalid) Code containing undefined instruction 0xcf - Data Section 208\n EOFI3670_0210 (Invalid) Code containing undefined instruction 0xd4 - Data Section 209\n EOFI3670_0211 (Invalid) Code containing undefined instruction 0xd5 - Data Section 210\n EOFI3670_0212 (Invalid) Code containing undefined instruction 0xd6 - Data Section 211\n EOFI3670_0213 (Invalid) Code containing undefined instruction 0xd7 - Data Section 212\n EOFI3670_0214 (Invalid) Code containing undefined instruction 0xd8 - Data Section 213\n EOFI3670_0215 (Invalid) Code containing undefined instruction 0xd9 - Data Section 214\n EOFI3670_0216 (Invalid) Code containing undefined instruction 0xda - Data Section 215\n EOFI3670_0217 (Invalid) Code containing undefined instruction 0xdb - Data Section 216\n EOFI3670_0218 (Invalid) Code containing undefined instruction 0xdc - Data Section 217\n EOFI3670_0219 (Invalid) Code containing undefined instruction 0xdd - Data Section 218\n EOFI3670_0220 (Invalid) Code containing undefined instruction 0xde - Data Section 219\n EOFI3670_0221 (Invalid) Code containing undefined instruction 0xdf - Data Section 220\n EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe8 - Data Section 221\n EOFI3670_0223 (Invalid) Code containing undefined instruction 0xe9 - Data Section 222\n EOFI3670_0224 (Invalid) Code containing undefined instruction 0xea - Data Section 223\n EOFI3670_0225 (Invalid) Code containing undefined instruction 0xeb - Data Section 224\n EOFI3670_0226 (Invalid) Code containing undefined instruction 0xef - Data Section 225\n EOFI3670_0227 (Invalid) Code containing undefined instruction 0xf0 - Data Section 226\n EOFI3670_0228 (Invalid) Code containing undefined instruction 0xf2 - Data Section 227\n EOFI3670_0229 (Invalid) Code containing undefined instruction 0xf5 - Data Section 228\n EOFI3670_0230 (Invalid) Code containing undefined instruction 0xf6 - Data Section 229\n EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf8 - Data Section 230\n EOFI3670_0232 (Invalid) Code containing undefined instruction 0xf9 - Data Section 231\n EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfb - Data Section 232\n EOFI3670_0234 (Invalid) Code containing undefined instruction 0xfc - Data Section 233\n EOFI3670_0235 (Invalid) Code containing undefined instruction 0xff - Data Section 234\n EOFI3670_0236 (Invalid) Truncated PUSH1 (no immediates) - Data Section 235\n EOFI3670_0237 (Invalid) Truncated PUSH2 (no immediates) - Data Section 236\n EOFI3670_0238 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 237\n EOFI3670_0239 (Invalid) Truncated PUSH3 (no immediates) - Data Section 238\n EOFI3670_0240 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 239\n EOFI3670_0241 (Invalid) Truncated PUSH4 (no immediates) - Data Section 240\n EOFI3670_0242 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 241\n EOFI3670_0243 (Invalid) Truncated PUSH5 (no immediates) - Data Section 242\n EOFI3670_0244 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 243\n EOFI3670_0245 (Invalid) Truncated PUSH6 (no immediates) - Data Section 244\n EOFI3670_0246 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 245\n EOFI3670_0247 (Invalid) Truncated PUSH7 (no immediates) - Data Section 246\n EOFI3670_0248 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 247\n EOFI3670_0249 (Invalid) Truncated PUSH8 (no immediates) - Data Section 248\n EOFI3670_0250 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 249\n EOFI3670_0251 (Invalid) Truncated PUSH9 (no immediates) - Data Section 250\n EOFI3670_0252 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 251\n EOFI3670_0253 (Invalid) Truncated PUSH10 (no immediates) - Data Section 252\n EOFI3670_0254 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 253\n EOFI3670_0255 (Invalid) Truncated PUSH11 (no immediates) - Data Section 254\n EOFI3670_0256 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 255\n EOFI3670_0257 (Invalid) Truncated PUSH12 (no immediates) - Data Section 256\n EOFI3670_0258 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 257\n EOFI3670_0259 (Invalid) Truncated PUSH13 (no immediates) - Data Section 258\n EOFI3670_0260 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 259\n EOFI3670_0261 (Invalid) Truncated PUSH14 (no immediates) - Data Section 260\n EOFI3670_0262 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 261\n EOFI3670_0263 (Invalid) Truncated PUSH15 (no immediates) - Data Section 262\n EOFI3670_0264 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 263\n EOFI3670_0265 (Invalid) Truncated PUSH16 (no immediates) - Data Section 264\n EOFI3670_0266 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 265\n EOFI3670_0267 (Invalid) Truncated PUSH17 (no immediates) - Data Section 266\n EOFI3670_0268 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 267\n EOFI3670_0269 (Invalid) Truncated PUSH18 (no immediates) - Data Section 268\n EOFI3670_0270 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 269\n EOFI3670_0271 (Invalid) Truncated PUSH19 (no immediates) - Data Section 270\n EOFI3670_0272 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 271\n EOFI3670_0273 (Invalid) Truncated PUSH20 (no immediates) - Data Section 272\n EOFI3670_0274 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 273\n EOFI3670_0275 (Invalid) Truncated PUSH21 (no immediates) - Data Section 274\n EOFI3670_0276 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 275\n EOFI3670_0277 (Invalid) Truncated PUSH22 (no immediates) - Data Section 276\n EOFI3670_0278 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 277\n EOFI3670_0279 (Invalid) Truncated PUSH23 (no immediates) - Data Section 278\n EOFI3670_0280 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 279\n EOFI3670_0281 (Invalid) Truncated PUSH24 (no immediates) - Data Section 280\n EOFI3670_0282 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 281\n EOFI3670_0283 (Invalid) Truncated PUSH25 (no immediates) - Data Section 282\n EOFI3670_0284 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 283\n EOFI3670_0285 (Invalid) Truncated PUSH26 (no immediates) - Data Section 284\n EOFI3670_0286 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 285\n EOFI3670_0287 (Invalid) Truncated PUSH27 (no immediates) - Data Section 286\n EOFI3670_0288 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 287\n EOFI3670_0289 (Invalid) Truncated PUSH28 (no immediates) - Data Section 288\n EOFI3670_0290 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 289\n EOFI3670_0291 (Invalid) Truncated PUSH29 (no immediates) - Data Section 290\n EOFI3670_0292 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 291\n EOFI3670_0293 (Invalid) Truncated PUSH30 (no immediates) - Data Section 292\n EOFI3670_0294 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 293\n EOFI3670_0295 (Invalid) Truncated PUSH31 (no immediates) - Data Section 294\n EOFI3670_0296 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 295\n EOFI3670_0297 (Invalid) Truncated PUSH32 (no immediates) - Data Section 296\n EOFI3670_0298 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 297\n EOFI3670_0299 (Invalid) Containing undefined instruction (0xfb) after STOP - Data Section 298\n", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "b2305be6aaf4c98bf09b5892455f61697aff8cd555895837c8df7324ed7bf9e6", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "comment" : "Test valid and invalid EOF code\n Implements\n EOFV3670_0001 (Valid) Code containing the STOP opcode - Data Section 0\n EOFV3670_0002 (Valid) Code containing the ADD opcode - Data Section 1\n EOFV3670_0003 (Valid) Code containing the MUL opcode - Data Section 2\n EOFV3670_0004 (Valid) Code containing the SUB opcode - Data Section 3\n EOFV3670_0005 (Valid) Code containing the DIV opcode - Data Section 4\n EOFV3670_0006 (Valid) Code containing the SDIV opcode - Data Section 5\n EOFV3670_0007 (Valid) Code containing the MOD opcode - Data Section 6\n EOFV3670_0008 (Valid) Code containing the SMOD opcode - Data Section 7\n EOFV3670_0009 (Valid) Code containing the ADDMOD opcode - Data Section 8\n EOFV3670_0010 (Valid) Code containing the MULMOD opcode - Data Section 9\n EOFV3670_0011 (Valid) Code containing the EXP opcode - Data Section 10\n EOFV3670_0012 (Valid) Code containing the SIGNEXTEND opcode - Data Section 11\n EOFV3670_0013 (Valid) Code containing the LT opcode - Data Section 12\n EOFV3670_0014 (Valid) Code containing the GT opcode - Data Section 13\n EOFV3670_0015 (Valid) Code containing the SLT opcode - Data Section 14\n EOFV3670_0016 (Valid) Code containing the SGT opcode - Data Section 15\n EOFV3670_0017 (Valid) Code containing the EQ opcode - Data Section 16\n EOFV3670_0018 (Valid) Code containing the ISZERO opcode - Data Section 17\n EOFV3670_0019 (Valid) Code containing the AND opcode - Data Section 18\n EOFV3670_0020 (Valid) Code containing the OR opcode - Data Section 19\n EOFV3670_0021 (Valid) Code containing the XOR opcode - Data Section 20\n EOFV3670_0022 (Valid) Code containing the NOT opcode - Data Section 21\n EOFV3670_0023 (Valid) Code containing the BYTE opcode - Data Section 22\n EOFV3670_0024 (Valid) Code containing the SHL opcode - Data Section 23\n EOFV3670_0025 (Valid) Code containing the SHR opcode - Data Section 24\n EOFV3670_0026 (Valid) Code containing the SAR opcode - Data Section 25\n EOFV3670_0027 (Valid) Code containing the SHA3 opcode - Data Section 26\n EOFV3670_0028 (Valid) Code containing the ADDRESS opcode - Data Section 27\n EOFV3670_0029 (Valid) Code containing the BALANCE opcode - Data Section 28\n EOFV3670_0030 (Valid) Code containing the ORIGIN opcode - Data Section 29\n EOFV3670_0031 (Valid) Code containing the CALLER opcode - Data Section 30\n EOFV3670_0032 (Valid) Code containing the CALLVALUE opcode - Data Section 31\n EOFV3670_0033 (Valid) Code containing the CALLDATALOAD opcode - Data Section 32\n EOFV3670_0034 (Valid) Code containing the CALLDATASIZE opcode - Data Section 33\n EOFV3670_0035 (Valid) Code containing the CALLDATACOPY opcode - Data Section 34\n EOFV3670_0036 (Invalid) Code containing the CODESIZE opcode - Data Section 35\n EOFV3670_0037 (Invalid) Code containing the CODECOPY opcode - Data Section 36\n EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37\n EOFV3670_0039 (Invalid) Code containing the EXTCODESIZE opcode - Data Section 38\n EOFV3670_0040 (Invalid) Code containing the EXTCODECOPY opcode - Data Section 39\n EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40\n EOFV3670_0042 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 41\n EOFV3670_0043 (Invalid) Code containing the EXTCODEHASH opcode - Data Section 42\n EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43\n EOFV3670_0045 (Valid) Code containing the COINBASE opcode - Data Section 44\n EOFV3670_0046 (Valid) Code containing the TIMESTAMP opcode - Data Section 45\n EOFV3670_0047 (Valid) Code containing the NUMBER opcode - Data Section 46\n EOFV3670_0048 (Valid) Code containing the DIFFICULTY opcode - Data Section 47\n EOFV3670_0049 (Valid) Code containing the GASLIMIT opcode - Data Section 48\n EOFV3670_0050 (Valid) Code containing the CHAINID opcode - Data Section 49\n EOFV3670_0051 (Valid) Code containing the SELFBALANCE opcode - Data Section 50\n EOFV3670_0052 (Valid) Code containing the BASEFEE opcode - Data Section 51\n EOFV3670_0053 (Valid) Code containing the BLOBHASH opcode - Data Section 52\n EOFV3670_0054 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 53\n EOFV3670_0055 (Valid) Code containing the POP opcode - Data Section 54\n EOFV3670_0056 (Valid) Code containing the MLOAD opcode - Data Section 55\n EOFV3670_0057 (Valid) Code containing the MSTORE8 opcode - Data Section 56\n EOFV3670_0058 (Valid) Code containing the SLOAD opcode - Data Section 57\n EOFV3670_0059 (Valid) Code containing the SSTORE opcode - Data Section 58\n EOFV3670_0060 (Valid) Code containing the MSIZE opcode - Data Section 59\n EOFV3670_0061 (Invalid) Code containing the GAS opcode - Data Section 60\n EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61\n EOFV3670_0063 (Valid) Code containing the MCOPY opcode - Data Section 62\n EOFV3670_0064 (Valid) Code containing the PUSH0 opcode - Data Section 63\n EOFV3670_0065 (Valid) Code containing the PUSH1 opcode - Data Section 64\n EOFV3670_0066 (Valid) Code containing the PUSH2 opcode - Data Section 65\n EOFV3670_0067 (Valid) Code containing the PUSH3 opcode - Data Section 66\n EOFV3670_0068 (Valid) Code containing the PUSH4 opcode - Data Section 67\n EOFV3670_0069 (Valid) Code containing the PUSH5 opcode - Data Section 68\n EOFV3670_0070 (Valid) Code containing the PUSH6 opcode - Data Section 69\n EOFV3670_0071 (Valid) Code containing the PUSH7 opcode - Data Section 70\n EOFV3670_0072 (Valid) Code containing the PUSH8 opcode - Data Section 71\n EOFV3670_0073 (Valid) Code containing the PUSH9 opcode - Data Section 72\n EOFV3670_0074 (Valid) Code containing the PUSH10 opcode - Data Section 73\n EOFV3670_0075 (Valid) Code containing the PUSH11 opcode - Data Section 74\n EOFV3670_0076 (Valid) Code containing the PUSH12 opcode - Data Section 75\n EOFV3670_0077 (Valid) Code containing the PUSH13 opcode - Data Section 76\n EOFV3670_0078 (Valid) Code containing the PUSH14 opcode - Data Section 77\n EOFV3670_0079 (Valid) Code containing the PUSH15 opcode - Data Section 78\n EOFV3670_0080 (Valid) Code containing the PUSH16 opcode - Data Section 79\n EOFV3670_0081 (Valid) Code containing the PUSH17 opcode - Data Section 80\n EOFV3670_0082 (Valid) Code containing the PUSH18 opcode - Data Section 81\n EOFV3670_0083 (Valid) Code containing the PUSH19 opcode - Data Section 82\n EOFV3670_0084 (Valid) Code containing the PUSH20 opcode - Data Section 83\n EOFV3670_0085 (Valid) Code containing the PUSH21 opcode - Data Section 84\n EOFV3670_0086 (Valid) Code containing the PUSH22 opcode - Data Section 85\n EOFV3670_0087 (Valid) Code containing the PUSH23 opcode - Data Section 86\n EOFV3670_0088 (Valid) Code containing the PUSH24 opcode - Data Section 87\n EOFV3670_0089 (Valid) Code containing the PUSH25 opcode - Data Section 88\n EOFV3670_0090 (Valid) Code containing the PUSH26 opcode - Data Section 89\n EOFV3670_0091 (Valid) Code containing the PUSH27 opcode - Data Section 90\n EOFV3670_0092 (Valid) Code containing the PUSH28 opcode - Data Section 91\n EOFV3670_0093 (Valid) Code containing the PUSH29 opcode - Data Section 92\n EOFV3670_0094 (Valid) Code containing the PUSH30 opcode - Data Section 93\n EOFV3670_0095 (Valid) Code containing the PUSH31 opcode - Data Section 94\n EOFV3670_0096 (Valid) Code containing the PUSH32 opcode - Data Section 95\n EOFV3670_0097 (Valid) Code containing the DUP1 opcode - Data Section 96\n EOFV3670_0098 (Valid) Code containing the DUP2 opcode - Data Section 97\n EOFV3670_0099 (Valid) Code containing the DUP3 opcode - Data Section 98\n EOFV3670_0100 (Valid) Code containing the DUP4 opcode - Data Section 99\n EOFV3670_0101 (Valid) Code containing the DUP5 opcode - Data Section 100\n EOFV3670_0102 (Valid) Code containing the DUP6 opcode - Data Section 101\n EOFV3670_0103 (Valid) Code containing the DUP7 opcode - Data Section 102\n EOFV3670_0104 (Valid) Code containing the DUP8 opcode - Data Section 103\n EOFV3670_0105 (Valid) Code containing the DUP9 opcode - Data Section 104\n EOFV3670_0106 (Valid) Code containing the DUP10 opcode - Data Section 105\n EOFV3670_0107 (Valid) Code containing the DUP11 opcode - Data Section 106\n EOFV3670_0108 (Valid) Code containing the DUP12 opcode - Data Section 107\n EOFV3670_0109 (Valid) Code containing the DUP13 opcode - Data Section 108\n EOFV3670_0110 (Valid) Code containing the DUP14 opcode - Data Section 109\n EOFV3670_0111 (Valid) Code containing the DUP15 opcode - Data Section 110\n EOFV3670_0112 (Valid) Code containing the DUP16 opcode - Data Section 111\n EOFV3670_0113 (Valid) Code containing the SWAP1 opcode - Data Section 112\n EOFV3670_0114 (Valid) Code containing the SWAP2 opcode - Data Section 113\n EOFV3670_0115 (Valid) Code containing the SWAP3 opcode - Data Section 114\n EOFV3670_0116 (Valid) Code containing the SWAP4 opcode - Data Section 115\n EOFV3670_0117 (Valid) Code containing the SWAP5 opcode - Data Section 116\n EOFV3670_0118 (Valid) Code containing the SWAP6 opcode - Data Section 117\n EOFV3670_0119 (Valid) Code containing the SWAP7 opcode - Data Section 118\n EOFV3670_0120 (Valid) Code containing the SWAP8 opcode - Data Section 119\n EOFV3670_0121 (Valid) Code containing the SWAP9 opcode - Data Section 120\n EOFV3670_0122 (Valid) Code containing the SWAP10 opcode - Data Section 121\n EOFV3670_0123 (Valid) Code containing the SWAP11 opcode - Data Section 122\n EOFV3670_0124 (Valid) Code containing the SWAP12 opcode - Data Section 123\n EOFV3670_0125 (Valid) Code containing the SWAP13 opcode - Data Section 124\n EOFV3670_0126 (Valid) Code containing the SWAP14 opcode - Data Section 125\n EOFV3670_0127 (Valid) Code containing the SWAP15 opcode - Data Section 126\n EOFV3670_0128 (Valid) Code containing the SWAP16 opcode - Data Section 127\n EOFV3670_0129 (Valid) Code containing the LOG0 opcode - Data Section 128\n EOFV3670_0130 (Valid) Code containing the LOG1 opcode - Data Section 129\n EOFV3670_0131 (Valid) Code containing the LOG2 opcode - Data Section 130\n EOFV3670_0132 (Valid) Code containing the LOG3 opcode - Data Section 131\n EOFV3670_0133 (Valid) Code containing the LOG4 opcode - Data Section 132\n EOFV3670_0134 (Valid) Code containing the CALL opcode - Data Section 133\n EOFV3670_0135 (Valid) Code containing the RETURN opcode - Data Section 134\n EOFV3670_0136 (Valid) Code containing the DELEGATECALL opcode - Data Section 135\n EOFV3670_0137 (Valid) Code containing the STATICCALL opcode - Data Section 136\n EOFV3670_0138 (Valid) Code containing the REVERT opcode - Data Section 137\n EOFV3670_0139 (Valid) Code containing the INVALID opcode - Data Section 138\n EOFI3670_0140 (Invalid) Code containing undefined instruction 0x0c - Data Section 139\n EOFI3670_0141 (Invalid) Code containing undefined instruction 0x0d - Data Section 140\n EOFI3670_0142 (Invalid) Code containing undefined instruction 0x0e - Data Section 141\n EOFI3670_0143 (Invalid) Code containing undefined instruction 0x0f - Data Section 142\n EOFI3670_0144 (Invalid) Code containing undefined instruction 0x1e - Data Section 143\n EOFI3670_0145 (Invalid) Code containing undefined instruction 0x1f - Data Section 144\n EOFI3670_0146 (Invalid) Code containing undefined instruction 0x21 - Data Section 145\n EOFI3670_0147 (Invalid) Code containing undefined instruction 0x22 - Data Section 146\n EOFI3670_0148 (Invalid) Code containing undefined instruction 0x23 - Data Section 147\n EOFI3670_0149 (Invalid) Code containing undefined instruction 0x24 - Data Section 148\n EOFI3670_0150 (Invalid) Code containing undefined instruction 0x25 - Data Section 149\n EOFI3670_0151 (Invalid) Code containing undefined instruction 0x26 - Data Section 150\n EOFI3670_0152 (Invalid) Code containing undefined instruction 0x27 - Data Section 151\n EOFI3670_0153 (Invalid) Code containing undefined instruction 0x28 - Data Section 152\n EOFI3670_0154 (Invalid) Code containing undefined instruction 0x29 - Data Section 153\n EOFI3670_0155 (Invalid) Code containing undefined instruction 0x2a - Data Section 154\n EOFI3670_0156 (Invalid) Code containing undefined instruction 0x2b - Data Section 155\n EOFI3670_0157 (Invalid) Code containing undefined instruction 0x2c - Data Section 156\n EOFI3670_0158 (Invalid) Code containing undefined instruction 0x2d - Data Section 157\n EOFI3670_0159 (Invalid) Code containing undefined instruction 0x2e - Data Section 158\n EOFI3670_0160 (Invalid) Code containing undefined instruction 0x2f - Data Section 159\n EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4b - Data Section 160\n EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4c - Data Section 161\n EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4d - Data Section 162\n EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4e - Data Section 163\n EOFI3670_0165 (Invalid) Code containing undefined instruction 0x4f - Data Section 164\n EOFI3670_0166 (Invalid) Code containing undefined instruction 0x56 - Data Section 165\n EOFI3670_0167 (Invalid) Code containing undefined instruction 0x57 - Data Section 166\n EOFI3670_0168 (Invalid) Code containing undefined instruction 0x58 - Data Section 167\n EOFI3670_0169 (Invalid) Code containing undefined instruction 0xa5 - Data Section 168\n EOFI3670_0170 (Invalid) Code containing undefined instruction 0xa6 - Data Section 169\n EOFI3670_0171 (Invalid) Code containing undefined instruction 0xa7 - Data Section 170\n EOFI3670_0172 (Invalid) Code containing undefined instruction 0xa8 - Data Section 171\n EOFI3670_0173 (Invalid) Code containing undefined instruction 0xa9 - Data Section 172\n EOFI3670_0174 (Invalid) Code containing undefined instruction 0xaa - Data Section 173\n EOFI3670_0175 (Invalid) Code containing undefined instruction 0xab - Data Section 174\n EOFI3670_0176 (Invalid) Code containing undefined instruction 0xac - Data Section 175\n EOFI3670_0177 (Invalid) Code containing undefined instruction 0xad - Data Section 176\n EOFI3670_0178 (Invalid) Code containing undefined instruction 0xae - Data Section 177\n EOFI3670_0179 (Invalid) Code containing undefined instruction 0xaf - Data Section 178\n EOFI3670_0180 (Invalid) Code containing undefined instruction 0xb2 - Data Section 179\n EOFI3670_0181 (Invalid) Code containing undefined instruction 0xb3 - Data Section 180\n EOFI3670_0182 (Invalid) Code containing undefined instruction 0xb4 - Data Section 181\n EOFI3670_0183 (Invalid) Code containing undefined instruction 0xb5 - Data Section 182\n EOFI3670_0184 (Invalid) Code containing undefined instruction 0xb6 - Data Section 183\n EOFI3670_0185 (Invalid) Code containing undefined instruction 0xb7 - Data Section 184\n EOFI3670_0186 (Invalid) Code containing undefined instruction 0xb8 - Data Section 185\n EOFI3670_0187 (Invalid) Code containing undefined instruction 0xb9 - Data Section 186\n EOFI3670_0188 (Invalid) Code containing undefined instruction 0xba - Data Section 187\n EOFI3670_0189 (Invalid) Code containing undefined instruction 0xbb - Data Section 188\n EOFI3670_0190 (Invalid) Code containing undefined instruction 0xbc - Data Section 189\n EOFI3670_0191 (Invalid) Code containing undefined instruction 0xbd - Data Section 190\n EOFI3670_0192 (Invalid) Code containing undefined instruction 0xbe - Data Section 191\n EOFI3670_0193 (Invalid) Code containing undefined instruction 0xbf - Data Section 192\n EOFI3670_0194 (Invalid) Code containing undefined instruction 0xc0 - Data Section 193\n EOFI3670_0195 (Invalid) Code containing undefined instruction 0xc1 - Data Section 194\n EOFI3670_0196 (Invalid) Code containing undefined instruction 0xc2 - Data Section 195\n EOFI3670_0197 (Invalid) Code containing undefined instruction 0xc3 - Data Section 196\n EOFI3670_0198 (Invalid) Code containing undefined instruction 0xc4 - Data Section 197\n EOFI3670_0199 (Invalid) Code containing undefined instruction 0xc5 - Data Section 198\n EOFI3670_0200 (Invalid) Code containing undefined instruction 0xc6 - Data Section 199\n EOFI3670_0201 (Invalid) Code containing undefined instruction 0xc7 - Data Section 200\n EOFI3670_0202 (Invalid) Code containing undefined instruction 0xc8 - Data Section 201\n EOFI3670_0203 (Invalid) Code containing undefined instruction 0xc9 - Data Section 202\n EOFI3670_0204 (Invalid) Code containing undefined instruction 0xca - Data Section 203\n EOFI3670_0205 (Invalid) Code containing undefined instruction 0xcb - Data Section 204\n EOFI3670_0206 (Invalid) Code containing undefined instruction 0xcc - Data Section 205\n EOFI3670_0207 (Invalid) Code containing undefined instruction 0xcd - Data Section 206\n EOFI3670_0208 (Invalid) Code containing undefined instruction 0xce - Data Section 207\n EOFI3670_0209 (Invalid) Code containing undefined instruction 0xcf - Data Section 208\n EOFI3670_0210 (Invalid) Code containing undefined instruction 0xd4 - Data Section 209\n EOFI3670_0211 (Invalid) Code containing undefined instruction 0xd5 - Data Section 210\n EOFI3670_0212 (Invalid) Code containing undefined instruction 0xd6 - Data Section 211\n EOFI3670_0213 (Invalid) Code containing undefined instruction 0xd7 - Data Section 212\n EOFI3670_0214 (Invalid) Code containing undefined instruction 0xd8 - Data Section 213\n EOFI3670_0215 (Invalid) Code containing undefined instruction 0xd9 - Data Section 214\n EOFI3670_0216 (Invalid) Code containing undefined instruction 0xda - Data Section 215\n EOFI3670_0217 (Invalid) Code containing undefined instruction 0xdb - Data Section 216\n EOFI3670_0218 (Invalid) Code containing undefined instruction 0xdc - Data Section 217\n EOFI3670_0219 (Invalid) Code containing undefined instruction 0xdd - Data Section 218\n EOFI3670_0220 (Invalid) Code containing undefined instruction 0xde - Data Section 219\n EOFI3670_0221 (Invalid) Code containing undefined instruction 0xdf - Data Section 220\n EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe8 - Data Section 221\n EOFI3670_0223 (Invalid) Code containing undefined instruction 0xe9 - Data Section 222\n EOFI3670_0224 (Invalid) Code containing undefined instruction 0xea - Data Section 223\n EOFI3670_0225 (Invalid) Code containing undefined instruction 0xeb - Data Section 224\n EOFI3670_0226 (Invalid) Code containing undefined instruction 0xef - Data Section 225\n EOFI3670_0227 (Invalid) Code containing undefined instruction 0xf0 - Data Section 226\n EOFI3670_0228 (Invalid) Code containing undefined instruction 0xf2 - Data Section 227\n EOFI3670_0229 (Invalid) Code containing undefined instruction 0xf5 - Data Section 228\n EOFI3670_0230 (Invalid) Code containing undefined instruction 0xf6 - Data Section 229\n EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf8 - Data Section 230\n EOFI3670_0232 (Invalid) Code containing undefined instruction 0xf9 - Data Section 231\n EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfb - Data Section 232\n EOFI3670_0234 (Invalid) Code containing undefined instruction 0xfc - Data Section 233\n EOFI3670_0235 (Invalid) Code containing undefined instruction 0xff - Data Section 234\n EOFI3670_0236 (Invalid) Truncated PUSH1 (no immediates) - Data Section 235\n EOFI3670_0237 (Invalid) Truncated PUSH2 (no immediates) - Data Section 236\n EOFI3670_0238 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 237\n EOFI3670_0239 (Invalid) Truncated PUSH3 (no immediates) - Data Section 238\n EOFI3670_0240 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 239\n EOFI3670_0241 (Invalid) Truncated PUSH4 (no immediates) - Data Section 240\n EOFI3670_0242 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 241\n EOFI3670_0243 (Invalid) Truncated PUSH5 (no immediates) - Data Section 242\n EOFI3670_0244 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 243\n EOFI3670_0245 (Invalid) Truncated PUSH6 (no immediates) - Data Section 244\n EOFI3670_0246 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 245\n EOFI3670_0247 (Invalid) Truncated PUSH7 (no immediates) - Data Section 246\n EOFI3670_0248 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 247\n EOFI3670_0249 (Invalid) Truncated PUSH8 (no immediates) - Data Section 248\n EOFI3670_0250 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 249\n EOFI3670_0251 (Invalid) Truncated PUSH9 (no immediates) - Data Section 250\n EOFI3670_0252 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 251\n EOFI3670_0253 (Invalid) Truncated PUSH10 (no immediates) - Data Section 252\n EOFI3670_0254 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 253\n EOFI3670_0255 (Invalid) Truncated PUSH11 (no immediates) - Data Section 254\n EOFI3670_0256 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 255\n EOFI3670_0257 (Invalid) Truncated PUSH12 (no immediates) - Data Section 256\n EOFI3670_0258 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 257\n EOFI3670_0259 (Invalid) Truncated PUSH13 (no immediates) - Data Section 258\n EOFI3670_0260 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 259\n EOFI3670_0261 (Invalid) Truncated PUSH14 (no immediates) - Data Section 260\n EOFI3670_0262 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 261\n EOFI3670_0263 (Invalid) Truncated PUSH15 (no immediates) - Data Section 262\n EOFI3670_0264 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 263\n EOFI3670_0265 (Invalid) Truncated PUSH16 (no immediates) - Data Section 264\n EOFI3670_0266 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 265\n EOFI3670_0267 (Invalid) Truncated PUSH17 (no immediates) - Data Section 266\n EOFI3670_0268 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 267\n EOFI3670_0269 (Invalid) Truncated PUSH18 (no immediates) - Data Section 268\n EOFI3670_0270 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 269\n EOFI3670_0271 (Invalid) Truncated PUSH19 (no immediates) - Data Section 270\n EOFI3670_0272 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 271\n EOFI3670_0273 (Invalid) Truncated PUSH20 (no immediates) - Data Section 272\n EOFI3670_0274 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 273\n EOFI3670_0275 (Invalid) Truncated PUSH21 (no immediates) - Data Section 274\n EOFI3670_0276 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 275\n EOFI3670_0277 (Invalid) Truncated PUSH22 (no immediates) - Data Section 276\n EOFI3670_0278 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 277\n EOFI3670_0279 (Invalid) Truncated PUSH23 (no immediates) - Data Section 278\n EOFI3670_0280 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 279\n EOFI3670_0281 (Invalid) Truncated PUSH24 (no immediates) - Data Section 280\n EOFI3670_0282 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 281\n EOFI3670_0283 (Invalid) Truncated PUSH25 (no immediates) - Data Section 282\n EOFI3670_0284 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 283\n EOFI3670_0285 (Invalid) Truncated PUSH26 (no immediates) - Data Section 284\n EOFI3670_0286 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 285\n EOFI3670_0287 (Invalid) Truncated PUSH27 (no immediates) - Data Section 286\n EOFI3670_0288 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 287\n EOFI3670_0289 (Invalid) Truncated PUSH28 (no immediates) - Data Section 288\n EOFI3670_0290 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 289\n EOFI3670_0291 (Invalid) Truncated PUSH29 (no immediates) - Data Section 290\n EOFI3670_0292 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 291\n EOFI3670_0293 (Invalid) Truncated PUSH30 (no immediates) - Data Section 292\n EOFI3670_0294 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 293\n EOFI3670_0295 (Invalid) Truncated PUSH31 (no immediates) - Data Section 294\n EOFI3670_0296 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 295\n EOFI3670_0297 (Invalid) Truncated PUSH32 (no immediates) - Data Section 296\n EOFI3670_0298 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 297\n EOFI3670_0299 (Invalid) Containing undefined instruction (0xfb) after STOP - Data Section 298\n", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.808cc18c.dirty", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", + "generatedTestHash" : "7c547abb8f573d401b1bc26c58a81afb396682b61b2d7fb668461839e87c2249", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", "source" : "src/EOFTestsFiller/EIP3670/validInvalidFiller.yml", - "sourceHash" : "513e8e83276305366c781c549bb70abeacd865e219b9adfa7aacdc619765ea67" + "sourceHash" : "bf19d994b177b26188806100da49de21341fba9994942c02c067c801f191c785" }, "vectors" : { "validInvalid_0" : { @@ -1999,7 +1999,8 @@ "code" : "0xef0001010004020001000204000000008000013800", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, @@ -2007,7 +2008,8 @@ "code" : "0xef000101000402000100060400000000800003600180803900", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, @@ -2023,7 +2025,8 @@ "code" : "0xef00010100040200010004040000000080000160013b00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, @@ -2031,7 +2034,8 @@ "code" : "0xef00010100040200010007040000000080000460018080803c00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, @@ -2063,7 +2067,8 @@ "code" : "0xef00010100040200010004040000000080000160013f00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, @@ -2223,7 +2228,8 @@ "code" : "0xef0001010004020001000204000000008000015a00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, diff --git a/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml b/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml index b9487325224..e4f6706db52 100644 --- a/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml +++ b/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml @@ -38,14 +38,14 @@ validInvalid: EOFV3670_0033 (Valid) Code containing the CALLDATALOAD opcode - Data Section 32 EOFV3670_0034 (Valid) Code containing the CALLDATASIZE opcode - Data Section 33 EOFV3670_0035 (Valid) Code containing the CALLDATACOPY opcode - Data Section 34 - EOFV3670_0036 (Valid) Code containing the CODESIZE opcode - Data Section 35 - EOFV3670_0037 (Valid) Code containing the CODECOPY opcode - Data Section 36 + EOFV3670_0036 (Invalid) Code containing the CODESIZE opcode - Data Section 35 + EOFV3670_0037 (Invalid) Code containing the CODECOPY opcode - Data Section 36 EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37 - EOFV3670_0039 (Valid) Code containing the EXTCODESIZE opcode - Data Section 38 - EOFV3670_0040 (Valid) Code containing the EXTCODECOPY opcode - Data Section 39 + EOFV3670_0039 (Invalid) Code containing the EXTCODESIZE opcode - Data Section 38 + EOFV3670_0040 (Invalid) Code containing the EXTCODECOPY opcode - Data Section 39 EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40 EOFV3670_0042 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 41 - EOFV3670_0043 (Valid) Code containing the EXTCODEHASH opcode - Data Section 42 + EOFV3670_0043 (Invalid) Code containing the EXTCODEHASH opcode - Data Section 42 EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43 EOFV3670_0045 (Valid) Code containing the COINBASE opcode - Data Section 44 EOFV3670_0046 (Valid) Code containing the TIMESTAMP opcode - Data Section 45 @@ -63,7 +63,7 @@ validInvalid: EOFV3670_0058 (Valid) Code containing the SLOAD opcode - Data Section 57 EOFV3670_0059 (Valid) Code containing the SSTORE opcode - Data Section 58 EOFV3670_0060 (Valid) Code containing the MSIZE opcode - Data Section 59 - EOFV3670_0061 (Valid) Code containing the GAS opcode - Data Section 60 + EOFV3670_0061 (Invalid) Code containing the GAS opcode - Data Section 60 EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61 EOFV3670_0063 (Valid) Code containing the MCOPY opcode - Data Section 62 EOFV3670_0064 (Valid) Code containing the PUSH0 opcode - Data Section 63 @@ -1097,50 +1097,19 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0036 (Valid) Code containing the CODESIZE opcode - Data Section 35 + # EOFV3670_0036 (Invalid) Code containing the CODESIZE opcode - Data Section 35 # Code: CODESIZE STOP - data: | - :label EOFV3670_0036 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0002 # Code section 0 , 2 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0001 # max stack: 1 - # Code section 0 - 38 # [0] CODESIZE - 00 # [1] STOP - # Data section (empty) - #expectException: - #">=Prague": "ok." + :label EOFV3670_0036 :raw 0xef0001010004020001000204000000008000013800 + expectException: + ">=Prague": "EOF_UndefinedInstruction" - # EOFV3670_0037 (Valid) Code containing the CODECOPY opcode - Data Section 36 + # EOFV3670_0037 (Invalid) Code containing the CODECOPY opcode - Data Section 36 # Code: PUSH1(1) DUP1 DUP1 CODECOPY STOP - data: | - :label EOFV3670_0037 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0006 # Code section 0 , 6 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0003 # max stack: 3 - # Code section 0 - 6001 # [0] PUSH1(1) - 80 # [2] DUP1 - 80 # [3] DUP1 - 39 # [4] CODECOPY - 00 # [5] STOP - # Data section (empty) - #expectException: - #">=Prague": "ok." + :label EOFV3670_0037 :raw 0xef000101000402000100060400000000800003600180803900 + expectException: + ">=Prague": "EOF_UndefinedInstruction" # EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37 # Code: GASPRICE STOP @@ -1163,52 +1132,19 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0039 (Valid) Code containing the EXTCODESIZE opcode - Data Section 38 + # EOFV3670_0039 (Invalid) Code containing the EXTCODESIZE opcode - Data Section 38 # Code: PUSH1(1) EXTCODESIZE STOP - data: | - :label EOFV3670_0039 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0004 # Code section 0 , 4 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0001 # max stack: 1 - # Code section 0 - 6001 # [0] PUSH1(1) - 3b # [2] EXTCODESIZE - 00 # [3] STOP - # Data section (empty) - #expectException: - #">=Prague": "ok." + :label EOFV3670_0039 :raw 0xef00010100040200010004040000000080000160013b00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" - # EOFV3670_0040 (Valid) Code containing the EXTCODECOPY opcode - Data Section 39 + # EOFV3670_0040 (Invalid) Code containing the EXTCODECOPY opcode - Data Section 39 # Code: PUSH1(1) DUP1 DUP1 DUP1 EXTCODECOPY STOP - data: | - :label EOFV3670_0040 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0007 # Code section 0 , 7 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0004 # max stack: 4 - # Code section 0 - 6001 # [0] PUSH1(1) - 80 # [2] DUP1 - 80 # [3] DUP1 - 80 # [4] DUP1 - 3c # [5] EXTCODECOPY - 00 # [6] STOP - # Data section (empty) - #expectException: - #">=Prague": "ok." + :label EOFV3670_0040 :raw 0xef00010100040200010007040000000080000460018080803c00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" # EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40 # Code: RETURNDATASIZE STOP @@ -1255,27 +1191,12 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0043 (Valid) Code containing the EXTCODEHASH opcode - Data Section 42 + # EOFV3670_0043 (Invalid) Code containing the EXTCODEHASH opcode - Data Section 42 # Code: PUSH1(1) EXTCODEHASH STOP - data: | - :label EOFV3670_0043 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0004 # Code section 0 , 4 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0001 # max stack: 1 - # Code section 0 - 6001 # [0] PUSH1(1) - 3f # [2] EXTCODEHASH - 00 # [3] STOP - # Data section (empty) - #expectException: - #">=Prague": "ok." + :label EOFV3670_0043 :raw 0xef00010100040200010004040000000080000160013f00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" # EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43 # Code: PUSH1(1) BLOCKHASH STOP @@ -1643,26 +1564,12 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0061 (Valid) Code containing the GAS opcode - Data Section 60 + # EOFV3670_0061 (Invalid) Code containing the GAS opcode - Data Section 60 # Code: GAS STOP - data: | - :label EOFV3670_0061 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0002 # Code section 0 , 2 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0001 # max stack: 1 - # Code section 0 - 5a # [0] GAS - 00 # [1] STOP - # Data section (empty) - #expectException: - #">=Prague": "ok." + :label EOFV3670_0061 :raw 0xef0001010004020001000204000000008000015a00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" # EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61 # Code: NOP STOP From f9afe4ebd8c1332016b731068c7bcde7e1cfb40f Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:50:08 +0100 Subject: [PATCH 06/13] Fix EOFTests/EIP5450.validInvalid with undefined ops --- EOFTests/EIP5450/validInvalid.json | 438 ++++----- .../EIP5450/validInvalidFiller.yml | 896 +++++++----------- 2 files changed, 540 insertions(+), 794 deletions(-) diff --git a/EOFTests/EIP5450/validInvalid.json b/EOFTests/EIP5450/validInvalid.json index 684a03c852e..3e5aeca10d8 100644 --- a/EOFTests/EIP5450/validInvalid.json +++ b/EOFTests/EIP5450/validInvalid.json @@ -1,14 +1,14 @@ { "validInvalid" : { "_info" : { - "comment" : "Test various examples to see if they are valid or invalid.\nImplements\n EOF1V5450_0001 (Valid) Code with branches having the same stack height - Data index: 0\n EOF1V5450_0002 (Valid) Jump table - Data index: 1\n EOF1V5450_0003 (Valid) Infinite loop - Data index: 2\n EOF1V5450_0004 (Valid) Infinite loop using RJUMPV - Data index: 3\n EOF1V5450_0005 (Valid) CALLF branches with the same total of outputs - Data index: 4\n EOF1V5450_0006 (Valid) CALLF inputs - Data index: 5\n EOF1V5450_0007 (Valid) Validate input for ADD opcode - Data index: 6\n EOF1V5450_0008 (Valid) Validate input for MUL opcode - Data index: 7\n EOF1V5450_0009 (Valid) Validate input for SUB opcode - Data index: 8\n EOF1V5450_0010 (Valid) Validate input for DIV opcode - Data index: 9\n EOF1V5450_0011 (Valid) Validate input for SDIV opcode - Data index: 10\n EOF1V5450_0012 (Valid) Validate input for MOD opcode - Data index: 11\n EOF1V5450_0013 (Valid) Validate input for SMOD opcode - Data index: 12\n EOF1V5450_0014 (Valid) Validate input for ADDMOD opcode - Data index: 13\n EOF1V5450_0015 (Valid) Validate input for MULMOD opcode - Data index: 14\n EOF1V5450_0016 (Valid) Validate input for EXP opcode - Data index: 15\n EOF1V5450_0017 (Valid) Validate input for SIGNEXTEND opcode - Data index: 16\n EOF1V5450_0018 (Valid) Validate input for LT opcode - Data index: 17\n EOF1V5450_0019 (Valid) Validate input for GT opcode - Data index: 18\n EOF1V5450_0020 (Valid) Validate input for SLT opcode - Data index: 19\n EOF1V5450_0021 (Valid) Validate input for SGT opcode - Data index: 20\n EOF1V5450_0022 (Valid) Validate input for EQ opcode - Data index: 21\n EOF1V5450_0023 (Valid) Validate input for ISZERO opcode - Data index: 22\n EOF1V5450_0024 (Valid) Validate input for AND opcode - Data index: 23\n EOF1V5450_0025 (Valid) Validate input for OR opcode - Data index: 24\n EOF1V5450_0026 (Valid) Validate input for XOR opcode - Data index: 25\n EOF1V5450_0027 (Valid) Validate input for NOT opcode - Data index: 26\n EOF1V5450_0028 (Valid) Validate input for BYTE opcode - Data index: 27\n EOF1V5450_0029 (Valid) Validate input for SHL opcode - Data index: 28\n EOF1V5450_0030 (Valid) Validate input for SHR opcode - Data index: 29\n EOF1V5450_0031 (Valid) Validate input for SAR opcode - Data index: 30\n EOF1V5450_0032 (Valid) Validate input for SHA3 opcode - Data index: 31\n EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data index: 32\n EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data index: 33\n EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data index: 34\n EOF1V5450_0036 (Valid) Validate input for CODECOPY opcode - Data index: 35\n EOF1V5450_0037 (Valid) Validate input for EXTCODESIZE opcode - Data index: 36\n EOF1V5450_0038 (Valid) Validate input for EXTCODECOPY opcode - Data index: 37\n EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 38\n EOF1V5450_0040 (Valid) Validate input for EXTCODEHASH opcode - Data index: 39\n EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 40\n EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 41\n EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 42\n EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 43\n EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 44\n EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 45\n EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 46\n EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 47\n EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 48\n EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 49\n EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 50\n EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 51\n EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 52\n EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 53\n EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 54\n EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 55\n EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 56\n EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 57\n EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 58\n EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 59\n EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 60\n EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 61\n EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 62\n EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 63\n EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 64\n EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 65\n EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 66\n EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 67\n EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 68\n EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 69\n EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 70\n EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 71\n EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 72\n EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 73\n EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 74\n EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 75\n EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 76\n EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 77\n EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 78\n EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 79\n EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 80\n EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 81\n EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 82\n EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 83\n EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 84\n EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 85\n EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 86\n EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 87\n EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 88\n EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 89\n EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 90\n EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 91\n EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 92\n EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 93\n EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 94\n EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 95\n EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 96\n EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 97\n EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 98\n EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 99\n EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 100\n EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 101\n EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 102\n EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 103\n EOF1I5450_0001 (Invalid) Pushing loop - Data index: 104\n EOF1I5450_0002 (Invalid) Popping loop - Data index: 105\n EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 106\n EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 107\n EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 108\n EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 109\n EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 110\n EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 111\n EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 112\n EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 113\n EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 114\n EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 115\n EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 116\n EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 117\n EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 118\n EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 119\n EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 120\n EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 121\n EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 122\n EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 123\n EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 124\n EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 125\n EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 126\n EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 127\n EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 128\n EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 129\n EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 130\n EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 131\n EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 132\n EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 133\n EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 134\n EOF1I5450_0032 (Invalid) Stack underflow for opcode CODECOPY - Data index: 135\n EOF1I5450_0033 (Invalid) Stack underflow for opcode EXTCODESIZE - Data index: 136\n EOF1I5450_0034 (Invalid) Stack underflow for opcode EXTCODECOPY - Data index: 137\n EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 138\n EOF1I5450_0036 (Invalid) Stack underflow for opcode EXTCODEHASH - Data index: 139\n EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 140\n EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 141\n EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 142\n EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 143\n EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 144\n EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 145\n EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 146\n EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 147\n EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 148\n EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 149\n EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 150\n EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 151\n EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 152\n EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 153\n EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 154\n EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 155\n EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 156\n EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 157\n EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 158\n EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 159\n EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 160\n EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 161\n EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 162\n EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 163\n EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 164\n EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 165\n EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 166\n EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 167\n EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 168\n EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 169\n EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 170\n EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 171\n EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 172\n EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 173\n EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 174\n EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 175\n EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 176\n EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 177\n EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 178\n EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 179\n EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 180\n EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 181\n EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 182\n EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 183\n EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 184\n EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 185\n EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 186\n EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 187\n EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 188\n EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 189\n EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 190\n EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 191\n EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 192\n EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 193\n EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 194\n EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 195\n EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 196\n EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 197\n EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 198\n EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 199\n EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 200\n EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 201\n", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "5fe8f95c5397e77caa07f7e5f6d2c78d06a72b1f77bf2af91e4a281eeb1ee612", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "comment" : "Test various examples to see if they are valid or invalid.\nImplements\n EOF1V5450_0001 (Valid) Code with branches having the same stack height - Data index: 0\n EOF1V5450_0002 (Valid) Jump table - Data index: 1\n EOF1V5450_0003 (Valid) Infinite loop - Data index: 2\n EOF1V5450_0004 (Valid) Infinite loop using RJUMPV - Data index: 3\n EOF1V5450_0005 (Valid) CALLF branches with the same total of outputs - Data index: 4\n EOF1V5450_0006 (Valid) CALLF inputs - Data index: 5\n EOF1V5450_0007 (Valid) Validate input for ADD opcode - Data index: 6\n EOF1V5450_0008 (Valid) Validate input for MUL opcode - Data index: 7\n EOF1V5450_0009 (Valid) Validate input for SUB opcode - Data index: 8\n EOF1V5450_0010 (Valid) Validate input for DIV opcode - Data index: 9\n EOF1V5450_0011 (Valid) Validate input for SDIV opcode - Data index: 10\n EOF1V5450_0012 (Valid) Validate input for MOD opcode - Data index: 11\n EOF1V5450_0013 (Valid) Validate input for SMOD opcode - Data index: 12\n EOF1V5450_0014 (Valid) Validate input for ADDMOD opcode - Data index: 13\n EOF1V5450_0015 (Valid) Validate input for MULMOD opcode - Data index: 14\n EOF1V5450_0016 (Valid) Validate input for EXP opcode - Data index: 15\n EOF1V5450_0017 (Valid) Validate input for SIGNEXTEND opcode - Data index: 16\n EOF1V5450_0018 (Valid) Validate input for LT opcode - Data index: 17\n EOF1V5450_0019 (Valid) Validate input for GT opcode - Data index: 18\n EOF1V5450_0020 (Valid) Validate input for SLT opcode - Data index: 19\n EOF1V5450_0021 (Valid) Validate input for SGT opcode - Data index: 20\n EOF1V5450_0022 (Valid) Validate input for EQ opcode - Data index: 21\n EOF1V5450_0023 (Valid) Validate input for ISZERO opcode - Data index: 22\n EOF1V5450_0024 (Valid) Validate input for AND opcode - Data index: 23\n EOF1V5450_0025 (Valid) Validate input for OR opcode - Data index: 24\n EOF1V5450_0026 (Valid) Validate input for XOR opcode - Data index: 25\n EOF1V5450_0027 (Valid) Validate input for NOT opcode - Data index: 26\n EOF1V5450_0028 (Valid) Validate input for BYTE opcode - Data index: 27\n EOF1V5450_0029 (Valid) Validate input for SHL opcode - Data index: 28\n EOF1V5450_0030 (Valid) Validate input for SHR opcode - Data index: 29\n EOF1V5450_0031 (Valid) Validate input for SAR opcode - Data index: 30\n EOF1V5450_0032 (Valid) Validate input for SHA3 opcode - Data index: 31\n EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data index: 32\n EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data index: 33\n EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data index: 34\n EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 35\n EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 36\n EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 37\n EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 38\n EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 39\n EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 40\n EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 41\n EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 42\n EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 43\n EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 44\n EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 45\n EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 46\n EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 47\n EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 48\n EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 49\n EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 50\n EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 51\n EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 52\n EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 53\n EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 54\n EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 55\n EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 56\n EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 57\n EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 58\n EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 59\n EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 60\n EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 61\n EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 62\n EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 63\n EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 64\n EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 65\n EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 66\n EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 67\n EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 68\n EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 69\n EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 70\n EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 71\n EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 72\n EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 73\n EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 74\n EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 75\n EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 76\n EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 77\n EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 78\n EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 79\n EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 80\n EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 81\n EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 82\n EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 83\n EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 84\n EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 85\n EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 86\n EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 87\n EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 88\n EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 89\n EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 90\n EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 91\n EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 92\n EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 93\n EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 94\n EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 95\n EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 96\n EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 97\n EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 98\n EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 99\n EOF1I5450_0001 (Invalid) Pushing loop - Data index: 100\n EOF1I5450_0002 (Invalid) Popping loop - Data index: 101\n EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 102\n EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 103\n EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 104\n EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 105\n EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 106\n EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 107\n EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 108\n EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 109\n EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 110\n EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 111\n EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 112\n EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 113\n EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 114\n EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 115\n EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 116\n EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 117\n EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 118\n EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 119\n EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 120\n EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 121\n EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 122\n EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 123\n EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 124\n EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 125\n EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 126\n EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 127\n EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 128\n EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 129\n EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 130\n EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 131\n EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 132\n EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 133\n EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 134\n EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 135\n EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 136\n EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 137\n EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 138\n EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 139\n EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 140\n EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 141\n EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 142\n EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 143\n EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 144\n EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 145\n EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 146\n EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 147\n EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 148\n EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 149\n EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 150\n EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 151\n EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 152\n EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 153\n EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 154\n EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 155\n EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 156\n EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 157\n EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 158\n EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 159\n EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 160\n EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 161\n EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 162\n EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 163\n EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 164\n EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 165\n EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 166\n EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 167\n EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 168\n EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 169\n EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 170\n EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 171\n EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 172\n EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 173\n EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 174\n EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 175\n EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 176\n EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 177\n EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 178\n EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 179\n EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 180\n EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 181\n EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 182\n EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 183\n EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 184\n EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 185\n EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 186\n EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 187\n EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 188\n EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 189\n EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 190\n EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 191\n EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 192\n EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 193\n", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.b799e876.dirty", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", + "generatedTestHash" : "d30a9264587383f62fd63d336cf86519c769828c5ae568a6b0fa7a1875cf0a56", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", "source" : "src/EOFTestsFiller/EIP5450/validInvalidFiller.yml", - "sourceHash" : "10f981cd7e7564f42a8d3ab4dd1cf401a95e06d254c75b4903a189553c1e4ad4" + "sourceHash" : "700cea10756d1121c90f98bdd9d4b31106e5acde7058eb544e70523a17bda600" }, "vectors" : { "validInvalid_0" : { @@ -36,57 +36,61 @@ } }, "validInvalid_100" : { - "code" : "0xef0001010004020001000a04000000008000026000e100026001600200", + "code" : "0xef0001010004020001000504000000008000016000e0fffb", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_ConflictingStackHeight", + "result" : false } } }, "validInvalid_101" : { - "code" : "0xef0001010004020001000f04000000008000026000e100056001e000046002600300", + "code" : "0xef0001010004020001000804000000008000036000808050e0fffc", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_ConflictingStackHeight", + "result" : false } } }, "validInvalid_102" : { - "code" : "0xef000101000c020003000f00030004040000000080000200010001000200026000e10006e30001e00003e30002006001e4600180e4", + "code" : "0xef00010100040200010004040000000080000160010100", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_StackUnderflow", + "result" : false } } }, "validInvalid_103" : { - "code" : "0xef0001010004020001001b04000000008000036000e2010005000c6001e0000d60026003e0000660036004600500", + "code" : "0xef00010100040200010004040000000080000160010200", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_StackUnderflow", + "result" : false } } }, "validInvalid_104" : { - "code" : "0xef0001010004020001000504000000008000016000e0fffb", + "code" : "0xef00010100040200010004040000000080000160010300", "results" : { "Prague" : { - "exception" : "EOF_ConflictingStackHeight", + "exception" : "EOF_StackUnderflow", "result" : false } } }, "validInvalid_105" : { - "code" : "0xef0001010004020001000804000000008000036000808050e0fffc", + "code" : "0xef00010100040200010004040000000080000160010400", "results" : { "Prague" : { - "exception" : "EOF_ConflictingStackHeight", + "exception" : "EOF_StackUnderflow", "result" : false } } }, "validInvalid_106" : { - "code" : "0xef00010100040200010004040000000080000160010100", + "code" : "0xef00010100040200010004040000000080000160010500", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -95,7 +99,7 @@ } }, "validInvalid_107" : { - "code" : "0xef00010100040200010004040000000080000160010200", + "code" : "0xef00010100040200010004040000000080000160010600", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -104,7 +108,7 @@ } }, "validInvalid_108" : { - "code" : "0xef00010100040200010004040000000080000160010300", + "code" : "0xef00010100040200010004040000000080000160010700", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -113,7 +117,7 @@ } }, "validInvalid_109" : { - "code" : "0xef00010100040200010004040000000080000160010400", + "code" : "0xef000101000402000100060400000000800002600160010800", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -130,7 +134,7 @@ } }, "validInvalid_110" : { - "code" : "0xef00010100040200010004040000000080000160010500", + "code" : "0xef000101000402000100060400000000800002600160010900", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -139,7 +143,7 @@ } }, "validInvalid_111" : { - "code" : "0xef00010100040200010004040000000080000160010600", + "code" : "0xef00010100040200010004040000000080000160010a00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -148,7 +152,7 @@ } }, "validInvalid_112" : { - "code" : "0xef00010100040200010004040000000080000160010700", + "code" : "0xef00010100040200010004040000000080000160010b00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -157,7 +161,7 @@ } }, "validInvalid_113" : { - "code" : "0xef000101000402000100060400000000800002600160010800", + "code" : "0xef00010100040200010004040000000080000160011000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -166,7 +170,7 @@ } }, "validInvalid_114" : { - "code" : "0xef000101000402000100060400000000800002600160010900", + "code" : "0xef00010100040200010004040000000080000160011100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -175,7 +179,7 @@ } }, "validInvalid_115" : { - "code" : "0xef00010100040200010004040000000080000160010a00", + "code" : "0xef00010100040200010004040000000080000160011200", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -184,7 +188,7 @@ } }, "validInvalid_116" : { - "code" : "0xef00010100040200010004040000000080000160010b00", + "code" : "0xef00010100040200010004040000000080000160011300", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -193,7 +197,7 @@ } }, "validInvalid_117" : { - "code" : "0xef00010100040200010004040000000080000160011000", + "code" : "0xef00010100040200010004040000000080000160011400", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -202,7 +206,7 @@ } }, "validInvalid_118" : { - "code" : "0xef00010100040200010004040000000080000160011100", + "code" : "0xef0001010004020001000204000000008000001500", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -211,7 +215,7 @@ } }, "validInvalid_119" : { - "code" : "0xef00010100040200010004040000000080000160011200", + "code" : "0xef00010100040200010004040000000080000160011600", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -228,7 +232,7 @@ } }, "validInvalid_120" : { - "code" : "0xef00010100040200010004040000000080000160011300", + "code" : "0xef00010100040200010004040000000080000160011700", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -237,7 +241,7 @@ } }, "validInvalid_121" : { - "code" : "0xef00010100040200010004040000000080000160011400", + "code" : "0xef00010100040200010004040000000080000160011800", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -246,7 +250,7 @@ } }, "validInvalid_122" : { - "code" : "0xef0001010004020001000204000000008000001500", + "code" : "0xef0001010004020001000204000000008000001900", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -255,7 +259,7 @@ } }, "validInvalid_123" : { - "code" : "0xef00010100040200010004040000000080000160011600", + "code" : "0xef00010100040200010004040000000080000160011a00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -264,7 +268,7 @@ } }, "validInvalid_124" : { - "code" : "0xef00010100040200010004040000000080000160011700", + "code" : "0xef00010100040200010004040000000080000160011b00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -273,7 +277,7 @@ } }, "validInvalid_125" : { - "code" : "0xef00010100040200010004040000000080000160011800", + "code" : "0xef00010100040200010004040000000080000160011c00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -282,7 +286,7 @@ } }, "validInvalid_126" : { - "code" : "0xef0001010004020001000204000000008000001900", + "code" : "0xef00010100040200010004040000000080000160011d00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -291,7 +295,7 @@ } }, "validInvalid_127" : { - "code" : "0xef00010100040200010004040000000080000160011a00", + "code" : "0xef00010100040200010004040000000080000160012000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -300,7 +304,7 @@ } }, "validInvalid_128" : { - "code" : "0xef00010100040200010004040000000080000160011b00", + "code" : "0xef0001010004020001000204000000008000003100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -309,7 +313,7 @@ } }, "validInvalid_129" : { - "code" : "0xef00010100040200010004040000000080000160011c00", + "code" : "0xef0001010004020001000204000000008000003500", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -326,7 +330,7 @@ } }, "validInvalid_130" : { - "code" : "0xef00010100040200010004040000000080000160011d00", + "code" : "0xef000101000402000100060400000000800002600160013700", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -335,7 +339,7 @@ } }, "validInvalid_131" : { - "code" : "0xef00010100040200010004040000000080000160012000", + "code" : "0xef000101000402000100060400000000800002600160013e00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -344,7 +348,7 @@ } }, "validInvalid_132" : { - "code" : "0xef0001010004020001000204000000008000003100", + "code" : "0xef0001010004020001000204000000008000004000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -353,7 +357,7 @@ } }, "validInvalid_133" : { - "code" : "0xef0001010004020001000204000000008000003500", + "code" : "0xef0001010004020001000204000000008000004900", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -362,7 +366,7 @@ } }, "validInvalid_134" : { - "code" : "0xef000101000402000100060400000000800002600160013700", + "code" : "0xef0001010004020001000204000000008000005000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -371,7 +375,7 @@ } }, "validInvalid_135" : { - "code" : "0xef000101000402000100060400000000800002600160013900", + "code" : "0xef0001010004020001000204000000008000005100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -380,7 +384,7 @@ } }, "validInvalid_136" : { - "code" : "0xef0001010004020001000204000000008000003b00", + "code" : "0xef00010100040200010004040000000080000160015200", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -389,7 +393,7 @@ } }, "validInvalid_137" : { - "code" : "0xef0001010004020001000804000000008000036001600160013c00", + "code" : "0xef00010100040200010004040000000080000160015300", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -398,7 +402,7 @@ } }, "validInvalid_138" : { - "code" : "0xef000101000402000100060400000000800002600160013e00", + "code" : "0xef0001010004020001000204000000008000005400", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -407,7 +411,7 @@ } }, "validInvalid_139" : { - "code" : "0xef0001010004020001000204000000008000003f00", + "code" : "0xef00010100040200010004040000000080000160015500", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -424,7 +428,7 @@ } }, "validInvalid_140" : { - "code" : "0xef0001010004020001000204000000008000004000", + "code" : "0xef000101000402000100060400000000800002600160015e00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -433,7 +437,7 @@ } }, "validInvalid_141" : { - "code" : "0xef0001010004020001000204000000008000004900", + "code" : "0xef0001010004020001000204000000008000018000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -442,7 +446,7 @@ } }, "validInvalid_142" : { - "code" : "0xef0001010004020001000204000000008000005000", + "code" : "0xef00010100040200010004040000000080000260018100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -451,7 +455,7 @@ } }, "validInvalid_143" : { - "code" : "0xef0001010004020001000204000000008000005100", + "code" : "0xef000101000402000100060400000000800003600160018200", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -460,7 +464,7 @@ } }, "validInvalid_144" : { - "code" : "0xef00010100040200010004040000000080000160015200", + "code" : "0xef0001010004020001000804000000008000046001600160018300", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -469,7 +473,7 @@ } }, "validInvalid_145" : { - "code" : "0xef00010100040200010004040000000080000160015300", + "code" : "0xef0001010004020001000a040000000080000560016001600160018400", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -478,7 +482,7 @@ } }, "validInvalid_146" : { - "code" : "0xef0001010004020001000204000000008000005400", + "code" : "0xef0001010004020001000c0400000000800006600160016001600160018500", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -487,7 +491,7 @@ } }, "validInvalid_147" : { - "code" : "0xef00010100040200010004040000000080000160015500", + "code" : "0xef0001010004020001000e04000000008000076001600160016001600160018600", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -496,7 +500,7 @@ } }, "validInvalid_148" : { - "code" : "0xef000101000402000100060400000000800002600160015e00", + "code" : "0xef00010100040200010010040000000080000860016001600160016001600160018700", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -505,7 +509,7 @@ } }, "validInvalid_149" : { - "code" : "0xef0001010004020001000204000000008000018000", + "code" : "0xef000101000402000100120400000000800009600160016001600160016001600160018800", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -522,7 +526,7 @@ } }, "validInvalid_150" : { - "code" : "0xef00010100040200010004040000000080000260018100", + "code" : "0xef00010100040200010014040000000080000a6001600160016001600160016001600160018900", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -531,7 +535,7 @@ } }, "validInvalid_151" : { - "code" : "0xef000101000402000100060400000000800003600160018200", + "code" : "0xef00010100040200010016040000000080000b60016001600160016001600160016001600160018a00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -540,7 +544,7 @@ } }, "validInvalid_152" : { - "code" : "0xef0001010004020001000804000000008000046001600160018300", + "code" : "0xef00010100040200010018040000000080000c600160016001600160016001600160016001600160018b00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -549,7 +553,7 @@ } }, "validInvalid_153" : { - "code" : "0xef0001010004020001000a040000000080000560016001600160018400", + "code" : "0xef0001010004020001001a040000000080000d6001600160016001600160016001600160016001600160018c00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -558,7 +562,7 @@ } }, "validInvalid_154" : { - "code" : "0xef0001010004020001000c0400000000800006600160016001600160018500", + "code" : "0xef0001010004020001001c040000000080000e60016001600160016001600160016001600160016001600160018d00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -567,7 +571,7 @@ } }, "validInvalid_155" : { - "code" : "0xef0001010004020001000e04000000008000076001600160016001600160018600", + "code" : "0xef0001010004020001001e040000000080000f600160016001600160016001600160016001600160016001600160018e00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -576,7 +580,7 @@ } }, "validInvalid_156" : { - "code" : "0xef00010100040200010010040000000080000860016001600160016001600160018700", + "code" : "0xef0001010004020001002004000000008000106001600160016001600160016001600160016001600160016001600160018f00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -585,7 +589,7 @@ } }, "validInvalid_157" : { - "code" : "0xef000101000402000100120400000000800009600160016001600160016001600160018800", + "code" : "0xef00010100040200010004040000000080000160019000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -594,7 +598,7 @@ } }, "validInvalid_158" : { - "code" : "0xef00010100040200010014040000000080000a6001600160016001600160016001600160018900", + "code" : "0xef000101000402000100060400000000800002600160019100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -603,7 +607,7 @@ } }, "validInvalid_159" : { - "code" : "0xef00010100040200010016040000000080000b60016001600160016001600160016001600160018a00", + "code" : "0xef0001010004020001000804000000008000036001600160019200", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -620,7 +624,7 @@ } }, "validInvalid_160" : { - "code" : "0xef00010100040200010018040000000080000c600160016001600160016001600160016001600160018b00", + "code" : "0xef0001010004020001000a040000000080000460016001600160019300", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -629,7 +633,7 @@ } }, "validInvalid_161" : { - "code" : "0xef0001010004020001001a040000000080000d6001600160016001600160016001600160016001600160018c00", + "code" : "0xef0001010004020001000c0400000000800005600160016001600160019400", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -638,7 +642,7 @@ } }, "validInvalid_162" : { - "code" : "0xef0001010004020001001c040000000080000e60016001600160016001600160016001600160016001600160018d00", + "code" : "0xef0001010004020001000e04000000008000066001600160016001600160019500", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -647,7 +651,7 @@ } }, "validInvalid_163" : { - "code" : "0xef0001010004020001001e040000000080000f600160016001600160016001600160016001600160016001600160018e00", + "code" : "0xef00010100040200010010040000000080000760016001600160016001600160019600", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -656,7 +660,7 @@ } }, "validInvalid_164" : { - "code" : "0xef0001010004020001002004000000008000106001600160016001600160016001600160016001600160016001600160018f00", + "code" : "0xef000101000402000100120400000000800008600160016001600160016001600160019700", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -665,7 +669,7 @@ } }, "validInvalid_165" : { - "code" : "0xef00010100040200010004040000000080000160019000", + "code" : "0xef0001010004020001001404000000008000096001600160016001600160016001600160019800", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -674,7 +678,7 @@ } }, "validInvalid_166" : { - "code" : "0xef000101000402000100060400000000800002600160019100", + "code" : "0xef00010100040200010016040000000080000a60016001600160016001600160016001600160019900", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -683,7 +687,7 @@ } }, "validInvalid_167" : { - "code" : "0xef0001010004020001000804000000008000036001600160019200", + "code" : "0xef00010100040200010018040000000080000b600160016001600160016001600160016001600160019a00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -692,7 +696,7 @@ } }, "validInvalid_168" : { - "code" : "0xef0001010004020001000a040000000080000460016001600160019300", + "code" : "0xef0001010004020001001a040000000080000c6001600160016001600160016001600160016001600160019b00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -701,7 +705,7 @@ } }, "validInvalid_169" : { - "code" : "0xef0001010004020001000c0400000000800005600160016001600160019400", + "code" : "0xef0001010004020001001c040000000080000d60016001600160016001600160016001600160016001600160019c00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -718,7 +722,7 @@ } }, "validInvalid_170" : { - "code" : "0xef0001010004020001000e04000000008000066001600160016001600160019500", + "code" : "0xef0001010004020001001e040000000080000e600160016001600160016001600160016001600160016001600160019d00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -727,7 +731,7 @@ } }, "validInvalid_171" : { - "code" : "0xef00010100040200010010040000000080000760016001600160016001600160019600", + "code" : "0xef00010100040200010020040000000080000f6001600160016001600160016001600160016001600160016001600160019e00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -736,7 +740,7 @@ } }, "validInvalid_172" : { - "code" : "0xef000101000402000100120400000000800008600160016001600160016001600160019700", + "code" : "0xef00010100040200010022040000000080001060016001600160016001600160016001600160016001600160016001600160019f00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -745,7 +749,7 @@ } }, "validInvalid_173" : { - "code" : "0xef0001010004020001001404000000008000096001600160016001600160016001600160019800", + "code" : "0xef0001010004020001000404000000008000016001a000", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -754,7 +758,7 @@ } }, "validInvalid_174" : { - "code" : "0xef00010100040200010016040000000080000a60016001600160016001600160016001600160019900", + "code" : "0xef00010100040200010006040000000080000260016001a100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -763,7 +767,7 @@ } }, "validInvalid_175" : { - "code" : "0xef00010100040200010018040000000080000b600160016001600160016001600160016001600160019a00", + "code" : "0xef000101000402000100080400000000800003600160016001a200", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -772,7 +776,7 @@ } }, "validInvalid_176" : { - "code" : "0xef0001010004020001001a040000000080000c6001600160016001600160016001600160016001600160019b00", + "code" : "0xef0001010004020001000a04000000008000046001600160016001a300", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -781,7 +785,7 @@ } }, "validInvalid_177" : { - "code" : "0xef0001010004020001001c040000000080000d60016001600160016001600160016001600160016001600160019c00", + "code" : "0xef0001010004020001000c040000000080000560016001600160016001a400", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -790,7 +794,7 @@ } }, "validInvalid_178" : { - "code" : "0xef0001010004020001001e040000000080000e600160016001600160016001600160016001600160016001600160019d00", + "code" : "0xef0001010004020001000e0400000000800006600160016001600160016001f100", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -799,7 +803,7 @@ } }, "validInvalid_179" : { - "code" : "0xef00010100040200010020040000000080000f6001600160016001600160016001600160016001600160016001600160019e00", + "code" : "0xef0001010004020001000304000000008000016001f3", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -816,7 +820,7 @@ } }, "validInvalid_180" : { - "code" : "0xef00010100040200010022040000000080001060016001600160016001600160016001600160016001600160016001600160019f00", + "code" : "0xef0001010004020001000c040000000080000560016001600160016001f400", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -825,7 +829,7 @@ } }, "validInvalid_181" : { - "code" : "0xef0001010004020001000404000000008000016001a000", + "code" : "0xef0001010004020001000c040000000080000560016001600160016001fa00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -834,7 +838,7 @@ } }, "validInvalid_182" : { - "code" : "0xef00010100040200010006040000000080000260016001a100", + "code" : "0xef0001010004020001000304000000008000016001fd", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -843,7 +847,7 @@ } }, "validInvalid_183" : { - "code" : "0xef000101000402000100080400000000800003600160016001a200", + "code" : "0xef000101000c02000300040007000304000000008000000100000302000002e3000100600080e30002e45050e4", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -852,7 +856,7 @@ } }, "validInvalid_184" : { - "code" : "0xef0001010004020001000a04000000008000046001600160016001a300", + "code" : "0xef000101000c02000300040006000604000000008000000100000202800002e30001006000e30002e45050e30003e4", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -861,46 +865,46 @@ } }, "validInvalid_185" : { - "code" : "0xef0001010004020001000c040000000080000560016001600160016001a400", + "code" : "0xef0001010004020001080004000000008004006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_MaxStackHeightExceeded", "result" : false } } }, "validInvalid_186" : { - "code" : "0xef0001010004020001000e0400000000800006600160016001600160016001f100", + "code" : "0xef000101000802000207fb000b040000000080040100050005600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000e3000160006000600060006000e4", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_MaxStackHeightExceeded", "result" : false } } }, "validInvalid_187" : { - "code" : "0xef0001010004020001000304000000008000016001f3", + "code" : "0xef0001010004020001000204000000008000016000", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_InvalidCodeTermination", "result" : false } } }, "validInvalid_188" : { - "code" : "0xef0001010004020001000c040000000080000560016001600160016001f400", + "code" : "0xef0001010004020001000704000000008000016000e10001005b", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_InvalidCodeTermination", "result" : false } } }, "validInvalid_189" : { - "code" : "0xef0001010004020001000c040000000080000560016001600160016001fa00", + "code" : "0xef0001010004020001000b04000000008000016000e20100010002fe005b", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_InvalidCodeTermination", "result" : false } } @@ -914,79 +918,25 @@ } }, "validInvalid_190" : { - "code" : "0xef0001010004020001000304000000008000016001fd", + "code" : "0xef00010100040200010006040000000080000260006000f300", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_UnreachableCode", "result" : false } } }, "validInvalid_191" : { - "code" : "0xef000101000c02000300040007000304000000008000000100000302000002e3000100600080e30002e45050e4", + "code" : "0xef00010100040200010006040000000080000260006000fd00", "results" : { "Prague" : { - "exception" : "EOF_StackUnderflow", + "exception" : "EOF_UnreachableCode", "result" : false } } }, "validInvalid_192" : { - "code" : "0xef000101000c02000300040006000604000000008000000100000202800002e30001006000e30002e45050e30003e4", - "results" : { - "Prague" : { - "exception" : "EOF_StackUnderflow", - "result" : false - } - } - }, - "validInvalid_193" : { - "code" : "0xef0001010004020001080004000000008004006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000", - "results" : { - "Prague" : { - "exception" : "EOF_MaxStackHeightExceeded", - "result" : false - } - } - }, - "validInvalid_194" : { - "code" : "0xef000101000802000207fb000b040000000080040100050005600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000e3000160006000600060006000e4", - "results" : { - "Prague" : { - "exception" : "EOF_MaxStackHeightExceeded", - "result" : false - } - } - }, - "validInvalid_195" : { - "code" : "0xef0001010004020001000204000000008000016000", - "results" : { - "Prague" : { - "exception" : "EOF_InvalidCodeTermination", - "result" : false - } - } - }, - "validInvalid_196" : { - "code" : "0xef0001010004020001000704000000008000016000e10001005b", - "results" : { - "Prague" : { - "exception" : "EOF_InvalidCodeTermination", - "result" : false - } - } - }, - "validInvalid_197" : { - "code" : "0xef0001010004020001000b04000000008000016000e20100010002fe005b", - "results" : { - "Prague" : { - "exception" : "EOF_InvalidCodeTermination", - "result" : false - } - } - }, - "validInvalid_198" : { - "code" : "0xef00010100040200010006040000000080000260006000f300", + "code" : "0xef000101000402000100080400000000800001e000026000600000", "results" : { "Prague" : { "exception" : "EOF_UnreachableCode", @@ -994,8 +944,8 @@ } } }, - "validInvalid_199" : { - "code" : "0xef00010100040200010006040000000080000260006000fd00", + "validInvalid_193" : { + "code" : "0xef0001010004020001000c0400000000800001e000026000600050e0fffa00", "results" : { "Prague" : { "exception" : "EOF_UnreachableCode", @@ -1019,24 +969,6 @@ } } }, - "validInvalid_200" : { - "code" : "0xef000101000402000100080400000000800001e000026000600000", - "results" : { - "Prague" : { - "exception" : "EOF_UnreachableCode", - "result" : false - } - } - }, - "validInvalid_201" : { - "code" : "0xef0001010004020001000c0400000000800001e000026000600050e0fffa00", - "results" : { - "Prague" : { - "exception" : "EOF_UnreachableCode", - "result" : false - } - } - }, "validInvalid_21" : { "code" : "0xef0001010004020001000504000000008000026001801400", "results" : { @@ -1158,7 +1090,7 @@ } }, "validInvalid_35" : { - "code" : "0xef000101000402000100060400000000800003600180803900", + "code" : "0xef000101000402000100060400000000800003600180803e00", "results" : { "Prague" : { "result" : true @@ -1166,7 +1098,7 @@ } }, "validInvalid_36" : { - "code" : "0xef00010100040200010004040000000080000160013b00", + "code" : "0xef00010100040200010004040000000080000160014000", "results" : { "Prague" : { "result" : true @@ -1174,7 +1106,7 @@ } }, "validInvalid_37" : { - "code" : "0xef00010100040200010007040000000080000460018080803c00", + "code" : "0xef00010100040200010004040000000080000160014900", "results" : { "Prague" : { "result" : true @@ -1182,7 +1114,7 @@ } }, "validInvalid_38" : { - "code" : "0xef000101000402000100060400000000800003600180803e00", + "code" : "0xef00010100040200010004040000000080000160015000", "results" : { "Prague" : { "result" : true @@ -1190,7 +1122,7 @@ } }, "validInvalid_39" : { - "code" : "0xef00010100040200010004040000000080000160013f00", + "code" : "0xef00010100040200010004040000000080000160015100", "results" : { "Prague" : { "result" : true @@ -1198,7 +1130,7 @@ } }, "validInvalid_4" : { - "code" : "0xef000101000c020003000f00020002040000000080000100010001000100016000e10006e30001e00003e300020030e438e4", + "code" : "0xef000101000c020003000f00020002040000000080000100010001000100016000e10006e30001e00003e300020030e43de4", "results" : { "Prague" : { "result" : true @@ -1206,7 +1138,7 @@ } }, "validInvalid_40" : { - "code" : "0xef00010100040200010004040000000080000160014000", + "code" : "0xef0001010004020001000504000000008000026001805200", "results" : { "Prague" : { "result" : true @@ -1214,7 +1146,7 @@ } }, "validInvalid_41" : { - "code" : "0xef00010100040200010004040000000080000160014900", + "code" : "0xef0001010004020001000504000000008000026001805300", "results" : { "Prague" : { "result" : true @@ -1222,7 +1154,7 @@ } }, "validInvalid_42" : { - "code" : "0xef00010100040200010004040000000080000160015000", + "code" : "0xef00010100040200010004040000000080000160015400", "results" : { "Prague" : { "result" : true @@ -1230,7 +1162,7 @@ } }, "validInvalid_43" : { - "code" : "0xef00010100040200010004040000000080000160015100", + "code" : "0xef0001010004020001000504000000008000026001805500", "results" : { "Prague" : { "result" : true @@ -1238,7 +1170,7 @@ } }, "validInvalid_44" : { - "code" : "0xef0001010004020001000504000000008000026001805200", + "code" : "0xef000101000402000100060400000000800003600180805e00", "results" : { "Prague" : { "result" : true @@ -1246,7 +1178,7 @@ } }, "validInvalid_45" : { - "code" : "0xef0001010004020001000504000000008000026001805300", + "code" : "0xef00010100040200010004040000000080000260018000", "results" : { "Prague" : { "result" : true @@ -1254,7 +1186,7 @@ } }, "validInvalid_46" : { - "code" : "0xef00010100040200010004040000000080000160015400", + "code" : "0xef0001010004020001000504000000008000036001808100", "results" : { "Prague" : { "result" : true @@ -1262,7 +1194,7 @@ } }, "validInvalid_47" : { - "code" : "0xef0001010004020001000504000000008000026001805500", + "code" : "0xef000101000402000100060400000000800004600180808200", "results" : { "Prague" : { "result" : true @@ -1270,7 +1202,7 @@ } }, "validInvalid_48" : { - "code" : "0xef000101000402000100060400000000800003600180805e00", + "code" : "0xef00010100040200010007040000000080000560018080808300", "results" : { "Prague" : { "result" : true @@ -1278,7 +1210,7 @@ } }, "validInvalid_49" : { - "code" : "0xef00010100040200010004040000000080000260018000", + "code" : "0xef0001010004020001000804000000008000066001808080808400", "results" : { "Prague" : { "result" : true @@ -1294,7 +1226,7 @@ } }, "validInvalid_50" : { - "code" : "0xef0001010004020001000504000000008000036001808100", + "code" : "0xef000101000402000100090400000000800007600180808080808500", "results" : { "Prague" : { "result" : true @@ -1302,7 +1234,7 @@ } }, "validInvalid_51" : { - "code" : "0xef000101000402000100060400000000800004600180808200", + "code" : "0xef0001010004020001000a040000000080000860018080808080808600", "results" : { "Prague" : { "result" : true @@ -1310,7 +1242,7 @@ } }, "validInvalid_52" : { - "code" : "0xef00010100040200010007040000000080000560018080808300", + "code" : "0xef0001010004020001000b04000000008000096001808080808080808700", "results" : { "Prague" : { "result" : true @@ -1318,7 +1250,7 @@ } }, "validInvalid_53" : { - "code" : "0xef0001010004020001000804000000008000066001808080808400", + "code" : "0xef0001010004020001000c040000000080000a600180808080808080808800", "results" : { "Prague" : { "result" : true @@ -1326,7 +1258,7 @@ } }, "validInvalid_54" : { - "code" : "0xef000101000402000100090400000000800007600180808080808500", + "code" : "0xef0001010004020001000d040000000080000b60018080808080808080808900", "results" : { "Prague" : { "result" : true @@ -1334,7 +1266,7 @@ } }, "validInvalid_55" : { - "code" : "0xef0001010004020001000a040000000080000860018080808080808600", + "code" : "0xef0001010004020001000e040000000080000c6001808080808080808080808a00", "results" : { "Prague" : { "result" : true @@ -1342,7 +1274,7 @@ } }, "validInvalid_56" : { - "code" : "0xef0001010004020001000b04000000008000096001808080808080808700", + "code" : "0xef0001010004020001000f040000000080000d600180808080808080808080808b00", "results" : { "Prague" : { "result" : true @@ -1350,7 +1282,7 @@ } }, "validInvalid_57" : { - "code" : "0xef0001010004020001000c040000000080000a600180808080808080808800", + "code" : "0xef00010100040200010010040000000080000e60018080808080808080808080808c00", "results" : { "Prague" : { "result" : true @@ -1358,7 +1290,7 @@ } }, "validInvalid_58" : { - "code" : "0xef0001010004020001000d040000000080000b60018080808080808080808900", + "code" : "0xef00010100040200010011040000000080000f6001808080808080808080808080808d00", "results" : { "Prague" : { "result" : true @@ -1366,7 +1298,7 @@ } }, "validInvalid_59" : { - "code" : "0xef0001010004020001000e040000000080000c6001808080808080808080808a00", + "code" : "0xef000101000402000100120400000000800010600180808080808080808080808080808e00", "results" : { "Prague" : { "result" : true @@ -1382,7 +1314,7 @@ } }, "validInvalid_60" : { - "code" : "0xef0001010004020001000f040000000080000d600180808080808080808080808b00", + "code" : "0xef00010100040200010013040000000080001160018080808080808080808080808080808f00", "results" : { "Prague" : { "result" : true @@ -1390,7 +1322,7 @@ } }, "validInvalid_61" : { - "code" : "0xef00010100040200010010040000000080000e60018080808080808080808080808c00", + "code" : "0xef0001010004020001000504000000008000026001809000", "results" : { "Prague" : { "result" : true @@ -1398,7 +1330,7 @@ } }, "validInvalid_62" : { - "code" : "0xef00010100040200010011040000000080000f6001808080808080808080808080808d00", + "code" : "0xef000101000402000100060400000000800003600180809100", "results" : { "Prague" : { "result" : true @@ -1406,7 +1338,7 @@ } }, "validInvalid_63" : { - "code" : "0xef000101000402000100120400000000800010600180808080808080808080808080808e00", + "code" : "0xef00010100040200010007040000000080000460018080809200", "results" : { "Prague" : { "result" : true @@ -1414,7 +1346,7 @@ } }, "validInvalid_64" : { - "code" : "0xef00010100040200010013040000000080001160018080808080808080808080808080808f00", + "code" : "0xef0001010004020001000804000000008000056001808080809300", "results" : { "Prague" : { "result" : true @@ -1422,7 +1354,7 @@ } }, "validInvalid_65" : { - "code" : "0xef0001010004020001000504000000008000026001809000", + "code" : "0xef000101000402000100090400000000800006600180808080809400", "results" : { "Prague" : { "result" : true @@ -1430,7 +1362,7 @@ } }, "validInvalid_66" : { - "code" : "0xef000101000402000100060400000000800003600180809100", + "code" : "0xef0001010004020001000a040000000080000760018080808080809500", "results" : { "Prague" : { "result" : true @@ -1438,7 +1370,7 @@ } }, "validInvalid_67" : { - "code" : "0xef00010100040200010007040000000080000460018080809200", + "code" : "0xef0001010004020001000b04000000008000086001808080808080809600", "results" : { "Prague" : { "result" : true @@ -1446,7 +1378,7 @@ } }, "validInvalid_68" : { - "code" : "0xef0001010004020001000804000000008000056001808080809300", + "code" : "0xef0001010004020001000c0400000000800009600180808080808080809700", "results" : { "Prague" : { "result" : true @@ -1454,7 +1386,7 @@ } }, "validInvalid_69" : { - "code" : "0xef000101000402000100090400000000800006600180808080809400", + "code" : "0xef0001010004020001000d040000000080000a60018080808080808080809800", "results" : { "Prague" : { "result" : true @@ -1470,7 +1402,7 @@ } }, "validInvalid_70" : { - "code" : "0xef0001010004020001000a040000000080000760018080808080809500", + "code" : "0xef0001010004020001000e040000000080000b6001808080808080808080809900", "results" : { "Prague" : { "result" : true @@ -1478,7 +1410,7 @@ } }, "validInvalid_71" : { - "code" : "0xef0001010004020001000b04000000008000086001808080808080809600", + "code" : "0xef0001010004020001000f040000000080000c600180808080808080808080809a00", "results" : { "Prague" : { "result" : true @@ -1486,7 +1418,7 @@ } }, "validInvalid_72" : { - "code" : "0xef0001010004020001000c0400000000800009600180808080808080809700", + "code" : "0xef00010100040200010010040000000080000d60018080808080808080808080809b00", "results" : { "Prague" : { "result" : true @@ -1494,7 +1426,7 @@ } }, "validInvalid_73" : { - "code" : "0xef0001010004020001000d040000000080000a60018080808080808080809800", + "code" : "0xef00010100040200010011040000000080000e6001808080808080808080808080809c00", "results" : { "Prague" : { "result" : true @@ -1502,7 +1434,7 @@ } }, "validInvalid_74" : { - "code" : "0xef0001010004020001000e040000000080000b6001808080808080808080809900", + "code" : "0xef00010100040200010012040000000080000f600180808080808080808080808080809d00", "results" : { "Prague" : { "result" : true @@ -1510,7 +1442,7 @@ } }, "validInvalid_75" : { - "code" : "0xef0001010004020001000f040000000080000c600180808080808080808080809a00", + "code" : "0xef00010100040200010013040000000080001060018080808080808080808080808080809e00", "results" : { "Prague" : { "result" : true @@ -1518,7 +1450,7 @@ } }, "validInvalid_76" : { - "code" : "0xef00010100040200010010040000000080000d60018080808080808080808080809b00", + "code" : "0xef0001010004020001001404000000008000116001808080808080808080808080808080809f00", "results" : { "Prague" : { "result" : true @@ -1526,7 +1458,7 @@ } }, "validInvalid_77" : { - "code" : "0xef00010100040200010011040000000080000e6001808080808080808080808080809c00", + "code" : "0xef000101000402000100050400000000800002600180a000", "results" : { "Prague" : { "result" : true @@ -1534,7 +1466,7 @@ } }, "validInvalid_78" : { - "code" : "0xef00010100040200010012040000000080000f600180808080808080808080808080809d00", + "code" : "0xef00010100040200010006040000000080000360018080a100", "results" : { "Prague" : { "result" : true @@ -1542,7 +1474,7 @@ } }, "validInvalid_79" : { - "code" : "0xef00010100040200010013040000000080001060018080808080808080808080808080809e00", + "code" : "0xef0001010004020001000704000000008000046001808080a200", "results" : { "Prague" : { "result" : true @@ -1558,7 +1490,7 @@ } }, "validInvalid_80" : { - "code" : "0xef0001010004020001001404000000008000116001808080808080808080808080808080809f00", + "code" : "0xef000101000402000100080400000000800005600180808080a300", "results" : { "Prague" : { "result" : true @@ -1566,7 +1498,7 @@ } }, "validInvalid_81" : { - "code" : "0xef000101000402000100050400000000800002600180a000", + "code" : "0xef00010100040200010009040000000080000660018080808080a400", "results" : { "Prague" : { "result" : true @@ -1574,7 +1506,7 @@ } }, "validInvalid_82" : { - "code" : "0xef00010100040200010006040000000080000360018080a100", + "code" : "0xef0001010004020001000a04000000008000076001808080808080f100", "results" : { "Prague" : { "result" : true @@ -1582,7 +1514,7 @@ } }, "validInvalid_83" : { - "code" : "0xef0001010004020001000704000000008000046001808080a200", + "code" : "0xef000101000402000100040400000000800002600180f3", "results" : { "Prague" : { "result" : true @@ -1590,7 +1522,7 @@ } }, "validInvalid_84" : { - "code" : "0xef000101000402000100080400000000800005600180808080a300", + "code" : "0xef00010100040200010009040000000080000660018080808080f400", "results" : { "Prague" : { "result" : true @@ -1598,7 +1530,7 @@ } }, "validInvalid_85" : { - "code" : "0xef00010100040200010009040000000080000660018080808080a400", + "code" : "0xef00010100040200010009040000000080000660018080808080fa00", "results" : { "Prague" : { "result" : true @@ -1606,7 +1538,7 @@ } }, "validInvalid_86" : { - "code" : "0xef0001010004020001000a04000000008000076001808080808080f100", + "code" : "0xef000101000402000100040400000000800002600180fd", "results" : { "Prague" : { "result" : true @@ -1614,7 +1546,7 @@ } }, "validInvalid_87" : { - "code" : "0xef000101000402000100040400000000800002600180f3", + "code" : "0xef000101000402000100070400000000800002600150600080f3", "results" : { "Prague" : { "result" : true @@ -1622,7 +1554,7 @@ } }, "validInvalid_88" : { - "code" : "0xef00010100040200010009040000000080000660018080808080f400", + "code" : "0xef000101000402000100070400000000800002600150600080fd", "results" : { "Prague" : { "result" : true @@ -1630,7 +1562,7 @@ } }, "validInvalid_89" : { - "code" : "0xef00010100040200010009040000000080000660018080808080fa00", + "code" : "0xef000101000402000100030400000000800000e0fffd", "results" : { "Prague" : { "result" : true @@ -1646,7 +1578,7 @@ } }, "validInvalid_90" : { - "code" : "0xef000101000402000100040400000000800002600180fd", + "code" : "0xef0001010004020001000e0400000000800002600a6001900380e1000100e0fff4", "results" : { "Prague" : { "result" : true @@ -1654,7 +1586,7 @@ } }, "validInvalid_91" : { - "code" : "0xef000101000402000100070400000000800002600150600080f3", + "code" : "0xef000101000c020003000600060006040000000080000101010002000200026000e300010050e3000250e46000610000e4", "results" : { "Prague" : { "result" : true @@ -1662,7 +1594,7 @@ } }, "validInvalid_92" : { - "code" : "0xef000101000402000100070400000000800002600150600080fd", + "code" : "0xef000101000402000100070400000000800005600080808080f3", "results" : { "Prague" : { "result" : true @@ -1670,7 +1602,7 @@ } }, "validInvalid_93" : { - "code" : "0xef000101000402000100030400000000800000e0fffd", + "code" : "0xef000101000402000100070400000000800005600080808080fd", "results" : { "Prague" : { "result" : true @@ -1678,7 +1610,7 @@ } }, "validInvalid_94" : { - "code" : "0xef0001010004020001000e0400000000800002600a6001900380e1000100e0fff4", + "code" : "0xef000101000802000200040081040000000080007f007f007fe30001006000808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080e4", "results" : { "Prague" : { "result" : true @@ -1686,7 +1618,7 @@ } }, "validInvalid_95" : { - "code" : "0xef000101000c020003000600060006040000000080000101010002000200026000e300010050e3000250e46000610000e4", + "code" : "0xef000101000c020003000600060003040000000080000101000002020000026000e30001006000e30002e45050e4", "results" : { "Prague" : { "result" : true @@ -1694,7 +1626,7 @@ } }, "validInvalid_96" : { - "code" : "0xef000101000402000100070400000000800005600080808080f3", + "code" : "0xef0001010004020001000a04000000008000026000e100026001600200", "results" : { "Prague" : { "result" : true @@ -1702,7 +1634,7 @@ } }, "validInvalid_97" : { - "code" : "0xef000101000402000100070400000000800005600080808080fd", + "code" : "0xef0001010004020001000f04000000008000026000e100056001e000046002600300", "results" : { "Prague" : { "result" : true @@ -1710,7 +1642,7 @@ } }, "validInvalid_98" : { - "code" : "0xef000101000802000200040081040000000080007f007f007fe30001006000808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080e4", + "code" : "0xef000101000c020003000f00030004040000000080000200010001000200026000e10006e30001e00003e30002006001e4600180e4", "results" : { "Prague" : { "result" : true @@ -1718,7 +1650,7 @@ } }, "validInvalid_99" : { - "code" : "0xef000101000c020003000600060003040000000080000101000002020000026000e30001006000e30002e45050e4", + "code" : "0xef0001010004020001001b04000000008000036000e2010005000c6001e0000d60026003e0000660036004600500", "results" : { "Prague" : { "result" : true diff --git a/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml b/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml index c51c3f0a673..a6e2b2f8141 100644 --- a/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml +++ b/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml @@ -38,179 +38,171 @@ validInvalid: EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data index: 32 EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data index: 33 EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data index: 34 - EOF1V5450_0036 (Valid) Validate input for CODECOPY opcode - Data index: 35 - EOF1V5450_0037 (Valid) Validate input for EXTCODESIZE opcode - Data index: 36 - EOF1V5450_0038 (Valid) Validate input for EXTCODECOPY opcode - Data index: 37 - EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 38 - EOF1V5450_0040 (Valid) Validate input for EXTCODEHASH opcode - Data index: 39 - EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 40 - EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 41 - EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 42 - EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 43 - EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 44 - EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 45 - EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 46 - EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 47 - EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 48 - EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 49 - EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 50 - EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 51 - EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 52 - EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 53 - EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 54 - EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 55 - EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 56 - EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 57 - EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 58 - EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 59 - EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 60 - EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 61 - EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 62 - EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 63 - EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 64 - EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 65 - EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 66 - EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 67 - EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 68 - EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 69 - EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 70 - EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 71 - EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 72 - EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 73 - EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 74 - EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 75 - EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 76 - EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 77 - EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 78 - EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 79 - EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 80 - EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 81 - EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 82 - EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 83 - EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 84 - EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 85 - EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 86 - EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 87 - EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 88 - EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 89 - EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 90 - EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 91 - EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 92 - EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 93 - EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 94 - EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 95 - EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 96 - EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 97 - EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 98 - EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 99 - EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 100 - EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 101 - EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 102 - EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 103 - EOF1I5450_0001 (Invalid) Pushing loop - Data index: 104 - EOF1I5450_0002 (Invalid) Popping loop - Data index: 105 - EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 106 - EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 107 - EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 108 - EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 109 - EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 110 - EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 111 - EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 112 - EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 113 - EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 114 - EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 115 - EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 116 - EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 117 - EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 118 - EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 119 - EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 120 - EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 121 - EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 122 - EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 123 - EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 124 - EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 125 - EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 126 - EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 127 - EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 128 - EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 129 - EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 130 - EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 131 - EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 132 - EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 133 - EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 134 - EOF1I5450_0032 (Invalid) Stack underflow for opcode CODECOPY - Data index: 135 - EOF1I5450_0033 (Invalid) Stack underflow for opcode EXTCODESIZE - Data index: 136 - EOF1I5450_0034 (Invalid) Stack underflow for opcode EXTCODECOPY - Data index: 137 - EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 138 - EOF1I5450_0036 (Invalid) Stack underflow for opcode EXTCODEHASH - Data index: 139 - EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 140 - EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 141 - EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 142 - EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 143 - EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 144 - EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 145 - EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 146 - EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 147 - EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 148 - EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 149 - EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 150 - EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 151 - EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 152 - EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 153 - EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 154 - EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 155 - EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 156 - EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 157 - EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 158 - EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 159 - EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 160 - EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 161 - EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 162 - EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 163 - EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 164 - EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 165 - EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 166 - EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 167 - EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 168 - EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 169 - EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 170 - EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 171 - EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 172 - EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 173 - EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 174 - EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 175 - EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 176 - EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 177 - EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 178 - EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 179 - EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 180 - EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 181 - EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 182 - EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 183 - EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 184 - EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 185 - EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 186 - EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 187 - EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 188 - EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 189 - EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 190 - EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 191 - EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 192 - EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 193 - EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 194 - EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 195 - EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 196 - EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 197 - EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 198 - EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 199 - EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 200 - EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 201 + EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 35 + EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 36 + EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 37 + EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 38 + EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 39 + EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 40 + EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 41 + EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 42 + EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 43 + EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 44 + EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 45 + EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 46 + EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 47 + EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 48 + EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 49 + EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 50 + EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 51 + EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 52 + EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 53 + EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 54 + EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 55 + EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 56 + EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 57 + EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 58 + EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 59 + EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 60 + EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 61 + EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 62 + EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 63 + EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 64 + EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 65 + EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 66 + EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 67 + EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 68 + EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 69 + EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 70 + EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 71 + EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 72 + EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 73 + EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 74 + EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 75 + EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 76 + EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 77 + EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 78 + EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 79 + EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 80 + EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 81 + EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 82 + EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 83 + EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 84 + EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 85 + EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 86 + EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 87 + EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 88 + EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 89 + EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 90 + EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 91 + EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 92 + EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 93 + EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 94 + EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 95 + EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 96 + EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 97 + EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 98 + EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 99 + EOF1I5450_0001 (Invalid) Pushing loop - Data index: 100 + EOF1I5450_0002 (Invalid) Popping loop - Data index: 101 + EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 102 + EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 103 + EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 104 + EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 105 + EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 106 + EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 107 + EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 108 + EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 109 + EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 110 + EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 111 + EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 112 + EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 113 + EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 114 + EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 115 + EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 116 + EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 117 + EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 118 + EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 119 + EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 120 + EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 121 + EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 122 + EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 123 + EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 124 + EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 125 + EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 126 + EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 127 + EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 128 + EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 129 + EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 130 + EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 131 + EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 132 + EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 133 + EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 134 + EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 135 + EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 136 + EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 137 + EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 138 + EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 139 + EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 140 + EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 141 + EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 142 + EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 143 + EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 144 + EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 145 + EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 146 + EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 147 + EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 148 + EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 149 + EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 150 + EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 151 + EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 152 + EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 153 + EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 154 + EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 155 + EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 156 + EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 157 + EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 158 + EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 159 + EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 160 + EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 161 + EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 162 + EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 163 + EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 164 + EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 165 + EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 166 + EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 167 + EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 168 + EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 169 + EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 170 + EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 171 + EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 172 + EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 173 + EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 174 + EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 175 + EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 176 + EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 177 + EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 178 + EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 179 + EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 180 + EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 181 + EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 182 + EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 183 + EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 184 + EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 185 + EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 186 + EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 187 + EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 188 + EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 189 + EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 190 + EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 191 + EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 192 + EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 193 forks: - ">=Prague" vectors: - # EOF1V5450_0001 (Valid) Code with branches having the same stack height - Data index: 0 + # EOF1V5450_0001 (Valid) Code with branches having the same stack height - Data Index: 0 # Code: PUSH1(0) RJUMPI(label_true) PUSH1(1) PUSH1(2) RJUMP(exit) label_true: PUSH1(3) PUSH1(4) exit: STOP - data: | :label EOF1V5450_0001 :raw 0x @@ -236,7 +228,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0002 (Valid) Jump table - Data index: 1 + # EOF1V5450_0002 (Valid) Jump table - Data Index: 1 # Code: PUSH1(0) RJUMPV(case1,case2) PUSH1(1) PUSH1(2) RJUMP(exit) case1: PUSH1(3) PUSH1(4) RJUMP(exit) case2: PUSH1(5) PUSH1(6) exit: STOP - data: | :label EOF1V5450_0002 :raw 0x @@ -265,7 +257,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0003 (Valid) Infinite loop - Data index: 2 + # EOF1V5450_0003 (Valid) Infinite loop - Data Index: 2 # Code: start: PUSH1(0) PUSH1(1) POP POP RJUMP(start) - data: | :label EOF1V5450_0003 :raw 0x @@ -288,7 +280,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0004 (Valid) Infinite loop using RJUMPV - Data index: 3 + # EOF1V5450_0004 (Valid) Infinite loop using RJUMPV - Data Index: 3 # Code: start: PUSH1(201) RJUMPV(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,start) STOP - data: | :label EOF1V5450_0004 :raw 0x @@ -309,10 +301,10 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0005 (Valid) CALLF branches with the same total of outputs - Data index: 4 + # EOF1V5450_0005 (Valid) CALLF branches with the same total of outputs - Data Index: 4 # Code[0](Types: 0:128): PUSH1(0) RJUMPI(label_true) label_false: CALLF(1) RJUMP(exit) label_true: CALLF(2) exit: STOP # Code[1](Types: 0:1): ADDRESS RETF - # Code[2](Types: 0:1): CODESIZE RETF + # Code[2](Types: 0:1): RETURNDATASIZE RETF - data: | :label EOF1V5450_0005 :raw 0x EF0001 # Magic and Version ( 1 ) @@ -346,12 +338,12 @@ validInvalid: 30 # [0] ADDRESS e4 # [1] RETF # Code section 2 - 38 # [0] CODESIZE + 3d # [0] RETURNDATASIZE e4 # [1] RETF # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0006 (Valid) CALLF inputs - Data index: 5 + # EOF1V5450_0006 (Valid) CALLF inputs - Data Index: 5 # Code[0](Types: 0:128): PUSH0 CALLF(1) STOP # Code[1](Types: 1:0): PUSH0 CALLF(2) RETF # Code[2](Types: 2:0): DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 CALLF(3) RETF @@ -651,7 +643,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0007 (Valid) Validate input for ADD opcode - Data index: 6 + # EOF1V5450_0007 (Valid) Validate input for ADD opcode - Data Index: 6 # Code: PUSH1(1) DUP1 ADD STOP - data: | :label EOF1V5450_0007 :raw 0x @@ -673,7 +665,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0008 (Valid) Validate input for MUL opcode - Data index: 7 + # EOF1V5450_0008 (Valid) Validate input for MUL opcode - Data Index: 7 # Code: PUSH1(1) DUP1 MUL STOP - data: | :label EOF1V5450_0008 :raw 0x @@ -695,7 +687,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0009 (Valid) Validate input for SUB opcode - Data index: 8 + # EOF1V5450_0009 (Valid) Validate input for SUB opcode - Data Index: 8 # Code: PUSH1(1) DUP1 SUB STOP - data: | :label EOF1V5450_0009 :raw 0x @@ -717,7 +709,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0010 (Valid) Validate input for DIV opcode - Data index: 9 + # EOF1V5450_0010 (Valid) Validate input for DIV opcode - Data Index: 9 # Code: PUSH1(1) DUP1 DIV STOP - data: | :label EOF1V5450_0010 :raw 0x @@ -739,7 +731,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0011 (Valid) Validate input for SDIV opcode - Data index: 10 + # EOF1V5450_0011 (Valid) Validate input for SDIV opcode - Data Index: 10 # Code: PUSH1(1) DUP1 SDIV STOP - data: | :label EOF1V5450_0011 :raw 0x @@ -761,7 +753,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0012 (Valid) Validate input for MOD opcode - Data index: 11 + # EOF1V5450_0012 (Valid) Validate input for MOD opcode - Data Index: 11 # Code: PUSH1(1) DUP1 MOD STOP - data: | :label EOF1V5450_0012 :raw 0x @@ -783,7 +775,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0013 (Valid) Validate input for SMOD opcode - Data index: 12 + # EOF1V5450_0013 (Valid) Validate input for SMOD opcode - Data Index: 12 # Code: PUSH1(1) DUP1 SMOD STOP - data: | :label EOF1V5450_0013 :raw 0x @@ -805,7 +797,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0014 (Valid) Validate input for ADDMOD opcode - Data index: 13 + # EOF1V5450_0014 (Valid) Validate input for ADDMOD opcode - Data Index: 13 # Code: PUSH1(1) DUP1 DUP1 ADDMOD STOP - data: | :label EOF1V5450_0014 :raw 0x @@ -828,7 +820,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0015 (Valid) Validate input for MULMOD opcode - Data index: 14 + # EOF1V5450_0015 (Valid) Validate input for MULMOD opcode - Data Index: 14 # Code: PUSH1(1) DUP1 DUP1 MULMOD STOP - data: | :label EOF1V5450_0015 :raw 0x @@ -851,7 +843,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0016 (Valid) Validate input for EXP opcode - Data index: 15 + # EOF1V5450_0016 (Valid) Validate input for EXP opcode - Data Index: 15 # Code: PUSH1(1) DUP1 EXP STOP - data: | :label EOF1V5450_0016 :raw 0x @@ -873,7 +865,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0017 (Valid) Validate input for SIGNEXTEND opcode - Data index: 16 + # EOF1V5450_0017 (Valid) Validate input for SIGNEXTEND opcode - Data Index: 16 # Code: PUSH1(1) DUP1 SIGNEXTEND STOP - data: | :label EOF1V5450_0017 :raw 0x @@ -895,7 +887,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0018 (Valid) Validate input for LT opcode - Data index: 17 + # EOF1V5450_0018 (Valid) Validate input for LT opcode - Data Index: 17 # Code: PUSH1(1) DUP1 LT STOP - data: | :label EOF1V5450_0018 :raw 0x @@ -917,7 +909,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0019 (Valid) Validate input for GT opcode - Data index: 18 + # EOF1V5450_0019 (Valid) Validate input for GT opcode - Data Index: 18 # Code: PUSH1(1) DUP1 GT STOP - data: | :label EOF1V5450_0019 :raw 0x @@ -939,7 +931,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0020 (Valid) Validate input for SLT opcode - Data index: 19 + # EOF1V5450_0020 (Valid) Validate input for SLT opcode - Data Index: 19 # Code: PUSH1(1) DUP1 SLT STOP - data: | :label EOF1V5450_0020 :raw 0x @@ -961,7 +953,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0021 (Valid) Validate input for SGT opcode - Data index: 20 + # EOF1V5450_0021 (Valid) Validate input for SGT opcode - Data Index: 20 # Code: PUSH1(1) DUP1 SGT STOP - data: | :label EOF1V5450_0021 :raw 0x @@ -983,7 +975,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0022 (Valid) Validate input for EQ opcode - Data index: 21 + # EOF1V5450_0022 (Valid) Validate input for EQ opcode - Data Index: 21 # Code: PUSH1(1) DUP1 EQ STOP - data: | :label EOF1V5450_0022 :raw 0x @@ -1005,7 +997,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0023 (Valid) Validate input for ISZERO opcode - Data index: 22 + # EOF1V5450_0023 (Valid) Validate input for ISZERO opcode - Data Index: 22 # Code: PUSH1(1) ISZERO STOP - data: | :label EOF1V5450_0023 :raw 0x @@ -1026,7 +1018,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0024 (Valid) Validate input for AND opcode - Data index: 23 + # EOF1V5450_0024 (Valid) Validate input for AND opcode - Data Index: 23 # Code: PUSH1(1) DUP1 AND STOP - data: | :label EOF1V5450_0024 :raw 0x @@ -1048,7 +1040,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0025 (Valid) Validate input for OR opcode - Data index: 24 + # EOF1V5450_0025 (Valid) Validate input for OR opcode - Data Index: 24 # Code: PUSH1(1) DUP1 OR STOP - data: | :label EOF1V5450_0025 :raw 0x @@ -1070,7 +1062,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0026 (Valid) Validate input for XOR opcode - Data index: 25 + # EOF1V5450_0026 (Valid) Validate input for XOR opcode - Data Index: 25 # Code: PUSH1(1) DUP1 XOR STOP - data: | :label EOF1V5450_0026 :raw 0x @@ -1092,7 +1084,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0027 (Valid) Validate input for NOT opcode - Data index: 26 + # EOF1V5450_0027 (Valid) Validate input for NOT opcode - Data Index: 26 # Code: PUSH1(1) NOT STOP - data: | :label EOF1V5450_0027 :raw 0x @@ -1113,7 +1105,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0028 (Valid) Validate input for BYTE opcode - Data index: 27 + # EOF1V5450_0028 (Valid) Validate input for BYTE opcode - Data Index: 27 # Code: PUSH1(1) DUP1 BYTE STOP - data: | :label EOF1V5450_0028 :raw 0x @@ -1135,7 +1127,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0029 (Valid) Validate input for SHL opcode - Data index: 28 + # EOF1V5450_0029 (Valid) Validate input for SHL opcode - Data Index: 28 # Code: PUSH1(1) DUP1 SHL STOP - data: | :label EOF1V5450_0029 :raw 0x @@ -1157,7 +1149,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0030 (Valid) Validate input for SHR opcode - Data index: 29 + # EOF1V5450_0030 (Valid) Validate input for SHR opcode - Data Index: 29 # Code: PUSH1(1) DUP1 SHR STOP - data: | :label EOF1V5450_0030 :raw 0x @@ -1179,7 +1171,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0031 (Valid) Validate input for SAR opcode - Data index: 30 + # EOF1V5450_0031 (Valid) Validate input for SAR opcode - Data Index: 30 # Code: PUSH1(1) DUP1 SAR STOP - data: | :label EOF1V5450_0031 :raw 0x @@ -1201,7 +1193,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0032 (Valid) Validate input for SHA3 opcode - Data index: 31 + # EOF1V5450_0032 (Valid) Validate input for SHA3 opcode - Data Index: 31 # Code: PUSH1(1) DUP1 SHA3 STOP - data: | :label EOF1V5450_0032 :raw 0x @@ -1223,7 +1215,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data index: 32 + # EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data Index: 32 # Code: PUSH1(1) BALANCE STOP - data: | :label EOF1V5450_0033 :raw 0x @@ -1244,7 +1236,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data index: 33 + # EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data Index: 33 # Code: PUSH1(1) CALLDATALOAD STOP - data: | :label EOF1V5450_0034 :raw 0x @@ -1265,7 +1257,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data index: 34 + # EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data Index: 34 # Code: PUSH1(1) DUP1 DUP1 CALLDATACOPY STOP - data: | :label EOF1V5450_0035 :raw 0x @@ -1288,75 +1280,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0036 (Valid) Validate input for CODECOPY opcode - Data index: 35 - # Code: PUSH1(1) DUP1 DUP1 CODECOPY STOP - - data: | - :label EOF1V5450_0036 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0006 # Code section 0 , 6 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0003 # max stack: 3 - # Code section 0 - 6001 # [0] PUSH1(1) - 80 # [2] DUP1 - 80 # [3] DUP1 - 39 # [4] CODECOPY - 00 # [5] STOP - # Data section (empty) - # "Prague" : "ok." - - # EOF1V5450_0037 (Valid) Validate input for EXTCODESIZE opcode - Data index: 36 - # Code: PUSH1(1) EXTCODESIZE STOP - - data: | - :label EOF1V5450_0037 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0004 # Code section 0 , 4 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0001 # max stack: 1 - # Code section 0 - 6001 # [0] PUSH1(1) - 3b # [2] EXTCODESIZE - 00 # [3] STOP - # Data section (empty) - # "Prague" : "ok." - - # EOF1V5450_0038 (Valid) Validate input for EXTCODECOPY opcode - Data index: 37 - # Code: PUSH1(1) DUP1 DUP1 DUP1 EXTCODECOPY STOP - - data: | - :label EOF1V5450_0038 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0007 # Code section 0 , 7 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0004 # max stack: 4 - # Code section 0 - 6001 # [0] PUSH1(1) - 80 # [2] DUP1 - 80 # [3] DUP1 - 80 # [4] DUP1 - 3c # [5] EXTCODECOPY - 00 # [6] STOP - # Data section (empty) - # "Prague" : "ok." - - # EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 38 + # EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data Index: 35 # Code: PUSH1(1) DUP1 DUP1 RETURNDATACOPY STOP - data: | :label EOF1V5450_0039 :raw 0x @@ -1379,28 +1303,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0040 (Valid) Validate input for EXTCODEHASH opcode - Data index: 39 - # Code: PUSH1(1) EXTCODEHASH STOP - - data: | - :label EOF1V5450_0040 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0004 # Code section 0 , 4 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0001 # max stack: 1 - # Code section 0 - 6001 # [0] PUSH1(1) - 3f # [2] EXTCODEHASH - 00 # [3] STOP - # Data section (empty) - # "Prague" : "ok." - - # EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 40 + # EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data Index: 36 # Code: PUSH1(1) BLOCKHASH STOP - data: | :label EOF1V5450_0041 :raw 0x @@ -1421,7 +1324,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 41 + # EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data Index: 37 # Code: PUSH1(1) BLOBHASH STOP - data: | :label EOF1V5450_0042 :raw 0x @@ -1442,7 +1345,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 42 + # EOF1V5450_0043 (Valid) Validate input for POP opcode - Data Index: 38 # Code: PUSH1(1) POP STOP - data: | :label EOF1V5450_0043 :raw 0x @@ -1463,7 +1366,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 43 + # EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data Index: 39 # Code: PUSH1(1) MLOAD STOP - data: | :label EOF1V5450_0044 :raw 0x @@ -1484,7 +1387,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 44 + # EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data Index: 40 # Code: PUSH1(1) DUP1 MSTORE STOP - data: | :label EOF1V5450_0045 :raw 0x @@ -1506,7 +1409,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 45 + # EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data Index: 41 # Code: PUSH1(1) DUP1 MSTORE8 STOP - data: | :label EOF1V5450_0046 :raw 0x @@ -1528,7 +1431,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 46 + # EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data Index: 42 # Code: PUSH1(1) SLOAD STOP - data: | :label EOF1V5450_0047 :raw 0x @@ -1549,7 +1452,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 47 + # EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data Index: 43 # Code: PUSH1(1) DUP1 SSTORE STOP - data: | :label EOF1V5450_0048 :raw 0x @@ -1571,7 +1474,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 48 + # EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data Index: 44 # Code: PUSH1(1) DUP1 DUP1 MCOPY STOP - data: | :label EOF1V5450_0049 :raw 0x @@ -1594,7 +1497,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 49 + # EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data Index: 45 # Code: PUSH1(1) DUP1 STOP - data: | :label EOF1V5450_0050 :raw 0x @@ -1615,7 +1518,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 50 + # EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data Index: 46 # Code: PUSH1(1) DUP1 DUP2 STOP - data: | :label EOF1V5450_0051 :raw 0x @@ -1637,7 +1540,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 51 + # EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data Index: 47 # Code: PUSH1(1) DUP1 DUP1 DUP3 STOP - data: | :label EOF1V5450_0052 :raw 0x @@ -1660,7 +1563,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 52 + # EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data Index: 48 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP4 STOP - data: | :label EOF1V5450_0053 :raw 0x @@ -1684,7 +1587,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 53 + # EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data Index: 49 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP5 STOP - data: | :label EOF1V5450_0054 :raw 0x @@ -1709,7 +1612,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 54 + # EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data Index: 50 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP6 STOP - data: | :label EOF1V5450_0055 :raw 0x @@ -1735,7 +1638,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 55 + # EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data Index: 51 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP7 STOP - data: | :label EOF1V5450_0056 :raw 0x @@ -1762,7 +1665,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 56 + # EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data Index: 52 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP8 STOP - data: | :label EOF1V5450_0057 :raw 0x @@ -1790,7 +1693,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 57 + # EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data Index: 53 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP9 STOP - data: | :label EOF1V5450_0058 :raw 0x @@ -1819,7 +1722,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 58 + # EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data Index: 54 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP10 STOP - data: | :label EOF1V5450_0059 :raw 0x @@ -1849,7 +1752,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 59 + # EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data Index: 55 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP11 STOP - data: | :label EOF1V5450_0060 :raw 0x @@ -1880,7 +1783,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 60 + # EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data Index: 56 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP12 STOP - data: | :label EOF1V5450_0061 :raw 0x @@ -1912,7 +1815,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 61 + # EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data Index: 57 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP13 STOP - data: | :label EOF1V5450_0062 :raw 0x @@ -1945,7 +1848,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 62 + # EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data Index: 58 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP14 STOP - data: | :label EOF1V5450_0063 :raw 0x @@ -1979,7 +1882,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 63 + # EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data Index: 59 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP15 STOP - data: | :label EOF1V5450_0064 :raw 0x @@ -2014,7 +1917,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 64 + # EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data Index: 60 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP16 STOP - data: | :label EOF1V5450_0065 :raw 0x @@ -2050,7 +1953,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 65 + # EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data Index: 61 # Code: PUSH1(1) DUP1 SWAP1 STOP - data: | :label EOF1V5450_0066 :raw 0x @@ -2072,7 +1975,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 66 + # EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data Index: 62 # Code: PUSH1(1) DUP1 DUP1 SWAP2 STOP - data: | :label EOF1V5450_0067 :raw 0x @@ -2095,7 +1998,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 67 + # EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data Index: 63 # Code: PUSH1(1) DUP1 DUP1 DUP1 SWAP3 STOP - data: | :label EOF1V5450_0068 :raw 0x @@ -2119,7 +2022,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 68 + # EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data Index: 64 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 SWAP4 STOP - data: | :label EOF1V5450_0069 :raw 0x @@ -2144,7 +2047,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 69 + # EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data Index: 65 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 SWAP5 STOP - data: | :label EOF1V5450_0070 :raw 0x @@ -2170,7 +2073,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 70 + # EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data Index: 66 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP6 STOP - data: | :label EOF1V5450_0071 :raw 0x @@ -2197,7 +2100,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 71 + # EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data Index: 67 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP7 STOP - data: | :label EOF1V5450_0072 :raw 0x @@ -2225,7 +2128,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 72 + # EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data Index: 68 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP8 STOP - data: | :label EOF1V5450_0073 :raw 0x @@ -2254,7 +2157,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 73 + # EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data Index: 69 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP9 STOP - data: | :label EOF1V5450_0074 :raw 0x @@ -2284,7 +2187,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 74 + # EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data Index: 70 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP10 STOP - data: | :label EOF1V5450_0075 :raw 0x @@ -2315,7 +2218,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 75 + # EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data Index: 71 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP11 STOP - data: | :label EOF1V5450_0076 :raw 0x @@ -2347,7 +2250,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 76 + # EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data Index: 72 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP12 STOP - data: | :label EOF1V5450_0077 :raw 0x @@ -2380,7 +2283,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 77 + # EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data Index: 73 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP13 STOP - data: | :label EOF1V5450_0078 :raw 0x @@ -2414,7 +2317,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 78 + # EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data Index: 74 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP14 STOP - data: | :label EOF1V5450_0079 :raw 0x @@ -2449,7 +2352,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 79 + # EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data Index: 75 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP15 STOP - data: | :label EOF1V5450_0080 :raw 0x @@ -2485,7 +2388,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 80 + # EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data Index: 76 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP16 STOP - data: | :label EOF1V5450_0081 :raw 0x @@ -2522,7 +2425,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 81 + # EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data Index: 77 # Code: PUSH1(1) DUP1 LOG0 STOP - data: | :label EOF1V5450_0082 :raw 0x @@ -2544,7 +2447,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 82 + # EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data Index: 78 # Code: PUSH1(1) DUP1 DUP1 LOG1 STOP - data: | :label EOF1V5450_0083 :raw 0x @@ -2567,7 +2470,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 83 + # EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data Index: 79 # Code: PUSH1(1) DUP1 DUP1 DUP1 LOG2 STOP - data: | :label EOF1V5450_0084 :raw 0x @@ -2591,7 +2494,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 84 + # EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data Index: 80 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 LOG3 STOP - data: | :label EOF1V5450_0085 :raw 0x @@ -2616,7 +2519,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 85 + # EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data Index: 81 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 LOG4 STOP - data: | :label EOF1V5450_0086 :raw 0x @@ -2642,7 +2545,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 86 + # EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data Index: 82 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 CALL STOP - data: | :label EOF1V5450_0087 :raw 0x @@ -2669,7 +2572,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 87 + # EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data Index: 83 # Code: PUSH1(1) DUP1 RETURN - data: | :label EOF1V5450_0088 :raw 0x @@ -2690,7 +2593,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 88 + # EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data Index: 84 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DELEGATECALL STOP - data: | :label EOF1V5450_0089 :raw 0x @@ -2716,7 +2619,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 89 + # EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data Index: 85 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 STATICCALL STOP - data: | :label EOF1V5450_0090 :raw 0x @@ -2742,7 +2645,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 90 + # EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data Index: 86 # Code: PUSH1(1) DUP1 REVERT - data: | :label EOF1V5450_0091 :raw 0x @@ -2763,7 +2666,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 91 + # EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data Index: 87 # Code: PUSH1(1) POP PUSH1(0) DUP1 RETURN - data: | :label EOF1V5450_0092 :raw 0x @@ -2786,7 +2689,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 92 + # EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data Index: 88 # Code: PUSH1(1) POP PUSH1(0) DUP1 REVERT - data: | :label EOF1V5450_0093 :raw 0x @@ -2809,7 +2712,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 93 + # EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data Index: 89 # Code: start: RJUMP(start) - data: | :label EOF1V5450_0094 :raw 0x @@ -2828,7 +2731,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 94 + # EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data Index: 90 # Code: PUSH1(10) start: PUSH1(1) SWAP1 SUB DUP1 RJUMPI(end) STOP end: RJUMP(start) - data: | :label EOF1V5450_0095 :raw 0x @@ -2854,7 +2757,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 95 + # EOF1V5450_0096 (Valid) Functions ending with RETF - Data Index: 91 # Code[0](Types: 0:128): PUSH1(0) CALLF(1) STOP # Code[1](Types: 1:1): POP CALLF(2) POP RETF # Code[2](Types: 0:2): PUSH1(0) PUSH2(0x0000) RETF @@ -2896,7 +2799,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 96 + # EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data Index: 92 # Code: PUSH1(0) DUP1 DUP1 DUP1 DUP1 RETURN - data: | :label EOF1V5450_0097 :raw 0x @@ -2920,7 +2823,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 97 + # EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data Index: 93 # Code: PUSH1(0) DUP1 DUP1 DUP1 DUP1 REVERT - data: | :label EOF1V5450_0098 :raw 0x @@ -2944,7 +2847,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 98 + # EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data Index: 94 # Code[0](Types: 0:128): CALLF(1) STOP # Code[1](Types: 0:127): PUSH1(0) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 RETF - data: | @@ -3099,7 +3002,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 99 + # EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data Index: 95 # Code[0](Types: 0:128): PUSH1(0) CALLF(1) STOP # Code[1](Types: 1:0): PUSH1(0) CALLF(2) RETF # Code[2](Types: 2:0): POP POP RETF @@ -3140,7 +3043,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 100 + # EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data Index: 96 # Code: PUSH1(0) RJUMPI(label_true) PUSH1(1) label_true: PUSH1(2) STOP - data: | :label EOF1V5450_0101 :raw 0x @@ -3163,7 +3066,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 101 + # EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data Index: 97 # Code: PUSH1(0) RJUMPI(label_true) label_false: PUSH1(1) RJUMP(exit) label_true: PUSH1(2) PUSH1(3) exit: STOP - data: | :label EOF1V5450_0102 :raw 0x @@ -3188,7 +3091,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 102 + # EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data Index: 98 # Code[0](Types: 0:128): PUSH1(0) RJUMPI(label_true) label_false: CALLF(1) RJUMP(exit) label_true: CALLF(2) exit: STOP # Code[1](Types: 0:1): PUSH1(1) RETF # Code[2](Types: 0:2): PUSH1(1) DUP1 RETF @@ -3231,7 +3134,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 103 + # EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data Index: 99 # Code: PUSH1(0) RJUMPV(case1,case2) PUSH1(1) RJUMP(exit) case1: PUSH1(2) PUSH1(3) RJUMP(exit) case2: PUSH1(3) PUSH1(4) PUSH1(5) exit: STOP - data: | :label EOF1V5450_0104 :raw 0x @@ -3260,7 +3163,7 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1I5450_0001 (Invalid) Pushing loop - Data index: 104 + # EOF1I5450_0001 (Invalid) Pushing loop - Data Index: 100 # Code: start: PUSH1(0) RJUMP(start) - data: | :label EOF1I5450_0001 :raw 0x @@ -3281,7 +3184,7 @@ validInvalid: expectException: ">=Prague" : "EOF_ConflictingStackHeight" - # EOF1I5450_0002 (Invalid) Popping loop - Data index: 105 + # EOF1I5450_0002 (Invalid) Popping loop - Data Index: 101 # Code: PUSH1(0) DUP1 DUP1 start: POP RJUMP(start) - data: | :label EOF1I5450_0002 :raw 0x @@ -3305,7 +3208,7 @@ validInvalid: expectException: ">=Prague" : "EOF_ConflictingStackHeight" - # EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 106 + # EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data Index: 102 # Code: PUSH1(1) ADD STOP - data: | :label EOF1I5450_0003 :raw 0x @@ -3327,7 +3230,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 107 + # EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data Index: 103 # Code: PUSH1(1) MUL STOP - data: | :label EOF1I5450_0004 :raw 0x @@ -3349,7 +3252,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 108 + # EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data Index: 104 # Code: PUSH1(1) SUB STOP - data: | :label EOF1I5450_0005 :raw 0x @@ -3371,7 +3274,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 109 + # EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data Index: 105 # Code: PUSH1(1) DIV STOP - data: | :label EOF1I5450_0006 :raw 0x @@ -3393,7 +3296,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 110 + # EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data Index: 106 # Code: PUSH1(1) SDIV STOP - data: | :label EOF1I5450_0007 :raw 0x @@ -3415,7 +3318,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 111 + # EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data Index: 107 # Code: PUSH1(1) MOD STOP - data: | :label EOF1I5450_0008 :raw 0x @@ -3437,7 +3340,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 112 + # EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data Index: 108 # Code: PUSH1(1) SMOD STOP - data: | :label EOF1I5450_0009 :raw 0x @@ -3459,7 +3362,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 113 + # EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data Index: 109 # Code: PUSH1(1) PUSH1(1) ADDMOD STOP - data: | :label EOF1I5450_0010 :raw 0x @@ -3482,7 +3385,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 114 + # EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data Index: 110 # Code: PUSH1(1) PUSH1(1) MULMOD STOP - data: | :label EOF1I5450_0011 :raw 0x @@ -3505,7 +3408,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 115 + # EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data Index: 111 # Code: PUSH1(1) EXP STOP - data: | :label EOF1I5450_0012 :raw 0x @@ -3527,7 +3430,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 116 + # EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data Index: 112 # Code: PUSH1(1) SIGNEXTEND STOP - data: | :label EOF1I5450_0013 :raw 0x @@ -3549,7 +3452,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 117 + # EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data Index: 113 # Code: PUSH1(1) LT STOP - data: | :label EOF1I5450_0014 :raw 0x @@ -3571,7 +3474,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 118 + # EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data Index: 114 # Code: PUSH1(1) GT STOP - data: | :label EOF1I5450_0015 :raw 0x @@ -3593,7 +3496,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 119 + # EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data Index: 115 # Code: PUSH1(1) SLT STOP - data: | :label EOF1I5450_0016 :raw 0x @@ -3615,7 +3518,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 120 + # EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data Index: 116 # Code: PUSH1(1) SGT STOP - data: | :label EOF1I5450_0017 :raw 0x @@ -3637,7 +3540,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 121 + # EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data Index: 117 # Code: PUSH1(1) EQ STOP - data: | :label EOF1I5450_0018 :raw 0x @@ -3659,7 +3562,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 122 + # EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data Index: 118 # Code: ISZERO STOP - data: | :label EOF1I5450_0019 :raw 0x @@ -3680,7 +3583,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 123 + # EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data Index: 119 # Code: PUSH1(1) AND STOP - data: | :label EOF1I5450_0020 :raw 0x @@ -3702,7 +3605,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 124 + # EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data Index: 120 # Code: PUSH1(1) OR STOP - data: | :label EOF1I5450_0021 :raw 0x @@ -3724,7 +3627,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 125 + # EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data Index: 121 # Code: PUSH1(1) XOR STOP - data: | :label EOF1I5450_0022 :raw 0x @@ -3746,7 +3649,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 126 + # EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data Index: 122 # Code: NOT STOP - data: | :label EOF1I5450_0023 :raw 0x @@ -3767,7 +3670,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 127 + # EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data Index: 123 # Code: PUSH1(1) BYTE STOP - data: | :label EOF1I5450_0024 :raw 0x @@ -3789,7 +3692,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 128 + # EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data Index: 124 # Code: PUSH1(1) SHL STOP - data: | :label EOF1I5450_0025 :raw 0x @@ -3811,7 +3714,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 129 + # EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data Index: 125 # Code: PUSH1(1) SHR STOP - data: | :label EOF1I5450_0026 :raw 0x @@ -3833,7 +3736,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 130 + # EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data Index: 126 # Code: PUSH1(1) SAR STOP - data: | :label EOF1I5450_0027 :raw 0x @@ -3855,7 +3758,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 131 + # EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data Index: 127 # Code: PUSH1(1) SHA3 STOP - data: | :label EOF1I5450_0028 :raw 0x @@ -3877,7 +3780,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 132 + # EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data Index: 128 # Code: BALANCE STOP - data: | :label EOF1I5450_0029 :raw 0x @@ -3898,7 +3801,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 133 + # EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data Index: 129 # Code: CALLDATALOAD STOP - data: | :label EOF1I5450_0030 :raw 0x @@ -3919,7 +3822,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 134 + # EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data Index: 130 # Code: PUSH1(1) PUSH1(1) CALLDATACOPY STOP - data: | :label EOF1I5450_0031 :raw 0x @@ -3942,75 +3845,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0032 (Invalid) Stack underflow for opcode CODECOPY - Data index: 135 - # Code: PUSH1(1) PUSH1(1) CODECOPY STOP - - data: | - :label EOF1I5450_0032 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0006 # Code section 0 , 6 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0002 # max stack: 2 - # Code section 0 - 6001 # [0] PUSH1(1) - 6001 # [2] PUSH1(1) - 39 # [4] CODECOPY - 00 # [5] STOP - # Data section (empty) - expectException: - ">=Prague" : "EOF_StackUnderflow" - - # EOF1I5450_0033 (Invalid) Stack underflow for opcode EXTCODESIZE - Data index: 136 - # Code: EXTCODESIZE STOP - - data: | - :label EOF1I5450_0033 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0002 # Code section 0 , 2 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0000 # max stack: 0 - # Code section 0 - 3b # [0] EXTCODESIZE - 00 # [1] STOP - # Data section (empty) - expectException: - ">=Prague" : "EOF_StackUnderflow" - - # EOF1I5450_0034 (Invalid) Stack underflow for opcode EXTCODECOPY - Data index: 137 - # Code: PUSH1(1) PUSH1(1) PUSH1(1) EXTCODECOPY STOP - - data: | - :label EOF1I5450_0034 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0008 # Code section 0 , 8 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0003 # max stack: 3 - # Code section 0 - 6001 # [0] PUSH1(1) - 6001 # [2] PUSH1(1) - 6001 # [4] PUSH1(1) - 3c # [6] EXTCODECOPY - 00 # [7] STOP - # Data section (empty) - expectException: - ">=Prague" : "EOF_StackUnderflow" - - # EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 138 + # EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data Index: 131 # Code: PUSH1(1) PUSH1(1) RETURNDATACOPY STOP - data: | :label EOF1I5450_0035 :raw 0x @@ -4033,28 +3868,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0036 (Invalid) Stack underflow for opcode EXTCODEHASH - Data index: 139 - # Code: EXTCODEHASH STOP - - data: | - :label EOF1I5450_0036 :raw 0x - EF0001 # Magic and Version ( 1 ) - 010004 # Types length ( 4 ) - 020001 # Total code sections ( 1 ) - 0002 # Code section 0 , 2 bytes - 040000 # Data section length ( 0 ) - 00 # Terminator (end of header) - # Code 0 types - 00 # 0 inputs - 80 # 0 outputs (Non-returning function) - 0000 # max stack: 0 - # Code section 0 - 3f # [0] EXTCODEHASH - 00 # [1] STOP - # Data section (empty) - expectException: - ">=Prague" : "EOF_StackUnderflow" - - # EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 140 + # EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data Index: 132 # Code: BLOCKHASH STOP - data: | :label EOF1I5450_0037 :raw 0x @@ -4075,7 +3889,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 141 + # EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data Index: 133 # Code: BLOBHASH STOP - data: | :label EOF1I5450_0038 :raw 0x @@ -4096,7 +3910,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 142 + # EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data Index: 134 # Code: POP STOP - data: | :label EOF1I5450_0039 :raw 0x @@ -4117,7 +3931,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 143 + # EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data Index: 135 # Code: MLOAD STOP - data: | :label EOF1I5450_0040 :raw 0x @@ -4138,7 +3952,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 144 + # EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data Index: 136 # Code: PUSH1(1) MSTORE STOP - data: | :label EOF1I5450_0041 :raw 0x @@ -4160,7 +3974,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 145 + # EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data Index: 137 # Code: PUSH1(1) MSTORE8 STOP - data: | :label EOF1I5450_0042 :raw 0x @@ -4182,7 +3996,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 146 + # EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data Index: 138 # Code: SLOAD STOP - data: | :label EOF1I5450_0043 :raw 0x @@ -4203,7 +4017,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 147 + # EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data Index: 139 # Code: PUSH1(1) SSTORE STOP - data: | :label EOF1I5450_0044 :raw 0x @@ -4225,7 +4039,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 148 + # EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data Index: 140 # Code: PUSH1(1) PUSH1(1) MCOPY STOP - data: | :label EOF1I5450_0045 :raw 0x @@ -4248,7 +4062,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 149 + # EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data Index: 141 # Code: DUP1 STOP - data: | :label EOF1I5450_0046 :raw 0x @@ -4269,7 +4083,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 150 + # EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data Index: 142 # Code: PUSH1(1) DUP2 STOP - data: | :label EOF1I5450_0047 :raw 0x @@ -4291,7 +4105,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 151 + # EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data Index: 143 # Code: PUSH1(1) PUSH1(1) DUP3 STOP - data: | :label EOF1I5450_0048 :raw 0x @@ -4314,7 +4128,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 152 + # EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data Index: 144 # Code: PUSH1(1) PUSH1(1) PUSH1(1) DUP4 STOP - data: | :label EOF1I5450_0049 :raw 0x @@ -4338,7 +4152,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 153 + # EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data Index: 145 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP5 STOP - data: | :label EOF1I5450_0050 :raw 0x @@ -4363,7 +4177,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 154 + # EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data Index: 146 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP6 STOP - data: | :label EOF1I5450_0051 :raw 0x @@ -4389,7 +4203,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 155 + # EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data Index: 147 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP7 STOP - data: | :label EOF1I5450_0052 :raw 0x @@ -4416,7 +4230,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 156 + # EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data Index: 148 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP8 STOP - data: | :label EOF1I5450_0053 :raw 0x @@ -4444,7 +4258,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 157 + # EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data Index: 149 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP9 STOP - data: | :label EOF1I5450_0054 :raw 0x @@ -4473,7 +4287,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 158 + # EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data Index: 150 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP10 STOP - data: | :label EOF1I5450_0055 :raw 0x @@ -4503,7 +4317,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 159 + # EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data Index: 151 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP11 STOP - data: | :label EOF1I5450_0056 :raw 0x @@ -4534,7 +4348,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 160 + # EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data Index: 152 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP12 STOP - data: | :label EOF1I5450_0057 :raw 0x @@ -4566,7 +4380,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 161 + # EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data Index: 153 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP13 STOP - data: | :label EOF1I5450_0058 :raw 0x @@ -4599,7 +4413,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 162 + # EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data Index: 154 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP14 STOP - data: | :label EOF1I5450_0059 :raw 0x @@ -4633,7 +4447,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 163 + # EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data Index: 155 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP15 STOP - data: | :label EOF1I5450_0060 :raw 0x @@ -4668,7 +4482,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 164 + # EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data Index: 156 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DUP16 STOP - data: | :label EOF1I5450_0061 :raw 0x @@ -4704,7 +4518,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 165 + # EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data Index: 157 # Code: PUSH1(1) SWAP1 STOP - data: | :label EOF1I5450_0062 :raw 0x @@ -4726,7 +4540,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 166 + # EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data Index: 158 # Code: PUSH1(1) PUSH1(1) SWAP2 STOP - data: | :label EOF1I5450_0063 :raw 0x @@ -4749,7 +4563,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 167 + # EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data Index: 159 # Code: PUSH1(1) PUSH1(1) PUSH1(1) SWAP3 STOP - data: | :label EOF1I5450_0064 :raw 0x @@ -4773,7 +4587,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 168 + # EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data Index: 160 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP4 STOP - data: | :label EOF1I5450_0065 :raw 0x @@ -4798,7 +4612,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 169 + # EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data Index: 161 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP5 STOP - data: | :label EOF1I5450_0066 :raw 0x @@ -4824,7 +4638,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 170 + # EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data Index: 162 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP6 STOP - data: | :label EOF1I5450_0067 :raw 0x @@ -4851,7 +4665,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 171 + # EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data Index: 163 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP7 STOP - data: | :label EOF1I5450_0068 :raw 0x @@ -4879,7 +4693,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 172 + # EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data Index: 164 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP8 STOP - data: | :label EOF1I5450_0069 :raw 0x @@ -4908,7 +4722,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 173 + # EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data Index: 165 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP9 STOP - data: | :label EOF1I5450_0070 :raw 0x @@ -4938,7 +4752,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 174 + # EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data Index: 166 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP10 STOP - data: | :label EOF1I5450_0071 :raw 0x @@ -4969,7 +4783,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 175 + # EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data Index: 167 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP11 STOP - data: | :label EOF1I5450_0072 :raw 0x @@ -5001,7 +4815,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 176 + # EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data Index: 168 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP12 STOP - data: | :label EOF1I5450_0073 :raw 0x @@ -5034,7 +4848,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 177 + # EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data Index: 169 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP13 STOP - data: | :label EOF1I5450_0074 :raw 0x @@ -5068,7 +4882,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 178 + # EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data Index: 170 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP14 STOP - data: | :label EOF1I5450_0075 :raw 0x @@ -5103,7 +4917,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 179 + # EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data Index: 171 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP15 STOP - data: | :label EOF1I5450_0076 :raw 0x @@ -5139,7 +4953,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 180 + # EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data Index: 172 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) SWAP16 STOP - data: | :label EOF1I5450_0077 :raw 0x @@ -5176,7 +4990,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 181 + # EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data Index: 173 # Code: PUSH1(1) LOG0 STOP - data: | :label EOF1I5450_0078 :raw 0x @@ -5198,7 +5012,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 182 + # EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data Index: 174 # Code: PUSH1(1) PUSH1(1) LOG1 STOP - data: | :label EOF1I5450_0079 :raw 0x @@ -5221,7 +5035,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 183 + # EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data Index: 175 # Code: PUSH1(1) PUSH1(1) PUSH1(1) LOG2 STOP - data: | :label EOF1I5450_0080 :raw 0x @@ -5245,7 +5059,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 184 + # EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data Index: 176 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) LOG3 STOP - data: | :label EOF1I5450_0081 :raw 0x @@ -5270,7 +5084,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 185 + # EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data Index: 177 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) LOG4 STOP - data: | :label EOF1I5450_0082 :raw 0x @@ -5296,7 +5110,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 186 + # EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data Index: 178 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) CALL STOP - data: | :label EOF1I5450_0083 :raw 0x @@ -5323,7 +5137,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 187 + # EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data Index: 179 # Code: PUSH1(1) RETURN - data: | :label EOF1I5450_0084 :raw 0x @@ -5344,7 +5158,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 188 + # EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data Index: 180 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DELEGATECALL STOP - data: | :label EOF1I5450_0085 :raw 0x @@ -5370,7 +5184,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 189 + # EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data Index: 181 # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) STATICCALL STOP - data: | :label EOF1I5450_0086 :raw 0x @@ -5396,7 +5210,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 190 + # EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data Index: 182 # Code: PUSH1(1) REVERT - data: | :label EOF1I5450_0087 :raw 0x @@ -5417,7 +5231,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 191 + # EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data Index: 183 # Code[0](Types: 0:128): CALLF(1) STOP # Code[1](Types: 1:0): PUSH1(0) DUP1 CALLF(2) RETF # Code[2](Types: 2:0): POP POP RETF @@ -5459,7 +5273,7 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 192 + # EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data Index: 184 # Code[0](Types: 0:128): CALLF(1) STOP # Code[1](Types: 1:0): PUSH1(0) CALLF(2) RETF # Code[2](Types: 2:0): POP POP CALLF(3) RETF @@ -5501,14 +5315,14 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 193 + # EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data Index: 185 # Code: PUSH1(0) (1024 Times) - data: | :label EOF1I5450_0090 :raw 0xef0001010004020001080004000000008004006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000600060006000 expectException: ">=Prague" : "EOF_MaxStackHeightExceeded" - # EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 194 + # EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data Index: 186 # Code[0](Types: 0:128): PUSH1(0) (1020 Times) CALLF(1) # Code[1](Types: 0:5): PUSH1(0) (5 Times) RETF - data: | @@ -5516,7 +5330,7 @@ validInvalid: expectException: ">=Prague" : "EOF_MaxStackHeightExceeded" - # EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 195 + # EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data Index: 187 # Code: PUSH1(0) - data: | :label EOF1I5450_0092 :raw 0x @@ -5536,7 +5350,7 @@ validInvalid: expectException: ">=Prague" : "EOF_InvalidCodeTermination" - # EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 196 + # EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data Index: 188 # Code: PUSH1(0) RJUMPI(exit) STOP exit: NOP - data: | :label EOF1I5450_0093 :raw 0x @@ -5559,7 +5373,7 @@ validInvalid: expectException: ">=Prague" : "EOF_InvalidCodeTermination" - # EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 197 + # EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data Index: 189 # Code: PUSH1(0) RJUMPV(case1,case2) INVALID case1: STOP case2: NOP - data: | :label EOF1I5450_0094 :raw 0x @@ -5583,7 +5397,7 @@ validInvalid: expectException: ">=Prague" : "EOF_InvalidCodeTermination" - # EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 198 + # EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data Index: 190 # Code: PUSH1(0) PUSH1(0) RETURN STOP - data: | :label EOF1I5450_0095 :raw 0x @@ -5606,7 +5420,7 @@ validInvalid: expectException: ">=Prague" : "EOF_UnreachableCode" - # EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 199 + # EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data Index: 191 # Code: PUSH1(0) PUSH1(0) REVERT STOP - data: | :label EOF1I5450_0096 :raw 0x @@ -5629,7 +5443,7 @@ validInvalid: expectException: ">=Prague" : "EOF_UnreachableCode" - # EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 200 + # EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data Index: 192 # Code: RJUMP(start) PUSH1(0) start: PUSH1(0) STOP - data: | :label EOF1I5450_0097 :raw 0x @@ -5652,7 +5466,7 @@ validInvalid: expectException: ">=Prague" : "EOF_UnreachableCode" - # EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 201 + # EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data Index: 193 # Code: RJUMP(start) PUSH1(0) start: PUSH1(0) POP RJUMP(start) STOP - data: | :label EOF1I5450_0098 :raw 0x From 1c704899f398dcfbd1cccafc58571381730ce527 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:15:19 +0100 Subject: [PATCH 07/13] Fix EOFTests/efExample - comment out old constructor examples --- EOFTests/efExample/ymlExample.json | 22 ++--- .../efExample/validInvalidFiller.yml | 91 ++++++++++--------- .../efExample/ymlExampleFiller.yml | 75 +++++++-------- 3 files changed, 91 insertions(+), 97 deletions(-) diff --git a/EOFTests/efExample/ymlExample.json b/EOFTests/efExample/ymlExample.json index 36505b91879..5ec8abdb826 100644 --- a/EOFTests/efExample/ymlExample.json +++ b/EOFTests/efExample/ymlExample.json @@ -2,13 +2,13 @@ "ymlExample" : { "_info" : { "comment" : "EOF example test", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.14ba7529", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.9d793abd.Linux.g++", - "generatedTestHash" : "acafd37d166881fa1a015acb1d6ff88f0f698e14a7db9098952065aaa90e78e5", - "lllcversion" : "Version: 0.5.14-develop.2022.4.6+commit.401d5358.Linux.g++", - "solidity" : "Version: 0.8.18-develop.2023.1.16+commit.469d6d4d.Linux.g++", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.808cc18c.dirty", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", + "generatedTestHash" : "04e7659cd33c11d48c8421f7a3342d4840b288d21694f37e0b01c841857c60ef", + "lllcversion" : "Error getting LLLC Version", + "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", "source" : "src/EOFTestsFiller/efExample/ymlExampleFiller.yml", - "sourceHash" : "3eb098795ee0f651ae94dab0674f1a6f2e9dd5d6210cf6719508d9f301b4b71d" + "sourceHash" : "324654e1783340f8279f7e7b7c8dbe2b71497c28e2a25eef16e4429266f62c02" }, "vectors" : { "ymlExample_0" : { @@ -21,14 +21,6 @@ } }, "ymlExample_1" : { - "code" : "0xef0001010004020001000a040016000080000338600060003938601df3ef0001010004020001000304001d0000800001385000", - "results" : { - "Prague" : { - "result" : true - } - } - }, - "ymlExample_2" : { "code" : "0xefffff", "results" : { "Prague" : { @@ -37,7 +29,7 @@ } } }, - "ymlExample_3" : { + "ymlExample_2" : { "code" : "0x610badfe", "results" : { "Prague" : { diff --git a/src/EOFTestsFiller/efExample/validInvalidFiller.yml b/src/EOFTestsFiller/efExample/validInvalidFiller.yml index 975e2592040..97bb1944891 100644 --- a/src/EOFTestsFiller/efExample/validInvalidFiller.yml +++ b/src/EOFTestsFiller/efExample/validInvalidFiller.yml @@ -1651,49 +1651,50 @@ validInvalid: # EOF1 constructor returning an EOF1 contract - - data: | - :label eofreof1 :raw - 0xEF0001 # Magic and version - 010004 # One code segment - 020001 # One code segment - 000a # Code segment zero length: 10 bytes - 040016 # Data segment length (the code being deployed): 0x16=22 bytes - 00 # End of header - - # Code segment zero (header) - 00 # No inputs - 80 # Non-Returning Function - 0003 # Max stack height 3 - - - # Code segment zero (actual code) - 38 # 0 CODESIZE - 6000 # 1 PUSH1 0 0, - 6000 # 3 PUSH1 0 0,0, - 39 # 5 CODECOPY (from the code to memory, copy everything) - 38 # 6 CODESIZE - 601D # 7 PUSH1 0x1d (= 22) ,0x1d - F3 # 9 RETURN (the deployed code is code size long, starting at byte 22) - # 10 - - # Data segment (which happens to also be EOF1 code) - EF0001 # Magic and version - 010004 # One code segment - 020001 # One code segment - 0003 # Code segment zero's length: 3 bytes - 04001d # Data segment length: 22 bytes - # (not specified here, but part of the buffer returned by the init code) - 00 # End of header - # Code segment 0 header - 00 # No inputs - 00 # No outputs - 0001 # Max stack height 1 - # Code segment 0 code - 38 # CODESIZE - 50 # POP - 00 # STOP - # Init code which doesn't create a contract - - data: :label bad :raw 0x610BADFE - expectException: - ">=Prague" : "EOF_InvalidPrefix" + # TODO: rewrite to EOFCREATE, when it's ready + # - data: | + # :label eofreof1 :raw + # 0xEF0001 # Magic and version + # 010004 # One code segment + # 020001 # One code segment + # 000a # Code segment zero length: 10 bytes + # 040016 # Data segment length (the code being deployed): 0x16=22 bytes + # 00 # End of header + + # # Code segment zero (header) + # 00 # No inputs + # 80 # Non-Returning Function + # 0003 # Max stack height 3 + + + # # Code segment zero (actual code) + # 38 # 0 CODESIZE + # 6000 # 1 PUSH1 0 0, + # 6000 # 3 PUSH1 0 0,0, + # 39 # 5 CODECOPY (from the code to memory, copy everything) + # 38 # 6 CODESIZE + # 601D # 7 PUSH1 0x1d (= 22) ,0x1d + # F3 # 9 RETURN (the deployed code is code size long, starting at byte 22) + # # 10 + + # # Data segment (which happens to also be EOF1 code) + # EF0001 # Magic and version + # 010004 # One code segment + # 020001 # One code segment + # 0003 # Code segment zero's length: 3 bytes + # 04001d # Data segment length: 22 bytes + # # (not specified here, but part of the buffer returned by the init code) + # 00 # End of header + # # Code segment 0 header + # 00 # No inputs + # 00 # No outputs + # 0001 # Max stack height 1 + # # Code segment 0 code + # 38 # CODESIZE + # 50 # POP + # 00 # STOP + # # Init code which doesn't create a contract + # - data: :label bad :raw 0x610BADFE + # expectException: + # ">=Prague" : "EOF_InvalidMagic" diff --git a/src/EOFTestsFiller/efExample/ymlExampleFiller.yml b/src/EOFTestsFiller/efExample/ymlExampleFiller.yml index cdf4ceddf0b..b4de7f633ba 100644 --- a/src/EOFTestsFiller/efExample/ymlExampleFiller.yml +++ b/src/EOFTestsFiller/efExample/ymlExampleFiller.yml @@ -14,47 +14,48 @@ ymlExample: ">=Prague" : "EOF_InvalidPrefix" # EOF1 constructor returning an EOF1 contract - - data: | - :raw - 0xEF0001 # Magic and version - 010004 # One code segment - 020001 # One code segment - 000a # Code segment zero length: 10 bytes - 040016 # Data segment length (the code being deployed): 0x16=22 bytes - 00 # End of header + # TODO: rewrite to EOFCREATE, when it's ready + # - data: | + # :raw + # 0xEF0001 # Magic and version + # 010004 # One code segment + # 020001 # One code segment + # 000a # Code segment zero length: 10 bytes + # 040016 # Data segment length (the code being deployed): 0x16=22 bytes + # 00 # End of header - # Code segment zero (header) - 00 # No inputs - 80 # Non-Returning Function - 0003 # Max stack height 3 + # # Code segment zero (header) + # 00 # No inputs + # 80 # Non-Returning Function + # 0003 # Max stack height 3 - # Code segment zero (actual code) - 38 # 0 CODESIZE - 6000 # 1 PUSH1 0 0, - 6000 # 3 PUSH1 0 0,0, - 39 # 5 CODECOPY (from the code to memory, copy everything) - 38 # 6 CODESIZE - 601D # 7 PUSH1 0x1d (= 22) ,0x1d - F3 # 9 RETURN (the deployed code is code size long, starting at byte 22) - # 10 + # # Code segment zero (actual code) + # 38 # 0 CODESIZE + # 6000 # 1 PUSH1 0 0, + # 6000 # 3 PUSH1 0 0,0, + # 39 # 5 CODECOPY (from the code to memory, copy everything) + # 38 # 6 CODESIZE + # 601D # 7 PUSH1 0x1d (= 22) ,0x1d + # F3 # 9 RETURN (the deployed code is code size long, starting at byte 22) + # # 10 - # Data segment (which happens to also be EOF1 code) - EF0001 # Magic and version - 010004 # One code segment - 020001 # One code segment - 0003 # Code segment zero's length: 3 bytes - 04001d # Data segment length: 22 bytes - # (not specified here, but part of the buffer returned by the init code) - 00 # End of header - # Code segment 0 header - 00 # No inputs - 80 # Non-Returning Function - 0001 # Max stack height 1 - # Code segment 0 code - 38 # CODESIZE - 50 # POP - 00 # STOP + # # Data segment (which happens to also be EOF1 code) + # EF0001 # Magic and version + # 010004 # One code segment + # 020001 # One code segment + # 0003 # Code segment zero's length: 3 bytes + # 04001d # Data segment length: 22 bytes + # # (not specified here, but part of the buffer returned by the init code) + # 00 # End of header + # # Code segment 0 header + # 00 # No inputs + # 80 # Non-Returning Function + # 0001 # Max stack height 1 + # # Code segment 0 code + # 38 # CODESIZE + # 50 # POP + # 00 # STOP # Invalid init code # Not EOF1 From 3f731c70b7a968221011c33eca1dfc5e8279cb85 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:09:00 +0100 Subject: [PATCH 08/13] Update EOF1_Calls to EXT*CALL from EIP-7069 (cherry picked from commit 53f342f24944cc4411414823745ff277076c3aca) --- .../stEOF/stEIP3540/EOF1_CallsFiller.yml | 316 +++++++++--------- 1 file changed, 167 insertions(+), 149 deletions(-) diff --git a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml index 1fae4691f48..223f52dc259 100644 --- a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml +++ b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml @@ -12,14 +12,14 @@ EOF1_Calls: pre: a94f5374fce5edbc8e2a8697c15331677e6ebf0b: - balance: 10000000 + balance: 100000000 code: '' nonce: 0 storage: {} # Entry point contract for calling test cases b94f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - code: ':yul { sstore(0, call(200000, shr(96, calldataload(0)), 0, 0, 0, 0, 0)) sstore(1, 1) }' + code: ':yul { sstore(0, call(2000000, shr(96, calldataload(0)), 0, 0, 0, 0, 0)) sstore(1, 1) }' nonce: 0 storage: {} @@ -72,6 +72,32 @@ EOF1_Calls: # Data section (empty) nonce: 0 storage: {} + 194f5374fce5edbc8e2a8697c15331677e6ebf0b: + balance: 0 + # yul: { mstore8(0, 0x42) return(0, 32) } + # Same as above, RETURNDATALOAD friendly + code: | + :raw 0x + EF0001 # Magic and Version ( 1 ) + 010004 # Types length ( 4 ) + 020001 # Total code sections ( 1 ) + 0008 # Code section 0 , 8 bytes + 040000 # Data section length ( 0 ) + 00 # Terminator (end of header) + # Code 0 types + 00 # 0 inputs + 80 # 0 outputs (Non-returning function) + 0002 # max stack: 2 + # Code section 0 + 6042 # [0] PUSH1(66) + 5f # [2] PUSH0 + 53 # [3] MSTORE8 + 6020 # [4] PUSH1(32) + 5f # [6] PUSH0 + f3 # [7] RETURN + # Data section (empty) + nonce: 0 + storage: {} # Legacy destination contracts e94f5374fce5edbc8e2a8697c15331677e6ebf0b: @@ -84,6 +110,12 @@ EOF1_Calls: code: ':yul { mstore8(0, 0x42) return(0, 1) }' nonce: 0 storage: {} + 094f5374fce5edbc8e2a8697c15331677e6ebf0b: + balance: 0 + # Same as above, RETURNDATALOAD friendly + code: ':yul { mstore8(0, 0x42) return(0, 32) }' + nonce: 0 + storage: {} # Legacy => EOF calls @@ -117,110 +149,104 @@ EOF1_Calls: 204f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code CALLs legacy code - # { sstore(0, call(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0, 0)) sstore(1, 1) stop() } + # EOF code CALLs legacy code (EXTCALL) + # { sstore(0, extcall(0, 0, 0, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, 1) stop() } code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0026 # Code section 0 , 38 bytes + 0020 # Code section 0 , 32 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0007 # max stack: 7 + 0004 # max stack: 4 # Code section 0 5f # [0] PUSH0 80 # [1] DUP1 80 # [2] DUP1 - 80 # [3] DUP1 - 80 # [4] DUP1 - 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [26] PUSH3(100000) - f1 # [30] CALL - 5f # [31] PUSH0 - 55 # [32] SSTORE - 6001 # [33] PUSH1(1) - 80 # [35] DUP1 - 55 # [36] SSTORE - 00 # [37] STOP + 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [3] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) + f8 # [24] EXTCALL + 5f # [25] PUSH0 + 55 # [26] SSTORE + 6001 # [27] PUSH1(1) + 80 # [29] DUP1 + 55 # [30] SSTORE + 00 # [31] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' 224f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code DELEGATECALLs legacy code - # { sstore(0, delegatecall(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + # EOF code DELEGATECALLs legacy code (EXTDELEGATECALL) + # { sstore(0, EXTDELEGATECALL(0, 0, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, 1) stop() } code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0025 # Code section 0 , 37 bytes + 001f # Code section 0 , 31 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 5f # [0] PUSH0 80 # [1] DUP1 - 80 # [2] DUP1 - 80 # [3] DUP1 - 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [25] PUSH3(100000) - f4 # [29] DELEGATECALL - 5f # [30] PUSH0 - 55 # [31] SSTORE - 6001 # [32] PUSH1(1) - 80 # [34] DUP1 - 55 # [35] SSTORE - 00 # [36] STOP + 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [2] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) + f9 # [23] EXTDELEGATECALL + 5f # [24] PUSH0 + 55 # [25] SSTORE + 6001 # [26] PUSH1(1) + 80 # [28] DUP1 + 55 # [29] SSTORE + 00 # [30] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' 234f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code STATICCALLs non-pure legacy code - # { sstore(0, staticcall(100000, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + # EOF code STATICCALLs non-pure legacy code (EXTSTATICCALL) + # { sstore(0, EXTSTATICCALL(0, 0, 0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, 1) stop() } code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0025 # Code section 0 , 37 bytes + 001f # Code section 0 , 31 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 5f # [0] PUSH0 80 # [1] DUP1 - 80 # [2] DUP1 - 80 # [3] DUP1 - 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [25] PUSH3(100000) - fa # [29] STATICCALL - 5f # [30] PUSH0 - 55 # [31] SSTORE - 6001 # [32] PUSH1(1) - 80 # [34] DUP1 - 55 # [35] SSTORE - 00 # [36] STOP + 73e94f5374fce5edbc8e2a8697c15331677e6ebf0b # [2] PUSH20(0xe94f5374fce5edbc8e2a8697c15331677e6ebf0b) + fb # [23] EXTSTATICCALL + 5f # [24] PUSH0 + 55 # [25] SSTORE + 6001 # [26] PUSH1(1) + 80 # [28] DUP1 + 55 # [29] SSTORE + 00 # [30] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' 244f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code STATICCALLs legacy code + # EOF code STATICCALLs legacy code (EXTSTATICCALL) # { - # sstore(0, staticcall(100000, 0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 1)) - # sstore(1, mload(0)) sstore(2, 2) + # sstore(0, EXTSTATICCALL(0, 0, 0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b)) + # sstore(1, returndataload(0)) sstore(2, 2) # stop() # } code: | @@ -228,174 +254,164 @@ EOF1_Calls: EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 002b # Code section 0 , 43 bytes + 0024 # Code section 0 , 36 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 - 6001 # [0] PUSH1(1) - 5f # [2] PUSH0 - 80 # [3] DUP1 - 80 # [4] DUP1 - 73f94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xf94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [26] PUSH3(100000) - fa # [30] STATICCALL - 5f # [31] PUSH0 - 55 # [32] SSTORE - 5f # [33] PUSH0 - 51 # [34] MLOAD - 6001 # [35] PUSH1(1) - 55 # [37] SSTORE - 6002 # [38] PUSH1(2) - 80 # [40] DUP1 - 55 # [41] SSTORE - 00 # [42] STOP + 5f # [0] PUSH0 + 80 # [1] DUP1 + 73094f5374fce5edbc8e2a8697c15331677e6ebf0b # [2] PUSH20(0x094f5374fce5edbc8e2a8697c15331677e6ebf0b) + fb # [23] EXTSTATICCALL + 5f # [24] PUSH0 + 55 # [25] SSTORE + 5f # [26] PUSH0 + f7 # [27] RETURNDATALOAD + 6001 # [28] PUSH1(1) + 55 # [30] SSTORE + 6002 # [31] PUSH1(2) + 80 # [33] DUP1 + 55 # [34] SSTORE + 00 # [35] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' # EOF => EOF calls 304f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code CALLs legacy code - # { sstore(0, call(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0, 0)) sstore(1, 1) stop() } + # EOF code CALLs EOF code (EXTCALL) + # { sstore(0, extcall(0, 0, 0, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, 1) stop() } code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0026 # Code section 0 , 38 bytes + 0020 # Code section 0 , 32 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0007 # max stack: 7 + 0004 # max stack: 4 # Code section 0 5f # [0] PUSH0 80 # [1] DUP1 80 # [2] DUP1 - 80 # [3] DUP1 - 80 # [4] DUP1 - 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [26] PUSH3(100000) - f1 # [30] CALL - 5f # [31] PUSH0 - 55 # [32] SSTORE - 6001 # [33] PUSH1(1) - 80 # [35] DUP1 - 55 # [36] SSTORE - 00 # [37] STOP + 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [3] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) + f8 # [24] EXTCALL + 5f # [25] PUSH0 + 55 # [26] SSTORE + 6001 # [27] PUSH1(1) + 80 # [29] DUP1 + 55 # [30] SSTORE + 00 # [31] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' 324f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code DELEGATECALLs legacy code - # { sstore(0, delegatecall(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + # EOF code DELEGATECALLs EOF code (EXTDELEGATECALL) + # { sstore(0, EXTDELEGATECALL(0, 0, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, 1) stop() } code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0025 # Code section 0 , 37 bytes + 001f # Code section 0 , 31 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 5f # [0] PUSH0 80 # [1] DUP1 - 80 # [2] DUP1 - 80 # [3] DUP1 - 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [25] PUSH3(100000) - f4 # [29] DELEGATECALL - 5f # [30] PUSH0 - 55 # [31] SSTORE - 6001 # [32] PUSH1(1) - 80 # [34] DUP1 - 55 # [35] SSTORE - 00 # [36] STOP + 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [2] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) + f9 # [23] EXTDELEGATECALL + 5f # [24] PUSH0 + 55 # [25] SSTORE + 6001 # [26] PUSH1(1) + 80 # [28] DUP1 + 55 # [29] SSTORE + 00 # [30] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' 334f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code STATICCALLs non-pure legacy code - # { sstore(0, staticcall(100000, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 0)) sstore(1, 1) stop() } + # EOF code STATICCALLs non-pure EOF code (EXTSTATICCALL) + # { sstore(0, EXTSTATICCALL(0, 0, 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, 1) stop() } code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0025 # Code section 0 , 37 bytes + 001f # Code section 0 , 31 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 5f # [0] PUSH0 80 # [1] DUP1 - 80 # [2] DUP1 - 80 # [3] DUP1 - 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [4] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [25] PUSH3(100000) - fa # [29] STATICCALL - 5f # [30] PUSH0 - 55 # [31] SSTORE - 6001 # [32] PUSH1(1) - 80 # [34] DUP1 - 55 # [35] SSTORE - 00 # [36] STOP + 73c94f5374fce5edbc8e2a8697c15331677e6ebf0b # [2] PUSH20(0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b) + fb # [23] EXTSTATICCALL + 5f # [24] PUSH0 + 55 # [25] SSTORE + 6001 # [26] PUSH1(1) + 80 # [28] DUP1 + 55 # [29] SSTORE + 00 # [30] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' 344f5374fce5edbc8e2a8697c15331677e6ebf0b: balance: 0 - # EOF code STATICCALLs legacy code - # { sstore(0, staticcall(100000, 0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b, 0, 0, 0, 1)) sstore(1, mload(0)) sstore(2, 2) stop()} + # EOF code STATICCALLs EOF code (EXTSTATICCALL) + # { sstore(0, EXTSTATICCALL(0, 0, 0x194f5374fce5edbc8e2a8697c15331677e6ebf0b)) sstore(1, returndataload(0)) sstore(2, 2) stop()} code: | :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 002b # Code section 0 , 43 bytes + 0024 # Code section 0 , 36 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 - 6001 # [0] PUSH1(1) - 5f # [2] PUSH0 - 80 # [3] DUP1 - 80 # [4] DUP1 - 73d94f5374fce5edbc8e2a8697c15331677e6ebf0b # [5] PUSH20(0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b) - 620186a0 # [26] PUSH3(100000) - fa # [30] STATICCALL - 5f # [31] PUSH0 - 55 # [32] SSTORE - 5f # [33] PUSH0 - 51 # [34] MLOAD - 6001 # [35] PUSH1(1) - 55 # [37] SSTORE - 6002 # [38] PUSH1(2) - 80 # [40] DUP1 - 55 # [41] SSTORE - 00 # [42] STOP + 5f # [0] PUSH0 + 80 # [1] DUP1 + 73194f5374fce5edbc8e2a8697c15331677e6ebf0b # [2] PUSH20(0x194f5374fce5edbc8e2a8697c15331677e6ebf0b) + fb # [23] EXTSTATICCALL + 5f # [24] PUSH0 + 55 # [25] SSTORE + 5f # [26] PUSH0 + f7 # [27] RETURNDATALOAD + 6001 # [28] PUSH1(1) + 55 # [30] SSTORE + 6002 # [31] PUSH1(2) + 80 # [33] DUP1 + 55 # [34] SSTORE + 00 # [35] STOP # Data section (empty) nonce: 0 - storage: {} + storage: + '0': 'dd' transaction: data: @@ -414,7 +430,7 @@ EOF1_Calls: - ':label eof_staticcall_eof_failure :raw 0x334f5374fce5edbc8e2a8697c15331677e6ebf0b' - ':label eof_staticcall_eof :raw 0x344f5374fce5edbc8e2a8697c15331677e6ebf0b' gasLimit: - - 700000 + - 7000000 gasPrice: 10 nonce: 0 secretKey: 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8 @@ -504,7 +520,7 @@ EOF1_Calls: '10': '204f5374fce5edbc8e2a8697c15331677e6ebf0b' 204f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '1' + '0': '0' '1': '1' - indexes: @@ -537,6 +553,7 @@ EOF1_Calls: '1': '1' 234f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: + '0': '2' '1': '1' - indexes: @@ -552,7 +569,7 @@ EOF1_Calls: '1': '1' 244f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '1' + '0': '0' '1': '0x4200000000000000000000000000000000000000000000000000000000000000' '2': '2' @@ -572,7 +589,7 @@ EOF1_Calls: '10': '304f5374fce5edbc8e2a8697c15331677e6ebf0b' 304f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '1' + '0': '0' '1': '1' - indexes: @@ -588,7 +605,7 @@ EOF1_Calls: '1': '1' 324f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '1' + '0': '0' '1': '1' '10': 'b94f5374fce5edbc8e2a8697c15331677e6ebf0b' @@ -605,6 +622,7 @@ EOF1_Calls: '1': '1' 334f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: + '0': '2' '1': '1' - indexes: @@ -620,7 +638,7 @@ EOF1_Calls: '1': '1' 344f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '1' + '0': '0' '1': '0x4200000000000000000000000000000000000000000000000000000000000000' '2': '2' From 6a60b68356f06af157b9a52940512c1bea14d984 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:15:23 +0100 Subject: [PATCH 09/13] Update validInvalid to EXT*CALL - EIP5450 --- EOFTests/EIP5450/validInvalid.json | 22 ++-- .../EIP5450/validInvalidFiller.yml | 103 ++++++++---------- 2 files changed, 54 insertions(+), 71 deletions(-) diff --git a/EOFTests/EIP5450/validInvalid.json b/EOFTests/EIP5450/validInvalid.json index 3e5aeca10d8..68d006a82f4 100644 --- a/EOFTests/EIP5450/validInvalid.json +++ b/EOFTests/EIP5450/validInvalid.json @@ -1,14 +1,14 @@ { "validInvalid" : { "_info" : { - "comment" : "Test various examples to see if they are valid or invalid.\nImplements\n EOF1V5450_0001 (Valid) Code with branches having the same stack height - Data index: 0\n EOF1V5450_0002 (Valid) Jump table - Data index: 1\n EOF1V5450_0003 (Valid) Infinite loop - Data index: 2\n EOF1V5450_0004 (Valid) Infinite loop using RJUMPV - Data index: 3\n EOF1V5450_0005 (Valid) CALLF branches with the same total of outputs - Data index: 4\n EOF1V5450_0006 (Valid) CALLF inputs - Data index: 5\n EOF1V5450_0007 (Valid) Validate input for ADD opcode - Data index: 6\n EOF1V5450_0008 (Valid) Validate input for MUL opcode - Data index: 7\n EOF1V5450_0009 (Valid) Validate input for SUB opcode - Data index: 8\n EOF1V5450_0010 (Valid) Validate input for DIV opcode - Data index: 9\n EOF1V5450_0011 (Valid) Validate input for SDIV opcode - Data index: 10\n EOF1V5450_0012 (Valid) Validate input for MOD opcode - Data index: 11\n EOF1V5450_0013 (Valid) Validate input for SMOD opcode - Data index: 12\n EOF1V5450_0014 (Valid) Validate input for ADDMOD opcode - Data index: 13\n EOF1V5450_0015 (Valid) Validate input for MULMOD opcode - Data index: 14\n EOF1V5450_0016 (Valid) Validate input for EXP opcode - Data index: 15\n EOF1V5450_0017 (Valid) Validate input for SIGNEXTEND opcode - Data index: 16\n EOF1V5450_0018 (Valid) Validate input for LT opcode - Data index: 17\n EOF1V5450_0019 (Valid) Validate input for GT opcode - Data index: 18\n EOF1V5450_0020 (Valid) Validate input for SLT opcode - Data index: 19\n EOF1V5450_0021 (Valid) Validate input for SGT opcode - Data index: 20\n EOF1V5450_0022 (Valid) Validate input for EQ opcode - Data index: 21\n EOF1V5450_0023 (Valid) Validate input for ISZERO opcode - Data index: 22\n EOF1V5450_0024 (Valid) Validate input for AND opcode - Data index: 23\n EOF1V5450_0025 (Valid) Validate input for OR opcode - Data index: 24\n EOF1V5450_0026 (Valid) Validate input for XOR opcode - Data index: 25\n EOF1V5450_0027 (Valid) Validate input for NOT opcode - Data index: 26\n EOF1V5450_0028 (Valid) Validate input for BYTE opcode - Data index: 27\n EOF1V5450_0029 (Valid) Validate input for SHL opcode - Data index: 28\n EOF1V5450_0030 (Valid) Validate input for SHR opcode - Data index: 29\n EOF1V5450_0031 (Valid) Validate input for SAR opcode - Data index: 30\n EOF1V5450_0032 (Valid) Validate input for SHA3 opcode - Data index: 31\n EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data index: 32\n EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data index: 33\n EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data index: 34\n EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 35\n EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 36\n EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 37\n EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 38\n EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 39\n EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 40\n EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 41\n EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 42\n EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 43\n EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 44\n EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 45\n EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 46\n EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 47\n EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 48\n EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 49\n EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 50\n EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 51\n EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 52\n EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 53\n EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 54\n EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 55\n EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 56\n EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 57\n EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 58\n EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 59\n EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 60\n EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 61\n EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 62\n EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 63\n EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 64\n EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 65\n EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 66\n EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 67\n EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 68\n EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 69\n EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 70\n EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 71\n EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 72\n EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 73\n EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 74\n EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 75\n EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 76\n EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 77\n EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 78\n EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 79\n EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 80\n EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 81\n EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 82\n EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 83\n EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 84\n EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 85\n EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 86\n EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 87\n EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 88\n EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 89\n EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 90\n EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 91\n EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 92\n EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 93\n EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 94\n EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 95\n EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 96\n EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 97\n EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 98\n EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 99\n EOF1I5450_0001 (Invalid) Pushing loop - Data index: 100\n EOF1I5450_0002 (Invalid) Popping loop - Data index: 101\n EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 102\n EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 103\n EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 104\n EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 105\n EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 106\n EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 107\n EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 108\n EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 109\n EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 110\n EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 111\n EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 112\n EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 113\n EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 114\n EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 115\n EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 116\n EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 117\n EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 118\n EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 119\n EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 120\n EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 121\n EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 122\n EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 123\n EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 124\n EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 125\n EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 126\n EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 127\n EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 128\n EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 129\n EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 130\n EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 131\n EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 132\n EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 133\n EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 134\n EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 135\n EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 136\n EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 137\n EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 138\n EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 139\n EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 140\n EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 141\n EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 142\n EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 143\n EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 144\n EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 145\n EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 146\n EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 147\n EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 148\n EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 149\n EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 150\n EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 151\n EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 152\n EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 153\n EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 154\n EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 155\n EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 156\n EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 157\n EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 158\n EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 159\n EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 160\n EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 161\n EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 162\n EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 163\n EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 164\n EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 165\n EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 166\n EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 167\n EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 168\n EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 169\n EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 170\n EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 171\n EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 172\n EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 173\n EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 174\n EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 175\n EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 176\n EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 177\n EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 178\n EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 179\n EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 180\n EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 181\n EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 182\n EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 183\n EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 184\n EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 185\n EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 186\n EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 187\n EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 188\n EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 189\n EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 190\n EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 191\n EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 192\n EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 193\n", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.b799e876.dirty", + "comment" : "Test various examples to see if they are valid or invalid.\nImplements\n EOF1V5450_0001 (Valid) Code with branches having the same stack height - Data index: 0\n EOF1V5450_0002 (Valid) Jump table - Data index: 1\n EOF1V5450_0003 (Valid) Infinite loop - Data index: 2\n EOF1V5450_0004 (Valid) Infinite loop using RJUMPV - Data index: 3\n EOF1V5450_0005 (Valid) CALLF branches with the same total of outputs - Data index: 4\n EOF1V5450_0006 (Valid) CALLF inputs - Data index: 5\n EOF1V5450_0007 (Valid) Validate input for ADD opcode - Data index: 6\n EOF1V5450_0008 (Valid) Validate input for MUL opcode - Data index: 7\n EOF1V5450_0009 (Valid) Validate input for SUB opcode - Data index: 8\n EOF1V5450_0010 (Valid) Validate input for DIV opcode - Data index: 9\n EOF1V5450_0011 (Valid) Validate input for SDIV opcode - Data index: 10\n EOF1V5450_0012 (Valid) Validate input for MOD opcode - Data index: 11\n EOF1V5450_0013 (Valid) Validate input for SMOD opcode - Data index: 12\n EOF1V5450_0014 (Valid) Validate input for ADDMOD opcode - Data index: 13\n EOF1V5450_0015 (Valid) Validate input for MULMOD opcode - Data index: 14\n EOF1V5450_0016 (Valid) Validate input for EXP opcode - Data index: 15\n EOF1V5450_0017 (Valid) Validate input for SIGNEXTEND opcode - Data index: 16\n EOF1V5450_0018 (Valid) Validate input for LT opcode - Data index: 17\n EOF1V5450_0019 (Valid) Validate input for GT opcode - Data index: 18\n EOF1V5450_0020 (Valid) Validate input for SLT opcode - Data index: 19\n EOF1V5450_0021 (Valid) Validate input for SGT opcode - Data index: 20\n EOF1V5450_0022 (Valid) Validate input for EQ opcode - Data index: 21\n EOF1V5450_0023 (Valid) Validate input for ISZERO opcode - Data index: 22\n EOF1V5450_0024 (Valid) Validate input for AND opcode - Data index: 23\n EOF1V5450_0025 (Valid) Validate input for OR opcode - Data index: 24\n EOF1V5450_0026 (Valid) Validate input for XOR opcode - Data index: 25\n EOF1V5450_0027 (Valid) Validate input for NOT opcode - Data index: 26\n EOF1V5450_0028 (Valid) Validate input for BYTE opcode - Data index: 27\n EOF1V5450_0029 (Valid) Validate input for SHL opcode - Data index: 28\n EOF1V5450_0030 (Valid) Validate input for SHR opcode - Data index: 29\n EOF1V5450_0031 (Valid) Validate input for SAR opcode - Data index: 30\n EOF1V5450_0032 (Valid) Validate input for SHA3 opcode - Data index: 31\n EOF1V5450_0033 (Valid) Validate input for BALANCE opcode - Data index: 32\n EOF1V5450_0034 (Valid) Validate input for CALLDATALOAD opcode - Data index: 33\n EOF1V5450_0035 (Valid) Validate input for CALLDATACOPY opcode - Data index: 34\n EOF1V5450_0039 (Valid) Validate input for RETURNDATACOPY opcode - Data index: 35\n EOF1V5450_0041 (Valid) Validate input for BLOCKHASH opcode - Data index: 36\n EOF1V5450_0042 (Valid) Validate input for BLOBHASH opcode - Data index: 37\n EOF1V5450_0043 (Valid) Validate input for POP opcode - Data index: 38\n EOF1V5450_0044 (Valid) Validate input for MLOAD opcode - Data index: 39\n EOF1V5450_0045 (Valid) Validate input for MSTORE opcode - Data index: 40\n EOF1V5450_0046 (Valid) Validate input for MSTORE8 opcode - Data index: 41\n EOF1V5450_0047 (Valid) Validate input for SLOAD opcode - Data index: 42\n EOF1V5450_0048 (Valid) Validate input for SSTORE opcode - Data index: 43\n EOF1V5450_0049 (Valid) Validate input for MCOPY opcode - Data index: 44\n EOF1V5450_0050 (Valid) Validate input for DUP1 opcode - Data index: 45\n EOF1V5450_0051 (Valid) Validate input for DUP2 opcode - Data index: 46\n EOF1V5450_0052 (Valid) Validate input for DUP3 opcode - Data index: 47\n EOF1V5450_0053 (Valid) Validate input for DUP4 opcode - Data index: 48\n EOF1V5450_0054 (Valid) Validate input for DUP5 opcode - Data index: 49\n EOF1V5450_0055 (Valid) Validate input for DUP6 opcode - Data index: 50\n EOF1V5450_0056 (Valid) Validate input for DUP7 opcode - Data index: 51\n EOF1V5450_0057 (Valid) Validate input for DUP8 opcode - Data index: 52\n EOF1V5450_0058 (Valid) Validate input for DUP9 opcode - Data index: 53\n EOF1V5450_0059 (Valid) Validate input for DUP10 opcode - Data index: 54\n EOF1V5450_0060 (Valid) Validate input for DUP11 opcode - Data index: 55\n EOF1V5450_0061 (Valid) Validate input for DUP12 opcode - Data index: 56\n EOF1V5450_0062 (Valid) Validate input for DUP13 opcode - Data index: 57\n EOF1V5450_0063 (Valid) Validate input for DUP14 opcode - Data index: 58\n EOF1V5450_0064 (Valid) Validate input for DUP15 opcode - Data index: 59\n EOF1V5450_0065 (Valid) Validate input for DUP16 opcode - Data index: 60\n EOF1V5450_0066 (Valid) Validate input for SWAP1 opcode - Data index: 61\n EOF1V5450_0067 (Valid) Validate input for SWAP2 opcode - Data index: 62\n EOF1V5450_0068 (Valid) Validate input for SWAP3 opcode - Data index: 63\n EOF1V5450_0069 (Valid) Validate input for SWAP4 opcode - Data index: 64\n EOF1V5450_0070 (Valid) Validate input for SWAP5 opcode - Data index: 65\n EOF1V5450_0071 (Valid) Validate input for SWAP6 opcode - Data index: 66\n EOF1V5450_0072 (Valid) Validate input for SWAP7 opcode - Data index: 67\n EOF1V5450_0073 (Valid) Validate input for SWAP8 opcode - Data index: 68\n EOF1V5450_0074 (Valid) Validate input for SWAP9 opcode - Data index: 69\n EOF1V5450_0075 (Valid) Validate input for SWAP10 opcode - Data index: 70\n EOF1V5450_0076 (Valid) Validate input for SWAP11 opcode - Data index: 71\n EOF1V5450_0077 (Valid) Validate input for SWAP12 opcode - Data index: 72\n EOF1V5450_0078 (Valid) Validate input for SWAP13 opcode - Data index: 73\n EOF1V5450_0079 (Valid) Validate input for SWAP14 opcode - Data index: 74\n EOF1V5450_0080 (Valid) Validate input for SWAP15 opcode - Data index: 75\n EOF1V5450_0081 (Valid) Validate input for SWAP16 opcode - Data index: 76\n EOF1V5450_0082 (Valid) Validate input for LOG0 opcode - Data index: 77\n EOF1V5450_0083 (Valid) Validate input for LOG1 opcode - Data index: 78\n EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 79\n EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 80\n EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 81\n EOF1V5450_0087 (Valid) Validate input for EXTCALL opcode - Data index: 82\n EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 83\n EOF1V5450_0089 (Valid) Validate input for EXTDELEGATECALL opcode - Data index: 84\n EOF1V5450_0090 (Valid) Validate input for EXTSTATICCALL opcode - Data index: 85\n EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 86\n EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 87\n EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 88\n EOF1V5450_0094 (Valid) Loop ending with unconditional RJUMP (a) - Data index: 89\n EOF1V5450_0095 (Valid) Loop ending with unconditional RJUMP (b) - Data index: 90\n EOF1V5450_0096 (Valid) Functions ending with RETF - Data index: 91\n EOF1V5450_0097 (Valid) Stack is not required to be empty on terminating instruction RETURN - Data index: 92\n EOF1V5450_0098 (Valid) Stack is not required to be empty on terminating instruction REVERT - Data index: 93\n EOF1V5450_0099 (Valid) RETF returning maximum number of outputs (127) - Data index: 94\n EOF1V5450_0100 (Valid) Calling function with enough stack items: Function 1 calls Function 2 with enough parameters - Data index: 95\n EOF1V5450_0101 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 96\n EOF1V5450_0102 (Valid) Stack height mismatch for different paths valid according to relaxed stack validation - Data index: 97\n EOF1V5450_0103 (Valid) Calls returning different number of outputs valid according to relaxed stack validation - Data index: 98\n EOF1V5450_0104 (Valid) Jump table with different stack heights valid according to relaxed stack validation - Data index: 99\n EOF1I5450_0001 (Invalid) Pushing loop - Data index: 100\n EOF1I5450_0002 (Invalid) Popping loop - Data index: 101\n EOF1I5450_0003 (Invalid) Stack underflow for opcode ADD - Data index: 102\n EOF1I5450_0004 (Invalid) Stack underflow for opcode MUL - Data index: 103\n EOF1I5450_0005 (Invalid) Stack underflow for opcode SUB - Data index: 104\n EOF1I5450_0006 (Invalid) Stack underflow for opcode DIV - Data index: 105\n EOF1I5450_0007 (Invalid) Stack underflow for opcode SDIV - Data index: 106\n EOF1I5450_0008 (Invalid) Stack underflow for opcode MOD - Data index: 107\n EOF1I5450_0009 (Invalid) Stack underflow for opcode SMOD - Data index: 108\n EOF1I5450_0010 (Invalid) Stack underflow for opcode ADDMOD - Data index: 109\n EOF1I5450_0011 (Invalid) Stack underflow for opcode MULMOD - Data index: 110\n EOF1I5450_0012 (Invalid) Stack underflow for opcode EXP - Data index: 111\n EOF1I5450_0013 (Invalid) Stack underflow for opcode SIGNEXTEND - Data index: 112\n EOF1I5450_0014 (Invalid) Stack underflow for opcode LT - Data index: 113\n EOF1I5450_0015 (Invalid) Stack underflow for opcode GT - Data index: 114\n EOF1I5450_0016 (Invalid) Stack underflow for opcode SLT - Data index: 115\n EOF1I5450_0017 (Invalid) Stack underflow for opcode SGT - Data index: 116\n EOF1I5450_0018 (Invalid) Stack underflow for opcode EQ - Data index: 117\n EOF1I5450_0019 (Invalid) Stack underflow for opcode ISZERO - Data index: 118\n EOF1I5450_0020 (Invalid) Stack underflow for opcode AND - Data index: 119\n EOF1I5450_0021 (Invalid) Stack underflow for opcode OR - Data index: 120\n EOF1I5450_0022 (Invalid) Stack underflow for opcode XOR - Data index: 121\n EOF1I5450_0023 (Invalid) Stack underflow for opcode NOT - Data index: 122\n EOF1I5450_0024 (Invalid) Stack underflow for opcode BYTE - Data index: 123\n EOF1I5450_0025 (Invalid) Stack underflow for opcode SHL - Data index: 124\n EOF1I5450_0026 (Invalid) Stack underflow for opcode SHR - Data index: 125\n EOF1I5450_0027 (Invalid) Stack underflow for opcode SAR - Data index: 126\n EOF1I5450_0028 (Invalid) Stack underflow for opcode SHA3 - Data index: 127\n EOF1I5450_0029 (Invalid) Stack underflow for opcode BALANCE - Data index: 128\n EOF1I5450_0030 (Invalid) Stack underflow for opcode CALLDATALOAD - Data index: 129\n EOF1I5450_0031 (Invalid) Stack underflow for opcode CALLDATACOPY - Data index: 130\n EOF1I5450_0035 (Invalid) Stack underflow for opcode RETURNDATACOPY - Data index: 131\n EOF1I5450_0037 (Invalid) Stack underflow for opcode BLOCKHASH - Data index: 132\n EOF1I5450_0038 (Invalid) Stack underflow for opcode BLOBHASH - Data index: 133\n EOF1I5450_0039 (Invalid) Stack underflow for opcode POP - Data index: 134\n EOF1I5450_0040 (Invalid) Stack underflow for opcode MLOAD - Data index: 135\n EOF1I5450_0041 (Invalid) Stack underflow for opcode MSTORE - Data index: 136\n EOF1I5450_0042 (Invalid) Stack underflow for opcode MSTORE8 - Data index: 137\n EOF1I5450_0043 (Invalid) Stack underflow for opcode SLOAD - Data index: 138\n EOF1I5450_0044 (Invalid) Stack underflow for opcode SSTORE - Data index: 139\n EOF1I5450_0045 (Invalid) Stack underflow for opcode MCOPY - Data index: 140\n EOF1I5450_0046 (Invalid) Stack underflow for opcode DUP1 - Data index: 141\n EOF1I5450_0047 (Invalid) Stack underflow for opcode DUP2 - Data index: 142\n EOF1I5450_0048 (Invalid) Stack underflow for opcode DUP3 - Data index: 143\n EOF1I5450_0049 (Invalid) Stack underflow for opcode DUP4 - Data index: 144\n EOF1I5450_0050 (Invalid) Stack underflow for opcode DUP5 - Data index: 145\n EOF1I5450_0051 (Invalid) Stack underflow for opcode DUP6 - Data index: 146\n EOF1I5450_0052 (Invalid) Stack underflow for opcode DUP7 - Data index: 147\n EOF1I5450_0053 (Invalid) Stack underflow for opcode DUP8 - Data index: 148\n EOF1I5450_0054 (Invalid) Stack underflow for opcode DUP9 - Data index: 149\n EOF1I5450_0055 (Invalid) Stack underflow for opcode DUP10 - Data index: 150\n EOF1I5450_0056 (Invalid) Stack underflow for opcode DUP11 - Data index: 151\n EOF1I5450_0057 (Invalid) Stack underflow for opcode DUP12 - Data index: 152\n EOF1I5450_0058 (Invalid) Stack underflow for opcode DUP13 - Data index: 153\n EOF1I5450_0059 (Invalid) Stack underflow for opcode DUP14 - Data index: 154\n EOF1I5450_0060 (Invalid) Stack underflow for opcode DUP15 - Data index: 155\n EOF1I5450_0061 (Invalid) Stack underflow for opcode DUP16 - Data index: 156\n EOF1I5450_0062 (Invalid) Stack underflow for opcode SWAP1 - Data index: 157\n EOF1I5450_0063 (Invalid) Stack underflow for opcode SWAP2 - Data index: 158\n EOF1I5450_0064 (Invalid) Stack underflow for opcode SWAP3 - Data index: 159\n EOF1I5450_0065 (Invalid) Stack underflow for opcode SWAP4 - Data index: 160\n EOF1I5450_0066 (Invalid) Stack underflow for opcode SWAP5 - Data index: 161\n EOF1I5450_0067 (Invalid) Stack underflow for opcode SWAP6 - Data index: 162\n EOF1I5450_0068 (Invalid) Stack underflow for opcode SWAP7 - Data index: 163\n EOF1I5450_0069 (Invalid) Stack underflow for opcode SWAP8 - Data index: 164\n EOF1I5450_0070 (Invalid) Stack underflow for opcode SWAP9 - Data index: 165\n EOF1I5450_0071 (Invalid) Stack underflow for opcode SWAP10 - Data index: 166\n EOF1I5450_0072 (Invalid) Stack underflow for opcode SWAP11 - Data index: 167\n EOF1I5450_0073 (Invalid) Stack underflow for opcode SWAP12 - Data index: 168\n EOF1I5450_0074 (Invalid) Stack underflow for opcode SWAP13 - Data index: 169\n EOF1I5450_0075 (Invalid) Stack underflow for opcode SWAP14 - Data index: 170\n EOF1I5450_0076 (Invalid) Stack underflow for opcode SWAP15 - Data index: 171\n EOF1I5450_0077 (Invalid) Stack underflow for opcode SWAP16 - Data index: 172\n EOF1I5450_0078 (Invalid) Stack underflow for opcode LOG0 - Data index: 173\n EOF1I5450_0079 (Invalid) Stack underflow for opcode LOG1 - Data index: 174\n EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 175\n EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 176\n EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 177\n EOF1I5450_0083 (Invalid) Stack underflow for opcode EXTCALL - Data index: 178\n EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 179\n EOF1I5450_0085 (Invalid) Stack underflow for opcode EXTDELEGATECALL - Data index: 180\n EOF1I5450_0086 (Invalid) Stack underflow for opcode EXTSTATICCALL - Data index: 181\n EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 182\n EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 183\n EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 184\n EOF1I5450_0090 (Invalid) Stack Overflow: Function pushing more than 1024 items to the stack - Data index: 185\n EOF1I5450_0091 (Invalid) Stack Overflow: Function 1 when called by Function 0 pushes more than 1024 items to the stack - Data index: 186\n EOF1I5450_0092 (Invalid) Function ending with non-terminating instruction (a) - Data index: 187\n EOF1I5450_0093 (Invalid) Function ending with non-terminating instruction (b) - Data index: 188\n EOF1I5450_0094 (Invalid) Function ending with non-terminating instruction (c) - Data index: 189\n EOF1I5450_0095 (Invalid) Function containing unreachable code after RETURN - Data index: 190\n EOF1I5450_0096 (Invalid) Function containing unreachable code after REVERT - Data index: 191\n EOF1I5450_0097 (Invalid) Unreachable code after RJUMP - Data index: 192\n EOF1I5450_0098 (Invalid) Unreachable code after infinite loop - Data index: 193\n", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.553c70a0", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", - "generatedTestHash" : "d30a9264587383f62fd63d336cf86519c769828c5ae568a6b0fa7a1875cf0a56", + "generatedTestHash" : "f97720064628cf28c62cc0b08da7375622e3fc0297768824e8a1634acd86c35a", "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EOFTestsFiller/EIP5450/validInvalidFiller.yml", - "sourceHash" : "700cea10756d1121c90f98bdd9d4b31106e5acde7058eb544e70523a17bda600" + "sourceHash" : "fbd931e0f89fb9a0cd8f9297541526cf2b57f226fda6de64c892bfc4c77157d6" }, "vectors" : { "validInvalid_0" : { @@ -794,7 +794,7 @@ } }, "validInvalid_178" : { - "code" : "0xef0001010004020001000e0400000000800006600160016001600160016001f100", + "code" : "0xef000101000402000100080400000000800003600160016001f800", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -820,7 +820,7 @@ } }, "validInvalid_180" : { - "code" : "0xef0001010004020001000c040000000080000560016001600160016001f400", + "code" : "0xef00010100040200010006040000000080000260016001f900", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -829,7 +829,7 @@ } }, "validInvalid_181" : { - "code" : "0xef0001010004020001000c040000000080000560016001600160016001fa00", + "code" : "0xef00010100040200010006040000000080000260016001fb00", "results" : { "Prague" : { "exception" : "EOF_StackUnderflow", @@ -1506,7 +1506,7 @@ } }, "validInvalid_82" : { - "code" : "0xef0001010004020001000a04000000008000076001808080808080f100", + "code" : "0xef0001010004020001000704000000008000046001808080f800", "results" : { "Prague" : { "result" : true @@ -1522,7 +1522,7 @@ } }, "validInvalid_84" : { - "code" : "0xef00010100040200010009040000000080000660018080808080f400", + "code" : "0xef00010100040200010006040000000080000360018080f900", "results" : { "Prague" : { "result" : true @@ -1530,7 +1530,7 @@ } }, "validInvalid_85" : { - "code" : "0xef00010100040200010009040000000080000660018080808080fa00", + "code" : "0xef00010100040200010006040000000080000360018080fb00", "results" : { "Prague" : { "result" : true diff --git a/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml b/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml index a6e2b2f8141..17d9bca3af0 100644 --- a/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml +++ b/src/EOFTestsFiller/EIP5450/validInvalidFiller.yml @@ -85,10 +85,10 @@ validInvalid: EOF1V5450_0084 (Valid) Validate input for LOG2 opcode - Data index: 79 EOF1V5450_0085 (Valid) Validate input for LOG3 opcode - Data index: 80 EOF1V5450_0086 (Valid) Validate input for LOG4 opcode - Data index: 81 - EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data index: 82 + EOF1V5450_0087 (Valid) Validate input for EXTCALL opcode - Data index: 82 EOF1V5450_0088 (Valid) Validate input for RETURN opcode - Data index: 83 - EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data index: 84 - EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data index: 85 + EOF1V5450_0089 (Valid) Validate input for EXTDELEGATECALL opcode - Data index: 84 + EOF1V5450_0090 (Valid) Validate input for EXTSTATICCALL opcode - Data index: 85 EOF1V5450_0091 (Valid) Validate input for REVERT opcode - Data index: 86 EOF1V5450_0092 (Valid) Containing terminating opcode RETURN at the end - Data index: 87 EOF1V5450_0093 (Valid) Containing terminating opcode REVERT at the end - Data index: 88 @@ -181,10 +181,10 @@ validInvalid: EOF1I5450_0080 (Invalid) Stack underflow for opcode LOG2 - Data index: 175 EOF1I5450_0081 (Invalid) Stack underflow for opcode LOG3 - Data index: 176 EOF1I5450_0082 (Invalid) Stack underflow for opcode LOG4 - Data index: 177 - EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data index: 178 + EOF1I5450_0083 (Invalid) Stack underflow for opcode EXTCALL - Data index: 178 EOF1I5450_0084 (Invalid) Stack underflow for opcode RETURN - Data index: 179 - EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data index: 180 - EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data index: 181 + EOF1I5450_0085 (Invalid) Stack underflow for opcode EXTDELEGATECALL - Data index: 180 + EOF1I5450_0086 (Invalid) Stack underflow for opcode EXTSTATICCALL - Data index: 181 EOF1I5450_0087 (Invalid) Stack underflow for opcode REVERT - Data index: 182 EOF1I5450_0088 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enough parameters - Data index: 183 EOF1I5450_0089 (Invalid) Calling function without enough stack items: Function 0 calls Function 1 without enought parameters, Function 1 calls Function 2 without enough parameers - Data index: 184 @@ -2545,30 +2545,27 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0087 (Valid) Validate input for CALL opcode - Data Index: 82 - # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 CALL STOP + # EOF1V5450_0087 (Valid) Validate input for EXTCALL opcode - Data index: 82 + # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 EXTCALL STOP - data: | :label EOF1V5450_0087 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 000a # Code section 0 , 10 bytes + 0007 # Code section 0 , 7 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0007 # max stack: 7 + 0004 # max stack: 4 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 80 # [3] DUP1 80 # [4] DUP1 - 80 # [5] DUP1 - 80 # [6] DUP1 - 80 # [7] DUP1 - f1 # [8] CALL - 00 # [9] STOP + f8 # [5] CALL + 00 # [6] STOP # Data section (empty) # "Prague" : "ok." @@ -2593,55 +2590,49 @@ validInvalid: # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0089 (Valid) Validate input for DELEGATECALL opcode - Data Index: 84 - # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DELEGATECALL STOP + # EOF1V5450_0089 (Valid) Validate input for EXTDELEGATECALL opcode - Data index: 84 + # Code: PUSH1(1) DUP1 DUP1 EXTDELEGATECALL STOP - data: | :label EOF1V5450_0089 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0009 # Code section 0 , 9 bytes + 0006 # Code section 0 , 6 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 80 # [3] DUP1 - 80 # [4] DUP1 - 80 # [5] DUP1 - 80 # [6] DUP1 - f4 # [7] DELEGATECALL - 00 # [8] STOP + f9 # [4] EXTDELEGATECALL + 00 # [5] STOP # Data section (empty) # "Prague" : "ok." - # EOF1V5450_0090 (Valid) Validate input for STATICCALL opcode - Data Index: 85 - # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 STATICCALL STOP + # EOF1V5450_0090 (Valid) Validate input for EXTSTATICCALL opcode - Data index: 85 + # Code: PUSH1(1) DUP1 DUP1 EXTSTATICCALL STOP - data: | :label EOF1V5450_0090 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0009 # Code section 0 , 9 bytes + 0006 # Code section 0 , 6 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 80 # [3] DUP1 - 80 # [4] DUP1 - 80 # [5] DUP1 - 80 # [6] DUP1 - fa # [7] STATICCALL - 00 # [8] STOP + fb # [4] EXTSTATICCALL + 00 # [5] STOP # Data section (empty) # "Prague" : "ok." @@ -5110,29 +5101,26 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0083 (Invalid) Stack underflow for opcode CALL - Data Index: 178 - # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) CALL STOP + # EOF1I5450_0083 (Invalid) Stack underflow for opcode EXTCALL - Data index: 178 + # Code: PUSH1(1) PUSH1(1) PUSH1(1) EXTCALL STOP - data: | :label EOF1I5450_0083 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 000e # Code section 0 , 14 bytes + 0008 # Code section 0 , 8 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 6001 # [0] PUSH1(1) 6001 # [2] PUSH1(1) 6001 # [4] PUSH1(1) - 6001 # [6] PUSH1(1) - 6001 # [8] PUSH1(1) - 6001 # [10] PUSH1(1) - f1 # [12] CALL - 00 # [13] STOP + f8 # [6] EXTCALL + 00 # [7] STOP # Data section (empty) expectException: ">=Prague" : "EOF_StackUnderflow" @@ -5158,54 +5146,49 @@ validInvalid: expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0085 (Invalid) Stack underflow for opcode DELEGATECALL - Data Index: 180 - # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) DELEGATECALL STOP + + # EOF1I5450_0085 (Invalid) Stack underflow for opcode EXTDELEGATECALL - Data index: 180 + # Code: PUSH1(1) PUSH1(1) EXTDELEGATECALL STOP - data: | :label EOF1I5450_0085 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 000c # Code section 0 , 12 bytes + 0006 # Code section 0 , 6 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0005 # max stack: 5 + 0002 # max stack: 2 # Code section 0 6001 # [0] PUSH1(1) 6001 # [2] PUSH1(1) - 6001 # [4] PUSH1(1) - 6001 # [6] PUSH1(1) - 6001 # [8] PUSH1(1) - f4 # [10] DELEGATECALL - 00 # [11] STOP + f9 # [4] EXTDELEGATECALL + 00 # [5] STOP # Data section (empty) expectException: ">=Prague" : "EOF_StackUnderflow" - # EOF1I5450_0086 (Invalid) Stack underflow for opcode STATICCALL - Data Index: 181 - # Code: PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) PUSH1(1) STATICCALL STOP + # EOF1I5450_0086 (Invalid) Stack underflow for opcode EXTSTATICCALL - Data index: 181 + # Code: PUSH1(1) PUSH1(1) EXTSTATICCALL STOP - data: | :label EOF1I5450_0086 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 000c # Code section 0 , 12 bytes + 0006 # Code section 0 , 6 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0005 # max stack: 5 + 0002 # max stack: 2 # Code section 0 6001 # [0] PUSH1(1) 6001 # [2] PUSH1(1) - 6001 # [4] PUSH1(1) - 6001 # [6] PUSH1(1) - 6001 # [8] PUSH1(1) - fa # [10] STATICCALL - 00 # [11] STOP + fb # [4] EXTSTATICCALL + 00 # [5] STOP # Data section (empty) expectException: ">=Prague" : "EOF_StackUnderflow" From 1eb7f9066d8916fc82d70b3051786d7028f26048 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:58:53 +0100 Subject: [PATCH 10/13] Fix and test EXT*CALL status codes --- .../StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml index 223f52dc259..dbdbe65827f 100644 --- a/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml +++ b/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml @@ -536,7 +536,7 @@ EOF1_Calls: '1': '1' 224f5374fce5edbc8e2a8697c15331677e6ebf0b: storage: - '0': '0' # DELEGATECALL fails because disallowed. + '0': '1' # DELEGATECALL fails because disallowed. '1': '1' '10': '0' From 6501414e3051f2f35161817c4ab0ac5f65412bc0 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:00:42 +0100 Subject: [PATCH 11/13] Update validInvalid to EXT*CALL - EIP3670 --- EOFTests/EIP3670/validInvalid.json | 6 +-- .../EIP3670/validInvalidFiller.yml | 51 ++++++++----------- 2 files changed, 24 insertions(+), 33 deletions(-) diff --git a/EOFTests/EIP3670/validInvalid.json b/EOFTests/EIP3670/validInvalid.json index e978ed3549d..e3224c1836f 100644 --- a/EOFTests/EIP3670/validInvalid.json +++ b/EOFTests/EIP3670/validInvalid.json @@ -324,7 +324,7 @@ } }, "validInvalid_133" : { - "code" : "0xef0001010004020001000a04000000008000076001808080808080f100", + "code" : "0xef0001010004020001000704000000008000046001808080f800", "results" : { "Prague" : { "result" : true @@ -340,7 +340,7 @@ } }, "validInvalid_135" : { - "code" : "0xef00010100040200010009040000000080000660018080808080f400", + "code" : "0xef00010100040200010006040000000080000360018080f900", "results" : { "Prague" : { "result" : true @@ -348,7 +348,7 @@ } }, "validInvalid_136" : { - "code" : "0xef00010100040200010009040000000080000660018080808080fa00", + "code" : "0xef00010100040200010006040000000080000360018080fb00", "results" : { "Prague" : { "result" : true diff --git a/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml b/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml index e4f6706db52..418aeee33e0 100644 --- a/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml +++ b/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml @@ -136,10 +136,10 @@ validInvalid: EOFV3670_0131 (Valid) Code containing the LOG2 opcode - Data Section 130 EOFV3670_0132 (Valid) Code containing the LOG3 opcode - Data Section 131 EOFV3670_0133 (Valid) Code containing the LOG4 opcode - Data Section 132 - EOFV3670_0134 (Valid) Code containing the CALL opcode - Data Section 133 + EOFV3670_0134 (Valid) Code containing the EXTCALL opcode - Data Section 133 EOFV3670_0135 (Valid) Code containing the RETURN opcode - Data Section 134 - EOFV3670_0136 (Valid) Code containing the DELEGATECALL opcode - Data Section 135 - EOFV3670_0137 (Valid) Code containing the STATICCALL opcode - Data Section 136 + EOFV3670_0136 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 135 + EOFV3670_0137 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 136 EOFV3670_0138 (Valid) Code containing the REVERT opcode - Data Section 137 EOFV3670_0139 (Valid) Code containing the INVALID opcode - Data Section 138 EOFI3670_0140 (Invalid) Code containing undefined instruction 0x0c - Data Section 139 @@ -3394,30 +3394,27 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0134 (Valid) Code containing the CALL opcode - Data Section 133 - # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 CALL STOP + # EOFV3670_0134 (Valid) Code containing the EXTCALL opcode - Data Section 133 + # Code: PUSH1(1) DUP1 DUP1 DUP1 EXTCALL STOP - data: | :label EOFV3670_0134 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 000a # Code section 0 , 10 bytes + 0007 # Code section 0 , 7 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0007 # max stack: 7 + 0004 # max stack: 4 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 80 # [3] DUP1 80 # [4] DUP1 - 80 # [5] DUP1 - 80 # [6] DUP1 - 80 # [7] DUP1 - f1 # [8] CALL - 00 # [9] STOP + f8 # [5] EXTCALL + 00 # [6] STOP # Data section (empty) #expectException: #">=Prague": "ok." @@ -3444,56 +3441,50 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0136 (Valid) Code containing the DELEGATECALL opcode - Data Section 135 - # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DELEGATECALL STOP + # EOFV3670_0136 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 135 + # Code: PUSH1(1) DUP1 DUP1 EXTDELEGATECALL STOP - data: | :label EOFV3670_0136 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0009 # Code section 0 , 9 bytes + 0006 # Code section 0 , 6 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 80 # [3] DUP1 - 80 # [4] DUP1 - 80 # [5] DUP1 - 80 # [6] DUP1 - f4 # [7] DELEGATECALL - 00 # [8] STOP + f9 # [4] EXTDELEGATECALL + 00 # [5] STOP # Data section (empty) #expectException: #">=Prague": "ok." - # EOFV3670_0137 (Valid) Code containing the STATICCALL opcode - Data Section 136 - # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 STATICCALL STOP + # EOFV3670_0137 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 136 + # Code: PUSH1(1) DUP1 DUP1 EXTSTATICCALL STOP - data: | :label EOFV3670_0137 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0009 # Code section 0 , 9 bytes + 0006 # Code section 0 , 6 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0006 # max stack: 6 + 0003 # max stack: 3 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 80 # [3] DUP1 - 80 # [4] DUP1 - 80 # [5] DUP1 - 80 # [6] DUP1 - fa # [7] STATICCALL - 00 # [8] STOP + fb # [4] EXTSTATICCALL + 00 # [5] STOP # Data section (empty) #expectException: #">=Prague": "ok." From b58ffb54043246bff3b040e0d85e06be209a8bc1 Mon Sep 17 00:00:00 2001 From: Hugo De la cruz Date: Wed, 3 Apr 2024 02:04:15 -0700 Subject: [PATCH 12/13] Reorder tests --- .../EIP3670/validInvalidFiller.yml | 1362 ++++++++--------- 1 file changed, 677 insertions(+), 685 deletions(-) diff --git a/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml b/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml index 418aeee33e0..2e9ea25cec5 100644 --- a/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml +++ b/src/EOFTestsFiller/EIP3670/validInvalidFiller.yml @@ -38,139 +38,139 @@ validInvalid: EOFV3670_0033 (Valid) Code containing the CALLDATALOAD opcode - Data Section 32 EOFV3670_0034 (Valid) Code containing the CALLDATASIZE opcode - Data Section 33 EOFV3670_0035 (Valid) Code containing the CALLDATACOPY opcode - Data Section 34 - EOFV3670_0036 (Invalid) Code containing the CODESIZE opcode - Data Section 35 - EOFV3670_0037 (Invalid) Code containing the CODECOPY opcode - Data Section 36 - EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37 - EOFV3670_0039 (Invalid) Code containing the EXTCODESIZE opcode - Data Section 38 - EOFV3670_0040 (Invalid) Code containing the EXTCODECOPY opcode - Data Section 39 - EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40 - EOFV3670_0042 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 41 - EOFV3670_0043 (Invalid) Code containing the EXTCODEHASH opcode - Data Section 42 - EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43 - EOFV3670_0045 (Valid) Code containing the COINBASE opcode - Data Section 44 - EOFV3670_0046 (Valid) Code containing the TIMESTAMP opcode - Data Section 45 - EOFV3670_0047 (Valid) Code containing the NUMBER opcode - Data Section 46 - EOFV3670_0048 (Valid) Code containing the DIFFICULTY opcode - Data Section 47 - EOFV3670_0049 (Valid) Code containing the GASLIMIT opcode - Data Section 48 - EOFV3670_0050 (Valid) Code containing the CHAINID opcode - Data Section 49 - EOFV3670_0051 (Valid) Code containing the SELFBALANCE opcode - Data Section 50 - EOFV3670_0052 (Valid) Code containing the BASEFEE opcode - Data Section 51 - EOFV3670_0053 (Valid) Code containing the BLOBHASH opcode - Data Section 52 - EOFV3670_0054 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 53 - EOFV3670_0055 (Valid) Code containing the POP opcode - Data Section 54 - EOFV3670_0056 (Valid) Code containing the MLOAD opcode - Data Section 55 - EOFV3670_0057 (Valid) Code containing the MSTORE8 opcode - Data Section 56 - EOFV3670_0058 (Valid) Code containing the SLOAD opcode - Data Section 57 - EOFV3670_0059 (Valid) Code containing the SSTORE opcode - Data Section 58 - EOFV3670_0060 (Valid) Code containing the MSIZE opcode - Data Section 59 - EOFV3670_0061 (Invalid) Code containing the GAS opcode - Data Section 60 - EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61 - EOFV3670_0063 (Valid) Code containing the MCOPY opcode - Data Section 62 - EOFV3670_0064 (Valid) Code containing the PUSH0 opcode - Data Section 63 - EOFV3670_0065 (Valid) Code containing the PUSH1 opcode - Data Section 64 - EOFV3670_0066 (Valid) Code containing the PUSH2 opcode - Data Section 65 - EOFV3670_0067 (Valid) Code containing the PUSH3 opcode - Data Section 66 - EOFV3670_0068 (Valid) Code containing the PUSH4 opcode - Data Section 67 - EOFV3670_0069 (Valid) Code containing the PUSH5 opcode - Data Section 68 - EOFV3670_0070 (Valid) Code containing the PUSH6 opcode - Data Section 69 - EOFV3670_0071 (Valid) Code containing the PUSH7 opcode - Data Section 70 - EOFV3670_0072 (Valid) Code containing the PUSH8 opcode - Data Section 71 - EOFV3670_0073 (Valid) Code containing the PUSH9 opcode - Data Section 72 - EOFV3670_0074 (Valid) Code containing the PUSH10 opcode - Data Section 73 - EOFV3670_0075 (Valid) Code containing the PUSH11 opcode - Data Section 74 - EOFV3670_0076 (Valid) Code containing the PUSH12 opcode - Data Section 75 - EOFV3670_0077 (Valid) Code containing the PUSH13 opcode - Data Section 76 - EOFV3670_0078 (Valid) Code containing the PUSH14 opcode - Data Section 77 - EOFV3670_0079 (Valid) Code containing the PUSH15 opcode - Data Section 78 - EOFV3670_0080 (Valid) Code containing the PUSH16 opcode - Data Section 79 - EOFV3670_0081 (Valid) Code containing the PUSH17 opcode - Data Section 80 - EOFV3670_0082 (Valid) Code containing the PUSH18 opcode - Data Section 81 - EOFV3670_0083 (Valid) Code containing the PUSH19 opcode - Data Section 82 - EOFV3670_0084 (Valid) Code containing the PUSH20 opcode - Data Section 83 - EOFV3670_0085 (Valid) Code containing the PUSH21 opcode - Data Section 84 - EOFV3670_0086 (Valid) Code containing the PUSH22 opcode - Data Section 85 - EOFV3670_0087 (Valid) Code containing the PUSH23 opcode - Data Section 86 - EOFV3670_0088 (Valid) Code containing the PUSH24 opcode - Data Section 87 - EOFV3670_0089 (Valid) Code containing the PUSH25 opcode - Data Section 88 - EOFV3670_0090 (Valid) Code containing the PUSH26 opcode - Data Section 89 - EOFV3670_0091 (Valid) Code containing the PUSH27 opcode - Data Section 90 - EOFV3670_0092 (Valid) Code containing the PUSH28 opcode - Data Section 91 - EOFV3670_0093 (Valid) Code containing the PUSH29 opcode - Data Section 92 - EOFV3670_0094 (Valid) Code containing the PUSH30 opcode - Data Section 93 - EOFV3670_0095 (Valid) Code containing the PUSH31 opcode - Data Section 94 - EOFV3670_0096 (Valid) Code containing the PUSH32 opcode - Data Section 95 - EOFV3670_0097 (Valid) Code containing the DUP1 opcode - Data Section 96 - EOFV3670_0098 (Valid) Code containing the DUP2 opcode - Data Section 97 - EOFV3670_0099 (Valid) Code containing the DUP3 opcode - Data Section 98 - EOFV3670_0100 (Valid) Code containing the DUP4 opcode - Data Section 99 - EOFV3670_0101 (Valid) Code containing the DUP5 opcode - Data Section 100 - EOFV3670_0102 (Valid) Code containing the DUP6 opcode - Data Section 101 - EOFV3670_0103 (Valid) Code containing the DUP7 opcode - Data Section 102 - EOFV3670_0104 (Valid) Code containing the DUP8 opcode - Data Section 103 - EOFV3670_0105 (Valid) Code containing the DUP9 opcode - Data Section 104 - EOFV3670_0106 (Valid) Code containing the DUP10 opcode - Data Section 105 - EOFV3670_0107 (Valid) Code containing the DUP11 opcode - Data Section 106 - EOFV3670_0108 (Valid) Code containing the DUP12 opcode - Data Section 107 - EOFV3670_0109 (Valid) Code containing the DUP13 opcode - Data Section 108 - EOFV3670_0110 (Valid) Code containing the DUP14 opcode - Data Section 109 - EOFV3670_0111 (Valid) Code containing the DUP15 opcode - Data Section 110 - EOFV3670_0112 (Valid) Code containing the DUP16 opcode - Data Section 111 - EOFV3670_0113 (Valid) Code containing the SWAP1 opcode - Data Section 112 - EOFV3670_0114 (Valid) Code containing the SWAP2 opcode - Data Section 113 - EOFV3670_0115 (Valid) Code containing the SWAP3 opcode - Data Section 114 - EOFV3670_0116 (Valid) Code containing the SWAP4 opcode - Data Section 115 - EOFV3670_0117 (Valid) Code containing the SWAP5 opcode - Data Section 116 - EOFV3670_0118 (Valid) Code containing the SWAP6 opcode - Data Section 117 - EOFV3670_0119 (Valid) Code containing the SWAP7 opcode - Data Section 118 - EOFV3670_0120 (Valid) Code containing the SWAP8 opcode - Data Section 119 - EOFV3670_0121 (Valid) Code containing the SWAP9 opcode - Data Section 120 - EOFV3670_0122 (Valid) Code containing the SWAP10 opcode - Data Section 121 - EOFV3670_0123 (Valid) Code containing the SWAP11 opcode - Data Section 122 - EOFV3670_0124 (Valid) Code containing the SWAP12 opcode - Data Section 123 - EOFV3670_0125 (Valid) Code containing the SWAP13 opcode - Data Section 124 - EOFV3670_0126 (Valid) Code containing the SWAP14 opcode - Data Section 125 - EOFV3670_0127 (Valid) Code containing the SWAP15 opcode - Data Section 126 - EOFV3670_0128 (Valid) Code containing the SWAP16 opcode - Data Section 127 - EOFV3670_0129 (Valid) Code containing the LOG0 opcode - Data Section 128 - EOFV3670_0130 (Valid) Code containing the LOG1 opcode - Data Section 129 - EOFV3670_0131 (Valid) Code containing the LOG2 opcode - Data Section 130 - EOFV3670_0132 (Valid) Code containing the LOG3 opcode - Data Section 131 - EOFV3670_0133 (Valid) Code containing the LOG4 opcode - Data Section 132 - EOFV3670_0134 (Valid) Code containing the EXTCALL opcode - Data Section 133 - EOFV3670_0135 (Valid) Code containing the RETURN opcode - Data Section 134 - EOFV3670_0136 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 135 - EOFV3670_0137 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 136 - EOFV3670_0138 (Valid) Code containing the REVERT opcode - Data Section 137 - EOFV3670_0139 (Valid) Code containing the INVALID opcode - Data Section 138 - EOFI3670_0140 (Invalid) Code containing undefined instruction 0x0c - Data Section 139 - EOFI3670_0141 (Invalid) Code containing undefined instruction 0x0d - Data Section 140 - EOFI3670_0142 (Invalid) Code containing undefined instruction 0x0e - Data Section 141 - EOFI3670_0143 (Invalid) Code containing undefined instruction 0x0f - Data Section 142 - EOFI3670_0144 (Invalid) Code containing undefined instruction 0x1e - Data Section 143 - EOFI3670_0145 (Invalid) Code containing undefined instruction 0x1f - Data Section 144 - EOFI3670_0146 (Invalid) Code containing undefined instruction 0x21 - Data Section 145 - EOFI3670_0147 (Invalid) Code containing undefined instruction 0x22 - Data Section 146 - EOFI3670_0148 (Invalid) Code containing undefined instruction 0x23 - Data Section 147 - EOFI3670_0149 (Invalid) Code containing undefined instruction 0x24 - Data Section 148 - EOFI3670_0150 (Invalid) Code containing undefined instruction 0x25 - Data Section 149 - EOFI3670_0151 (Invalid) Code containing undefined instruction 0x26 - Data Section 150 - EOFI3670_0152 (Invalid) Code containing undefined instruction 0x27 - Data Section 151 - EOFI3670_0153 (Invalid) Code containing undefined instruction 0x28 - Data Section 152 - EOFI3670_0154 (Invalid) Code containing undefined instruction 0x29 - Data Section 153 - EOFI3670_0155 (Invalid) Code containing undefined instruction 0x2a - Data Section 154 - EOFI3670_0156 (Invalid) Code containing undefined instruction 0x2b - Data Section 155 - EOFI3670_0157 (Invalid) Code containing undefined instruction 0x2c - Data Section 156 - EOFI3670_0158 (Invalid) Code containing undefined instruction 0x2d - Data Section 157 - EOFI3670_0159 (Invalid) Code containing undefined instruction 0x2e - Data Section 158 - EOFI3670_0160 (Invalid) Code containing undefined instruction 0x2f - Data Section 159 - EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4b - Data Section 160 - EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4c - Data Section 161 - EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4d - Data Section 162 - EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4e - Data Section 163 - EOFI3670_0165 (Invalid) Code containing undefined instruction 0x4f - Data Section 164 - EOFI3670_0166 (Invalid) Code containing undefined instruction 0x56 - Data Section 165 - EOFI3670_0167 (Invalid) Code containing undefined instruction 0x57 - Data Section 166 - EOFI3670_0168 (Invalid) Code containing undefined instruction 0x58 - Data Section 167 + EOFV3670_0036 (Valid) Code containing the GASPRICE opcode - Data Section 35 + EOFV3670_0037 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 36 + EOFV3670_0038 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 37 + EOFV3670_0039 (Valid) Code containing the BLOCKHASH opcode - Data Section 38 + EOFV3670_0040 (Valid) Code containing the COINBASE opcode - Data Section 39 + EOFV3670_0041 (Valid) Code containing the TIMESTAMP opcode - Data Section 40 + EOFV3670_0042 (Valid) Code containing the NUMBER opcode - Data Section 41 + EOFV3670_0043 (Valid) Code containing the DIFFICULTY opcode - Data Section 42 + EOFV3670_0044 (Valid) Code containing the GASLIMIT opcode - Data Section 43 + EOFV3670_0045 (Valid) Code containing the CHAINID opcode - Data Section 44 + EOFV3670_0046 (Valid) Code containing the SELFBALANCE opcode - Data Section 45 + EOFV3670_0047 (Valid) Code containing the BASEFEE opcode - Data Section 46 + EOFV3670_0048 (Valid) Code containing the BLOBHASH opcode - Data Section 47 + EOFV3670_0049 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 48 + EOFV3670_0050 (Valid) Code containing the POP opcode - Data Section 49 + EOFV3670_0051 (Valid) Code containing the MLOAD opcode - Data Section 50 + EOFV3670_0052 (Valid) Code containing the MSTORE8 opcode - Data Section 51 + EOFV3670_0053 (Valid) Code containing the SLOAD opcode - Data Section 52 + EOFV3670_0054 (Valid) Code containing the SSTORE opcode - Data Section 53 + EOFV3670_0055 (Valid) Code containing the MSIZE opcode - Data Section 54 + EOFV3670_0056 (Valid) Code containing the NOP opcode - Data Section 55 + EOFV3670_0057 (Valid) Code containing the MCOPY opcode - Data Section 56 + EOFV3670_0058 (Valid) Code containing the PUSH0 opcode - Data Section 57 + EOFV3670_0059 (Valid) Code containing the PUSH1 opcode - Data Section 58 + EOFV3670_0060 (Valid) Code containing the PUSH2 opcode - Data Section 59 + EOFV3670_0061 (Valid) Code containing the PUSH3 opcode - Data Section 60 + EOFV3670_0062 (Valid) Code containing the PUSH4 opcode - Data Section 61 + EOFV3670_0063 (Valid) Code containing the PUSH5 opcode - Data Section 62 + EOFV3670_0064 (Valid) Code containing the PUSH6 opcode - Data Section 63 + EOFV3670_0065 (Valid) Code containing the PUSH7 opcode - Data Section 64 + EOFV3670_0066 (Valid) Code containing the PUSH8 opcode - Data Section 65 + EOFV3670_0067 (Valid) Code containing the PUSH9 opcode - Data Section 66 + EOFV3670_0068 (Valid) Code containing the PUSH10 opcode - Data Section 67 + EOFV3670_0069 (Valid) Code containing the PUSH11 opcode - Data Section 68 + EOFV3670_0070 (Valid) Code containing the PUSH12 opcode - Data Section 69 + EOFV3670_0071 (Valid) Code containing the PUSH13 opcode - Data Section 70 + EOFV3670_0072 (Valid) Code containing the PUSH14 opcode - Data Section 71 + EOFV3670_0073 (Valid) Code containing the PUSH15 opcode - Data Section 72 + EOFV3670_0074 (Valid) Code containing the PUSH16 opcode - Data Section 73 + EOFV3670_0075 (Valid) Code containing the PUSH17 opcode - Data Section 74 + EOFV3670_0076 (Valid) Code containing the PUSH18 opcode - Data Section 75 + EOFV3670_0077 (Valid) Code containing the PUSH19 opcode - Data Section 76 + EOFV3670_0078 (Valid) Code containing the PUSH20 opcode - Data Section 77 + EOFV3670_0079 (Valid) Code containing the PUSH21 opcode - Data Section 78 + EOFV3670_0080 (Valid) Code containing the PUSH22 opcode - Data Section 79 + EOFV3670_0081 (Valid) Code containing the PUSH23 opcode - Data Section 80 + EOFV3670_0082 (Valid) Code containing the PUSH24 opcode - Data Section 81 + EOFV3670_0083 (Valid) Code containing the PUSH25 opcode - Data Section 82 + EOFV3670_0084 (Valid) Code containing the PUSH26 opcode - Data Section 83 + EOFV3670_0085 (Valid) Code containing the PUSH27 opcode - Data Section 84 + EOFV3670_0086 (Valid) Code containing the PUSH28 opcode - Data Section 85 + EOFV3670_0087 (Valid) Code containing the PUSH29 opcode - Data Section 86 + EOFV3670_0088 (Valid) Code containing the PUSH30 opcode - Data Section 87 + EOFV3670_0089 (Valid) Code containing the PUSH31 opcode - Data Section 88 + EOFV3670_0090 (Valid) Code containing the PUSH32 opcode - Data Section 89 + EOFV3670_0091 (Valid) Code containing the DUP1 opcode - Data Section 90 + EOFV3670_0092 (Valid) Code containing the DUP2 opcode - Data Section 91 + EOFV3670_0093 (Valid) Code containing the DUP3 opcode - Data Section 92 + EOFV3670_0094 (Valid) Code containing the DUP4 opcode - Data Section 93 + EOFV3670_0095 (Valid) Code containing the DUP5 opcode - Data Section 94 + EOFV3670_0096 (Valid) Code containing the DUP6 opcode - Data Section 95 + EOFV3670_0097 (Valid) Code containing the DUP7 opcode - Data Section 96 + EOFV3670_0098 (Valid) Code containing the DUP8 opcode - Data Section 97 + EOFV3670_0099 (Valid) Code containing the DUP9 opcode - Data Section 98 + EOFV3670_0100 (Valid) Code containing the DUP10 opcode - Data Section 99 + EOFV3670_0101 (Valid) Code containing the DUP11 opcode - Data Section 100 + EOFV3670_0102 (Valid) Code containing the DUP12 opcode - Data Section 101 + EOFV3670_0103 (Valid) Code containing the DUP13 opcode - Data Section 102 + EOFV3670_0104 (Valid) Code containing the DUP14 opcode - Data Section 103 + EOFV3670_0105 (Valid) Code containing the DUP15 opcode - Data Section 104 + EOFV3670_0106 (Valid) Code containing the DUP16 opcode - Data Section 105 + EOFV3670_0107 (Valid) Code containing the SWAP1 opcode - Data Section 106 + EOFV3670_0108 (Valid) Code containing the SWAP2 opcode - Data Section 107 + EOFV3670_0109 (Valid) Code containing the SWAP3 opcode - Data Section 108 + EOFV3670_0110 (Valid) Code containing the SWAP4 opcode - Data Section 109 + EOFV3670_0111 (Valid) Code containing the SWAP5 opcode - Data Section 110 + EOFV3670_0112 (Valid) Code containing the SWAP6 opcode - Data Section 111 + EOFV3670_0113 (Valid) Code containing the SWAP7 opcode - Data Section 112 + EOFV3670_0114 (Valid) Code containing the SWAP8 opcode - Data Section 113 + EOFV3670_0115 (Valid) Code containing the SWAP9 opcode - Data Section 114 + EOFV3670_0116 (Valid) Code containing the SWAP10 opcode - Data Section 115 + EOFV3670_0117 (Valid) Code containing the SWAP11 opcode - Data Section 116 + EOFV3670_0118 (Valid) Code containing the SWAP12 opcode - Data Section 117 + EOFV3670_0119 (Valid) Code containing the SWAP13 opcode - Data Section 118 + EOFV3670_0120 (Valid) Code containing the SWAP14 opcode - Data Section 119 + EOFV3670_0121 (Valid) Code containing the SWAP15 opcode - Data Section 120 + EOFV3670_0122 (Valid) Code containing the SWAP16 opcode - Data Section 121 + EOFV3670_0123 (Valid) Code containing the LOG0 opcode - Data Section 122 + EOFV3670_0124 (Valid) Code containing the LOG1 opcode - Data Section 123 + EOFV3670_0125 (Valid) Code containing the LOG2 opcode - Data Section 124 + EOFV3670_0126 (Valid) Code containing the LOG3 opcode - Data Section 125 + EOFV3670_0127 (Valid) Code containing the LOG4 opcode - Data Section 126 + EOFV3670_0128 (Valid) Code containing the RETURN opcode - Data Section 127 + EOFV3670_0129 (Valid) Code containing the EXTCALL opcode - Data Section 128 + EOFV3670_0130 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 129 + EOFV3670_0131 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 130 + EOFV3670_0132 (Valid) Code containing the REVERT opcode - Data Section 131 + EOFV3670_0133 (Valid) Code containing the INVALID opcode - Data Section 132 + EOFI3670_0134 (Invalid) Code containing undefined instruction 0x0c - Data Section 133 + EOFI3670_0135 (Invalid) Code containing undefined instruction 0x0d - Data Section 134 + EOFI3670_0136 (Invalid) Code containing undefined instruction 0x0e - Data Section 135 + EOFI3670_0137 (Invalid) Code containing undefined instruction 0x0f - Data Section 136 + EOFI3670_0138 (Invalid) Code containing undefined instruction 0x1e - Data Section 137 + EOFI3670_0139 (Invalid) Code containing undefined instruction 0x1f - Data Section 138 + EOFI3670_0140 (Invalid) Code containing undefined instruction 0x21 - Data Section 139 + EOFI3670_0141 (Invalid) Code containing undefined instruction 0x22 - Data Section 140 + EOFI3670_0142 (Invalid) Code containing undefined instruction 0x23 - Data Section 141 + EOFI3670_0143 (Invalid) Code containing undefined instruction 0x24 - Data Section 142 + EOFI3670_0144 (Invalid) Code containing undefined instruction 0x25 - Data Section 143 + EOFI3670_0145 (Invalid) Code containing undefined instruction 0x26 - Data Section 144 + EOFI3670_0146 (Invalid) Code containing undefined instruction 0x27 - Data Section 145 + EOFI3670_0147 (Invalid) Code containing undefined instruction 0x28 - Data Section 146 + EOFI3670_0148 (Invalid) Code containing undefined instruction 0x29 - Data Section 147 + EOFI3670_0149 (Invalid) Code containing undefined instruction 0x2a - Data Section 148 + EOFI3670_0150 (Invalid) Code containing undefined instruction 0x2b - Data Section 149 + EOFI3670_0151 (Invalid) Code containing undefined instruction 0x2c - Data Section 150 + EOFI3670_0152 (Invalid) Code containing undefined instruction 0x2d - Data Section 151 + EOFI3670_0153 (Invalid) Code containing undefined instruction 0x2e - Data Section 152 + EOFI3670_0154 (Invalid) Code containing undefined instruction 0x2f - Data Section 153 + EOFI3670_0155 (Invalid) Code containing undefined instruction 0x4b - Data Section 154 + EOFI3670_0156 (Invalid) Code containing undefined (deprecated) instruction 0x38 (CODESIZE) - Data Section 155 + EOFI3670_0157 (Invalid) Code containing undefined (deprecated) instruction 0x39 (CODECOPY) - Data Section 156 + EOFI3670_0158 (Invalid) Code containing undefined (deprecated) instruction 0x3b (EXTCODESIZE) - Data Section 157 + EOFI3670_0159 (Invalid) Code containing undefined (deprecated) instruction 0x3c (EXTCODECOPY) - Data Section 158 + EOFI3670_0160 (Invalid) Code containing undefined (deprecated) instruction 0x3f (EXTCODEHASH) - Data Section 159 + EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4c - Data Section 160 + EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4d - Data Section 161 + EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4e - Data Section 162 + EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4f - Data Section 163 + EOFI3670_0165 (Invalid) Code containing undefined (deprecated) instruction 0x56 (JUMP) - Data Section 164 + EOFI3670_0166 (Invalid) Code containing undefined (deprecated) instruction 0x57 (JUMPI) - Data Section 165 + EOFI3670_0167 (Invalid) Code containing undefined (deprecated) instruction 0x58 (PC) - Data Section 166 + EOFI3670_0168 (Invalid) Code containing undefined (deprecated) instruction 0x5a (GAS) - Data Section 167 EOFI3670_0169 (Invalid) Code containing undefined instruction 0xa5 - Data Section 168 EOFI3670_0170 (Invalid) Code containing undefined instruction 0xa6 - Data Section 169 EOFI3670_0171 (Invalid) Code containing undefined instruction 0xa7 - Data Section 170 @@ -224,84 +224,83 @@ validInvalid: EOFI3670_0219 (Invalid) Code containing undefined instruction 0xdd - Data Section 218 EOFI3670_0220 (Invalid) Code containing undefined instruction 0xde - Data Section 219 EOFI3670_0221 (Invalid) Code containing undefined instruction 0xdf - Data Section 220 - EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe8 - Data Section 221 - EOFI3670_0223 (Invalid) Code containing undefined instruction 0xe9 - Data Section 222 - EOFI3670_0224 (Invalid) Code containing undefined instruction 0xea - Data Section 223 - EOFI3670_0225 (Invalid) Code containing undefined instruction 0xeb - Data Section 224 - EOFI3670_0226 (Invalid) Code containing undefined instruction 0xef - Data Section 225 - EOFI3670_0227 (Invalid) Code containing undefined instruction 0xf0 - Data Section 226 - EOFI3670_0228 (Invalid) Code containing undefined instruction 0xf2 - Data Section 227 - EOFI3670_0229 (Invalid) Code containing undefined instruction 0xf5 - Data Section 228 - EOFI3670_0230 (Invalid) Code containing undefined instruction 0xf6 - Data Section 229 - EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf8 - Data Section 230 - EOFI3670_0232 (Invalid) Code containing undefined instruction 0xf9 - Data Section 231 - EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfb - Data Section 232 - EOFI3670_0234 (Invalid) Code containing undefined instruction 0xfc - Data Section 233 - EOFI3670_0235 (Invalid) Code containing undefined instruction 0xff - Data Section 234 - EOFI3670_0236 (Invalid) Truncated PUSH1 (no immediates) - Data Section 235 - EOFI3670_0237 (Invalid) Truncated PUSH2 (no immediates) - Data Section 236 - EOFI3670_0238 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 237 - EOFI3670_0239 (Invalid) Truncated PUSH3 (no immediates) - Data Section 238 - EOFI3670_0240 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 239 - EOFI3670_0241 (Invalid) Truncated PUSH4 (no immediates) - Data Section 240 - EOFI3670_0242 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 241 - EOFI3670_0243 (Invalid) Truncated PUSH5 (no immediates) - Data Section 242 - EOFI3670_0244 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 243 - EOFI3670_0245 (Invalid) Truncated PUSH6 (no immediates) - Data Section 244 - EOFI3670_0246 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 245 - EOFI3670_0247 (Invalid) Truncated PUSH7 (no immediates) - Data Section 246 - EOFI3670_0248 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 247 - EOFI3670_0249 (Invalid) Truncated PUSH8 (no immediates) - Data Section 248 - EOFI3670_0250 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 249 - EOFI3670_0251 (Invalid) Truncated PUSH9 (no immediates) - Data Section 250 - EOFI3670_0252 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 251 - EOFI3670_0253 (Invalid) Truncated PUSH10 (no immediates) - Data Section 252 - EOFI3670_0254 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 253 - EOFI3670_0255 (Invalid) Truncated PUSH11 (no immediates) - Data Section 254 - EOFI3670_0256 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 255 - EOFI3670_0257 (Invalid) Truncated PUSH12 (no immediates) - Data Section 256 - EOFI3670_0258 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 257 - EOFI3670_0259 (Invalid) Truncated PUSH13 (no immediates) - Data Section 258 - EOFI3670_0260 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 259 - EOFI3670_0261 (Invalid) Truncated PUSH14 (no immediates) - Data Section 260 - EOFI3670_0262 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 261 - EOFI3670_0263 (Invalid) Truncated PUSH15 (no immediates) - Data Section 262 - EOFI3670_0264 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 263 - EOFI3670_0265 (Invalid) Truncated PUSH16 (no immediates) - Data Section 264 - EOFI3670_0266 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 265 - EOFI3670_0267 (Invalid) Truncated PUSH17 (no immediates) - Data Section 266 - EOFI3670_0268 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 267 - EOFI3670_0269 (Invalid) Truncated PUSH18 (no immediates) - Data Section 268 - EOFI3670_0270 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 269 - EOFI3670_0271 (Invalid) Truncated PUSH19 (no immediates) - Data Section 270 - EOFI3670_0272 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 271 - EOFI3670_0273 (Invalid) Truncated PUSH20 (no immediates) - Data Section 272 - EOFI3670_0274 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 273 - EOFI3670_0275 (Invalid) Truncated PUSH21 (no immediates) - Data Section 274 - EOFI3670_0276 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 275 - EOFI3670_0277 (Invalid) Truncated PUSH22 (no immediates) - Data Section 276 - EOFI3670_0278 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 277 - EOFI3670_0279 (Invalid) Truncated PUSH23 (no immediates) - Data Section 278 - EOFI3670_0280 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 279 - EOFI3670_0281 (Invalid) Truncated PUSH24 (no immediates) - Data Section 280 - EOFI3670_0282 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 281 - EOFI3670_0283 (Invalid) Truncated PUSH25 (no immediates) - Data Section 282 - EOFI3670_0284 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 283 - EOFI3670_0285 (Invalid) Truncated PUSH26 (no immediates) - Data Section 284 - EOFI3670_0286 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 285 - EOFI3670_0287 (Invalid) Truncated PUSH27 (no immediates) - Data Section 286 - EOFI3670_0288 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 287 - EOFI3670_0289 (Invalid) Truncated PUSH28 (no immediates) - Data Section 288 - EOFI3670_0290 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 289 - EOFI3670_0291 (Invalid) Truncated PUSH29 (no immediates) - Data Section 290 - EOFI3670_0292 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 291 - EOFI3670_0293 (Invalid) Truncated PUSH30 (no immediates) - Data Section 292 - EOFI3670_0294 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 293 - EOFI3670_0295 (Invalid) Truncated PUSH31 (no immediates) - Data Section 294 - EOFI3670_0296 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 295 - EOFI3670_0297 (Invalid) Truncated PUSH32 (no immediates) - Data Section 296 - EOFI3670_0298 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 297 - EOFI3670_0299 (Invalid) Containing undefined instruction (0xfb) after STOP - Data Section 298 + EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe9 - Data Section 221 + EOFI3670_0223 (Invalid) Code containing undefined instruction 0xea - Data Section 222 + EOFI3670_0224 (Invalid) Code containing undefined instruction 0xeb - Data Section 223 + EOFI3670_0225 (Invalid) Code containing undefined instruction 0xef - Data Section 224 + EOFI3670_0226 (Invalid) Code containing undefined (deprecated) instruction 0xf0 (CREATE) - Data Section 225 + EOFI3670_0227 (Invalid) Code containing undefined (deprecated) instruction 0xf2 (CALLCODE) - Data Section 226 + EOFI3670_0228 (Invalid) Code containing undefined (deprecated) instruction 0xf5 (CREATE2) - Data Section 227 + EOFI3670_0229 (Invalid) Code containing undefined (deprecated) instruction 0xf1 (CALL) - Data Section 228 + EOFI3670_0230 (Invalid) Code containing undefined (deprecated) instruction 0xf4 (DELEGATECALL) - Data Section 229 + EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf6 - Data Section 230 + EOFI3670_0232 (Invalid) Code containing undefined (deprecated) instruction 0xfa (STATICCALL) - Data Section 231 + EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfc - Data Section 232 + EOFI3670_0234 (Invalid) Code containing undefined (deprecated) instruction 0xff (SELFDESTRUCT) - Data Section 233 + EOFI3670_0235 (Invalid) Truncated PUSH1 (no immediates) - Data Section 234 + EOFI3670_0236 (Invalid) Truncated PUSH2 (no immediates) - Data Section 235 + EOFI3670_0237 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 236 + EOFI3670_0238 (Invalid) Truncated PUSH3 (no immediates) - Data Section 237 + EOFI3670_0239 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 238 + EOFI3670_0240 (Invalid) Truncated PUSH4 (no immediates) - Data Section 239 + EOFI3670_0241 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 240 + EOFI3670_0242 (Invalid) Truncated PUSH5 (no immediates) - Data Section 241 + EOFI3670_0243 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 242 + EOFI3670_0244 (Invalid) Truncated PUSH6 (no immediates) - Data Section 243 + EOFI3670_0245 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 244 + EOFI3670_0246 (Invalid) Truncated PUSH7 (no immediates) - Data Section 245 + EOFI3670_0247 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 246 + EOFI3670_0248 (Invalid) Truncated PUSH8 (no immediates) - Data Section 247 + EOFI3670_0249 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 248 + EOFI3670_0250 (Invalid) Truncated PUSH9 (no immediates) - Data Section 249 + EOFI3670_0251 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 250 + EOFI3670_0252 (Invalid) Truncated PUSH10 (no immediates) - Data Section 251 + EOFI3670_0253 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 252 + EOFI3670_0254 (Invalid) Truncated PUSH11 (no immediates) - Data Section 253 + EOFI3670_0255 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 254 + EOFI3670_0256 (Invalid) Truncated PUSH12 (no immediates) - Data Section 255 + EOFI3670_0257 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 256 + EOFI3670_0258 (Invalid) Truncated PUSH13 (no immediates) - Data Section 257 + EOFI3670_0259 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 258 + EOFI3670_0260 (Invalid) Truncated PUSH14 (no immediates) - Data Section 259 + EOFI3670_0261 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 260 + EOFI3670_0262 (Invalid) Truncated PUSH15 (no immediates) - Data Section 261 + EOFI3670_0263 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 262 + EOFI3670_0264 (Invalid) Truncated PUSH16 (no immediates) - Data Section 263 + EOFI3670_0265 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 264 + EOFI3670_0266 (Invalid) Truncated PUSH17 (no immediates) - Data Section 265 + EOFI3670_0267 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 266 + EOFI3670_0268 (Invalid) Truncated PUSH18 (no immediates) - Data Section 267 + EOFI3670_0269 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 268 + EOFI3670_0270 (Invalid) Truncated PUSH19 (no immediates) - Data Section 269 + EOFI3670_0271 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 270 + EOFI3670_0272 (Invalid) Truncated PUSH20 (no immediates) - Data Section 271 + EOFI3670_0273 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 272 + EOFI3670_0274 (Invalid) Truncated PUSH21 (no immediates) - Data Section 273 + EOFI3670_0275 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 274 + EOFI3670_0276 (Invalid) Truncated PUSH22 (no immediates) - Data Section 275 + EOFI3670_0277 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 276 + EOFI3670_0278 (Invalid) Truncated PUSH23 (no immediates) - Data Section 277 + EOFI3670_0279 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 278 + EOFI3670_0280 (Invalid) Truncated PUSH24 (no immediates) - Data Section 279 + EOFI3670_0281 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 280 + EOFI3670_0282 (Invalid) Truncated PUSH25 (no immediates) - Data Section 281 + EOFI3670_0283 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 282 + EOFI3670_0284 (Invalid) Truncated PUSH26 (no immediates) - Data Section 283 + EOFI3670_0285 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 284 + EOFI3670_0286 (Invalid) Truncated PUSH27 (no immediates) - Data Section 285 + EOFI3670_0287 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 286 + EOFI3670_0288 (Invalid) Truncated PUSH28 (no immediates) - Data Section 287 + EOFI3670_0289 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 288 + EOFI3670_0290 (Invalid) Truncated PUSH29 (no immediates) - Data Section 289 + EOFI3670_0291 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 290 + EOFI3670_0292 (Invalid) Truncated PUSH30 (no immediates) - Data Section 291 + EOFI3670_0293 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 292 + EOFI3670_0294 (Invalid) Truncated PUSH31 (no immediates) - Data Section 293 + EOFI3670_0295 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 294 + EOFI3670_0296 (Invalid) Truncated PUSH32 (no immediates) - Data Section 295 + EOFI3670_0297 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 296 + EOFI3670_0298 (Invalid) Containing undefined instruction (0xfc) after STOP - Data Section 297 forks: - ">=Prague" @@ -1097,24 +1096,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0036 (Invalid) Code containing the CODESIZE opcode - Data Section 35 - # Code: CODESIZE STOP - - data: | - :label EOFV3670_0036 :raw 0xef0001010004020001000204000000008000013800 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFV3670_0037 (Invalid) Code containing the CODECOPY opcode - Data Section 36 - # Code: PUSH1(1) DUP1 DUP1 CODECOPY STOP - - data: | - :label EOFV3670_0037 :raw 0xef000101000402000100060400000000800003600180803900 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37 + # EOFV3670_0036 (Valid) Code containing the GASPRICE opcode - Data Section 35 # Code: GASPRICE STOP - data: | - :label EOFV3670_0038 :raw 0x + :label EOFV3670_0036 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1132,24 +1117,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0039 (Invalid) Code containing the EXTCODESIZE opcode - Data Section 38 - # Code: PUSH1(1) EXTCODESIZE STOP - - data: | - :label EOFV3670_0039 :raw 0xef00010100040200010004040000000080000160013b00 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFV3670_0040 (Invalid) Code containing the EXTCODECOPY opcode - Data Section 39 - # Code: PUSH1(1) DUP1 DUP1 DUP1 EXTCODECOPY STOP - - data: | - :label EOFV3670_0040 :raw 0xef00010100040200010007040000000080000460018080803c00 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40 + # EOFV3670_0037 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 36 # Code: RETURNDATASIZE STOP - data: | - :label EOFV3670_0041 :raw 0x + :label EOFV3670_0037 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1167,10 +1138,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0042 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 41 + # EOFV3670_0038 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 37 # Code: PUSH1(1) DUP1 DUP1 RETURNDATACOPY STOP - data: | - :label EOFV3670_0042 :raw 0x + :label EOFV3670_0038 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1191,17 +1162,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0043 (Invalid) Code containing the EXTCODEHASH opcode - Data Section 42 - # Code: PUSH1(1) EXTCODEHASH STOP - - data: | - :label EOFV3670_0043 :raw 0xef00010100040200010004040000000080000160013f00 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43 + # EOFV3670_0039 (Valid) Code containing the BLOCKHASH opcode - Data Section 38 # Code: PUSH1(1) BLOCKHASH STOP - data: | - :label EOFV3670_0044 :raw 0x + :label EOFV3670_0039 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1220,10 +1184,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0045 (Valid) Code containing the COINBASE opcode - Data Section 44 + # EOFV3670_0040 (Valid) Code containing the COINBASE opcode - Data Section 39 # Code: COINBASE STOP - data: | - :label EOFV3670_0045 :raw 0x + :label EOFV3670_0040 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1241,10 +1205,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0046 (Valid) Code containing the TIMESTAMP opcode - Data Section 45 + # EOFV3670_0041 (Valid) Code containing the TIMESTAMP opcode - Data Section 40 # Code: TIMESTAMP STOP - data: | - :label EOFV3670_0046 :raw 0x + :label EOFV3670_0041 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1262,10 +1226,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0047 (Valid) Code containing the NUMBER opcode - Data Section 46 + # EOFV3670_0042 (Valid) Code containing the NUMBER opcode - Data Section 41 # Code: NUMBER STOP - data: | - :label EOFV3670_0047 :raw 0x + :label EOFV3670_0042 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1283,10 +1247,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0048 (Valid) Code containing the DIFFICULTY opcode - Data Section 47 + # EOFV3670_0043 (Valid) Code containing the DIFFICULTY opcode - Data Section 42 # Code: DIFFICULTY STOP - data: | - :label EOFV3670_0048 :raw 0x + :label EOFV3670_0043 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1304,10 +1268,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0049 (Valid) Code containing the GASLIMIT opcode - Data Section 48 + # EOFV3670_0044 (Valid) Code containing the GASLIMIT opcode - Data Section 43 # Code: GASLIMIT STOP - data: | - :label EOFV3670_0049 :raw 0x + :label EOFV3670_0044 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1325,10 +1289,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0050 (Valid) Code containing the CHAINID opcode - Data Section 49 + # EOFV3670_0045 (Valid) Code containing the CHAINID opcode - Data Section 44 # Code: CHAINID STOP - data: | - :label EOFV3670_0050 :raw 0x + :label EOFV3670_0045 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1346,10 +1310,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0051 (Valid) Code containing the SELFBALANCE opcode - Data Section 50 + # EOFV3670_0046 (Valid) Code containing the SELFBALANCE opcode - Data Section 45 # Code: SELFBALANCE STOP - data: | - :label EOFV3670_0051 :raw 0x + :label EOFV3670_0046 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1367,10 +1331,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0052 (Valid) Code containing the BASEFEE opcode - Data Section 51 + # EOFV3670_0047 (Valid) Code containing the BASEFEE opcode - Data Section 46 # Code: BASEFEE STOP - data: | - :label EOFV3670_0052 :raw 0x + :label EOFV3670_0047 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1388,10 +1352,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0053 (Valid) Code containing the BLOBHASH opcode - Data Section 52 + # EOFV3670_0048 (Valid) Code containing the BLOBHASH opcode - Data Section 47 # Code: PUSH1(1) BLOBHASH STOP - data: | - :label EOFV3670_0053 :raw 0x + :label EOFV3670_0048 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1410,10 +1374,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0054 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 53 + # EOFV3670_0049 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 48 # Code: BLOBBASEFEE STOP - data: | - :label EOFV3670_0054 :raw 0x + :label EOFV3670_0049 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1431,10 +1395,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0055 (Valid) Code containing the POP opcode - Data Section 54 + # EOFV3670_0050 (Valid) Code containing the POP opcode - Data Section 49 # Code: PUSH1(1) POP STOP - data: | - :label EOFV3670_0055 :raw 0x + :label EOFV3670_0050 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1453,10 +1417,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0056 (Valid) Code containing the MLOAD opcode - Data Section 55 + # EOFV3670_0051 (Valid) Code containing the MLOAD opcode - Data Section 50 # Code: PUSH1(1) MLOAD STOP - data: | - :label EOFV3670_0056 :raw 0x + :label EOFV3670_0051 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1475,10 +1439,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0057 (Valid) Code containing the MSTORE8 opcode - Data Section 56 + # EOFV3670_0052 (Valid) Code containing the MSTORE8 opcode - Data Section 51 # Code: PUSH1(1) DUP1 MSTORE8 STOP - data: | - :label EOFV3670_0057 :raw 0x + :label EOFV3670_0052 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1498,10 +1462,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0058 (Valid) Code containing the SLOAD opcode - Data Section 57 + # EOFV3670_0053 (Valid) Code containing the SLOAD opcode - Data Section 52 # Code: PUSH1(1) SLOAD STOP - data: | - :label EOFV3670_0058 :raw 0x + :label EOFV3670_0053 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1520,10 +1484,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0059 (Valid) Code containing the SSTORE opcode - Data Section 58 + # EOFV3670_0054 (Valid) Code containing the SSTORE opcode - Data Section 53 # Code: PUSH1(1) DUP1 SSTORE STOP - data: | - :label EOFV3670_0059 :raw 0x + :label EOFV3670_0054 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1543,10 +1507,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0060 (Valid) Code containing the MSIZE opcode - Data Section 59 + # EOFV3670_0055 (Valid) Code containing the MSIZE opcode - Data Section 54 # Code: MSIZE STOP - data: | - :label EOFV3670_0060 :raw 0x + :label EOFV3670_0055 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1564,17 +1528,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0061 (Invalid) Code containing the GAS opcode - Data Section 60 - # Code: GAS STOP - - data: | - :label EOFV3670_0061 :raw 0xef0001010004020001000204000000008000015a00 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61 + # EOFV3670_0056 (Valid) Code containing the NOP opcode - Data Section 55 # Code: NOP STOP - data: | - :label EOFV3670_0062 :raw 0x + :label EOFV3670_0056 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1592,10 +1549,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0063 (Valid) Code containing the MCOPY opcode - Data Section 62 + # EOFV3670_0057 (Valid) Code containing the MCOPY opcode - Data Section 56 # Code: PUSH1(1) DUP1 DUP1 MCOPY STOP - data: | - :label EOFV3670_0063 :raw 0x + :label EOFV3670_0057 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1616,10 +1573,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0064 (Valid) Code containing the PUSH0 opcode - Data Section 63 + # EOFV3670_0058 (Valid) Code containing the PUSH0 opcode - Data Section 57 # Code: PUSH0 STOP - data: | - :label EOFV3670_0064 :raw 0x + :label EOFV3670_0058 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1637,10 +1594,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0065 (Valid) Code containing the PUSH1 opcode - Data Section 64 + # EOFV3670_0059 (Valid) Code containing the PUSH1 opcode - Data Section 58 # Code: PUSH1(1) STOP - data: | - :label EOFV3670_0065 :raw 0x + :label EOFV3670_0059 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1658,10 +1615,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0066 (Valid) Code containing the PUSH2 opcode - Data Section 65 + # EOFV3670_0060 (Valid) Code containing the PUSH2 opcode - Data Section 59 # Code: PUSH2(0xffff) STOP - data: | - :label EOFV3670_0066 :raw 0x + :label EOFV3670_0060 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1679,10 +1636,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0067 (Valid) Code containing the PUSH3 opcode - Data Section 66 + # EOFV3670_0061 (Valid) Code containing the PUSH3 opcode - Data Section 60 # Code: PUSH3(0xffffff) STOP - data: | - :label EOFV3670_0067 :raw 0x + :label EOFV3670_0061 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1700,10 +1657,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0068 (Valid) Code containing the PUSH4 opcode - Data Section 67 + # EOFV3670_0062 (Valid) Code containing the PUSH4 opcode - Data Section 61 # Code: PUSH4(0xffffffff) STOP - data: | - :label EOFV3670_0068 :raw 0x + :label EOFV3670_0062 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1721,10 +1678,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0069 (Valid) Code containing the PUSH5 opcode - Data Section 68 + # EOFV3670_0063 (Valid) Code containing the PUSH5 opcode - Data Section 62 # Code: PUSH5(0xffffffffff) STOP - data: | - :label EOFV3670_0069 :raw 0x + :label EOFV3670_0063 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1742,10 +1699,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0070 (Valid) Code containing the PUSH6 opcode - Data Section 69 + # EOFV3670_0064 (Valid) Code containing the PUSH6 opcode - Data Section 63 # Code: PUSH6(0xffffffffffff) STOP - data: | - :label EOFV3670_0070 :raw 0x + :label EOFV3670_0064 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1763,10 +1720,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0071 (Valid) Code containing the PUSH7 opcode - Data Section 70 + # EOFV3670_0065 (Valid) Code containing the PUSH7 opcode - Data Section 64 # Code: PUSH7(0xffffffffffffff) STOP - data: | - :label EOFV3670_0071 :raw 0x + :label EOFV3670_0065 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1784,10 +1741,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0072 (Valid) Code containing the PUSH8 opcode - Data Section 71 + # EOFV3670_0066 (Valid) Code containing the PUSH8 opcode - Data Section 65 # Code: PUSH8(0xffffffffffffffff) STOP - data: | - :label EOFV3670_0072 :raw 0x + :label EOFV3670_0066 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1805,10 +1762,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0073 (Valid) Code containing the PUSH9 opcode - Data Section 72 + # EOFV3670_0067 (Valid) Code containing the PUSH9 opcode - Data Section 66 # Code: PUSH9(0xffffffffffffffffff) STOP - data: | - :label EOFV3670_0073 :raw 0x + :label EOFV3670_0067 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1826,10 +1783,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0074 (Valid) Code containing the PUSH10 opcode - Data Section 73 + # EOFV3670_0068 (Valid) Code containing the PUSH10 opcode - Data Section 67 # Code: PUSH10(0xffffffffffffffffffff) STOP - data: | - :label EOFV3670_0074 :raw 0x + :label EOFV3670_0068 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1847,10 +1804,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0075 (Valid) Code containing the PUSH11 opcode - Data Section 74 + # EOFV3670_0069 (Valid) Code containing the PUSH11 opcode - Data Section 68 # Code: PUSH11(0xffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0075 :raw 0x + :label EOFV3670_0069 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1868,10 +1825,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0076 (Valid) Code containing the PUSH12 opcode - Data Section 75 + # EOFV3670_0070 (Valid) Code containing the PUSH12 opcode - Data Section 69 # Code: PUSH12(0xffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0076 :raw 0x + :label EOFV3670_0070 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1889,10 +1846,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0077 (Valid) Code containing the PUSH13 opcode - Data Section 76 + # EOFV3670_0071 (Valid) Code containing the PUSH13 opcode - Data Section 70 # Code: PUSH13(0xffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0077 :raw 0x + :label EOFV3670_0071 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1910,10 +1867,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0078 (Valid) Code containing the PUSH14 opcode - Data Section 77 + # EOFV3670_0072 (Valid) Code containing the PUSH14 opcode - Data Section 71 # Code: PUSH14(0xffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0078 :raw 0x + :label EOFV3670_0072 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1931,10 +1888,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0079 (Valid) Code containing the PUSH15 opcode - Data Section 78 + # EOFV3670_0073 (Valid) Code containing the PUSH15 opcode - Data Section 72 # Code: PUSH15(0xffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0079 :raw 0x + :label EOFV3670_0073 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1952,10 +1909,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0080 (Valid) Code containing the PUSH16 opcode - Data Section 79 + # EOFV3670_0074 (Valid) Code containing the PUSH16 opcode - Data Section 73 # Code: PUSH16(0xffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0080 :raw 0x + :label EOFV3670_0074 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1973,10 +1930,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0081 (Valid) Code containing the PUSH17 opcode - Data Section 80 + # EOFV3670_0075 (Valid) Code containing the PUSH17 opcode - Data Section 74 # Code: PUSH17(0xffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0081 :raw 0x + :label EOFV3670_0075 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -1994,10 +1951,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0082 (Valid) Code containing the PUSH18 opcode - Data Section 81 + # EOFV3670_0076 (Valid) Code containing the PUSH18 opcode - Data Section 75 # Code: PUSH18(0xffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0082 :raw 0x + :label EOFV3670_0076 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2015,10 +1972,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0083 (Valid) Code containing the PUSH19 opcode - Data Section 82 + # EOFV3670_0077 (Valid) Code containing the PUSH19 opcode - Data Section 76 # Code: PUSH19(0xffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0083 :raw 0x + :label EOFV3670_0077 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2036,10 +1993,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0084 (Valid) Code containing the PUSH20 opcode - Data Section 83 + # EOFV3670_0078 (Valid) Code containing the PUSH20 opcode - Data Section 77 # Code: PUSH20(0xffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0084 :raw 0x + :label EOFV3670_0078 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2057,10 +2014,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0085 (Valid) Code containing the PUSH21 opcode - Data Section 84 + # EOFV3670_0079 (Valid) Code containing the PUSH21 opcode - Data Section 78 # Code: PUSH21(0xffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0085 :raw 0x + :label EOFV3670_0079 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2078,10 +2035,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0086 (Valid) Code containing the PUSH22 opcode - Data Section 85 + # EOFV3670_0080 (Valid) Code containing the PUSH22 opcode - Data Section 79 # Code: PUSH22(0xffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0086 :raw 0x + :label EOFV3670_0080 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2099,10 +2056,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0087 (Valid) Code containing the PUSH23 opcode - Data Section 86 + # EOFV3670_0081 (Valid) Code containing the PUSH23 opcode - Data Section 80 # Code: PUSH23(0xffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0087 :raw 0x + :label EOFV3670_0081 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2120,10 +2077,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0088 (Valid) Code containing the PUSH24 opcode - Data Section 87 + # EOFV3670_0082 (Valid) Code containing the PUSH24 opcode - Data Section 81 # Code: PUSH24(0xffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0088 :raw 0x + :label EOFV3670_0082 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2141,10 +2098,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0089 (Valid) Code containing the PUSH25 opcode - Data Section 88 + # EOFV3670_0083 (Valid) Code containing the PUSH25 opcode - Data Section 82 # Code: PUSH25(0xffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0089 :raw 0x + :label EOFV3670_0083 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2162,10 +2119,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0090 (Valid) Code containing the PUSH26 opcode - Data Section 89 + # EOFV3670_0084 (Valid) Code containing the PUSH26 opcode - Data Section 83 # Code: PUSH26(0xffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0090 :raw 0x + :label EOFV3670_0084 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2183,10 +2140,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0091 (Valid) Code containing the PUSH27 opcode - Data Section 90 + # EOFV3670_0085 (Valid) Code containing the PUSH27 opcode - Data Section 84 # Code: PUSH27(0xffffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0091 :raw 0x + :label EOFV3670_0085 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2204,10 +2161,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0092 (Valid) Code containing the PUSH28 opcode - Data Section 91 + # EOFV3670_0086 (Valid) Code containing the PUSH28 opcode - Data Section 85 # Code: PUSH28(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0092 :raw 0x + :label EOFV3670_0086 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2225,10 +2182,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0093 (Valid) Code containing the PUSH29 opcode - Data Section 92 + # EOFV3670_0087 (Valid) Code containing the PUSH29 opcode - Data Section 86 # Code: PUSH29(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0093 :raw 0x + :label EOFV3670_0087 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2246,10 +2203,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0094 (Valid) Code containing the PUSH30 opcode - Data Section 93 + # EOFV3670_0088 (Valid) Code containing the PUSH30 opcode - Data Section 87 # Code: PUSH30(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0094 :raw 0x + :label EOFV3670_0088 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2267,10 +2224,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0095 (Valid) Code containing the PUSH31 opcode - Data Section 94 + # EOFV3670_0089 (Valid) Code containing the PUSH31 opcode - Data Section 88 # Code: PUSH31(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0095 :raw 0x + :label EOFV3670_0089 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2288,10 +2245,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0096 (Valid) Code containing the PUSH32 opcode - Data Section 95 + # EOFV3670_0090 (Valid) Code containing the PUSH32 opcode - Data Section 89 # Code: PUSH32(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) STOP - data: | - :label EOFV3670_0096 :raw 0x + :label EOFV3670_0090 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2309,10 +2266,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0097 (Valid) Code containing the DUP1 opcode - Data Section 96 + # EOFV3670_0091 (Valid) Code containing the DUP1 opcode - Data Section 90 # Code: PUSH1(1) DUP1 STOP - data: | - :label EOFV3670_0097 :raw 0x + :label EOFV3670_0091 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2331,10 +2288,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0098 (Valid) Code containing the DUP2 opcode - Data Section 97 + # EOFV3670_0092 (Valid) Code containing the DUP2 opcode - Data Section 91 # Code: PUSH1(1) DUP1 DUP2 STOP - data: | - :label EOFV3670_0098 :raw 0x + :label EOFV3670_0092 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2354,10 +2311,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0099 (Valid) Code containing the DUP3 opcode - Data Section 98 + # EOFV3670_0093 (Valid) Code containing the DUP3 opcode - Data Section 92 # Code: PUSH1(1) DUP1 DUP1 DUP3 STOP - data: | - :label EOFV3670_0099 :raw 0x + :label EOFV3670_0093 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2378,10 +2335,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0100 (Valid) Code containing the DUP4 opcode - Data Section 99 + # EOFV3670_0094 (Valid) Code containing the DUP4 opcode - Data Section 93 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP4 STOP - data: | - :label EOFV3670_0100 :raw 0x + :label EOFV3670_0094 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2403,10 +2360,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0101 (Valid) Code containing the DUP5 opcode - Data Section 100 + # EOFV3670_0095 (Valid) Code containing the DUP5 opcode - Data Section 94 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP5 STOP - data: | - :label EOFV3670_0101 :raw 0x + :label EOFV3670_0095 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2429,10 +2386,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0102 (Valid) Code containing the DUP6 opcode - Data Section 101 + # EOFV3670_0096 (Valid) Code containing the DUP6 opcode - Data Section 95 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP6 STOP - data: | - :label EOFV3670_0102 :raw 0x + :label EOFV3670_0096 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2456,10 +2413,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0103 (Valid) Code containing the DUP7 opcode - Data Section 102 + # EOFV3670_0097 (Valid) Code containing the DUP7 opcode - Data Section 96 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP7 STOP - data: | - :label EOFV3670_0103 :raw 0x + :label EOFV3670_0097 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2484,10 +2441,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0104 (Valid) Code containing the DUP8 opcode - Data Section 103 + # EOFV3670_0098 (Valid) Code containing the DUP8 opcode - Data Section 97 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP8 STOP - data: | - :label EOFV3670_0104 :raw 0x + :label EOFV3670_0098 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2513,10 +2470,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0105 (Valid) Code containing the DUP9 opcode - Data Section 104 + # EOFV3670_0099 (Valid) Code containing the DUP9 opcode - Data Section 98 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP9 STOP - data: | - :label EOFV3670_0105 :raw 0x + :label EOFV3670_0099 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2543,10 +2500,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0106 (Valid) Code containing the DUP10 opcode - Data Section 105 + # EOFV3670_0100 (Valid) Code containing the DUP10 opcode - Data Section 99 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP10 STOP - data: | - :label EOFV3670_0106 :raw 0x + :label EOFV3670_0100 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2574,10 +2531,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0107 (Valid) Code containing the DUP11 opcode - Data Section 106 + # EOFV3670_0101 (Valid) Code containing the DUP11 opcode - Data Section 100 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP11 STOP - data: | - :label EOFV3670_0107 :raw 0x + :label EOFV3670_0101 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2606,10 +2563,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0108 (Valid) Code containing the DUP12 opcode - Data Section 107 + # EOFV3670_0102 (Valid) Code containing the DUP12 opcode - Data Section 101 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP12 STOP - data: | - :label EOFV3670_0108 :raw 0x + :label EOFV3670_0102 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2639,10 +2596,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0109 (Valid) Code containing the DUP13 opcode - Data Section 108 + # EOFV3670_0103 (Valid) Code containing the DUP13 opcode - Data Section 102 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP13 STOP - data: | - :label EOFV3670_0109 :raw 0x + :label EOFV3670_0103 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2673,10 +2630,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0110 (Valid) Code containing the DUP14 opcode - Data Section 109 + # EOFV3670_0104 (Valid) Code containing the DUP14 opcode - Data Section 103 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP14 STOP - data: | - :label EOFV3670_0110 :raw 0x + :label EOFV3670_0104 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2708,10 +2665,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0111 (Valid) Code containing the DUP15 opcode - Data Section 110 + # EOFV3670_0105 (Valid) Code containing the DUP15 opcode - Data Section 104 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP15 STOP - data: | - :label EOFV3670_0111 :raw 0x + :label EOFV3670_0105 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2744,10 +2701,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0112 (Valid) Code containing the DUP16 opcode - Data Section 111 + # EOFV3670_0106 (Valid) Code containing the DUP16 opcode - Data Section 105 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP16 STOP - data: | - :label EOFV3670_0112 :raw 0x + :label EOFV3670_0106 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2781,10 +2738,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0113 (Valid) Code containing the SWAP1 opcode - Data Section 112 + # EOFV3670_0107 (Valid) Code containing the SWAP1 opcode - Data Section 106 # Code: PUSH1(1) DUP1 SWAP1 STOP - data: | - :label EOFV3670_0113 :raw 0x + :label EOFV3670_0107 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2804,10 +2761,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0114 (Valid) Code containing the SWAP2 opcode - Data Section 113 + # EOFV3670_0108 (Valid) Code containing the SWAP2 opcode - Data Section 107 # Code: PUSH1(1) DUP1 DUP1 SWAP2 STOP - data: | - :label EOFV3670_0114 :raw 0x + :label EOFV3670_0108 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2828,10 +2785,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0115 (Valid) Code containing the SWAP3 opcode - Data Section 114 + # EOFV3670_0109 (Valid) Code containing the SWAP3 opcode - Data Section 108 # Code: PUSH1(1) DUP1 DUP1 DUP1 SWAP3 STOP - data: | - :label EOFV3670_0115 :raw 0x + :label EOFV3670_0109 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2853,10 +2810,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0116 (Valid) Code containing the SWAP4 opcode - Data Section 115 + # EOFV3670_0110 (Valid) Code containing the SWAP4 opcode - Data Section 109 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 SWAP4 STOP - data: | - :label EOFV3670_0116 :raw 0x + :label EOFV3670_0110 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2879,10 +2836,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0117 (Valid) Code containing the SWAP5 opcode - Data Section 116 + # EOFV3670_0111 (Valid) Code containing the SWAP5 opcode - Data Section 110 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 SWAP5 STOP - data: | - :label EOFV3670_0117 :raw 0x + :label EOFV3670_0111 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2906,10 +2863,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0118 (Valid) Code containing the SWAP6 opcode - Data Section 117 + # EOFV3670_0112 (Valid) Code containing the SWAP6 opcode - Data Section 111 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP6 STOP - data: | - :label EOFV3670_0118 :raw 0x + :label EOFV3670_0112 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2934,10 +2891,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0119 (Valid) Code containing the SWAP7 opcode - Data Section 118 + # EOFV3670_0113 (Valid) Code containing the SWAP7 opcode - Data Section 112 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP7 STOP - data: | - :label EOFV3670_0119 :raw 0x + :label EOFV3670_0113 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2963,10 +2920,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0120 (Valid) Code containing the SWAP8 opcode - Data Section 119 + # EOFV3670_0114 (Valid) Code containing the SWAP8 opcode - Data Section 113 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP8 STOP - data: | - :label EOFV3670_0120 :raw 0x + :label EOFV3670_0114 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -2993,10 +2950,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0121 (Valid) Code containing the SWAP9 opcode - Data Section 120 + # EOFV3670_0115 (Valid) Code containing the SWAP9 opcode - Data Section 114 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP9 STOP - data: | - :label EOFV3670_0121 :raw 0x + :label EOFV3670_0115 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3024,10 +2981,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0122 (Valid) Code containing the SWAP10 opcode - Data Section 121 + # EOFV3670_0116 (Valid) Code containing the SWAP10 opcode - Data Section 115 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP10 STOP - data: | - :label EOFV3670_0122 :raw 0x + :label EOFV3670_0116 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3056,10 +3013,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0123 (Valid) Code containing the SWAP11 opcode - Data Section 122 + # EOFV3670_0117 (Valid) Code containing the SWAP11 opcode - Data Section 116 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP11 STOP - data: | - :label EOFV3670_0123 :raw 0x + :label EOFV3670_0117 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3089,10 +3046,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0124 (Valid) Code containing the SWAP12 opcode - Data Section 123 + # EOFV3670_0118 (Valid) Code containing the SWAP12 opcode - Data Section 117 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP12 STOP - data: | - :label EOFV3670_0124 :raw 0x + :label EOFV3670_0118 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3123,10 +3080,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0125 (Valid) Code containing the SWAP13 opcode - Data Section 124 + # EOFV3670_0119 (Valid) Code containing the SWAP13 opcode - Data Section 118 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP13 STOP - data: | - :label EOFV3670_0125 :raw 0x + :label EOFV3670_0119 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3158,10 +3115,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0126 (Valid) Code containing the SWAP14 opcode - Data Section 125 + # EOFV3670_0120 (Valid) Code containing the SWAP14 opcode - Data Section 119 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP14 STOP - data: | - :label EOFV3670_0126 :raw 0x + :label EOFV3670_0120 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3194,10 +3151,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0127 (Valid) Code containing the SWAP15 opcode - Data Section 126 + # EOFV3670_0121 (Valid) Code containing the SWAP15 opcode - Data Section 120 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP15 STOP - data: | - :label EOFV3670_0127 :raw 0x + :label EOFV3670_0121 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3231,10 +3188,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0128 (Valid) Code containing the SWAP16 opcode - Data Section 127 + # EOFV3670_0122 (Valid) Code containing the SWAP16 opcode - Data Section 121 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 DUP1 SWAP16 STOP - data: | - :label EOFV3670_0128 :raw 0x + :label EOFV3670_0122 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3269,10 +3226,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0129 (Valid) Code containing the LOG0 opcode - Data Section 128 + # EOFV3670_0123 (Valid) Code containing the LOG0 opcode - Data Section 122 # Code: PUSH1(1) DUP1 LOG0 STOP - data: | - :label EOFV3670_0129 :raw 0x + :label EOFV3670_0123 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3292,10 +3249,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0130 (Valid) Code containing the LOG1 opcode - Data Section 129 + # EOFV3670_0124 (Valid) Code containing the LOG1 opcode - Data Section 123 # Code: PUSH1(1) DUP1 DUP1 LOG1 STOP - data: | - :label EOFV3670_0130 :raw 0x + :label EOFV3670_0124 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3316,10 +3273,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0131 (Valid) Code containing the LOG2 opcode - Data Section 130 + # EOFV3670_0125 (Valid) Code containing the LOG2 opcode - Data Section 124 # Code: PUSH1(1) DUP1 DUP1 DUP1 LOG2 STOP - data: | - :label EOFV3670_0131 :raw 0x + :label EOFV3670_0125 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3341,10 +3298,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0132 (Valid) Code containing the LOG3 opcode - Data Section 131 + # EOFV3670_0126 (Valid) Code containing the LOG3 opcode - Data Section 125 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 LOG3 STOP - data: | - :label EOFV3670_0132 :raw 0x + :label EOFV3670_0126 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3367,10 +3324,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0133 (Valid) Code containing the LOG4 opcode - Data Section 132 + # EOFV3670_0127 (Valid) Code containing the LOG4 opcode - Data Section 126 # Code: PUSH1(1) DUP1 DUP1 DUP1 DUP1 DUP1 LOG4 STOP - data: | - :label EOFV3670_0133 :raw 0x + :label EOFV3670_0127 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3394,57 +3351,57 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0134 (Valid) Code containing the EXTCALL opcode - Data Section 133 - # Code: PUSH1(1) DUP1 DUP1 DUP1 EXTCALL STOP + # EOFV3670_0128 (Valid) Code containing the RETURN opcode - Data Section 127 + # Code: PUSH1(1) DUP1 RETURN - data: | - :label EOFV3670_0134 :raw 0x + :label EOFV3670_0128 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0007 # Code section 0 , 7 bytes + 0004 # Code section 0 , 4 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0004 # max stack: 4 + 0002 # max stack: 2 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 - 80 # [3] DUP1 - 80 # [4] DUP1 - f8 # [5] EXTCALL - 00 # [6] STOP + f3 # [3] RETURN # Data section (empty) #expectException: #">=Prague": "ok." - # EOFV3670_0135 (Valid) Code containing the RETURN opcode - Data Section 134 - # Code: PUSH1(1) DUP1 RETURN + # EOFV3670_0129 (Valid) Code containing the EXTCALL opcode - Data Section 128 + # Code: PUSH1(1) DUP1 DUP1 DUP1 EXTCALL STOP - data: | - :label EOFV3670_0135 :raw 0x + :label EOFV3670_0129 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) - 0004 # Code section 0 , 4 bytes + 0007 # Code section 0 , 7 bytes 040000 # Data section length ( 0 ) 00 # Terminator (end of header) # Code 0 types 00 # 0 inputs 80 # 0 outputs (Non-returning function) - 0002 # max stack: 2 + 0004 # max stack: 4 # Code section 0 6001 # [0] PUSH1(1) 80 # [2] DUP1 - f3 # [3] RETURN + 80 # [3] DUP1 + 80 # [4] DUP1 + f8 # [5] EXTCALL + 00 # [6] STOP # Data section (empty) #expectException: #">=Prague": "ok." - # EOFV3670_0136 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 135 - # Code: PUSH1(1) DUP1 DUP1 EXTDELEGATECALL STOP + # EOFV3670_0130 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 129 + # Code: PUSH1(1) DUP1 DUP1 EXTDELEGATECALL STOP - data: | - :label EOFV3670_0136 :raw 0x + :label EOFV3670_0130 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3465,10 +3422,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0137 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 136 + # EOFV3670_0131 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 130 # Code: PUSH1(1) DUP1 DUP1 EXTSTATICCALL STOP - data: | - :label EOFV3670_0137 :raw 0x + :label EOFV3670_0131 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3489,10 +3446,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0138 (Valid) Code containing the REVERT opcode - Data Section 137 + # EOFV3670_0132 (Valid) Code containing the REVERT opcode - Data Section 131 # Code: PUSH1(1) DUP1 REVERT - data: | - :label EOFV3670_0138 :raw 0x + :label EOFV3670_0132 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3511,10 +3468,10 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFV3670_0139 (Valid) Code containing the INVALID opcode - Data Section 138 + # EOFV3670_0133 (Valid) Code containing the INVALID opcode - Data Section 132 # Code: INVALID - data: | - :label EOFV3670_0139 :raw 0x + :label EOFV3670_0133 :raw 0x EF0001 # Magic and Version ( 1 ) 010004 # Types length ( 4 ) 020001 # Total code sections ( 1 ) @@ -3531,206 +3488,248 @@ validInvalid: #expectException: #">=Prague": "ok." - # EOFI3670_0140 (Invalid) Code containing undefined instruction 0x0c - Data Section 139 + # EOFI3670_0134 (Invalid) Code containing undefined instruction 0x0c - Data Section 133 # Code: 0x0c - data: | - :label EOFI3670_0140 :raw 0xef0001010004020001000204000000008000000c00 + :label EOFI3670_0134 :raw 0xef0001010004020001000204000000008000000c00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0141 (Invalid) Code containing undefined instruction 0x0d - Data Section 140 + # EOFI3670_0135 (Invalid) Code containing undefined instruction 0x0d - Data Section 134 # Code: 0x0d - data: | - :label EOFI3670_0141 :raw 0xef0001010004020001000204000000008000000d00 + :label EOFI3670_0135 :raw 0xef0001010004020001000204000000008000000d00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0142 (Invalid) Code containing undefined instruction 0x0e - Data Section 141 + # EOFI3670_0136 (Invalid) Code containing undefined instruction 0x0e - Data Section 135 # Code: 0x0e - data: | - :label EOFI3670_0142 :raw 0xef0001010004020001000204000000008000000e00 + :label EOFI3670_0136 :raw 0xef0001010004020001000204000000008000000e00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0143 (Invalid) Code containing undefined instruction 0x0f - Data Section 142 + # EOFI3670_0137 (Invalid) Code containing undefined instruction 0x0f - Data Section 136 # Code: 0x0f - data: | - :label EOFI3670_0143 :raw 0xef0001010004020001000204000000008000000f00 + :label EOFI3670_0137 :raw 0xef0001010004020001000204000000008000000f00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0144 (Invalid) Code containing undefined instruction 0x1e - Data Section 143 + # EOFI3670_0138 (Invalid) Code containing undefined instruction 0x1e - Data Section 137 # Code: 0x1e - data: | - :label EOFI3670_0144 :raw 0xef0001010004020001000204000000008000001e00 + :label EOFI3670_0138 :raw 0xef0001010004020001000204000000008000001e00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0145 (Invalid) Code containing undefined instruction 0x1f - Data Section 144 + # EOFI3670_0139 (Invalid) Code containing undefined instruction 0x1f - Data Section 138 # Code: 0x1f - data: | - :label EOFI3670_0145 :raw 0xef0001010004020001000204000000008000001f00 + :label EOFI3670_0139 :raw 0xef0001010004020001000204000000008000001f00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0146 (Invalid) Code containing undefined instruction 0x21 - Data Section 145 + # EOFI3670_0140 (Invalid) Code containing undefined instruction 0x21 - Data Section 139 # Code: 0x21 - data: | - :label EOFI3670_0146 :raw 0xef0001010004020001000204000000008000002100 + :label EOFI3670_0140 :raw 0xef0001010004020001000204000000008000002100 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0147 (Invalid) Code containing undefined instruction 0x22 - Data Section 146 + # EOFI3670_0141 (Invalid) Code containing undefined instruction 0x22 - Data Section 140 # Code: 0x22 - data: | - :label EOFI3670_0147 :raw 0xef0001010004020001000204000000008000002200 + :label EOFI3670_0141 :raw 0xef0001010004020001000204000000008000002200 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0148 (Invalid) Code containing undefined instruction 0x23 - Data Section 147 + # EOFI3670_0142 (Invalid) Code containing undefined instruction 0x23 - Data Section 141 # Code: 0x23 - data: | - :label EOFI3670_0148 :raw 0xef0001010004020001000204000000008000002300 + :label EOFI3670_0142 :raw 0xef0001010004020001000204000000008000002300 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0149 (Invalid) Code containing undefined instruction 0x24 - Data Section 148 + # EOFI3670_0143 (Invalid) Code containing undefined instruction 0x24 - Data Section 142 # Code: 0x24 - data: | - :label EOFI3670_0149 :raw 0xef0001010004020001000204000000008000002400 + :label EOFI3670_0143 :raw 0xef0001010004020001000204000000008000002400 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0150 (Invalid) Code containing undefined instruction 0x25 - Data Section 149 + # EOFI3670_0144 (Invalid) Code containing undefined instruction 0x25 - Data Section 143 # Code: 0x25 - data: | - :label EOFI3670_0150 :raw 0xef0001010004020001000204000000008000002500 + :label EOFI3670_0144 :raw 0xef0001010004020001000204000000008000002500 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0151 (Invalid) Code containing undefined instruction 0x26 - Data Section 150 + # EOFI3670_0145 (Invalid) Code containing undefined instruction 0x26 - Data Section 144 # Code: 0x26 - data: | - :label EOFI3670_0151 :raw 0xef0001010004020001000204000000008000002600 + :label EOFI3670_0145 :raw 0xef0001010004020001000204000000008000002600 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0152 (Invalid) Code containing undefined instruction 0x27 - Data Section 151 + # EOFI3670_0146 (Invalid) Code containing undefined instruction 0x27 - Data Section 145 # Code: 0x27 - data: | - :label EOFI3670_0152 :raw 0xef0001010004020001000204000000008000002700 + :label EOFI3670_0146 :raw 0xef0001010004020001000204000000008000002700 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0153 (Invalid) Code containing undefined instruction 0x28 - Data Section 152 + # EOFI3670_0147 (Invalid) Code containing undefined instruction 0x28 - Data Section 146 # Code: 0x28 - data: | - :label EOFI3670_0153 :raw 0xef0001010004020001000204000000008000002800 + :label EOFI3670_0147 :raw 0xef0001010004020001000204000000008000002800 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0154 (Invalid) Code containing undefined instruction 0x29 - Data Section 153 + # EOFI3670_0148 (Invalid) Code containing undefined instruction 0x29 - Data Section 147 # Code: 0x29 - data: | - :label EOFI3670_0154 :raw 0xef0001010004020001000204000000008000002900 + :label EOFI3670_0148 :raw 0xef0001010004020001000204000000008000002900 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0155 (Invalid) Code containing undefined instruction 0x2a - Data Section 154 + # EOFI3670_0149 (Invalid) Code containing undefined instruction 0x2a - Data Section 148 # Code: 0x2a - data: | - :label EOFI3670_0155 :raw 0xef0001010004020001000204000000008000002a00 + :label EOFI3670_0149 :raw 0xef0001010004020001000204000000008000002a00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0156 (Invalid) Code containing undefined instruction 0x2b - Data Section 155 + # EOFI3670_0150 (Invalid) Code containing undefined instruction 0x2b - Data Section 149 # Code: 0x2b - data: | - :label EOFI3670_0156 :raw 0xef0001010004020001000204000000008000002b00 + :label EOFI3670_0150 :raw 0xef0001010004020001000204000000008000002b00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0157 (Invalid) Code containing undefined instruction 0x2c - Data Section 156 + # EOFI3670_0151 (Invalid) Code containing undefined instruction 0x2c - Data Section 150 # Code: 0x2c - data: | - :label EOFI3670_0157 :raw 0xef0001010004020001000204000000008000002c00 + :label EOFI3670_0151 :raw 0xef0001010004020001000204000000008000002c00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0158 (Invalid) Code containing undefined instruction 0x2d - Data Section 157 + # EOFI3670_0152 (Invalid) Code containing undefined instruction 0x2d - Data Section 151 # Code: 0x2d - data: | - :label EOFI3670_0158 :raw 0xef0001010004020001000204000000008000002d00 + :label EOFI3670_0152 :raw 0xef0001010004020001000204000000008000002d00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0159 (Invalid) Code containing undefined instruction 0x2e - Data Section 158 + # EOFI3670_0153 (Invalid) Code containing undefined instruction 0x2e - Data Section 152 # Code: 0x2e - data: | - :label EOFI3670_0159 :raw 0xef0001010004020001000204000000008000002e00 + :label EOFI3670_0153 :raw 0xef0001010004020001000204000000008000002e00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0160 (Invalid) Code containing undefined instruction 0x2f - Data Section 159 + # EOFI3670_0154 (Invalid) Code containing undefined instruction 0x2f - Data Section 153 # Code: 0x2f - data: | - :label EOFI3670_0160 :raw 0xef0001010004020001000204000000008000002f00 + :label EOFI3670_0154 :raw 0xef0001010004020001000204000000008000002f00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4b - Data Section 160 + # EOFI3670_0155 (Invalid) Code containing undefined instruction 0x4b - Data Section 154 # Code: 0x4b - data: | - :label EOFI3670_0161 :raw 0xef0001010004020001000204000000008000004b00 + :label EOFI3670_0155 :raw 0xef0001010004020001000204000000008000004b00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" + + # EOFI3670_0156 (Invalid) Code containing undefined (deprecated) instruction 0x38 (CODESIZE) - Data Section 155 + # Code: 0x38 + - data: | + :label EOFI3670_0156 :raw 0xef0001010004020001000204000000008000013800 + expectException: + ">=Prague": "EOF_UndefinedInstruction" + + # EOFI3670_0157 (Invalid) Code containing undefined (deprecated) instruction 0x39 (CODECOPY) - Data Section 156 + # Code: 0x39 + - data: | + :label EOFI3670_0157 :raw 0xef0001010004020001000204000000008000003900 + expectException: + ">=Prague": "EOF_UndefinedInstruction" + + # EOFI3670_0158 (Invalid) Code containing undefined (deprecated) instruction 0x3b (EXTCODESIZE) - Data Section 157 + # Code: 0x3b + - data: | + :label EOFI3670_0158 :raw 0xef0001010004020001000204000000008000003b00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4c - Data Section 161 + # EOFI3670_0159 (Invalid) Code containing undefined (deprecated) instruction 0x3c (EXTCODECOPY) - Data Section 158 + # Code: 0x3c + - data: | + :label EOFI3670_0159 :raw 0xef0001010004020001000204000000008000003c00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" + + # EOFI3670_0160 (Invalid) Code containing undefined (deprecated) instruction 0x3f (EXTCODEHASH) - Data Section 159 + # Code: 0x3f + - data: | + :label EOFI3670_0160 :raw 0xef0001010004020001000204000000008000003f00 + expectException: + ">=Prague": "EOF_UndefinedInstruction" + + # EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4c - Data Section 160 # Code: 0x4c - data: | - :label EOFI3670_0162 :raw 0xef0001010004020001000204000000008000004c00 + :label EOFI3670_0161 :raw 0xef0001010004020001000204000000008000004c00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4d - Data Section 162 + # EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4d - Data Section 161 # Code: 0x4d - data: | - :label EOFI3670_0163 :raw 0xef0001010004020001000204000000008000004d00 + :label EOFI3670_0162 :raw 0xef0001010004020001000204000000008000004d00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4e - Data Section 163 + # EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4e - Data Section 162 # Code: 0x4e - data: | - :label EOFI3670_0164 :raw 0xef0001010004020001000204000000008000004e00 + :label EOFI3670_0163 :raw 0xef0001010004020001000204000000008000004e00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0165 (Invalid) Code containing undefined instruction 0x4f - Data Section 164 + # EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4f - Data Section 163 # Code: 0x4f - data: | - :label EOFI3670_0165 :raw 0xef0001010004020001000204000000008000004f00 + :label EOFI3670_0164 :raw 0xef0001010004020001000204000000008000004f00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0166 (Invalid) Code containing undefined instruction 0x56 - Data Section 165 + # EOFI3670_0165 (Invalid) Code containing undefined (deprecated) instruction 0x56 (JUMP) - Data Section 164 # Code: 0x56 - data: | - :label EOFI3670_0166 :raw 0xef0001010004020001000204000000008000005600 + :label EOFI3670_0165 :raw 0xef0001010004020001000204000000008000005600 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0167 (Invalid) Code containing undefined instruction 0x57 - Data Section 166 + # EOFI3670_0166 (Invalid) Code containing undefined (deprecated) instruction 0x57 (JUMPI) - Data Section 165 # Code: 0x57 - data: | - :label EOFI3670_0167 :raw 0xef0001010004020001000204000000008000005700 + :label EOFI3670_0166 :raw 0xef0001010004020001000204000000008000005700 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0168 (Invalid) Code containing undefined instruction 0x58 - Data Section 167 + # EOFI3670_0167 (Invalid) Code containing undefined (deprecated) instruction 0x58 (PC) - Data Section 166 # Code: 0x58 - data: | - :label EOFI3670_0168 :raw 0xef0001010004020001000204000000008000015800 + :label EOFI3670_0167 :raw 0xef0001010004020001000204000000008000015800 + expectException: + ">=Prague": "EOF_UndefinedInstruction" + + # EOFI3670_0168 (Invalid) Code containing undefined (deprecated) instruction 0x5a (GAS) - Data Section 167 + # Code: 0x5a + - data: | + :label EOFI3670_0168 :raw 0xef0001010004020001000204000000008000015a00 expectException: ">=Prague": "EOF_UndefinedInstruction" @@ -4105,548 +4104,541 @@ validInvalid: expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe8 - Data Section 221 - # Code: 0xe8 - - data: | - :label EOFI3670_0222 :raw 0xef000101000402000100020400000000800000e800 - expectException: - ">=Prague": "EOF_UndefinedInstruction" - - # EOFI3670_0223 (Invalid) Code containing undefined instruction 0xe9 - Data Section 222 + # EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe9 - Data Section 221 # Code: 0xe9 - data: | - :label EOFI3670_0223 :raw 0xef000101000402000100020400000000800000e900 + :label EOFI3670_0222 :raw 0xef000101000402000100020400000000800000e900 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0224 (Invalid) Code containing undefined instruction 0xea - Data Section 223 + # EOFI3670_0223 (Invalid) Code containing undefined instruction 0xea - Data Section 222 # Code: 0xea - data: | - :label EOFI3670_0224 :raw 0xef000101000402000100020400000000800000ea00 + :label EOFI3670_0223 :raw 0xef000101000402000100020400000000800000ea00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0225 (Invalid) Code containing undefined instruction 0xeb - Data Section 224 + # EOFI3670_0224 (Invalid) Code containing undefined instruction 0xeb - Data Section 223 # Code: 0xeb - data: | - :label EOFI3670_0225 :raw 0xef000101000402000100020400000000800000eb00 + :label EOFI3670_0224 :raw 0xef000101000402000100020400000000800000eb00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0226 (Invalid) Code containing undefined instruction 0xef - Data Section 225 + # EOFI3670_0225 (Invalid) Code containing undefined instruction 0xef - Data Section 224 # Code: 0xef - data: | - :label EOFI3670_0226 :raw 0xef000101000402000100020400000000800000ef00 + :label EOFI3670_0225 :raw 0xef000101000402000100020400000000800000ef00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0227 (Invalid) Code containing undefined instruction 0xf0 - Data Section 226 + # EOFI3670_0226 (Invalid) Code containing undefined (deprecated) instruction 0xf0 (CREATE) - Data Section 225 # Code: 0xf0 - data: | - :label EOFI3670_0227 :raw 0xef000101000402000100020400000000800000f000 + :label EOFI3670_0226 :raw 0xef000101000402000100020400000000800000f000 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0228 (Invalid) Code containing undefined instruction 0xf2 - Data Section 227 + # EOFI3670_0227 (Invalid) Code containing undefined (deprecated) instruction 0xf2 (CALLCODE) - Data Section 226 # Code: 0xf2 - data: | - :label EOFI3670_0228 :raw 0xef000101000402000100020400000000800000f200 + :label EOFI3670_0227 :raw 0xef000101000402000100020400000000800000f200 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0229 (Invalid) Code containing undefined instruction 0xf5 - Data Section 228 + # EOFI3670_0228 (Invalid) Code containing undefined (deprecated) instruction 0xf5 (CREATE2) - Data Section 227 # Code: 0xf5 - data: | - :label EOFI3670_0229 :raw 0xef000101000402000100020400000000800000f500 + :label EOFI3670_0228 :raw 0xef000101000402000100020400000000800000f500 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0230 (Invalid) Code containing undefined instruction 0xf6 - Data Section 229 - # Code: 0xf6 + # EOFI3670_0229 (Invalid) Code containing undefined (deprecated) instruction 0xf1 (CALL) - Data Section 228 + # Code: 0xf1 - data: | - :label EOFI3670_0230 :raw 0xef000101000402000100020400000000800000f600 + :label EOFI3670_0229 :raw 0xef000101000402000100020400000000800000f100 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf8 - Data Section 230 - # Code: 0xf8 + # EOFI3670_0230 (Invalid) Code containing undefined (deprecated) instruction 0xf4 (DELEGATECALL) - Data Section 229 + # Code: 0xf4 - data: | - :label EOFI3670_0231 :raw 0xef000101000402000100020400000000800000f800 + :label EOFI3670_0230 :raw 0xef000101000402000100020400000000800000f400 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0232 (Invalid) Code containing undefined instruction 0xf9 - Data Section 231 - # Code: 0xf9 + # EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf6 - Data Section 230 + # Code: 0xf6 - data: | - :label EOFI3670_0232 :raw 0xef000101000402000100020400000000800000f900 + :label EOFI3670_0231 :raw 0xef000101000402000100020400000000800000f600 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfb - Data Section 232 - # Code: 0xfb + # EOFI3670_0232 (Invalid) Code containing undefined (deprecated) instruction 0xfa (STATICCALL) - Data Section 231 + # Code: 0xfa - data: | - :label EOFI3670_0233 :raw 0xef000101000402000100020400000000800000fb00 + :label EOFI3670_0232 :raw 0xef000101000402000100020400000000800000fa00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0234 (Invalid) Code containing undefined instruction 0xfc - Data Section 233 + # EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfc - Data Section 232 # Code: 0xfc - data: | - :label EOFI3670_0234 :raw 0xef000101000402000100020400000000800000fc00 + :label EOFI3670_0233 :raw 0xef000101000402000100020400000000800000fc00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0235 (Invalid) Code containing undefined instruction 0xff - Data Section 234 + # EOFI3670_0234 (Invalid) Code containing undefined (deprecated) instruction 0xff (SELFDESTRUCT) - Data Section 233 # Code: 0xff - data: | - :label EOFI3670_0235 :raw 0xef000101000402000100020400000000800000ff00 + :label EOFI3670_0234 :raw 0xef000101000402000100020400000000800000ff00 expectException: ">=Prague": "EOF_UndefinedInstruction" - # EOFI3670_0236 (Invalid) Truncated PUSH1 (no immediates) - Data Section 235 + # EOFI3670_0235 (Invalid) Truncated PUSH1 (no immediates) - Data Section 234 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH1( - data: | - :label EOFI3670_0236 :raw 0xef0001010004020001000b04000000008000026001600155600260025560 + :label EOFI3670_0235 :raw 0xef0001010004020001000b04000000008000026001600155600260025560 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0237 (Invalid) Truncated PUSH2 (no immediates) - Data Section 236 + # EOFI3670_0236 (Invalid) Truncated PUSH2 (no immediates) - Data Section 235 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH2( - data: | - :label EOFI3670_0237 :raw 0xef0001010004020001000b04000000008000026001600155600260025561 + :label EOFI3670_0236 :raw 0xef0001010004020001000b04000000008000026001600155600260025561 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0238 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 237 + # EOFI3670_0237 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 236 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH2(0xff - data: | - :label EOFI3670_0238 :raw 0xef0001010004020001000b04000000008000026001600155600260025561 + :label EOFI3670_0237 :raw 0xef0001010004020001000b04000000008000026001600155600260025561 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0239 (Invalid) Truncated PUSH3 (no immediates) - Data Section 238 + # EOFI3670_0238 (Invalid) Truncated PUSH3 (no immediates) - Data Section 237 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH3( - data: | - :label EOFI3670_0239 :raw 0xef0001010004020001000b04000000008000026001600155600260025562 + :label EOFI3670_0238 :raw 0xef0001010004020001000b04000000008000026001600155600260025562 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0240 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 239 + # EOFI3670_0239 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 238 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH3(0xffff - data: | - :label EOFI3670_0240 :raw 0xef0001010004020001000b04000000008000026001600155600260025562 + :label EOFI3670_0239 :raw 0xef0001010004020001000b04000000008000026001600155600260025562 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0241 (Invalid) Truncated PUSH4 (no immediates) - Data Section 240 + # EOFI3670_0240 (Invalid) Truncated PUSH4 (no immediates) - Data Section 239 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH4( - data: | - :label EOFI3670_0241 :raw 0xef0001010004020001000b04000000008000026001600155600260025563 + :label EOFI3670_0240 :raw 0xef0001010004020001000b04000000008000026001600155600260025563 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0242 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 241 + # EOFI3670_0241 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 240 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH4(0xffffff - data: | - :label EOFI3670_0242 :raw 0xef0001010004020001000b04000000008000026001600155600260025563 + :label EOFI3670_0241 :raw 0xef0001010004020001000b04000000008000026001600155600260025563 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0243 (Invalid) Truncated PUSH5 (no immediates) - Data Section 242 + # EOFI3670_0242 (Invalid) Truncated PUSH5 (no immediates) - Data Section 241 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH5( - data: | - :label EOFI3670_0243 :raw 0xef0001010004020001000b04000000008000026001600155600260025564 + :label EOFI3670_0242 :raw 0xef0001010004020001000b04000000008000026001600155600260025564 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0244 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 243 + # EOFI3670_0243 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 242 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH5(0xffffffff - data: | - :label EOFI3670_0244 :raw 0xef0001010004020001000b04000000008000026001600155600260025564 + :label EOFI3670_0243 :raw 0xef0001010004020001000b04000000008000026001600155600260025564 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0245 (Invalid) Truncated PUSH6 (no immediates) - Data Section 244 + # EOFI3670_0244 (Invalid) Truncated PUSH6 (no immediates) - Data Section 243 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH6( - data: | - :label EOFI3670_0245 :raw 0xef0001010004020001000b04000000008000026001600155600260025565 + :label EOFI3670_0244 :raw 0xef0001010004020001000b04000000008000026001600155600260025565 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0246 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 245 + # EOFI3670_0245 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 244 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH6(0xffffffffff - data: | - :label EOFI3670_0246 :raw 0xef0001010004020001000b04000000008000026001600155600260025565 + :label EOFI3670_0245 :raw 0xef0001010004020001000b04000000008000026001600155600260025565 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0247 (Invalid) Truncated PUSH7 (no immediates) - Data Section 246 + # EOFI3670_0246 (Invalid) Truncated PUSH7 (no immediates) - Data Section 245 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH7( - data: | - :label EOFI3670_0247 :raw 0xef0001010004020001000b04000000008000026001600155600260025566 + :label EOFI3670_0246 :raw 0xef0001010004020001000b04000000008000026001600155600260025566 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0248 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 247 + # EOFI3670_0247 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 246 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH7(0xffffffffffff - data: | - :label EOFI3670_0248 :raw 0xef0001010004020001000b04000000008000026001600155600260025566 + :label EOFI3670_0247 :raw 0xef0001010004020001000b04000000008000026001600155600260025566 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0249 (Invalid) Truncated PUSH8 (no immediates) - Data Section 248 + # EOFI3670_0248 (Invalid) Truncated PUSH8 (no immediates) - Data Section 247 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH8( - data: | - :label EOFI3670_0249 :raw 0xef0001010004020001000b04000000008000026001600155600260025567 + :label EOFI3670_0248 :raw 0xef0001010004020001000b04000000008000026001600155600260025567 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0250 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 249 + # EOFI3670_0249 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 248 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH8(0xffffffffffffff - data: | - :label EOFI3670_0250 :raw 0xef0001010004020001000b04000000008000026001600155600260025567 + :label EOFI3670_0249 :raw 0xef0001010004020001000b04000000008000026001600155600260025567 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0251 (Invalid) Truncated PUSH9 (no immediates) - Data Section 250 + # EOFI3670_0250 (Invalid) Truncated PUSH9 (no immediates) - Data Section 249 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH9( - data: | - :label EOFI3670_0251 :raw 0xef0001010004020001000b04000000008000026001600155600260025568 + :label EOFI3670_0250 :raw 0xef0001010004020001000b04000000008000026001600155600260025568 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0252 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 251 + # EOFI3670_0251 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 250 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH9(0xffffffffffffffff - data: | - :label EOFI3670_0252 :raw 0xef0001010004020001000b04000000008000026001600155600260025568 + :label EOFI3670_0251 :raw 0xef0001010004020001000b04000000008000026001600155600260025568 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0253 (Invalid) Truncated PUSH10 (no immediates) - Data Section 252 + # EOFI3670_0252 (Invalid) Truncated PUSH10 (no immediates) - Data Section 251 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH10( - data: | - :label EOFI3670_0253 :raw 0xef0001010004020001000b04000000008000026001600155600260025569 + :label EOFI3670_0252 :raw 0xef0001010004020001000b04000000008000026001600155600260025569 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0254 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 253 + # EOFI3670_0253 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 252 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH10(0xffffffffffffffffff - data: | - :label EOFI3670_0254 :raw 0xef0001010004020001000b04000000008000026001600155600260025569 + :label EOFI3670_0253 :raw 0xef0001010004020001000b04000000008000026001600155600260025569 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0255 (Invalid) Truncated PUSH11 (no immediates) - Data Section 254 + # EOFI3670_0254 (Invalid) Truncated PUSH11 (no immediates) - Data Section 253 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH11( - data: | - :label EOFI3670_0255 :raw 0xef0001010004020001000b0400000000800002600160015560026002556a + :label EOFI3670_0254 :raw 0xef0001010004020001000b0400000000800002600160015560026002556a expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0256 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 255 + # EOFI3670_0255 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 254 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH11(0xffffffffffffffffffff - data: | - :label EOFI3670_0256 :raw 0xef0001010004020001000b0400000000800002600160015560026002556a + :label EOFI3670_0255 :raw 0xef0001010004020001000b0400000000800002600160015560026002556a expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0257 (Invalid) Truncated PUSH12 (no immediates) - Data Section 256 + # EOFI3670_0256 (Invalid) Truncated PUSH12 (no immediates) - Data Section 255 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH12( - data: | - :label EOFI3670_0257 :raw 0xef0001010004020001000b0400000000800002600160015560026002556b + :label EOFI3670_0256 :raw 0xef0001010004020001000b0400000000800002600160015560026002556b expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0258 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 257 + # EOFI3670_0257 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 256 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH12(0xffffffffffffffffffffff - data: | - :label EOFI3670_0258 :raw 0xef0001010004020001000b0400000000800002600160015560026002556b + :label EOFI3670_0257 :raw 0xef0001010004020001000b0400000000800002600160015560026002556b expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0259 (Invalid) Truncated PUSH13 (no immediates) - Data Section 258 + # EOFI3670_0258 (Invalid) Truncated PUSH13 (no immediates) - Data Section 257 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH13( - data: | - :label EOFI3670_0259 :raw 0xef0001010004020001000b0400000000800002600160015560026002556c + :label EOFI3670_0258 :raw 0xef0001010004020001000b0400000000800002600160015560026002556c expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0260 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 259 + # EOFI3670_0259 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 258 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH13(0xffffffffffffffffffffffff - data: | - :label EOFI3670_0260 :raw 0xef0001010004020001000b0400000000800002600160015560026002556c + :label EOFI3670_0259 :raw 0xef0001010004020001000b0400000000800002600160015560026002556c expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0261 (Invalid) Truncated PUSH14 (no immediates) - Data Section 260 + # EOFI3670_0260 (Invalid) Truncated PUSH14 (no immediates) - Data Section 259 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH14( - data: | - :label EOFI3670_0261 :raw 0xef0001010004020001000b0400000000800002600160015560026002556d + :label EOFI3670_0260 :raw 0xef0001010004020001000b0400000000800002600160015560026002556d expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0262 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 261 + # EOFI3670_0261 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 260 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH14(0xffffffffffffffffffffffffff - data: | - :label EOFI3670_0262 :raw 0xef0001010004020001000b0400000000800002600160015560026002556d + :label EOFI3670_0261 :raw 0xef0001010004020001000b0400000000800002600160015560026002556d expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0263 (Invalid) Truncated PUSH15 (no immediates) - Data Section 262 + # EOFI3670_0262 (Invalid) Truncated PUSH15 (no immediates) - Data Section 261 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH15( - data: | - :label EOFI3670_0263 :raw 0xef0001010004020001000b0400000000800002600160015560026002556e + :label EOFI3670_0262 :raw 0xef0001010004020001000b0400000000800002600160015560026002556e expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0264 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 263 + # EOFI3670_0263 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 262 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH15(0xffffffffffffffffffffffffffff - data: | - :label EOFI3670_0264 :raw 0xef0001010004020001000b0400000000800002600160015560026002556e + :label EOFI3670_0263 :raw 0xef0001010004020001000b0400000000800002600160015560026002556e expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0265 (Invalid) Truncated PUSH16 (no immediates) - Data Section 264 + # EOFI3670_0264 (Invalid) Truncated PUSH16 (no immediates) - Data Section 263 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH16( - data: | - :label EOFI3670_0265 :raw 0xef0001010004020001000b0400000000800002600160015560026002556f + :label EOFI3670_0264 :raw 0xef0001010004020001000b0400000000800002600160015560026002556f expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0266 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 265 + # EOFI3670_0265 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 264 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH16(0xffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0266 :raw 0xef0001010004020001000b0400000000800002600160015560026002556f + :label EOFI3670_0265 :raw 0xef0001010004020001000b0400000000800002600160015560026002556f expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0267 (Invalid) Truncated PUSH17 (no immediates) - Data Section 266 + # EOFI3670_0266 (Invalid) Truncated PUSH17 (no immediates) - Data Section 265 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH17( - data: | - :label EOFI3670_0267 :raw 0xef0001010004020001000b04000000008000026001600155600260025570 + :label EOFI3670_0266 :raw 0xef0001010004020001000b04000000008000026001600155600260025570 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0268 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 267 + # EOFI3670_0267 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 266 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH17(0xffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0268 :raw 0xef0001010004020001000b04000000008000026001600155600260025570 + :label EOFI3670_0267 :raw 0xef0001010004020001000b04000000008000026001600155600260025570 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0269 (Invalid) Truncated PUSH18 (no immediates) - Data Section 268 + # EOFI3670_0268 (Invalid) Truncated PUSH18 (no immediates) - Data Section 267 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH18( - data: | - :label EOFI3670_0269 :raw 0xef0001010004020001000b04000000008000026001600155600260025571 + :label EOFI3670_0268 :raw 0xef0001010004020001000b04000000008000026001600155600260025571 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0270 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 269 + # EOFI3670_0269 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 268 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH18(0xffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0270 :raw 0xef0001010004020001000b04000000008000026001600155600260025571 + :label EOFI3670_0269 :raw 0xef0001010004020001000b04000000008000026001600155600260025571 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0271 (Invalid) Truncated PUSH19 (no immediates) - Data Section 270 + # EOFI3670_0270 (Invalid) Truncated PUSH19 (no immediates) - Data Section 269 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH19( - data: | - :label EOFI3670_0271 :raw 0xef0001010004020001000b04000000008000026001600155600260025572 + :label EOFI3670_0270 :raw 0xef0001010004020001000b04000000008000026001600155600260025572 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0272 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 271 + # EOFI3670_0271 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 270 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH19(0xffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0272 :raw 0xef0001010004020001000b04000000008000026001600155600260025572 + :label EOFI3670_0271 :raw 0xef0001010004020001000b04000000008000026001600155600260025572 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0273 (Invalid) Truncated PUSH20 (no immediates) - Data Section 272 + # EOFI3670_0272 (Invalid) Truncated PUSH20 (no immediates) - Data Section 271 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH20( - data: | - :label EOFI3670_0273 :raw 0xef0001010004020001000b04000000008000026001600155600260025573 + :label EOFI3670_0272 :raw 0xef0001010004020001000b04000000008000026001600155600260025573 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0274 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 273 + # EOFI3670_0273 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 272 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH20(0xffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0274 :raw 0xef0001010004020001000b04000000008000026001600155600260025573 + :label EOFI3670_0273 :raw 0xef0001010004020001000b04000000008000026001600155600260025573 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0275 (Invalid) Truncated PUSH21 (no immediates) - Data Section 274 + # EOFI3670_0274 (Invalid) Truncated PUSH21 (no immediates) - Data Section 273 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH21( - data: | - :label EOFI3670_0275 :raw 0xef0001010004020001000b04000000008000026001600155600260025574 + :label EOFI3670_0274 :raw 0xef0001010004020001000b04000000008000026001600155600260025574 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0276 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 275 + # EOFI3670_0275 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 274 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH21(0xffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0276 :raw 0xef0001010004020001000b04000000008000026001600155600260025574 + :label EOFI3670_0275 :raw 0xef0001010004020001000b04000000008000026001600155600260025574 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0277 (Invalid) Truncated PUSH22 (no immediates) - Data Section 276 + # EOFI3670_0276 (Invalid) Truncated PUSH22 (no immediates) - Data Section 275 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH22( - data: | - :label EOFI3670_0277 :raw 0xef0001010004020001000b04000000008000026001600155600260025575 + :label EOFI3670_0276 :raw 0xef0001010004020001000b04000000008000026001600155600260025575 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0278 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 277 + # EOFI3670_0277 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 276 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH22(0xffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0278 :raw 0xef0001010004020001000b04000000008000026001600155600260025575 + :label EOFI3670_0277 :raw 0xef0001010004020001000b04000000008000026001600155600260025575 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0279 (Invalid) Truncated PUSH23 (no immediates) - Data Section 278 + # EOFI3670_0278 (Invalid) Truncated PUSH23 (no immediates) - Data Section 277 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH23( - data: | - :label EOFI3670_0279 :raw 0xef0001010004020001000b04000000008000026001600155600260025576 + :label EOFI3670_0278 :raw 0xef0001010004020001000b04000000008000026001600155600260025576 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0280 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 279 + # EOFI3670_0279 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 278 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH23(0xffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0280 :raw 0xef0001010004020001000b04000000008000026001600155600260025576 + :label EOFI3670_0279 :raw 0xef0001010004020001000b04000000008000026001600155600260025576 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0281 (Invalid) Truncated PUSH24 (no immediates) - Data Section 280 + # EOFI3670_0280 (Invalid) Truncated PUSH24 (no immediates) - Data Section 279 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH24( - data: | - :label EOFI3670_0281 :raw 0xef0001010004020001000b04000000008000026001600155600260025577 + :label EOFI3670_0280 :raw 0xef0001010004020001000b04000000008000026001600155600260025577 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0282 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 281 + # EOFI3670_0281 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 280 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH24(0xffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0282 :raw 0xef0001010004020001000b04000000008000026001600155600260025577 + :label EOFI3670_0281 :raw 0xef0001010004020001000b04000000008000026001600155600260025577 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0283 (Invalid) Truncated PUSH25 (no immediates) - Data Section 282 + # EOFI3670_0282 (Invalid) Truncated PUSH25 (no immediates) - Data Section 281 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH25( - data: | - :label EOFI3670_0283 :raw 0xef0001010004020001000b04000000008000026001600155600260025578 + :label EOFI3670_0282 :raw 0xef0001010004020001000b04000000008000026001600155600260025578 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0284 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 283 + # EOFI3670_0283 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 282 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH25(0xffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0284 :raw 0xef0001010004020001000b04000000008000026001600155600260025578 + :label EOFI3670_0283 :raw 0xef0001010004020001000b04000000008000026001600155600260025578 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0285 (Invalid) Truncated PUSH26 (no immediates) - Data Section 284 + # EOFI3670_0284 (Invalid) Truncated PUSH26 (no immediates) - Data Section 283 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH26( - data: | - :label EOFI3670_0285 :raw 0xef0001010004020001000b04000000008000026001600155600260025579 + :label EOFI3670_0284 :raw 0xef0001010004020001000b04000000008000026001600155600260025579 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0286 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 285 + # EOFI3670_0285 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 284 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH26(0xffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0286 :raw 0xef0001010004020001000b04000000008000026001600155600260025579 + :label EOFI3670_0285 :raw 0xef0001010004020001000b04000000008000026001600155600260025579 expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0287 (Invalid) Truncated PUSH27 (no immediates) - Data Section 286 + # EOFI3670_0286 (Invalid) Truncated PUSH27 (no immediates) - Data Section 285 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH27( - data: | - :label EOFI3670_0287 :raw 0xef0001010004020001000b0400000000800002600160015560026002557a + :label EOFI3670_0286 :raw 0xef0001010004020001000b0400000000800002600160015560026002557a expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0288 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 287 + # EOFI3670_0287 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 286 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH27(0xffffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0288 :raw 0xef0001010004020001000b0400000000800002600160015560026002557a + :label EOFI3670_0287 :raw 0xef0001010004020001000b0400000000800002600160015560026002557a expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0289 (Invalid) Truncated PUSH28 (no immediates) - Data Section 288 + # EOFI3670_0288 (Invalid) Truncated PUSH28 (no immediates) - Data Section 287 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH28( - data: | - :label EOFI3670_0289 :raw 0xef0001010004020001000b0400000000800002600160015560026002557b + :label EOFI3670_0288 :raw 0xef0001010004020001000b0400000000800002600160015560026002557b expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0290 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 289 + # EOFI3670_0289 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 288 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH28(0xffffffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0290 :raw 0xef0001010004020001000b0400000000800002600160015560026002557b + :label EOFI3670_0289 :raw 0xef0001010004020001000b0400000000800002600160015560026002557b expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0291 (Invalid) Truncated PUSH29 (no immediates) - Data Section 290 + # EOFI3670_0290 (Invalid) Truncated PUSH29 (no immediates) - Data Section 289 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH29( - data: | - :label EOFI3670_0291 :raw 0xef0001010004020001000b0400000000800002600160015560026002557c + :label EOFI3670_0290 :raw 0xef0001010004020001000b0400000000800002600160015560026002557c expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0292 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 291 + # EOFI3670_0291 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 290 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH29(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0292 :raw 0xef0001010004020001000b0400000000800002600160015560026002557c + :label EOFI3670_0291 :raw 0xef0001010004020001000b0400000000800002600160015560026002557c expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0293 (Invalid) Truncated PUSH30 (no immediates) - Data Section 292 + # EOFI3670_0292 (Invalid) Truncated PUSH30 (no immediates) - Data Section 291 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH30( - data: | - :label EOFI3670_0293 :raw 0xef0001010004020001000b0400000000800002600160015560026002557d + :label EOFI3670_0292 :raw 0xef0001010004020001000b0400000000800002600160015560026002557d expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0294 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 293 + # EOFI3670_0293 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 292 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH30(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0294 :raw 0xef0001010004020001000b0400000000800002600160015560026002557d + :label EOFI3670_0293 :raw 0xef0001010004020001000b0400000000800002600160015560026002557d expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0295 (Invalid) Truncated PUSH31 (no immediates) - Data Section 294 + # EOFI3670_0294 (Invalid) Truncated PUSH31 (no immediates) - Data Section 293 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH31( - data: | - :label EOFI3670_0295 :raw 0xef0001010004020001000b0400000000800002600160015560026002557e + :label EOFI3670_0294 :raw 0xef0001010004020001000b0400000000800002600160015560026002557e expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0296 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 295 + # EOFI3670_0295 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 294 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH31(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0296 :raw 0xef0001010004020001000b0400000000800002600160015560026002557e + :label EOFI3670_0295 :raw 0xef0001010004020001000b0400000000800002600160015560026002557e expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0297 (Invalid) Truncated PUSH32 (no immediates) - Data Section 296 + # EOFI3670_0296 (Invalid) Truncated PUSH32 (no immediates) - Data Section 295 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH32( - data: | - :label EOFI3670_0297 :raw 0xef0001010004020001000b0400000000800002600160015560026002557f + :label EOFI3670_0296 :raw 0xef0001010004020001000b0400000000800002600160015560026002557f expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0298 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 297 + # EOFI3670_0297 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 296 # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE PUSH32(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - data: | - :label EOFI3670_0298 :raw 0xef0001010004020001000b0400000000800002600160015560026002557f + :label EOFI3670_0297 :raw 0xef0001010004020001000b0400000000800002600160015560026002557f expectException: ">=Prague" : "EOF_TruncatedImmediate" - # EOFI3670_0299 (Invalid) Containing undefined instruction (0xfb) after STOP - Data Section 298 - # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE STOP 0xfb + # EOFI3670_0298 (Invalid) Containing undefined instruction (0xfc) after STOP - Data Section 297 + # Code: PUSH1(1) PUSH1(1) SSTORE PUSH1(2) PUSH1(2) SSTORE STOP 0xfc - data: | - :label EOFI3670_0299 :raw 0xef0001010004020001000c04000000008000026001600155600260025500fb + :label EOFI3670_0298 :raw 0xef0001010004020001000c04000000008000026001600155600260025500fc expectException: ">=Prague" : "EOF_UndefinedInstruction" From 680b5d4aed6d401428a337f414573044bfe28c60 Mon Sep 17 00:00:00 2001 From: Hugo De la cruz Date: Wed, 3 Apr 2024 02:04:22 -0700 Subject: [PATCH 13/13] Refill Tests --- .../stEOF/stEIP3540/EOF1_Calls.json | 1432 ++++--- .../stEOF/stEIP3540/EOF1_Execution.json | 3316 +---------------- .../EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json | 325 +- .../stEOF/stEIP4750/CALLF_RETF_Execution.json | 52 +- .../stEOF/stEIP5450/EOF1_CALLF_Execution.json | 26 +- .../stEOF/stEIP3540/EOF1_Calls.json | 98 +- EOFTests/EIP3670/validInvalid.json | 417 +-- EOFTests/efExample/validInvalid.json | 23 +- 8 files changed, 1629 insertions(+), 4060 deletions(-) diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json index ab7467d2ceb..006e0dd7760 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json @@ -2,13 +2,13 @@ "EOF1_Calls_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "afaa13a45cfad48ead424b39c4d78ca5f18164523301fdbce7454f8f0c6dc38e", + "generatedTestHash" : "8eff46ce9b1e922fdfb9fa17f904c020cddddad24612db7cd0fb6fcb256f0299", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -22,28 +22,28 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x021782", - "hash" : "0x41480b991160006b3bed24552f3738d9141dc2db2755f8642252b7f323a39c17", + "hash" : "0xd66179973c630b03faa2b61843a4ae1420564aa61efab2491761ebeff12b3f82", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "receiptTrie" : "0xe0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4", - "stateRoot" : "0x1fd0a915a53e1e00048c0e65092199583b0666d7ffd0eba1b4f7aaac4d41fef0", + "stateRoot" : "0x6e87dd399620aa8ed64a6fb5c6a01b98ee465c2258fe5fe08da29f5169117115", "timestamp" : "0x03e8", - "transactionsTrie" : "0x8cfc1b89bf1b49486f74a4a21c0d651c973552c1572f8d19b7ba5f3cf31638a2", + "transactionsTrie" : "0x7e8358632a9012da06579da3bed1de092049d57eaedc08c2c51fa2e3bddc70f0", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01fd0a915a53e1e00048c0e65092199583b0666d7ffd0eba1b4f7aaac4d41fef0a08cfc1b89bf1b49486f74a4a21c0d651c973552c1572f8d19b7ba5f3cf31638a2a0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ce2c66a62aa87b5e0c5abb6d9527ace59853df769ae181a264e9e0e9fc8e37b3a068c5c62e7d9de5d12d94a75c618cbc0f2cbbd0cdba96415d21203e72afa30eb2c0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06e87dd399620aa8ed64a6fb5c6a01b98ee465c2258fe5fe08da29f5169117115a07e8358632a9012da06579da3bed1de092049d57eaedc08c2c51fa2e3bddc70f0a0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca011280c7e005698288cf757408daa2539d810de6e117f3268980a96f74c2f3451a061a05388f0f629966c32d72d3227809de6c96c0f7f7fdd2af119f23b11a4c084c0c0", "transactions" : [ { "data" : "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xce2c66a62aa87b5e0c5abb6d9527ace59853df769ae181a264e9e0e9fc8e37b3", - "s" : "0x68c5c62e7d9de5d12d94a75c618cbc0f2cbbd0cdba96415d21203e72afa30eb2", + "r" : "0x11280c7e005698288cf757408daa2539d810de6e117f3268980a96f74c2f3451", + "s" : "0x61a05388f0f629966c32d72d3227809de6c96c0f7f7fdd2af119f23b11a4c084", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "v" : "0x1c", @@ -66,27 +66,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x41480b991160006b3bed24552f3738d9141dc2db2755f8642252b7f323a39c17", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xd66179973c630b03faa2b61843a4ae1420564aa61efab2491761ebeff12b3f82", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -120,64 +128,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab6c", + "balance" : "0x05e0f5ec", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -185,7 +208,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -230,6 +253,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -258,64 +288,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -323,7 +368,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -362,13 +407,13 @@ "EOF1_Calls_d10g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "78b11d4dce951fa95dde70a19aaef479c28073bb4c9903daa8db3e34e7995ee1", + "generatedTestHash" : "de4447a983e144ead3f56b9b5b4fda8a99e1c28337d741b1d023494e6e83d835", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -381,32 +426,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02fa0a", - "hash" : "0xcd48f5c7a42afc3677e28f90457fea0394a4c6e75ae395fa1e4d22ee63f365bf", + "gasUsed" : "0x1f7eb8", + "hash" : "0x6d7069c35a11bc4c70f07dba4bd6308f9ab47b9ce6534bf95bf3faa106435b0e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0xa8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20", - "stateRoot" : "0xa6ef998776627a7c356587a9fb85a1c7bb639b11cd250c7a1a28f32526bf1be7", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x4eeded4030030cb3bd606cab29e560b0cc38fe201cf62e1c442b0e2f2c73f809", + "stateRoot" : "0xbb1521974c17240bb67a875278f6a685afcfbf94e3535618396f19655a867aa3", "timestamp" : "0x03e8", - "transactionsTrie" : "0xa5b73fe56bea375a1245e69597c47edc95b39f063a06ccc745cf6272b57438bd", + "transactionsTrie" : "0x49c80b8a3ff4b6746bf3f301212c52e0e36b7e8dad6222dbc6d2e23449f45dfc", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a6ef998776627a7c356587a9fb85a1c7bb639b11cd250c7a1a28f32526bf1be7a0a5b73fe56bea375a1245e69597c47edc95b39f063a06ccc745cf6272b57438bda0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0a91e95238035259297b29b363da0d5527c20a5021f84e9aeb59e9b40df8f19a4a0422ca0d175e0004b1711b830d4041f3aa5cf09dd0af4c7e61cf3c9329cd7284dc0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bb1521974c17240bb67a875278f6a685afcfbf94e3535618396f19655a867aa3a049c80b8a3ff4b6746bf3f301212c52e0e36b7e8dad6222dbc6d2e23449f45dfca04eeded4030030cb3bd606cab29e560b0cc38fe201cf62e1c442b0e2f2c73f809b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000831f7eb88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0094957832df29ea4e99803704e4ce88e02852fce35bec8f9a68200dbabdde4f3a07d3a08381f19a98f95a3cb85ff06bea29a822f0cdd7d7af168525eccc938ffefc0c0", "transactions" : [ { "data" : "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xa91e95238035259297b29b363da0d5527c20a5021f84e9aeb59e9b40df8f19a4", - "s" : "0x422ca0d175e0004b1711b830d4041f3aa5cf09dd0af4c7e61cf3c9329cd7284d", + "r" : "0x094957832df29ea4e99803704e4ce88e02852fce35bec8f9a68200dbabdde4f3", + "s" : "0x7d3a08381f19a98f95a3cb85ff06bea29a822f0cdd7d7af168525eccc938ffef", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x00" } ], @@ -426,27 +471,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xcd48f5c7a42afc3677e28f90457fea0394a4c6e75ae395fa1e4d22ee63f365bf", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6d7069c35a11bc4c70f07dba4bd6308f9ab47b9ce6534bf95bf3faa106435b0e", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -478,65 +531,80 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0x02", "0x01" : "0x01" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x7ad21c", + "balance" : "0x04baedd0", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -544,7 +612,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -588,6 +656,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -616,64 +691,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -681,7 +771,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -720,13 +810,13 @@ "EOF1_Calls_d11g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "952421732a6c5f31897efe58f022044a49baab98b721f7618036bfff8294c838", + "generatedTestHash" : "5c573fcf3879774238641df7af1ba93eec4b7bc800023d5a1942796c8a2594b2", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -739,32 +829,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021795", - "hash" : "0x7ffda7b617f9188103c354a4eceff4adcfda6251cb53330d8e923665ed463f2a", + "gasUsed" : "0x01c1fd", + "hash" : "0xb9a50762792596bdf55adb65b778b57160c36ccce4865328c743c2bf54c9ee5f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0xc734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235", - "stateRoot" : "0x71f190cda820c75f885684be6fdf4dcb50e2baeee66afb6038260d82540916da", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x76ac90fe32ab24b6ae697c9326dd8325fa21cefd1102c7d21d7f3b700876e9e5", + "stateRoot" : "0x2bb5b7f215ae477b3bae6c7f91e707cbe94254948760e1e82d378bf00133a9bf", "timestamp" : "0x03e8", - "transactionsTrie" : "0x5fbbddaf6597c54b1b3ec691c5a7c971ee002c9c21a7f932881c3c672319e3fe", + "transactionsTrie" : "0xece58b597b5d9c6059463e3a566fc8b10335fda87faa6a1b8fd4398dd6744267", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa071f190cda820c75f885684be6fdf4dcb50e2baeee66afb6038260d82540916daa05fbbddaf6597c54b1b3ec691c5a7c971ee002c9c21a7f932881c3c672319e3fea0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094344f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0aa3f136330dfa79669933acde4f35a07c68d48b6c27b25ba9aacfb0b0858ea7fa02a34c634a0b24289cf8289f36e298abcb82f42fdf6870fe39eebf1af6c7ecfd2c0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02bb5b7f215ae477b3bae6c7f91e707cbe94254948760e1e82d378bf00133a9bfa0ece58b597b5d9c6059463e3a566fc8b10335fda87faa6a1b8fd4398dd6744267a076ac90fe32ab24b6ae697c9326dd8325fa21cefd1102c7d21d7f3b700876e9e5b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301c1fd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094344f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f302b9cb92f053742709ede061cb23343c45e0667df35703bdd25ca72589f2b0a018d8b0fba666b7ee91f13997160df2b54af1ebe5082f05bca5f43016510558ccc0c0", "transactions" : [ { "data" : "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xaa3f136330dfa79669933acde4f35a07c68d48b6c27b25ba9aacfb0b0858ea7f", - "s" : "0x2a34c634a0b24289cf8289f36e298abcb82f42fdf6870fe39eebf1af6c7ecfd2", + "r" : "0xf302b9cb92f053742709ede061cb23343c45e0667df35703bdd25ca72589f2b0", + "s" : "0x18d8b0fba666b7ee91f13997160df2b54af1ebe5082f05bca5f43016510558cc", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x00" } ], @@ -784,27 +874,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7ffda7b617f9188103c354a4eceff4adcfda6251cb53330d8e923665ed463f2a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xb9a50762792596bdf55adb65b778b57160c36ccce4865328c743c2bf54c9ee5f", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -836,67 +934,80 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { - "0x00" : "0x01", "0x01" : "0x4200000000000000000000000000000000000000000000000000000000000000", "0x02" : "0x02" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83aaae", + "balance" : "0x05e44d1e", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -904,7 +1015,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -948,6 +1059,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -976,64 +1094,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -1041,7 +1174,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1080,13 +1213,13 @@ "EOF1_Calls_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "71479f209a494406c224b784e957022e7b6f667b27a36f2ce8cba2fcb2f4e8bc", + "generatedTestHash" : "e4bd12efe38251928a741ca96ec99217fea8bb0f04076300d8c64dae50dc658f", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -1100,31 +1233,31 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x02177f", - "hash" : "0x36a0eb9579dffc397fd6b605b5bffb61f2666e240708e12f54f1e72ecbec90ae", + "hash" : "0x6c3239a373b1f0183a99d1454971e9af413d38dca6aedfaa985baac445c73a97", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "receiptTrie" : "0x79f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263f", - "stateRoot" : "0xcaa7acc7ccf3d27bf95907f4c97924777fd6213d91486eb379ddfa0943e97c03", + "stateRoot" : "0x57b02b248f419d67e7ee624b07c7705fbf02649d823e1309ae632c7ed266b494", "timestamp" : "0x03e8", - "transactionsTrie" : "0xeba1abbbd2388614e7ece441d91134e8ab1cb16f748b1f80dbc494ae6b196afb", + "transactionsTrie" : "0xd966a613e810adb756b3fff7ecff0a45c3b5fd64a12fa33f4865c41358266bfe", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0caa7acc7ccf3d27bf95907f4c97924777fd6213d91486eb379ddfa0943e97c03a0eba1abbbd2388614e7ece441d91134e8ab1cb16f748b1f80dbc494ae6b196afba079f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302177f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0ac577688cc8ec39c276b2ed149715e13ced201ab42dce4bd7c3b3c36cdd89753a01eae0d47f898845a0039e8f69cf4504f18b8ca5c8278c787d06df25588adba3fc0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa057b02b248f419d67e7ee624b07c7705fbf02649d823e1309ae632c7ed266b494a0d966a613e810adb756b3fff7ecff0a45c3b5fd64a12fa33f4865c41358266bfea079f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302177f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ca09304ba51c55ec4ac8e061fff73b9a4560249e0c8b4fb5c3ba70a60ff0f867fa2a05dfdd469bf0d495bf5ecfd6a9503d1590f932c4997244599bddc755085c7d1d0c0c0", "transactions" : [ { "data" : "0x124f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xac577688cc8ec39c276b2ed149715e13ced201ab42dce4bd7c3b3c36cdd89753", - "s" : "0x1eae0d47f898845a0039e8f69cf4504f18b8ca5c8278c787d06df25588adba3f", + "r" : "0x9304ba51c55ec4ac8e061fff73b9a4560249e0c8b4fb5c3ba70a60ff0f867fa2", + "s" : "0x5dfdd469bf0d495bf5ecfd6a9503d1590f932c4997244599bddc755085c7d1d0", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -1144,27 +1277,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x36a0eb9579dffc397fd6b605b5bffb61f2666e240708e12f54f1e72ecbec90ae", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6c3239a373b1f0183a99d1454971e9af413d38dca6aedfaa985baac445c73a97", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -1199,64 +1340,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab8a", + "balance" : "0x05e0f60a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1264,7 +1420,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1308,6 +1464,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -1336,64 +1499,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -1401,7 +1579,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1440,13 +1618,13 @@ "EOF1_Calls_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "39b19888bb84bcda295ab3c024c33fb82306ff10a5b69564f22678d7d14700ef", + "generatedTestHash" : "00f183da43894d8e66b5ee8fcffd8e0d2e2b3043fa24e8890f3ce5ddc4895599", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -1460,31 +1638,31 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x02fa0a", - "hash" : "0x6adf729d50637a59e0e2b9379004ccc1fca2fff170b60fcaf63ba84a2d786c3c", + "hash" : "0x0360baae22c000d3034c1411eec9b31dc561321658ed5a499dce07e39d08b4ba", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "receiptTrie" : "0xa8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20", - "stateRoot" : "0x80f1d450ed20f5ebfe560b74581c87504205e323a6a969763664d9d1504dbd28", + "stateRoot" : "0x83bc28e77470612834e24ad8a7e44f94d4310572e8e58a9356daea9a40e66502", "timestamp" : "0x03e8", - "transactionsTrie" : "0xba4a8f1cea68c15c5f4a04e814fd90c427698cfbd31d230f9e0d8c4d76396e96", + "transactionsTrie" : "0xc17c12e956f6b02ec2823e585cff9d64638ac2e163b850dfdb30e6d45fce11d1", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080f1d450ed20f5ebfe560b74581c87504205e323a6a969763664d9d1504dbd28a0ba4a8f1cea68c15c5f4a04e814fd90c427698cfbd31d230f9e0d8c4d76396e96a0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07065a253ba1aea8997aa343a2af047abdca549fc009c6597282765b6994f349ea011f1d67ce5e9970ec4be5c53f39c5acae07522aa1dea6404c691323807993dedc0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa083bc28e77470612834e24ad8a7e44f94d4310572e8e58a9356daea9a40e66502a0c17c12e956f6b02ec2823e585cff9d64638ac2e163b850dfdb30e6d45fce11d1a0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0552a456d1caeff2e231fc8105797eaa149b9f598479860d084dad4207422f123a017b2ea9d8c825285ae0ba6fde0c692058dca55777bee22e615936615ee85fa16c0c0", "transactions" : [ { "data" : "0x134f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x7065a253ba1aea8997aa343a2af047abdca549fc009c6597282765b6994f349e", - "s" : "0x11f1d67ce5e9970ec4be5c53f39c5acae07522aa1dea6404c691323807993ded", + "r" : "0x552a456d1caeff2e231fc8105797eaa149b9f598479860d084dad4207422f123", + "s" : "0x17b2ea9d8c825285ae0ba6fde0c692058dca55777bee22e615936615ee85fa16", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -1504,27 +1682,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x6adf729d50637a59e0e2b9379004ccc1fca2fff170b60fcaf63ba84a2d786c3c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x0360baae22c000d3034c1411eec9b31dc561321658ed5a499dce07e39d08b4ba", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -1557,64 +1743,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x7ad21c", + "balance" : "0x05d81c9c", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1622,7 +1823,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -1666,6 +1867,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -1694,64 +1902,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -1759,7 +1982,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -1798,13 +2021,13 @@ "EOF1_Calls_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "ee142b9b6e346594ca57859d8c4b6b3fcfd7de2e3b1b3077f92e3fcd739e80a4", + "generatedTestHash" : "676236cdfa9bc09fb2e599c8686ec7c3de302bfffb632b1e10a930866e1985c8", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -1818,28 +2041,28 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x021795", - "hash" : "0x7326b634c38f3e9bd7029ad0cefd976610955bdacb8997119566cd25141ade96", + "hash" : "0x58c4580dfaf94ced4765a2d73cfcf825c100b6149f8e0c4007f2a543f492fd43", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "receiptTrie" : "0xc734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235", - "stateRoot" : "0xc15781b5e654ce1adbd61b81dcf5460a3e1aefc8dc56c8d694bdc95bc88fb572", + "stateRoot" : "0xf7c6e03f0c4a83e0bdb7b39ede9376a431513357a619673ffdbe6f8634784451", "timestamp" : "0x03e8", - "transactionsTrie" : "0x7259f8a8d21cd7f6b1a14e60a0de0c4d5f9184466c38e0deb57256754ba720e1", + "transactionsTrie" : "0x35c536e1864a5f7d167fe19c8d75d14cd9ea55d5823154b6f7989b455ef77ead", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c15781b5e654ce1adbd61b81dcf5460a3e1aefc8dc56c8d694bdc95bc88fb572a07259f8a8d21cd7f6b1a14e60a0de0c4d5f9184466c38e0deb57256754ba720e1a0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d8f06ae1f1b349d8a869cdbd62d3769e87d020402b321139d0adcaf5b426f080a05faddd63ba05303f92a1c6c956527037ca56e2aa5cd2bfa77e461eb245572575c0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f7c6e03f0c4a83e0bdb7b39ede9376a431513357a619673ffdbe6f8634784451a035c536e1864a5f7d167fe19c8d75d14cd9ea55d5823154b6f7989b455ef77eada0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f31ccdecbddc7da9745d1030827bf2ba20721680257baf3cb10e50e5b71233aca07a9b6a385128e7cc040ed5deb8b62f642d4561a75bf337872862ceba5f2f752bc0c0", "transactions" : [ { "data" : "0x144f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xd8f06ae1f1b349d8a869cdbd62d3769e87d020402b321139d0adcaf5b426f080", - "s" : "0x5faddd63ba05303f92a1c6c956527037ca56e2aa5cd2bfa77e461eb245572575", + "r" : "0xf31ccdecbddc7da9745d1030827bf2ba20721680257baf3cb10e50e5b71233ac", + "s" : "0x7a9b6a385128e7cc040ed5deb8b62f642d4561a75bf337872862ceba5f2f752b", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "v" : "0x1b", @@ -1862,27 +2085,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7326b634c38f3e9bd7029ad0cefd976610955bdacb8997119566cd25141ade96", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x58c4580dfaf94ced4765a2d73cfcf825c100b6149f8e0c4007f2a543f492fd43", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -1917,64 +2148,79 @@ "0x02" : "0x02" } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83aaae", + "balance" : "0x05e0f52e", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -1982,7 +2228,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2026,6 +2272,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -2054,64 +2307,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -2119,7 +2387,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2158,13 +2426,13 @@ "EOF1_Calls_d4g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "2fdb151b91811e5d42cbadc36a53cbaeb2e3690054d0726a8736d527f1fb6766", + "generatedTestHash" : "0405dd8a9e69cb87012f53566f21175a21de88c5c1783036c2169db6f9e44230", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -2177,32 +2445,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021782", - "hash" : "0x7bd7920471cb040aa6febda81e73fbf46440090f60775208f153f8a441ec9e10", + "gasUsed" : "0x01c1ed", + "hash" : "0x89fc6072e41b120c77737bca137a6f30f80ff8ec0b9887f29924bd9e509c3e02", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0xe0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4", - "stateRoot" : "0xf210c6e83f65cd074fd1f4ee69721c420575d259bd9db195ffa1ef984afddd28", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x68622b5960a3f7707dfeae7bfc978f20741e88f7fca517755cc5776af2e74d2a", + "stateRoot" : "0x377f23fc85994fb69fa8fa502825e4e3838737acf2dd92e8ee6c63ffe48415aa", "timestamp" : "0x03e8", - "transactionsTrie" : "0x48cfd61a6432271420a16fdfda79f686c119f6adcf42131821f0cb8122466c2a", + "transactionsTrie" : "0x55a74a2276c1f6568b9c0a7eec982cad62fe942ef55eca54d2c09346576f1f1c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f210c6e83f65cd074fd1f4ee69721c420575d259bd9db195ffa1ef984afddd28a048cfd61a6432271420a16fdfda79f686c119f6adcf42131821f0cb8122466c2aa0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b276a9512cf27bc7cc28964eb56e398043d06deaeb254a6435c3ca179a2154ca0371b2fa94e6eafc800595f77a4824bc23df83fbfbd2402efb0095959dd669860c0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0377f23fc85994fb69fa8fa502825e4e3838737acf2dd92e8ee6c63ffe48415aaa055a74a2276c1f6568b9c0a7eec982cad62fe942ef55eca54d2c09346576f1f1ca068622b5960a3f7707dfeae7bfc978f20741e88f7fca517755cc5776af2e74d2ab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301c1ed8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0783ecdb907158b12c424062221dbee8214a616e5c95588b0a89c1782ba9b34dda05a4e9949dcbf2c3c31055d3b5a0dbe633592beeb4b5017605c1df1d1089671c2c0c0", "transactions" : [ { "data" : "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x8b276a9512cf27bc7cc28964eb56e398043d06deaeb254a6435c3ca179a2154c", - "s" : "0x371b2fa94e6eafc800595f77a4824bc23df83fbfbd2402efb0095959dd669860", + "r" : "0x783ecdb907158b12c424062221dbee8214a616e5c95588b0a89c1782ba9b34dd", + "s" : "0x5a4e9949dcbf2c3c31055d3b5a0dbe633592beeb4b5017605c1df1d1089671c2", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -2222,27 +2490,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7bd7920471cb040aa6febda81e73fbf46440090f60775208f153f8a441ec9e10", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x89fc6072e41b120c77737bca137a6f30f80ff8ec0b9887f29924bd9e509c3e02", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -2274,66 +2550,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { - "0x00" : "0x01", "0x01" : "0x01" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab6c", + "balance" : "0x05e44dbe", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2341,7 +2630,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2386,6 +2675,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -2414,64 +2710,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -2479,7 +2790,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2518,13 +2829,13 @@ "EOF1_Calls_d5g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "487463cedc32403650555d295249a1931daee31a4234cc55015aeaceb60760d7", + "generatedTestHash" : "06ae1aaab328f6dce8e5b9d808b11261672c51960900d231450184eafdbfa60e", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -2537,32 +2848,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x01736a", - "hash" : "0x68a9f6196c4af59bda14a593f96649165610b4c4b0494c34d8a7c6d43839b138", + "gasUsed" : "0x017e51", + "hash" : "0x6878b73379175384853fbc73de3bfb40450a39de567793cda2c1c6bb5c655e5c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0x39c2dfd7f2067a536d977a40ae2f2b3f3614bbef0a4eb26f49b8114d29e9805f", - "stateRoot" : "0x1c08ba03f20c46c1a41bff2ad1ee30d6134b07e78139a38bea1de860541aa6f4", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x44ecaf9b5427dfad6b0be91ec06bb82042809abc976a786159cd1997ba3252ff", + "stateRoot" : "0x24b2ab1cfc4ea056bcf51dd41e9698673d322e0ec18b2e1a9c96e7b802cd35d8", "timestamp" : "0x03e8", - "transactionsTrie" : "0x31facfed4c8c5cccfcb84d5c729d7f4e254b2cfd24a6d11502ebea56bd6d2c91", + "transactionsTrie" : "0x9ef15b772184497859286445eee81f4b6334e23a1ac8868fb0cca16588f84767", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01c08ba03f20c46c1a41bff2ad1ee30d6134b07e78139a38bea1de860541aa6f4a031facfed4c8c5cccfcb84d5c729d7f4e254b2cfd24a6d11502ebea56bd6d2c91a039c2dfd7f2067a536d977a40ae2f2b3f3614bbef0a4eb26f49b8114d29e9805fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301736a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0034580ff109b3b5d3415f5ccd85eda13aeceea7b18ce1b942616360dcb803650a0168efdbf87b181399a2ecf7918e8e3f375e4a432792ba93fb3f797eb5ce3612bc0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa024b2ab1cfc4ea056bcf51dd41e9698673d322e0ec18b2e1a9c96e7b802cd35d8a09ef15b772184497859286445eee81f4b6334e23a1ac8868fb0cca16588f84767a044ecaf9b5427dfad6b0be91ec06bb82042809abc976a786159cd1997ba3252ffb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083017e518203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d2a3e480f6ad52108499bfddf222799b075f990afb0b4e1ddbba893caa28a4a4a074d7d1cdc65f87ac01962581c983ede104e25d7de89f6a569849ec8901f7ef1bc0c0", "transactions" : [ { "data" : "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x034580ff109b3b5d3415f5ccd85eda13aeceea7b18ce1b942616360dcb803650", - "s" : "0x168efdbf87b181399a2ecf7918e8e3f375e4a432792ba93fb3f797eb5ce3612b", + "r" : "0xd2a3e480f6ad52108499bfddf222799b075f990afb0b4e1ddbba893caa28a4a4", + "s" : "0x74d7d1cdc65f87ac01962581c983ede104e25d7de89f6a569849ec8901f7ef1b", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x00" } ], @@ -2582,27 +2893,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x68a9f6196c4af59bda14a593f96649165610b4c4b0494c34d8a7c6d43839b138", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x6878b73379175384853fbc73de3bfb40450a39de567793cda2c1c6bb5c655e5c", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -2634,65 +2953,80 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0x01", "0x01" : "0x01" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a145c", + "balance" : "0x05e6f1d6", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -2700,7 +3034,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -2744,6 +3078,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -2772,64 +3113,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -2837,7 +3193,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -2876,13 +3232,13 @@ "EOF1_Calls_d6g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "a14fb38ae15a4af724e1259190f9ce84b9b97783d8b8a8d9146a6da349713d37", + "generatedTestHash" : "0d8c458ee122539b605b4d4d190f4d408df3a10d5eb7092880cd07971e1af566", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -2895,32 +3251,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02fa0a", - "hash" : "0xf60f08fc209bd72f5c2dd8baa06a45acb1ae7506cd59c7a11ba621d05a667ee3", + "gasUsed" : "0x1f7eb8", + "hash" : "0x57f7ce369cb5c2dfe50578229fea0c37c6914a9a25a20114927967fdce533299", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0xa8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20", - "stateRoot" : "0xcf2a95b5202d76a5ee440f83ac9c706e42308b45508ebe17819f0d884c0716f3", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x4eeded4030030cb3bd606cab29e560b0cc38fe201cf62e1c442b0e2f2c73f809", + "stateRoot" : "0x1a435bb5dc02026e4578700739c7856edf19939bfacae0b6fe60cf726a5b370a", "timestamp" : "0x03e8", - "transactionsTrie" : "0xf00b52d76bc92b25f2d0bb112b3d59cfa67af16ee6d75ed584d06c0a6fe0f9b0", + "transactionsTrie" : "0x63313fe7ed8b7d45aed8de9aded84e07492c7735d4a2f1e099d89b4e4be62d14", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cf2a95b5202d76a5ee440f83ac9c706e42308b45508ebe17819f0d884c0716f3a0f00b52d76bc92b25f2d0bb112b3d59cfa67af16ee6d75ed584d06c0a6fe0f9b0a0a8a8cfb1a083fe28fd2e7860a6a3cc3db3ad3cf0ec873ed6d2b002a75b241a20b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302fa0a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0eb222aa1d5304b04fb4956ae6857948a438da23af65e83b08bf41efcde6dec4da00ebae8d9ed597e903705dfa72d80cfa33416b453bb78d399da9bd96507340f89c0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01a435bb5dc02026e4578700739c7856edf19939bfacae0b6fe60cf726a5b370aa063313fe7ed8b7d45aed8de9aded84e07492c7735d4a2f1e099d89b4e4be62d14a04eeded4030030cb3bd606cab29e560b0cc38fe201cf62e1c442b0e2f2c73f809b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000831f7eb88203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0280a53e7df974011ab6e20d3885f04bc2fced7425b366a1b1bf54167d56fa215a00d03ccfb7926c631b60965d81a716f28f42db20de501a8b29bf8e164600c4894c0c0", "transactions" : [ { "data" : "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xeb222aa1d5304b04fb4956ae6857948a438da23af65e83b08bf41efcde6dec4d", - "s" : "0x0ebae8d9ed597e903705dfa72d80cfa33416b453bb78d399da9bd96507340f89", + "r" : "0x280a53e7df974011ab6e20d3885f04bc2fced7425b366a1b1bf54167d56fa215", + "s" : "0x0d03ccfb7926c631b60965d81a716f28f42db20de501a8b29bf8e164600c4894", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x00" } ], @@ -2940,27 +3296,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf60f08fc209bd72f5c2dd8baa06a45acb1ae7506cd59c7a11ba621d05a667ee3", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x57f7ce369cb5c2dfe50578229fea0c37c6914a9a25a20114927967fdce533299", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -2992,65 +3356,80 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0x02", "0x01" : "0x01" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x7ad21c", + "balance" : "0x04baedd0", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3058,7 +3437,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3102,6 +3481,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -3130,64 +3516,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -3195,7 +3596,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3234,13 +3635,13 @@ "EOF1_Calls_d7g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "77cfd9676480cab832e568a1c713d09ae9c49aa9c98caa8623991112c36eb887", + "generatedTestHash" : "8280126e4223bac60ac0aac2d82714713c622d7287058527d75d01f83008c692", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -3253,32 +3654,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021795", - "hash" : "0x694498404a35b9787a758c3461860f88fc5c9c1e1d2c8347dd3b13042430aa9e", + "gasUsed" : "0x01c1fd", + "hash" : "0xf9aab6c1a0dc32859457346fdafc6a081108f2a485fcbda98aa5800e7069508c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0xc734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235", - "stateRoot" : "0x80c971767764cc38ad24e0837718d72dbaf27ab0aee985c7e1467029711ffd6a", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x76ac90fe32ab24b6ae697c9326dd8325fa21cefd1102c7d21d7f3b700876e9e5", + "stateRoot" : "0x1aef660c2b7449ba1d80a1fb52a6b6f09ea88eb187c6a2a6536e1449731ba7ab", "timestamp" : "0x03e8", - "transactionsTrie" : "0x1fa74452dceeb2309725ed7effb65622883c8e851d35ff085ec4f566f7b8b45f", + "transactionsTrie" : "0xd81264ee5e4e722d44f614387bf8cbb81a7bb25071f65779f06d932e333c526f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa080c971767764cc38ad24e0837718d72dbaf27ab0aee985c7e1467029711ffd6aa01fa74452dceeb2309725ed7effb65622883c8e851d35ff085ec4f566f7b8b45fa0c734a32a17ac7065430595fa78255cafce256d8c0441af9ec7fe1c9e899ca235b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ba01f8907c27ed49cb5b3506f9c2a4e308c6b7b4611aca7b65b02bdb4bc7eeafb6ca060bd0c23e521bf637265f46473db899b27efb2495cc2816fef623b4b626a92f3c0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01aef660c2b7449ba1d80a1fb52a6b6f09ea88eb187c6a2a6536e1449731ba7aba0d81264ee5e4e722d44f614387bf8cbb81a7bb25071f65779f06d932e333c526fa076ac90fe32ab24b6ae697c9326dd8325fa21cefd1102c7d21d7f3b700876e9e5b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301c1fd8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0770b9740cb002974b7dfaae109ce07be6566f3db935ab1218ce7be3e59efb482a03528c6e464dd86f6afbc91a7ba361e6bdfd1f0286098681c41de634dd5c354e5c0c0", "transactions" : [ { "data" : "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x1f8907c27ed49cb5b3506f9c2a4e308c6b7b4611aca7b65b02bdb4bc7eeafb6c", - "s" : "0x60bd0c23e521bf637265f46473db899b27efb2495cc2816fef623b4b626a92f3", + "r" : "0x770b9740cb002974b7dfaae109ce07be6566f3db935ab1218ce7be3e59efb482", + "s" : "0x3528c6e464dd86f6afbc91a7ba361e6bdfd1f0286098681c41de634dd5c354e5", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -3298,27 +3699,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x694498404a35b9787a758c3461860f88fc5c9c1e1d2c8347dd3b13042430aa9e", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xf9aab6c1a0dc32859457346fdafc6a081108f2a485fcbda98aa5800e7069508c", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -3350,67 +3759,80 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { - "0x00" : "0x01", "0x01" : "0x4200000000000000000000000000000000000000000000000000000000000000", "0x02" : "0x02" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83aaae", + "balance" : "0x05e44d1e", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3418,7 +3840,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3462,6 +3884,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -3490,64 +3919,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -3555,7 +3999,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3594,13 +4038,13 @@ "EOF1_Calls_d8g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "25f3b5f3fa9dc665464d53212f5b3ab1282bdcfa9c6ab585cf3cff3ad791a0ba", + "generatedTestHash" : "554f8d22f0ce4105b8cb0f12c61dd87fc66c7980c501a50ba92a7cbfc9a2c675", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -3613,32 +4057,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x021782", - "hash" : "0x8c6ded016db6938faf94aaaaf1e477aea97bf6fea4c9184a6e8f815511af48e7", + "gasUsed" : "0x01c1ed", + "hash" : "0x159a15122bb075275c24d1a9c8ed239abef80803a3497c9243833489d5fe4871", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0xe0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4", - "stateRoot" : "0xcd066ec508c18fa54dd73d162c49754ef4b20f1004f99184e8115574e19305f4", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x68622b5960a3f7707dfeae7bfc978f20741e88f7fca517755cc5776af2e74d2a", + "stateRoot" : "0x05eb0bd48ad8d1eb216bae0d0a3e75a35bf4393a4915f46b98c84d5078331ae6", "timestamp" : "0x03e8", - "transactionsTrie" : "0xe0467d931d1453c45af963913962dfa9122a2d5fc1c811e15f06c155bedf9d15", + "transactionsTrie" : "0xb078ee854474e1cfd20bfe7fe984f62bb7062eb0a77ab99aa1c9f32c07b0a626", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cd066ec508c18fa54dd73d162c49754ef4b20f1004f99184e8115574e19305f4a0e0467d931d1453c45af963913962dfa9122a2d5fc1c811e15f06c155bedf9d15a0e0c2f3489a765306da110e627d2c2f581cb67ae13d420427df6a2d890a1f13e4b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830217828203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d95f5154b9f43d773c77b6a33cfa2a8764ca4c987e9d0c6a5c952c67b4d14796a06ef1a87a556b6b564c0426356f1095a8e946b89be65a8aa33106248c0185bc0fc0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa005eb0bd48ad8d1eb216bae0d0a3e75a35bf4393a4915f46b98c84d5078331ae6a0b078ee854474e1cfd20bfe7fe984f62bb7062eb0a77ab99aa1c9f32c07b0a626a068622b5960a3f7707dfeae7bfc978f20741e88f7fca517755cc5776af2e74d2ab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301c1ed8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ca02c45601e28b21cb52cd2339966b47c9eb13d102149b9000ca276ca86f420c10fa07bcff6bc7024834c3c39b44932a802e5dcf3627f53a59fb84d6f235ecf3255eac0c0", "transactions" : [ { "data" : "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xd95f5154b9f43d773c77b6a33cfa2a8764ca4c987e9d0c6a5c952c67b4d14796", - "s" : "0x6ef1a87a556b6b564c0426356f1095a8e946b89be65a8aa33106248c0185bc0f", + "r" : "0x2c45601e28b21cb52cd2339966b47c9eb13d102149b9000ca276ca86f420c10f", + "s" : "0x7bcff6bc7024834c3c39b44932a802e5dcf3627f53a59fb84d6f235ecf3255ea", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -3658,27 +4102,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8c6ded016db6938faf94aaaaf1e477aea97bf6fea4c9184a6e8f815511af48e7", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x159a15122bb075275c24d1a9c8ed239abef80803a3497c9243833489d5fe4871", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -3710,66 +4162,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { - "0x00" : "0x01", "0x01" : "0x01" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab6c", + "balance" : "0x05e44dbe", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3777,7 +4242,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -3822,6 +4287,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -3850,64 +4322,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -3915,7 +4402,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -3954,13 +4441,13 @@ "EOF1_Calls_d9g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "ac219efb871c1f0e8f5884f7dd0d6811f615f35550ab1862a8bc4d99caf09fd5", + "generatedTestHash" : "d3e6ba04fb14a82f39040a040d2b8f9f1b3b94b7164745f0067b16471f4b11a5", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "blocks" : [ { @@ -3973,32 +4460,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x02177f", - "hash" : "0xc3ce60af30b56b5397de3c12a6b0fdf733a75a5067dab17c6d912e0ca913700c", + "gasUsed" : "0x01c1ea", + "hash" : "0x32ca5a582ac424f97f35b6398b8804e5d990f01c68593c72c5650905f074a636", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", - "receiptTrie" : "0x79f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263f", - "stateRoot" : "0x6da7ee1fe25e713fceed86114ea4abc45e71bfc4130df34390723b330a6f7d7a", + "parentHash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", + "receiptTrie" : "0x66cf7b7d2575526e538ac157e78fc3684293c6b4530dfdf0da71574ab6127c29", + "stateRoot" : "0x22c8ddde344fa533a9752c6c3240b4d824b5e4a6de1b1d8c9537438a8ceb2019", "timestamp" : "0x03e8", - "transactionsTrie" : "0xd262968a4e893a8fe101ff3fae79ffd64c5c85b66303d05e7911161fea53de1f", + "transactionsTrie" : "0xb7733b444515f7325f3ebba4f285c672245f3d6005b0566e93f20e42cd39dd08", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06da7ee1fe25e713fceed86114ea4abc45e71bfc4130df34390723b330a6f7d7aa0d262968a4e893a8fe101ff3fae79ffd64c5c85b66303d05e7911161fea53de1fa079f94b5e57639ec9fb69fde86489a2891027c980941f28488160f3ab2c2e263fb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008302177f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f40d76b0375337380d5d81f5b079d2da873f2749b0558b844a8951a988b76d48a07978cc832f61e6e5c57bb7af1f1dab0ba5406782dd8f6f1e6930febbf88f891cc0c0", + "rlp" : "0xf902b8f9023ba001431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa022c8ddde344fa533a9752c6c3240b4d824b5e4a6de1b1d8c9537438a8ceb2019a0b7733b444515f7325f3ebba4f285c672245f3d6005b0566e93f20e42cd39dd08a066cf7b7d2575526e538ac157e78fc3684293c6b4530dfdf0da71574ab6127c29b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301c1ea8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ca09a0230cab36f516adedbaa48b425da499827ee3220b0a90b909ae7e3a69ee25da049b3ee62caee4bf787e5e775acb24d36b8f6de47d86d776a4ac6f8810390fe0ec0c0", "transactions" : [ { "data" : "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", + "gasLimit" : "0x6acfc0", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0xf40d76b0375337380d5d81f5b079d2da873f2749b0558b844a8951a988b76d48", - "s" : "0x7978cc832f61e6e5c57bb7af1f1dab0ba5406782dd8f6f1e6930febbf88f891c", + "r" : "0x9a0230cab36f516adedbaa48b425da499827ee3220b0a90b909ae7e3a69ee25d", + "s" : "0x49b3ee62caee4bf787e5e775acb24d36b8f6de47d86d776a4ac6f8810390fe0e", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -4018,27 +4505,35 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0x964046e7b7381ae7da0a9e831eb6f90119bea367df199969bde927d24ad6be03", + "hash" : "0x01431297e10c56fa56e39388222ca3aa44339aea603c89fe49c6b6a7c7da4ae3", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xbdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203a", + "stateRoot" : "0x8292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bdcddc94994784a6b2500089cfa0c0e1e1e089280e11a900d6c55858f2aa203aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc3ce60af30b56b5397de3c12a6b0fdf733a75a5067dab17c6d912e0ca913700c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08292e6decf0d87cb08484f1ae3aff213cc67ed8dfbf9fd3eb84c5407aad79842a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x32ca5a582ac424f97f35b6398b8804e5d990f01c68593c72c5650905f074a636", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { "balance" : "0x00", "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", + "storage" : { + "0x03e8" : "0x03e8" + } + }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", "storage" : { } }, @@ -4070,67 +4565,80 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { - "0x00" : "0x01", "0x01" : "0x01", "0x0a" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x83ab8a", + "balance" : "0x05e44ddc", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4138,7 +4646,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { "0x00" : "0x01", @@ -4182,6 +4690,13 @@ "storage" : { } }, + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -4210,64 +4725,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -4275,7 +4805,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json index 67718bf4bdd..239b3c3d8c7 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json @@ -2,13 +2,13 @@ "EOF1_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "e1aa9f8c359c86525cc3c806cff37304ecad419a2eced72ad64e6cc60b382332", + "generatedTestHash" : "8b2c930d23a0458919d7d6c568e5ebb10856363ceceeb572bfeddfdf58caeaac", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x016097", - "hash" : "0x273eba84e2d91642923afc75ce75c8338ba81579eb9b4dbec4b38e6ea248b19e", + "hash" : "0x5632be2fde7c9a0e65f919c62148c318a2e47ccaae5867e81a8e3916047c6074", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", - "stateRoot" : "0x0dd31f5cf91bbc07b67e2818e0f51f4dddd8367f28f5238154cf74185106fe2b", + "stateRoot" : "0xa80cc1ab2a54455ca501b5f46f299a44c57d575dd16ffd0e6cf30f41b320990e", "timestamp" : "0x03e8", "transactionsTrie" : "0x54d0b3799d633a2f3786b1597e1893ad7d9f3bb367bb1f7633125e8caebdc94c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00dd31f5cf91bbc07b67e2818e0f51f4dddd8367f28f5238154cf74185106fe2ba054d0b3799d633a2f3786b1597e1893ad7d9f3bb367bb1f7633125e8caebdc94ca0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451dc0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a80cc1ab2a54455ca501b5f46f299a44c57d575dd16ffd0e6cf30f41b320990ea054d0b3799d633a2f3786b1597e1893ad7d9f3bb367bb1f7633125e8caebdc94ca0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094c94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba00f2fcdd4b12c82b225c6fa285c8bb5ec12173696d7e4dbca308a32dae03f2a8fa036144afe01bd2cba73e7afe4cefaeb5051f19c07cc4d81a508bdb50cfcd5451dc0c0", "transactions" : [ { "data" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b", @@ -66,21 +66,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x273eba84e2d91642923afc75ce75c8338ba81579eb9b4dbec4b38e6ea248b19e", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x5632be2fde7c9a0e65f919c62148c318a2e47ccaae5867e81a8e3916047c6074", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -88,6 +88,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -97,27 +98,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -125,13 +105,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -139,23 +112,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -167,13 +126,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x8ad09a", "code" : "0x", @@ -221,27 +173,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -249,13 +180,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -263,23 +187,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -291,13 +201,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -329,16 +232,16 @@ }, "sealEngine" : "NoProof" }, - "EOF1_Execution_d10g0v0_Prague" : { + "EOF1_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "13dc2fa501a4e6f3047bfac39ab935dae2f68699ebb4f5e00577e518562cf530", + "generatedTestHash" : "cdb316fb65dd27c6b59e08481ee1bf16c65c50526f4709e8233a35dee0a66bc1", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -351,32 +254,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x011d1b", - "hash" : "0xf4f7d344de9e91ef0762a4726e942678a8bae997545ffb554f16faf0dc331d5c", + "gasUsed" : "0x016097", + "hash" : "0xed931b3d4b106b52db84c985dd10dd209c5ff65c2473f3c983d24efd9a56d87b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x02b732d801ec7e7b64de018f1c71cdaee8996df9c5a7f538e816b4cf4ebac00b", - "stateRoot" : "0xb477bdfc419f127aabe48278432e4a2407742f963bf3dee6eb6a06aac676f5ca", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", + "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", + "stateRoot" : "0x9f6987891d0a8364428d1d028ee2a97c3b9e8038cf7f2037b44ecf3ebd3d232d", "timestamp" : "0x03e8", - "transactionsTrie" : "0x098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584e", + "transactionsTrie" : "0xe45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b477bdfc419f127aabe48278432e4a2407742f963bf3dee6eb6a06aac676f5caa0098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584ea002b732d801ec7e7b64de018f1c71cdaee8996df9c5a7f538e816b4cf4ebac00bb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083011d1b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4dec0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09f6987891d0a8364428d1d028ee2a97c3b9e8038cf7f2037b44ecf3ebd3d232da0e45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2a0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79ac0c0", "transactions" : [ { - "data" : "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b", + "data" : "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b", "gasLimit" : "0x0aae60", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x56dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6", - "s" : "0x455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4de", + "r" : "0xbbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019", + "s" : "0x6738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79a", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", + "v" : "0x1b", "value" : "0x00" } ], @@ -396,21 +299,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf4f7d344de9e91ef0762a4726e942678a8bae997545ffb554f16faf0dc331d5c", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xed931b3d4b106b52db84c985dd10dd209c5ff65c2473f3c983d24efd9a56d87b", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -418,6 +321,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -427,27 +331,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -455,13 +338,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -469,23 +345,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -497,15 +359,8 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8d7372", + "balance" : "0x8ad09a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -532,6 +387,7 @@ "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", "nonce" : "0x00", "storage" : { + "0x00" : "0x01" } } }, @@ -550,27 +406,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -578,13 +413,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -592,23 +420,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -620,13 +434,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -658,16 +465,16 @@ }, "sealEngine" : "NoProof" }, - "EOF1_Execution_d11g0v0_Prague" : { + "EOF1_Execution_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "cfd794dc154dae08d92a10536a775a0684cbcb6937d9018c07c7d3a1073fd1bf", + "generatedTestHash" : "48d5ea65abd4203df4ec946410f7c81db14c1bbafb98b6681891ed4f9a6c391e", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -680,32 +487,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x011d1e", - "hash" : "0xa85d4ca6fbd2a69893337e20bc8740581538f58af5c871542f858e2b3344fe3a", + "gasUsed" : "0x016097", + "hash" : "0xe9a20b2dcf836556675bbc0d56a2cab5d48e8320b72b7eb33abec865b56c6354", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x85a23a1ca1e84083185eb95c0ebd7dad8a56fba38ae21406ba3aedccd594e466", - "stateRoot" : "0xd3d3f13abca61609c674b96dca6a8dd7f89dd5166b54ae4d1b3065df37f80f1b", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", + "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", + "stateRoot" : "0x415c398c13f075c50188cde49fe6b1157193f5886f7355d0133d3b00ea81c428", "timestamp" : "0x03e8", - "transactionsTrie" : "0x8e3c823104c3151202938f8efe3c42994c75660f511d071af4f0a167830087e9", + "transactionsTrie" : "0xd35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d3d3f13abca61609c674b96dca6a8dd7f89dd5166b54ae4d1b3065df37f80f1ba08e3c823104c3151202938f8efe3c42994c75660f511d071af4f0a167830087e9a085a23a1ca1e84083185eb95c0ebd7dad8a56fba38ae21406ba3aedccd594e466b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083011d1e8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094654f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553aa049a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eecac0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0415c398c13f075c50188cde49fe6b1157193f5886f7355d0133d3b00ea81c428a0d35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2aa0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612c0c0", "transactions" : [ { - "data" : "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b", + "data" : "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b", "gasLimit" : "0x0aae60", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x8b6504c574b41e0d661a61accc0f42ea8c5672fa6911bb76c5f4e42eecca553a", - "s" : "0x49a5c5fc75958c321ffec2733712582156027b649c3d3aeee5f6becdfa79eeca", + "r" : "0xddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fb", + "s" : "0x4425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -725,21 +532,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa85d4ca6fbd2a69893337e20bc8740581538f58af5c871542f858e2b3344fe3a", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xe9a20b2dcf836556675bbc0d56a2cab5d48e8320b72b7eb33abec865b56c6354", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -747,6 +554,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -754,27 +562,7 @@ "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", "nonce" : "0x00", "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { + "0x00" : "0xaabbccdd" } }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -784,13 +572,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -798,23 +579,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -826,15 +593,8 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8d7354", + "balance" : "0x8ad09a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -879,27 +639,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -907,13 +646,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -921,23 +653,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -949,13 +667,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -987,16 +698,16 @@ }, "sealEngine" : "NoProof" }, - "EOF1_Execution_d12g0v0_Prague" : { + "EOF1_Execution_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "48de411c2d453c20f1b872c9df38033e4955d2c6beebf2a8760d92ce949f4df4", + "generatedTestHash" : "24e2c350c137f8df8f3145c37d18be0019e887a8b5c4987633ed17c6b0d58438", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -1009,29 +720,29 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016adb", - "hash" : "0x2e0f294ee56f3b811deef9a0702d81e359698076b7be1d5d664d2ec36b2cc531", + "gasUsed" : "0x016abe", + "hash" : "0x615f0bcdcc1f8f445dccfe6b8e1ef59a367b5ca4c30d07c4aadf80997fc806eb", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x2c227c76dad4f8c68058c4db1bf55eae77a72abf3d5ac2076ac53b9e4e14dc58", - "stateRoot" : "0x50548bbb2cb15d380fe7af66d8e453e61840e327ad51ae5e30a8095881f5410c", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", + "receiptTrie" : "0xbc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9", + "stateRoot" : "0x4c0e9913fb2771fad4604b8585ee6204b5adbc14ba65c9bd1725618f8ac7ab61", "timestamp" : "0x03e8", - "transactionsTrie" : "0x5c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814c", + "transactionsTrie" : "0x7edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa050548bbb2cb15d380fe7af66d8e453e61840e327ad51ae5e30a8095881f5410ca05c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814ca02c227c76dad4f8c68058c4db1bf55eae77a72abf3d5ac2076ac53b9e4e14dc58b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9c0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa04c0e9913fb2771fad4604b8585ee6204b5adbc14ba65c9bd1725618f8ac7ab61a07edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951a0bc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326fc0c0", "transactions" : [ { - "data" : "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b", + "data" : "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b", "gasLimit" : "0x0aae60", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x7b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203", - "s" : "0x0e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9", + "r" : "0x5bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5ea", + "s" : "0x4318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326f", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "v" : "0x1b", @@ -1054,21 +765,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2e0f294ee56f3b811deef9a0702d81e359698076b7be1d5d664d2ec36b2cc531", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x615f0bcdcc1f8f445dccfe6b8e1ef59a367b5ca4c30d07c4aadf80997fc806eb", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -1076,6 +787,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -1085,2377 +797,24 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { + "0x00" : "0x02" } }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffff" - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a69f2", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d13g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "f3e1fd912a8b16087311694fd5bf252ab428157b7e50e11cf1e2756fdb04b676", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x016add", - "hash" : "0xea983f7a2c69b897f9632d89d0377ec7a42a2b73af01bbe4c988c1dbe5b13687", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x552384cfd0f0a58fa9b094d9a828d1bf7d11d88fa6429823292739cfe145d630", - "stateRoot" : "0x420956ea410d049c0c56fe23244845ff50307f3c0e02c6591cfe95ead2763f94", - "timestamp" : "0x03e8", - "transactionsTrie" : "0xdab7d89a773e8240369b8162a199e4a58a9fed06b4ba774742a77d343e1ca37e", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0420956ea410d049c0c56fe23244845ff50307f3c0e02c6591cfe95ead2763f94a0dab7d89a773e8240369b8162a199e4a58a9fed06b4ba774742a77d343e1ca37ea0552384cfd0f0a58fa9b094d9a828d1bf7d11d88fa6429823292739cfe145d630b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016add8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094674f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0e411a17a9c48a18ca17de3d65d0a123fc5507b5fe3a9155336c83d28e9a38895a026bdbcb958773c3158e3b848dce7b93957b5efcafa205eafb0dc231a18092914c0c0", - "transactions" : [ - { - "data" : "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0xe411a17a9c48a18ca17de3d65d0a123fc5507b5fe3a9155336c83d28e9a38895", - "s" : "0x26bdbcb958773c3158e3b848dce7b93957b5efcafa205eafb0dc231a18092914", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xea983f7a2c69b897f9632d89d0377ec7a42a2b73af01bbe4c988c1dbe5b13687", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffff" - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a69de", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d1g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "3515ac0fc7dadd93ab805e4faafaf2299bfe047d47f1de6ca1517a8982395a40", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x016097", - "hash" : "0xbacf41b587e008108ac687d20d0e036445d5746d11cfa69282e2d8be789a8cf1", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", - "stateRoot" : "0xcda39bd619b253a35e5bd3c077b1517307b44b124b82b3723d18b3947a5e2856", - "timestamp" : "0x03e8", - "transactionsTrie" : "0xe45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0cda39bd619b253a35e5bd3c077b1517307b44b124b82b3723d18b3947a5e2856a0e45aed3057679a8737b943f2d6bcc50f0265744aad12b1aac8a5b9dd56ad20b2a0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094d94f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0bbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019a06738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79ac0c0", - "transactions" : [ - { - "data" : "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0xbbdf9288646d44d3c72bb330001f8fee4d4f89981a89ab4890bf99efd34fe019", - "s" : "0x6738f208dc53a57ec8d4924be148cb3242f8b85bbb468a02227b708ae8c3d79a", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbacf41b587e008108ac687d20d0e036445d5746d11cfa69282e2d8be789a8cf1", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad09a", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01" - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d2g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "bcbe2cfaa68262c4bde7d116a931a8eb25588942e83ff715e787658cb067226e", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x016097", - "hash" : "0xed0e8e45826987dd9bf8f4081c78c531a4279c3243f8afe29fa37ef30a1ce40f", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0xca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95", - "stateRoot" : "0x12fdffb13a57590be6c9596f99772c66479adbbcbae4c05c045cb018cb8f4e7f", - "timestamp" : "0x03e8", - "transactionsTrie" : "0xd35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2a", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa012fdffb13a57590be6c9596f99772c66479adbbcbae4c05c045cb018cb8f4e7fa0d35f3aa3f02d2f92e57ffa93c379620e619387a98a1c3767c95c1187ab12da2aa0ca5dee89e0f69c1928e40167ca4a546bf1284a6ca36e08f97b30c72d04d95f95b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160978203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094024f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fba04425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612c0c0", - "transactions" : [ - { - "data" : "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0xddda9fbf42a2c4959c273d72edf8ce7b5c232f136650b4b3525add61ea0801fb", - "s" : "0x4425c0b7a23e0db9c78a6cf9eff0462423b24f82fac1b6ba97cd0a06dfec7612", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xed0e8e45826987dd9bf8f4081c78c531a4279c3243f8afe29fa37ef30a1ce40f", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0xaabbccdd" - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad09a", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d3g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "02fa7a181ee064bba9a8b0072ebad3941afbbe44335f6eb6f03bd43e8a1c4d6c", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x016096", - "hash" : "0x5d4256843e3c818a24550fc1ef4d985bd1b0550c6d7e35e9a9a5de18a943adcd", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x9b267201ddd1fbf79fa34df190b31ad1fdb31407868a869b16d15616706921aa", - "stateRoot" : "0xb87c607bf351975bef25320af381bee9d7f94c85efae961621fdba50576b68c4", - "timestamp" : "0x03e8", - "transactionsTrie" : "0xcaaef5be1d7c67c9eeace948a3bce5dd031f4ae758bce116eb60f37d07984616", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0b87c607bf351975bef25320af381bee9d7f94c85efae961621fdba50576b68c4a0caaef5be1d7c67c9eeace948a3bce5dd031f4ae758bce116eb60f37d07984616a09b267201ddd1fbf79fa34df190b31ad1fdb31407868a869b16d15616706921aab901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160968203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094504f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418ca01b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3c0c0", - "transactions" : [ - { - "data" : "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0x529c826a2f39e5bd46c7244e8b4b14eb7b39e7a4c159857fc4bdcc0f0b59418c", - "s" : "0x1b5d2c1c1ff3633624d98c872ba37144441550a27bc61bea58a81dc22e17f6a3", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1c", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5d4256843e3c818a24550fc1ef4d985bd1b0550c6d7e35e9a9a5de18a943adcd", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x18" - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8ad0a4", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d4g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "ea92c6f8f1e764440ee0f5467df5c29907a65b9ae17dedef77fb95aaf7adebb0", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x01b70f", - "hash" : "0xde4ce09eb827718ff214a19ca91b80974468f5b8512bcdaef7020f2aa4b37b31", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x306c8ae9282a850947b859aaf2cc45fedf77a6af060c5f6d3875c9f61675c3fa", - "stateRoot" : "0x718f9475f9c05ff95f63cf82508d8ea9c6ffecddddd74c90cd171484c206f30e", - "timestamp" : "0x03e8", - "transactionsTrie" : "0x7a2d32c91002f10af5d84d8fb868cec778809ab2901c404fe2d8beb997f42922", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0718f9475f9c05ff95f63cf82508d8ea9c6ffecddddd74c90cd171484c206f30ea07a2d32c91002f10af5d84d8fb868cec778809ab2901c404fe2d8beb997f42922a0306c8ae9282a850947b859aaf2cc45fedf77a6af060c5f6d3875c9f61675c3fab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b70f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094514f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1a00ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106c0c0", - "transactions" : [ - { - "data" : "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0x6c613003f07b4c58deecacc57c301179746a846e8b1287a992e5f676ef33fcf1", - "s" : "0x0ea490e8676098885825204bcb04cc035871738eb777cfa40ad1370aff8a1106", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xde4ce09eb827718ff214a19ca91b80974468f5b8512bcdaef7020f2aa4b37b31", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x0101000402000100140400040000800003602d600160003960005160005560", - "0x01" : "0x205160015500aabbccdd00000000000000000000000000000000000000000000" - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x876fea", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d5g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "5bc019099df127d6d6c89d50b7085e79920fa19f2599f4e2cf057d4d4714c488", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x0160b5", - "hash" : "0xea772bc7712f43c82be984c03cccc3ed6b3b04b8ef24f089bebb4825be05a53c", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0xe43af653b6e5fc666b6fc60a32cbfe4332d7596a03c2ce1a1fb9d6cd9030d882", - "stateRoot" : "0x753c7aa3e0fa9f1021870511eff2517a1908ed5c880998b23298e6aeb34cbd0d", - "timestamp" : "0x03e8", - "transactionsTrie" : "0x483688e1d3934a6148c773136f0dab065ad50e747c0d320187d28f030fd23d8c", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0753c7aa3e0fa9f1021870511eff2517a1908ed5c880998b23298e6aeb34cbd0da0483688e1d3934a6148c773136f0dab065ad50e747c0d320187d28f030fd23d8ca0e43af653b6e5fc666b6fc60a32cbfe4332d7596a03c2ce1a1fb9d6cd9030d882b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830160b58203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094524f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89ba07179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7bc0c0", - "transactions" : [ - { - "data" : "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0xf019a173f1ade159a89ce883a63b6d5a9f0485e26e9e520a5fded126810ba89b", - "s" : "0x7179096d67a415bd915faeb54c1bfe701ccd145b5bb32cb59dc33da1be48ef7b", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xea772bc7712f43c82be984c03cccc3ed6b3b04b8ef24f089bebb4825be05a53c", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - "0x00" : "0xaabbccdd00000000ffffffffffffffffffffffffffffffffffffffffffffffff" - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8acf6e", - "code" : "0x", - "nonce" : "0x01", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x01" - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "pre" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x5f80808080803560601c620186a0f15f556001805500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400000000800002600160005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100060400040000800002600160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - } - }, - "sealEngine" : "NoProof" - }, - "EOF1_Execution_d6g0v0_Prague" : { - "_info" : { - "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "6523c24e2c6d0a6fb031d67ef46b9d8bd4c2863c60bac1ce938d7ac2a691781d", - "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", - "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" - }, - "blocks" : [ - { - "blockHeader" : { - "baseFeePerGas" : "0x0a", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x00", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x016abe", - "hash" : "0x27a85a6707f597288dd0a2cfef1cda36d8ce6dec106aad82c4913c6229451f99", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x01", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0xbc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9", - "stateRoot" : "0x3c205934530b8f763f7c80d84b43f84e18dd5e4f04e8f910bcafcdc1f61f6f0a", - "timestamp" : "0x03e8", - "transactionsTrie" : "0x7edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03c205934530b8f763f7c80d84b43f84e18dd5e4f04e8f910bcafcdc1f61f6f0aa07edb490622019e3f090c24349b72b9ea001508e39bd51a5e58c7c1d798724951a0bc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094604f5374fce5edbc8e2a8697c15331677e6ebf0b1ba05bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5eaa04318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326fc0c0", - "transactions" : [ - { - "data" : "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b", - "gasLimit" : "0x0aae60", - "gasPrice" : "0x0a", - "nonce" : "0x00", - "r" : "0x5bed551950fdeb8a2e00c01b418e5437c91d2cafd65eb1ed8c56ad20a763a5ea", - "s" : "0x4318456a5b830203df765194dbeb83c58a396118efb61fa1db38ef10a03d326f", - "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", - "value" : "0x00" - } - ], - "uncleHeaders" : [ - ], - "withdrawals" : [ - ] - } - ], - "genesisBlockHeader" : { - "baseFeePerGas" : "0x0b", - "blobGasUsed" : "0x00", - "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "difficulty" : "0x00", - "excessBlobGas" : "0x060000", - "extraData" : "0x00", - "gasLimit" : "0x05500000", - "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", - "nonce" : "0x0000000000000000", - "number" : "0x00", - "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", - "timestamp" : "0x00", - "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" - }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x27a85a6707f597288dd0a2cfef1cda36d8ce6dec106aad82c4913c6229451f99", - "network" : "Prague", - "postState" : { - "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { - "balance" : "0x00", - "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", - "nonce" : "0x01", - "storage" : { - } - }, - "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010009040000000080000263aabbccdd60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x02" - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3467,13 +826,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x8a6b14", "code" : "0x", @@ -3520,65 +872,23 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", "nonce" : "0x00", "storage" : { } }, - "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", + "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { } }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3590,13 +900,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -3628,16 +931,16 @@ }, "sealEngine" : "NoProof" }, - "EOF1_Execution_d7g0v0_Prague" : { + "EOF1_Execution_d4g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "49a1c32fa6c8acc14eaa038c58c451513093443af5c984ee1875f7cce2b28942", + "generatedTestHash" : "e090092114b9c0f59f056cd9f9c548858a8e7fe1a0c307decd16d77e1c2abac6", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -3650,32 +953,32 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016abf", - "hash" : "0x3e928160ed0a6ce84afe79b0b11da147c6bb0f6df96a63f5157e8aae2232322f", + "gasUsed" : "0x016abe", + "hash" : "0xb210b6fc1b62f8a2f490f703e58830fb27d2c20cb7ff661a69a56db0b34d46f0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x2d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bf", - "stateRoot" : "0xf2e9553fe1087a090bdc0f31162ebf0a28055d055713edc7bac53b45fc22ea80", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", + "receiptTrie" : "0xbc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9", + "stateRoot" : "0xe0b8e5dff9fd73f761a1120a1304709287f5e5b732d912e9aeb217a87826a2c9", "timestamp" : "0x03e8", - "transactionsTrie" : "0xb174311e1e047195b7657be171790587ab686852de6c8e769cb48d54ea2f3eae", + "transactionsTrie" : "0xf87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f2e9553fe1087a090bdc0f31162ebf0a28055d055713edc7bac53b45fc22ea80a0b174311e1e047195b7657be171790587ab686852de6c8e769cb48d54ea2f3eaea02d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bfb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abf8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094614f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460a0118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527c0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e0b8e5dff9fd73f761a1120a1304709287f5e5b732d912e9aeb217a87826a2c9a0f87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33a0bc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07dc0c0", "transactions" : [ { - "data" : "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b", + "data" : "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b", "gasLimit" : "0x0aae60", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x481bd123f8e9c84f507324c9f5000acb635fa9025ddf1171acb16cce22243460", - "s" : "0x118c991fe65e29cab0b39a251c8e5057b3b5c06550f40eb7152843336fadf527", + "r" : "0x5d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40", + "s" : "0x4e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07d", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "v" : "0x1b", + "v" : "0x1c", "value" : "0x00" } ], @@ -3695,21 +998,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x3e928160ed0a6ce84afe79b0b11da147c6bb0f6df96a63f5157e8aae2232322f", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xb210b6fc1b62f8a2f490f703e58830fb27d2c20cb7ff661a69a56db0b34d46f0", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -3717,6 +1020,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -3726,27 +1030,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -3754,38 +1037,17 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x02" - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", "storage" : { - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { + "0x00" : "0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5" } }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3797,15 +1059,8 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6b0a", + "balance" : "0x8a6b14", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -3850,27 +1105,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -3878,13 +1112,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -3892,23 +1119,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -3920,13 +1133,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -3958,16 +1164,16 @@ }, "sealEngine" : "NoProof" }, - "EOF1_Execution_d8g0v0_Prague" : { + "EOF1_Execution_d5g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "7ad7a7dd35c518b2836119fe018f5877f4a5b51a0120010a0429ce4644283c69", + "generatedTestHash" : "0bb76c4e6fcd2566c7bc5e8ac9f406d67a075b1e7b1fbaf614d0c5e1cf334c73", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -3980,29 +1186,29 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016abe", - "hash" : "0xf3fa65579235593bda5ce657e9f25fa9a2fd10d1da99fa90365ca71ca388a7d0", + "gasUsed" : "0x016ad7", + "hash" : "0xa314be03630c9c402ea3b617c26d2b1db11c183b6b1770b2513036e985c5734d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0xbc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9", - "stateRoot" : "0x2df99250be111b0d1514970e82074b6573b4aee0d05282ca14076ee91fca0f39", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", + "receiptTrie" : "0x8fc4232e3536b544e26de3d22f6bd50c97a576ca85b9995b4ec960301b4f79f9", + "stateRoot" : "0x271fae4236bd8fd389947dc11e37384292c0b544410ab5eebd31b3a900add094", "timestamp" : "0x03e8", - "transactionsTrie" : "0xf87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33", + "transactionsTrie" : "0x098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa02df99250be111b0d1514970e82074b6573b4aee0d05282ca14076ee91fca0f39a0f87b4385fb542c788e3ed6af8e96253e2c82c8644c723d5acbd0f529513abf33a0bc4cce6f3c513ecf1e2cd0c8fb478c8e2669b9776ddcf834cbccc7c76c0a0cc9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abe8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094624f5374fce5edbc8e2a8697c15331677e6ebf0b1ca05d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40a04e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07dc0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0271fae4236bd8fd389947dc11e37384292c0b544410ab5eebd31b3a900add094a0098497c0dec72c0a620065a7a82461cae3ae02750334301007fcc70882b3584ea08fc4232e3536b544e26de3d22f6bd50c97a576ca85b9995b4ec960301b4f79f9b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016ad78203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094644f5374fce5edbc8e2a8697c15331677e6ebf0b1ca056dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6a0455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4dec0c0", "transactions" : [ { - "data" : "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b", + "data" : "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b", "gasLimit" : "0x0aae60", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x5d3d57e2e62661735a1b51901f4ee7e6af4cb4a5b4f307fe7dae5b1082935c40", - "s" : "0x4e89f86c38132944ad4d92a4d7b383e976abd7c676a5981e0f13a6cbc7fdf07d", + "r" : "0x56dd2833f1a7aac465f96308f049f18de8a0df6e18f9864664f41e5b553fc7c6", + "s" : "0x455e0d8361e7839de2f16e4bf0ca9b196b75f32d9994524f67b4cc40a331c4de", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "v" : "0x1c", @@ -4025,21 +1231,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf3fa65579235593bda5ce657e9f25fa9a2fd10d1da99fa90365ca71ca388a7d0", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0xa314be03630c9c402ea3b617c26d2b1db11c183b6b1770b2513036e985c5734d", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -4047,6 +1253,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -4056,27 +1263,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -4084,40 +1270,19 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", "nonce" : "0x00", - "storage" : { - "0x00" : "0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5" - } - }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", "storage" : { } }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { + "0x00" : "0xef00000000000000000000000000000000000000000000000000000000000000" } }, "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -4127,15 +1292,8 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6b14", + "balance" : "0x8a6a1a", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4180,27 +1338,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -4208,13 +1345,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -4222,23 +1352,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4250,13 +1366,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", @@ -4288,16 +1397,16 @@ }, "sealEngine" : "NoProof" }, - "EOF1_Execution_d9g0v0_Prague" : { + "EOF1_Execution_d6g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "b7a15f0c4bbbdc47ee9a73f11c07483527e126664cde3554d1021eec9006dc95", + "generatedTestHash" : "e608c2cfd1dd2d001db49f25e0304ac32f9d9a32a0ed71943d23b4e5973675aa", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml", - "sourceHash" : "5676a36554efb42d0e86d1063b63bda77213b22903eaf56dc4af0edf2679d7c9" + "sourceHash" : "a3ac951762ad694e72870d80a0eb1011fead49c58d155d8cb28bef89addaebfe" }, "blocks" : [ { @@ -4310,29 +1419,29 @@ "excessBlobGas" : "0x00", "extraData" : "0x00", "gasLimit" : "0x05500000", - "gasUsed" : "0x016abf", - "hash" : "0x105519100f5deac4491a6cf829b43cb46c7cdd6c6804f23ff2695cc8dc3b9cdb", + "gasUsed" : "0x016adb", + "hash" : "0x85985105fe9d217b29d44a3f1c4e83c1fb76895d5adafae6a2659135ebcd11a0", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", - "parentHash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", - "receiptTrie" : "0x2d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bf", - "stateRoot" : "0xd3002974d91e2331ecda92c41c353dff19abb502555096d1034873bcf24f450e", + "parentHash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", + "receiptTrie" : "0x2c227c76dad4f8c68058c4db1bf55eae77a72abf3d5ac2076ac53b9e4e14dc58", + "stateRoot" : "0x48c7a6d65a9b9bd52dcc58f138d5b4506276e0c61057455f1de67aad11a56f63", "timestamp" : "0x03e8", - "transactionsTrie" : "0x311fb90cb723ae11e53840851caaf003c49685e5d6c9262bb7dfe8774a626775", + "transactionsTrie" : "0x5c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0d68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0d3002974d91e2331ecda92c41c353dff19abb502555096d1034873bcf24f450ea0311fb90cb723ae11e53840851caaf003c49685e5d6c9262bb7dfe8774a626775a02d482e8276e72d10563f10bd21678c865f5710003e16c87d7028383e70d9a7bfb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016abf8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094634f5374fce5edbc8e2a8697c15331677e6ebf0b1ba06c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462a03ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36c0c0", + "rlp" : "0xf902b8f9023ba07ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa048c7a6d65a9b9bd52dcc58f138d5b4506276e0c61057455f1de67aad11a56f63a05c2bbabdd357b30e289e8a205072427e169752a4d89cf85051008ff528aa814ca02c227c76dad4f8c68058c4db1bf55eae77a72abf3d5ac2076ac53b9e4e14dc58b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083016adb8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094664f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203a00e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9c0c0", "transactions" : [ { - "data" : "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b", + "data" : "0x664f5374fce5edbc8e2a8697c15331677e6ebf0b", "gasLimit" : "0x0aae60", "gasPrice" : "0x0a", "nonce" : "0x00", - "r" : "0x6c182d4bd2987caa55a7e1c4c8652d15e125d0fc8bb28ed2c57cb8e500655462", - "s" : "0x3ec200e4f10ab33e4d3e414a88883d47faaa1eabbf58c26c01a90fd8444f5c36", + "r" : "0x7b25bb17aeaeabcfe5c302fbd30f06e4624badec74008348342a7aff10f0b203", + "s" : "0x0e0cef1ccb2a85facc935f973cfec336d28ea476c29a71b3053200580d7b58a9", "sender" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "v" : "0x1b", @@ -4355,21 +1464,21 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x00", - "hash" : "0xd68d13d356a4a70d3dee27a9c05fa20fff1811d3cb25144d995adfec868f9089", + "hash" : "0x7ffce94c53cc5e72b15ed0daa6e1fa061acc83b5cbe25e5be9c977cc39b68f0f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x00", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "stateRoot" : "0xf04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639", + "stateRoot" : "0x74df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86", "timestamp" : "0x00", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0f04799cc0a802f2bde3f8819098325ac1030079b9d726de62f3d17a48998b639a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x105519100f5deac4491a6cf829b43cb46c7cdd6c6804f23ff2695cc8dc3b9cdb", + "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa074df9d8173e83e458bf2c1b886362281205d3dde6d7ce86a2244217e8aeb3d86a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", + "lastblockhash" : "0x85985105fe9d217b29d44a3f1c4e83c1fb76895d5adafae6a2659135ebcd11a0", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -4377,6 +1486,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x024f5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -4386,27 +1496,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -4414,13 +1503,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -4428,24 +1510,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x9dbf3648db8210552e9c4f75c6a1c3057c0ca432043bd648be15fe7be05646f5" - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4455,17 +1522,11 @@ "code" : "0x5f195f52600860195f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { - } - }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { + "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffff" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x8a6b0a", + "balance" : "0x8a69f2", "code" : "0x", "nonce" : "0x01", "storage" : { @@ -4510,27 +1571,6 @@ "storage" : { } }, - "0x504f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001000504000000008000023860005500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x514f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef000101000402000100140400040000800003602d600160003960005160005560205160015500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, - "0x524f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001003204000400008000037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526008604560003960005160005500aabbccdd", - "nonce" : "0x00", - "storage" : { - } - }, "0x604f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b5f5500", @@ -4538,13 +1578,6 @@ "storage" : { } }, - "0x614f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3b60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x624f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f5f5500", @@ -4552,23 +1585,9 @@ "storage" : { } }, - "0x634f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001001a040000000080000273d94f5374fce5edbc8e2a8697c15331677e6ebf0b3f60005500", - "nonce" : "0x00", - "storage" : { - } - }, "0x644f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x602860015f73d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", - "nonce" : "0x00", - "storage" : { - } - }, - "0x654f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef00010100040200010023040000000080000460286001600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", + "code" : "0x60285f8073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c5f515f5500", "nonce" : "0x00", "storage" : { } @@ -4580,13 +1599,6 @@ "storage" : { } }, - "0x674f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x00", - "code" : "0xef0001010004020001004704000000008000047fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260086019600073d94f5374fce5edbc8e2a8697c15331677e6ebf0b3c60005160005500", - "nonce" : "0x00", - "storage" : { - } - }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x989680", "code" : "0x", diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json index 4a8d909140e..0f50d015d85 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_Execution.json @@ -2,9 +2,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "2cfc54c4be356f0d39bb2b8f791867a9b84662c45353bbce639c3949495e1d12", + "generatedTestHash" : "7be046bf35aa1b89aa846b8d0e34d39d7794b2c36f0398969a35304033b850a9", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x01099b", - "hash" : "0xc565325c56476e9e9facf33a92f997083e0aafcf3509066c43113d7a554cc095", + "hash" : "0x5d7c8c87765c6b692f33ee18e334c2dbe6e63ad6a6e84335e26a0a346335ffd9", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x55a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61e", - "stateRoot" : "0x78008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226", + "stateRoot" : "0xdd8c117ce63ee00506615bfd4d28f3bcf391cd5874d73b93e18cd46e01a2d378", "timestamp" : "0x03e8", "transactionsTrie" : "0xd610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226a0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a055a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61eb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", + "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0dd8c117ce63ee00506615bfd4d28f3bcf391cd5874d73b93e18cd46e01a2d378a0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a055a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61eb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000001", @@ -80,7 +80,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc565325c56476e9e9facf33a92f997083e0aafcf3509066c43113d7a554cc095", + "lastblockhash" : "0x5d7c8c87765c6b692f33ee18e334c2dbe6e63ad6a6e84335e26a0a346335ffd9", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -88,6 +88,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -261,9 +262,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d10g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "d1b689c5875987ba7b2beab73705e15b5ffd67e1b40b33bc209eec7d8b60d2ae", + "generatedTestHash" : "920d9194c54327fe548440a538fddb63f28472d48d0a868783fa02697d3b57d5", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -281,20 +282,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2f", - "hash" : "0xa2ba07108a2065c8573768571fc207b53fabba87d69edc0494a5ae2e104635df", + "hash" : "0xf9668815dfe8acd969545892a635d5382d2df6b76f120f418eae7ba320bc8340", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", - "stateRoot" : "0x7b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1", + "stateRoot" : "0x5c103ba02d17b59143a4cfe92af860f5f10321afe330596011b837b1929e2f9c", "timestamp" : "0x03e8", "transactionsTrie" : "0x700e54c0a63c30b0f9b9bb4824a4f2502ad1e290838da425bc803a0fb52c062c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1a0700e54c0a63c30b0f9b9bb4824a4f2502ad1e290838da425bc803a0fb52c062ca0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000011ba0b2d2c3a1b9dae09e932d141712e1fcf4c8e8d7ccc5459c043858e8f894d91a8aa079f82e69f0dc2f6c5c49b9a08b4e61187644f9db88dccc044bcb1734809701e9c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c103ba02d17b59143a4cfe92af860f5f10321afe330596011b837b1929e2f9ca0700e54c0a63c30b0f9b9bb4824a4f2502ad1e290838da425bc803a0fb52c062ca0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000011ba0b2d2c3a1b9dae09e932d141712e1fcf4c8e8d7ccc5459c043858e8f894d91a8aa079f82e69f0dc2f6c5c49b9a08b4e61187644f9db88dccc044bcb1734809701e9c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000001", @@ -339,7 +340,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xa2ba07108a2065c8573768571fc207b53fabba87d69edc0494a5ae2e104635df", + "lastblockhash" : "0xf9668815dfe8acd969545892a635d5382d2df6b76f120f418eae7ba320bc8340", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -347,6 +348,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -520,9 +522,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d11g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "1ca92ad0457ac67d0da5716c0b1e8c7b7b1c68d2021ef18cc5ade72b6c07b22e", + "generatedTestHash" : "8e83152eb7b260c3ef585aa2f84ee45de78cdfdb9a2c81e4ee13c528641b72dd", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -540,20 +542,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2f", - "hash" : "0x04d19740e1dc97ac5a3f034e455394c14e5a8c277298bddf317adbcdfb1d3548", + "hash" : "0x561f264b05163dcea6e9864161d06584186ff079c85cddacecbafe3de12c4062", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", - "stateRoot" : "0x7b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1", + "stateRoot" : "0x5c103ba02d17b59143a4cfe92af860f5f10321afe330596011b837b1929e2f9c", "timestamp" : "0x03e8", "transactionsTrie" : "0x871dd2826eab56e15f137bd59222e363364c04d8e3f4b8ecdd02c50fb2b0f53d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1a0871dd2826eab56e15f137bd59222e363364c04d8e3f4b8ecdd02c50fb2b0f53da0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000021ba07f4d1f373f2682b01b23cd1552cc4a830b9b20fd094a59f9be1e456b21dcb8d9a01ceef2954a0a5f25bf9f51ae277d29fa7be67fef9cb8271f137f6019f91f995dc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c103ba02d17b59143a4cfe92af860f5f10321afe330596011b837b1929e2f9ca0871dd2826eab56e15f137bd59222e363364c04d8e3f4b8ecdd02c50fb2b0f53da0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000021ba07f4d1f373f2682b01b23cd1552cc4a830b9b20fd094a59f9be1e456b21dcb8d9a01ceef2954a0a5f25bf9f51ae277d29fa7be67fef9cb8271f137f6019f91f995dc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000002", @@ -598,7 +600,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x04d19740e1dc97ac5a3f034e455394c14e5a8c277298bddf317adbcdfb1d3548", + "lastblockhash" : "0x561f264b05163dcea6e9864161d06584186ff079c85cddacecbafe3de12c4062", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -606,6 +608,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -779,9 +782,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d12g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "17fc391cd5fc2845ca3febb49a8956df5a1f397a888b2286006ed9e0efe12012", + "generatedTestHash" : "df161220609e93462dd6c044c667241cf63afaaab1975a2d28da3ca9368d0e44", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -799,20 +802,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2f", - "hash" : "0x5c1ab6ec706c3eae92b591052e41681090f046e7029da0ad796cc83b055cd3ff", + "hash" : "0xcbbbc11824e24ae9f79f32a6dfb517a9910979003c6fd532cf3e52801015ffe4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", - "stateRoot" : "0x7b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1", + "stateRoot" : "0x5c103ba02d17b59143a4cfe92af860f5f10321afe330596011b837b1929e2f9c", "timestamp" : "0x03e8", "transactionsTrie" : "0xa4f1ffd87a56efb2a36038f0b110c1bdeaa20dfeea0b3d0fa3af13ac678e83d8", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07b97c31dfd98de3e7c15cb8b209f35d2f7232e6f25613341f953636af5679aa1a0a4f1ffd87a56efb2a36038f0b110c1bdeaa20dfeea0b3d0fa3af13ac678e83d8a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff1ba08f921eba9e9a8860c78f3dd17a14cecef7b892777313e7fd4fed0f4c69781665a025872ebbed86ea0a98e71948c924932c987403684ef6d50cc00868c7f96f1c2fc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c103ba02d17b59143a4cfe92af860f5f10321afe330596011b837b1929e2f9ca0a4f1ffd87a56efb2a36038f0b110c1bdeaa20dfeea0b3d0fa3af13ac678e83d8a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff1ba08f921eba9e9a8860c78f3dd17a14cecef7b892777313e7fd4fed0f4c69781665a025872ebbed86ea0a98e71948c924932c987403684ef6d50cc00868c7f96f1c2fc0c0", "transactions" : [ { "data" : "0x100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000ff", @@ -857,7 +860,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x5c1ab6ec706c3eae92b591052e41681090f046e7029da0ad796cc83b055cd3ff", + "lastblockhash" : "0xcbbbc11824e24ae9f79f32a6dfb517a9910979003c6fd532cf3e52801015ffe4", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -865,6 +868,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -1038,9 +1042,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d13g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "f08bb90a0726964c36bc5b371e7b22001bc655dea79b6c333fb33001511eae53", + "generatedTestHash" : "1fb89ec1f4255dfcf31fe7ef4fdab395e41aa458512753ad0afc48bb8d877c03", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -1058,20 +1062,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010ba3", - "hash" : "0x6e7ce200ad33ed47e086b5676369be44852047d371233da6f8fd9834411ac9d0", + "hash" : "0x42b0169fa085add4833865667053d6fee3da207218f70b4489af2810f4d99336", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x65c623185808cf54cbfb2810468cc90e0bced5c212a2a100271ea3032a5c04a1", - "stateRoot" : "0x5bcda8d342065e2480ca03c194f96db185b0d23ecb10980f52e698fb2928a0a2", + "stateRoot" : "0x5c1bf163ab3a7e7c175c87bb23f95f421621969c1abc50afb376be036182180d", "timestamp" : "0x03e8", "transactionsTrie" : "0x27f8e73be25417fa940fc27c59c1018ac22fe30661ba4281681d9b11e4d79443", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05bcda8d342065e2480ca03c194f96db185b0d23ecb10980f52e698fb2928a0a2a027f8e73be25417fa940fc27c59c1018ac22fe30661ba4281681d9b11e4d79443a065c623185808cf54cbfb2810468cc90e0bced5c212a2a100271ea3032a5c04a1b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010ba38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca077c22828e8420bb0567460c31d0838559a5110e09ad583cb7d885657c71322a4a036a7a6920000cd63ccc930cac2dadcf6becdda478e8f907aa7322542f27efe1cc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa05c1bf163ab3a7e7c175c87bb23f95f421621969c1abc50afb376be036182180da027f8e73be25417fa940fc27c59c1018ac22fe30661ba4281681d9b11e4d79443a065c623185808cf54cbfb2810468cc90e0bced5c212a2a100271ea3032a5c04a1b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010ba38203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca077c22828e8420bb0567460c31d0838559a5110e09ad583cb7d885657c71322a4a036a7a6920000cd63ccc930cac2dadcf6becdda478e8f907aa7322542f27efe1cc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000009ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -1116,7 +1120,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x6e7ce200ad33ed47e086b5676369be44852047d371233da6f8fd9834411ac9d0", + "lastblockhash" : "0x42b0169fa085add4833865667053d6fee3da207218f70b4489af2810f4d99336", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -1124,6 +1128,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -1297,9 +1302,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d14g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "219ddfeba6e683cd533ffc7458f3a9e6deec24e535bfa81c283393728a3d4fba", + "generatedTestHash" : "22b4c08480de14450574ca43c3e9d0b4074b7da5a05f38ab1b734e5f92ba8506", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -1317,20 +1322,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2a", - "hash" : "0xd727937ad3cbb4263d720cd7167b25da78e33e8d88d956e6d0e400c35493622f", + "hash" : "0x1f58cb3e226a27d642f3fbad02692080c1079952cb0639c894915cac833a8608", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x8bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322", - "stateRoot" : "0x203fab5eba4197278037033569d24a6d9fb7008423ae22401f45d3f1da25b296", + "stateRoot" : "0x6fc94c373951d14c7ce5f3bcab6da1d95222f0ca8c8207401d1d93df992ab877", "timestamp" : "0x03e8", "transactionsTrie" : "0x4a1c3d0735dcc27bd7380058ecc41a27b3209f88ae2ab579f1d482920141150f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0203fab5eba4197278037033569d24a6d9fb7008423ae22401f45d3f1da25b296a04a1c3d0735dcc27bd7380058ecc41a27b3209f88ae2ab579f1d482920141150fa08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001ca053f2cc742cceed5ca882d5c3a05815ba81fd9c0c45238e096e57ad00404a1097a02eba91ed81b76d5bc21674a6e2b0d15ffd29eac9554883205370a02ab36b93e2c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06fc94c373951d14c7ce5f3bcab6da1d95222f0ca8c8207401d1d93df992ab877a04a1c3d0735dcc27bd7380058ecc41a27b3209f88ae2ab579f1d482920141150fa08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001ca053f2cc742cceed5ca882d5c3a05815ba81fd9c0c45238e096e57ad00404a1097a02eba91ed81b76d5bc21674a6e2b0d15ffd29eac9554883205370a02ab36b93e2c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000", @@ -1375,7 +1380,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd727937ad3cbb4263d720cd7167b25da78e33e8d88d956e6d0e400c35493622f", + "lastblockhash" : "0x1f58cb3e226a27d642f3fbad02692080c1079952cb0639c894915cac833a8608", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -1383,6 +1388,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -1556,9 +1562,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d15g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "5edfc8422159b20ae0f524ff972c03eaeb02174980d8af3618ab26f495af0629", + "generatedTestHash" : "3a95d462b848908f3a198daea58b81e5876cd2e2a74ba47cae627670e2756a2a", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -1576,20 +1582,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0x43373e053a7f61219843dbca8bdd2f807d2a2cbf46989d23b163ebb5691efe68", + "hash" : "0x8240cdded364114121484dabde995e2f444a3f4b50c8d740625a4ff4fd467551", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", + "stateRoot" : "0x7cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3", "timestamp" : "0x03e8", "transactionsTrie" : "0xc3cae03e3e2fd1d87a68de58f5802acaecbcb164dab0484b4249c628241bb155", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a0c3cae03e3e2fd1d87a68de58f5802acaecbcb164dab0484b4249c628241bb155a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000011ba0c591d7946bf2003dd913c23666aabfb7de9b846bc47256faab916a550627998ca021e1f82cbd391b31b491d848de6af2fa1bf91afca46975afa09fe3a99e4cc67fc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3a0c3cae03e3e2fd1d87a68de58f5802acaecbcb164dab0484b4249c628241bb155a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000011ba0c591d7946bf2003dd913c23666aabfb7de9b846bc47256faab916a550627998ca021e1f82cbd391b31b491d848de6af2fa1bf91afca46975afa09fe3a99e4cc67fc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001", @@ -1634,7 +1640,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x43373e053a7f61219843dbca8bdd2f807d2a2cbf46989d23b163ebb5691efe68", + "lastblockhash" : "0x8240cdded364114121484dabde995e2f444a3f4b50c8d740625a4ff4fd467551", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -1642,6 +1648,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -1815,9 +1822,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d16g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "5e771b2e69797b993b7b0f5f2d329622bf37b0d3fea2405afbbb2bad726840a1", + "generatedTestHash" : "a2c1f539cdeae4d3cf651147cb35a763ebbebc86dc1ff48abe97b4eabdaaa343", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -1835,20 +1842,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0x8e9a9e185971645d09a8589be993add2d74f8c7cfb4dcdc854311b563a879542", + "hash" : "0x99b160b64b94cf21fc280bfae005afcd75384d47b290ff70d548b3861959715c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6", + "stateRoot" : "0x3e0e0fd6209d401698b3aade53b3cfd4a8bb7ce4d597e5e7e7939963949b313b", "timestamp" : "0x03e8", "transactionsTrie" : "0x44cf41864d909fb13fcac9182f963aa3eb6fc841878e167e3c4ee5c01e01d155", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6a044cf41864d909fb13fcac9182f963aa3eb6fc841878e167e3c4ee5c01e01d155a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000021ca02532b1f9887d32a4f8ad13f6d277d63a1cba8cfae0e1dee384938e3e7e7178f0a06fb9ae3942746009c0d318527fdf8a852d1321ce6736c5cdc2f0a5a24f958bcec0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03e0e0fd6209d401698b3aade53b3cfd4a8bb7ce4d597e5e7e7939963949b313ba044cf41864d909fb13fcac9182f963aa3eb6fc841878e167e3c4ee5c01e01d155a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000021ca02532b1f9887d32a4f8ad13f6d277d63a1cba8cfae0e1dee384938e3e7e7178f0a06fb9ae3942746009c0d318527fdf8a852d1321ce6736c5cdc2f0a5a24f958bcec0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000002", @@ -1893,7 +1900,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8e9a9e185971645d09a8589be993add2d74f8c7cfb4dcdc854311b563a879542", + "lastblockhash" : "0x99b160b64b94cf21fc280bfae005afcd75384d47b290ff70d548b3861959715c", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -1901,6 +1908,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -2074,9 +2082,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d17g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "e03c8a49bb89f64e82bda4c966701c18c1d97e30e324fd2d9cd5db1edd1c39b4", + "generatedTestHash" : "2b43f84792eb6ce88c6d9a543177dfccccd479e46c967e9feb8d150f72b46753", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -2094,20 +2102,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0xc2963490fde483ca9e5cd2b5336d39b358d5350095203e0a37b8fc503083aaec", + "hash" : "0x4044a5e106dc296c3199f7630ff97b3f2cd898368c007fd53ea53f15f3846855", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", + "stateRoot" : "0x7cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3", "timestamp" : "0x03e8", "transactionsTrie" : "0x6ea9af212b28945eac509d19687adb1d674507638d778e1dea32e67fee713ca4", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a06ea9af212b28945eac509d19687adb1d674507638d778e1dea32e67fee713ca4a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000031ba0ecd17aa8c1f4d7143bd884160ab4520e65ca5ece9496eb69b0f0dfdd64b68aa4a007cf25dc2ca26da61704e3c274211a77dd4eede6133da04c6f6e14ec1a5f468bc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3a06ea9af212b28945eac509d19687adb1d674507638d778e1dea32e67fee713ca4a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000031ba0ecd17aa8c1f4d7143bd884160ab4520e65ca5ece9496eb69b0f0dfdd64b68aa4a007cf25dc2ca26da61704e3c274211a77dd4eede6133da04c6f6e14ec1a5f468bc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000003", @@ -2152,7 +2160,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc2963490fde483ca9e5cd2b5336d39b358d5350095203e0a37b8fc503083aaec", + "lastblockhash" : "0x4044a5e106dc296c3199f7630ff97b3f2cd898368c007fd53ea53f15f3846855", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -2160,6 +2168,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -2333,9 +2342,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d18g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "d46965665bf60b3102c32bcfabd23d2295e354e654cddfbd8685c14eee0e8524", + "generatedTestHash" : "61621184552f5fc3bbb2a2ff3bcfd96bace454406ef5de343e36b7524dbf302b", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -2353,20 +2362,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010baa", - "hash" : "0xaab99607af1f5783643a6581450132263395e5c849670eecea59c0268a64e6f0", + "hash" : "0x7113f53db4ef2e6a54dae6b0e6a51368f399e90b5d9d087cfe1351c3a1161fca", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x36bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5", - "stateRoot" : "0x0b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014d", + "stateRoot" : "0x46b37b00aab67421c8ca2c0d8e23f6fdab18bbadf958f58c0ad2f9d2c3486ab7", "timestamp" : "0x03e8", "transactionsTrie" : "0xe0bc4fdaafb7340361a65070bfd9b0c432ba8de4613e5335d14e293434ea2e6a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014da0e0bc4fdaafb7340361a65070bfd9b0c432ba8de4613e5335d14e293434ea2e6aa036bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010baa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba093a2c0c4840f6968d0befa64f6198b2f7a959f188eb0c76da4d5296ee10c2fb8a0530bb6864372d6c5cede147b7e76f8b74b692dc038dc04038ec8a57461374aa1c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa046b37b00aab67421c8ca2c0d8e23f6fdab18bbadf958f58c0ad2f9d2c3486ab7a0e0bc4fdaafb7340361a65070bfd9b0c432ba8de4613e5335d14e293434ea2e6aa036bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010baa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ba093a2c0c4840f6968d0befa64f6198b2f7a959f188eb0c76da4d5296ee10c2fb8a0530bb6864372d6c5cede147b7e76f8b74b692dc038dc04038ec8a57461374aa1c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000010ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -2411,7 +2420,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xaab99607af1f5783643a6581450132263395e5c849670eecea59c0268a64e6f0", + "lastblockhash" : "0x7113f53db4ef2e6a54dae6b0e6a51368f399e90b5d9d087cfe1351c3a1161fca", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -2419,6 +2428,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -2592,9 +2602,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d19g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "bdf24537cd5b6ebd10fb56bc5a373412292a289bb5941beb728f4133b82a7079", + "generatedTestHash" : "326aa736ccd09f6886526f166774c84de971ef700cb9e6b7e49ca00349f173b8", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -2612,20 +2622,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2a", - "hash" : "0x31d27085ec3be0a842c614ff136c817fd2588dd093ac8f789af7d97a244c6a4d", + "hash" : "0xdec47d6f4dac2a1957a78f7a061f2bf182e217f530df56bfb7a6115ada6532a8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x8bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322", - "stateRoot" : "0x13eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2d", + "stateRoot" : "0xc90758fdff30f29ba52ea2a539785f52bd9a72e572c984ec5ac5e15ffb9e4d0e", "timestamp" : "0x03e8", "transactionsTrie" : "0x4828de38d15d019282a59b6eb3ad8532e64139f18cd947f9b0f8737dc43562d9", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa013eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2da04828de38d15d019282a59b6eb3ad8532e64139f18cd947f9b0f8737dc43562d9a08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000001ba0e05d83acf9df15d77db5f398e2d67f7bdc8d4dbea96bac6674458898097c7fc4a00e40d02c75263e0c6a2b8b9abb131ea96e95a441155efa6ebbfbc302e1fa2385c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c90758fdff30f29ba52ea2a539785f52bd9a72e572c984ec5ac5e15ffb9e4d0ea04828de38d15d019282a59b6eb3ad8532e64139f18cd947f9b0f8737dc43562d9a08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000001ba0e05d83acf9df15d77db5f398e2d67f7bdc8d4dbea96bac6674458898097c7fc4a00e40d02c75263e0c6a2b8b9abb131ea96e95a441155efa6ebbfbc302e1fa2385c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000000000", @@ -2670,7 +2680,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x31d27085ec3be0a842c614ff136c817fd2588dd093ac8f789af7d97a244c6a4d", + "lastblockhash" : "0xdec47d6f4dac2a1957a78f7a061f2bf182e217f530df56bfb7a6115ada6532a8", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -2678,6 +2688,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -2851,9 +2862,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "c267f542187383b0acfb0a60e5efd6b73cee6a57d1248483a36c12cf2055c952", + "generatedTestHash" : "6f6cc74767fdaa3e112a709b33302e10ffe075b9a88cd066ccab90c95e96d24e", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -2871,20 +2882,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x01099b", - "hash" : "0x2fb65c2cbac403431128f6c65e29da385b0e9887e3cc3290380fe12c78fb67a1", + "hash" : "0xa395c1e8aeb57b0686804d0ba03471f6a0cf3d92c2f093f57626ae3e47394933", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x55a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61e", - "stateRoot" : "0x78008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226", + "stateRoot" : "0xdd8c117ce63ee00506615bfd4d28f3bcf391cd5874d73b93e18cd46e01a2d378", "timestamp" : "0x03e8", "transactionsTrie" : "0x84f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa078008f2699a1d355dc75f7bf61213cb7e62b4db5225f259b29ccb1287c47f226a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a055a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61eb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", + "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0dd8c117ce63ee00506615bfd4d28f3bcf391cd5874d73b93e18cd46e01a2d378a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a055a95981701d10ee7778d48d6f1af05d5522d79a65a4756aade05e3680a9e61eb9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301099b8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002", @@ -2929,7 +2940,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x2fb65c2cbac403431128f6c65e29da385b0e9887e3cc3290380fe12c78fb67a1", + "lastblockhash" : "0xa395c1e8aeb57b0686804d0ba03471f6a0cf3d92c2f093f57626ae3e47394933", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -2937,6 +2948,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -3110,9 +3122,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d20g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "af9a0d125c6e33d5346cf573ca5e7562c524830cc727c4cb0cc327b4eabec68d", + "generatedTestHash" : "3ae5f81df74b0698c74f7ed0c4c965aa2ce618583cd40b8313ce50330f612c01", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -3130,20 +3142,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0x022a7970de22146111230a3eb11cc3d14f70e340a1b25787146c0385c8a5eaa2", + "hash" : "0x2a3782b64d35bf3dcb13998cf9b51b9eccf5684de6d1836ffc8ec1f503a15e59", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0xbb21d03e20f53c24190f368e32f68d56b17f4427ff2484cfcd633b18c0201c33", + "stateRoot" : "0xfb9cd26e537232fe0585c5740812a2b67288a49065d344bc6ca09f9016244c9b", "timestamp" : "0x03e8", "transactionsTrie" : "0xb06cc994cece647fd65e5451063122feb53ae284780fadc836431069cd9ac805", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0bb21d03e20f53c24190f368e32f68d56b17f4427ff2484cfcd633b18c0201c33a0b06cc994cece647fd65e5451063122feb53ae284780fadc836431069cd9ac805a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000031ca00d06adfb5e73c4f5ceac5db1c1ecc2115219a31565f9d10b1fb9ea46a8d1f914a04929223ae9cfd9798a573fdfcfdd3f92be7fb2aca74296b7847716eb1e720090c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fb9cd26e537232fe0585c5740812a2b67288a49065d344bc6ca09f9016244c9ba0b06cc994cece647fd65e5451063122feb53ae284780fadc836431069cd9ac805a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000031ca00d06adfb5e73c4f5ceac5db1c1ecc2115219a31565f9d10b1fb9ea46a8d1f914a04929223ae9cfd9798a573fdfcfdd3f92be7fb2aca74296b7847716eb1e720090c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000000003", @@ -3188,7 +3200,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x022a7970de22146111230a3eb11cc3d14f70e340a1b25787146c0385c8a5eaa2", + "lastblockhash" : "0x2a3782b64d35bf3dcb13998cf9b51b9eccf5684de6d1836ffc8ec1f503a15e59", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -3196,6 +3208,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -3369,9 +3382,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d21g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "9d5af5b727ef336498348dc3fce853321775b141b956cd258edfa4e58c3de475", + "generatedTestHash" : "22050c785a36ddd791299fc09eeb6199c7fd0f247704de024a2a619381f6ec58", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -3389,20 +3402,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0x0b73e38d48fca46aae4e50c0243c827e8a3ec4bd999fb54c0d4f2d96b9c47c59", + "hash" : "0x95605c34999ed191efccaa190dc77bdabb9c1d5d00ba06f308e94b1b1aa5bd34", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6", + "stateRoot" : "0x3e0e0fd6209d401698b3aade53b3cfd4a8bb7ce4d597e5e7e7939963949b313b", "timestamp" : "0x03e8", "transactionsTrie" : "0x96e45d89e967c938ce1614e92da115229be08aee4c15562932619fbff19b7a9f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6a096e45d89e967c938ce1614e92da115229be08aee4c15562932619fbff19b7a9fa028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000781ba06ce09d95a0e04339e6e8b4d2d7878aef427bdf5758546fcd9aec1de671e92596a063a4bfd3910746a8c0ea2cd50926b9c14b70d92ef7cedc2502fd21f9eba0d943c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03e0e0fd6209d401698b3aade53b3cfd4a8bb7ce4d597e5e7e7939963949b313ba096e45d89e967c938ce1614e92da115229be08aee4c15562932619fbff19b7a9fa028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000781ba06ce09d95a0e04339e6e8b4d2d7878aef427bdf5758546fcd9aec1de671e92596a063a4bfd3910746a8c0ea2cd50926b9c14b70d92ef7cedc2502fd21f9eba0d943c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000000078", @@ -3447,7 +3460,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x0b73e38d48fca46aae4e50c0243c827e8a3ec4bd999fb54c0d4f2d96b9c47c59", + "lastblockhash" : "0x95605c34999ed191efccaa190dc77bdabb9c1d5d00ba06f308e94b1b1aa5bd34", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -3455,6 +3468,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -3628,9 +3642,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d22g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "18db828aa12abd51ef7c43b6cc46fec5cc62ff84b0df42009298d0eb731d8b61", + "generatedTestHash" : "cdbb3c1f9c8d142265ef21c5807ad111bfb6a1913651cf1064e619b67961d3f9", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -3648,20 +3662,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0x63f3ef4c7eab9c1ac9c638e17dd3c97e3ee4d07771fc05bbabf5ff359801f2c8", + "hash" : "0xbc0b1b1de8da858c0113b52fccdd19ce46a1a741c4464057795934dc0c15a1ef", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", + "stateRoot" : "0x7cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3", "timestamp" : "0x03e8", "transactionsTrie" : "0x45d9f47a8b63eca2a03c40f99eb8bf920311301a6cad38eb6b3ed9b8a1ffec2e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a045d9f47a8b63eca2a03c40f99eb8bf920311301a6cad38eb6b3ed9b8a1ffec2ea028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe1ba0c86ebd70ddc7b727a27c270b40ba1f6b7e27dbeb190027960d4e0cc8e78e7ed0a063fa0bf21d4465486f9a4b6782e54a9b496554053986743a126cbf6449133202c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3a045d9f47a8b63eca2a03c40f99eb8bf920311301a6cad38eb6b3ed9b8a1ffec2ea028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe1ba0c86ebd70ddc7b727a27c270b40ba1f6b7e27dbeb190027960d4e0cc8e78e7ed0a063fa0bf21d4465486f9a4b6782e54a9b496554053986743a126cbf6449133202c0c0", "transactions" : [ { "data" : "0x100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000fe", @@ -3706,7 +3720,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x63f3ef4c7eab9c1ac9c638e17dd3c97e3ee4d07771fc05bbabf5ff359801f2c8", + "lastblockhash" : "0xbc0b1b1de8da858c0113b52fccdd19ce46a1a741c4464057795934dc0c15a1ef", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -3714,6 +3728,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -3887,9 +3902,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d23g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "9c095039d03a850548f83f1fd79b10040b9170acf0dd9773385a688be9baff6b", + "generatedTestHash" : "80bb04d20f21a0026363596ee43edbefd2820a66c6b0f1125b7427064ffd44e5", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -3907,20 +3922,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0xc1e33de9dd69aa6de8d4c05f78d5f8d5277db84de679bf974008ef5cac983e50", + "hash" : "0xf734e6e3c6fc7c49de1c8f227175df8397a7c0d40dd833349a17893cf4a23e1c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x28c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6", + "stateRoot" : "0x7cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3", "timestamp" : "0x03e8", "transactionsTrie" : "0xd0a3cb8972a2ade282740093a4ccd3fc7d38c94200586e5cf9929774e54da267", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa028c9883dbffcb777fac1bc4984e2c62366d488306db49bf5bf01aacfe9454bf6a0d0a3cb8972a2ade282740093a4ccd3fc7d38c94200586e5cf9929774e54da267a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff1ba058dbb916996705e4c850e7b259e0e50390fa47f0da9c1195c616dd927d2d2fc7a0572ddc45f5b5dae4dbe7e10f9e2178a5bb04f1b42213fedf3af74c17e4e55cc7c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa07cc228b103c1418fbad07223fdb300c70fd1413b72b1ab79089481d2fd9988a3a0d0a3cb8972a2ade282740093a4ccd3fc7d38c94200586e5cf9929774e54da267a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff1ba058dbb916996705e4c850e7b259e0e50390fa47f0da9c1195c616dd927d2d2fc7a0572ddc45f5b5dae4dbe7e10f9e2178a5bb04f1b42213fedf3af74c17e4e55cc7c0c0", "transactions" : [ { "data" : "0x100000000000000000000000000000000000001100000000000000000000000000000000000000000000000000000000000000ff", @@ -3965,7 +3980,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc1e33de9dd69aa6de8d4c05f78d5f8d5277db84de679bf974008ef5cac983e50", + "lastblockhash" : "0xf734e6e3c6fc7c49de1c8f227175df8397a7c0d40dd833349a17893cf4a23e1c", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -3973,6 +3988,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -4146,9 +4162,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d24g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "3318f5c2a55c3bcc4f313397cb7db730b85fe5fca567b8db7c389667500cbac7", + "generatedTestHash" : "d4524f38ec56bdce134dba6d14e14f64a476067030738f8380161d6dbbda16bb", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -4166,20 +4182,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010baa", - "hash" : "0x7db831a88854b5262447cd0a7924ee6e758c57d57392f89dc395d0b54782f9f0", + "hash" : "0x8bc0c657a45d9d5d4a63aa7126008181e1e2b8b7c7bdbd486b1345fecbace50c", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x36bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5", - "stateRoot" : "0x0b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014d", + "stateRoot" : "0x46b37b00aab67421c8ca2c0d8e23f6fdab18bbadf958f58c0ad2f9d2c3486ab7", "timestamp" : "0x03e8", "transactionsTrie" : "0x07c6fbe31d6b19037912ef3571f547a9118512cce4544ab30ed32ebbf35cfa30", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa00b8814df76ae950b88ff57bf0f0302dc04b8342971d5b0a60d83c2c970a2014da007c6fbe31d6b19037912ef3571f547a9118512cce4544ab30ed32ebbf35cfa30a036bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010baa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000011ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca05801d350edce7001a8e0bce6e03be50a2e691b208ba22441ed0783b1af59147aa06a077460f696296473180962d212dfc61347f194a8b9a32c9a53dafd3ba59948c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa046b37b00aab67421c8ca2c0d8e23f6fdab18bbadf958f58c0ad2f9d2c3486ab7a007c6fbe31d6b19037912ef3571f547a9118512cce4544ab30ed32ebbf35cfa30a036bcd6507a0989b3d9cbc9c08947168add69cef908742aaa78b13c1f5a6179f5b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010baa8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b41000000000000000000000000000000000000011ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1ca05801d350edce7001a8e0bce6e03be50a2e691b208ba22441ed0783b1af59147aa06a077460f696296473180962d212dfc61347f194a8b9a32c9a53dafd3ba59948c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000011ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", @@ -4224,7 +4240,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x7db831a88854b5262447cd0a7924ee6e758c57d57392f89dc395d0b54782f9f0", + "lastblockhash" : "0x8bc0c657a45d9d5d4a63aa7126008181e1e2b8b7c7bdbd486b1345fecbace50c", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -4232,6 +4248,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -4405,9 +4422,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "83ef4cb84fe55d810b13e5e8054830bfe1a69582bbbea87120f3792085bdab35", + "generatedTestHash" : "edb927aa65169ecb57d95bcf69f094c856d87e24e4babc69e8d08ed514232701", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -4425,20 +4442,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010995", - "hash" : "0xeee3c01af6e056c213a3419a266a1cc3d30f18b88868444984839dbf07690151", + "hash" : "0x230fd21a5c2788234b61d4ca59da6166dc99658ec52ad7361bee28685cc6976e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x21476074f55f6de59c9206f51faf9190b26f907812f46c61f78cf104b89ed561", - "stateRoot" : "0x94b93ced81940964dd4b85140a1b8b2090776f4fb986aedd76976f5857820d13", + "stateRoot" : "0xcaca6e405ad086b3e72980b498170f336eb40a13b6f7cb12b0f9d1ffe99585fa", "timestamp" : "0x03e8", "transactionsTrie" : "0x69627ea87d6339603e8c459f2739ca6c566742ec90913b34c4f3d30b4ae7599c", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa094b93ced81940964dd4b85140a1b8b2090776f4fb986aedd76976f5857820d13a069627ea87d6339603e8c459f2739ca6c566742ec90913b34c4f3d30b4ae7599ca021476074f55f6de59c9206f51faf9190b26f907812f46c61f78cf104b89ed561b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000051ba021068802945327f6be73284c7dba0fad39430579cb1fe1a7f093e03d37085e53a0692cc656a17e0d0c76236cde5dd493bf41c9a6940e1cef0f2a0882b7d1fbdbaac0c0", + "rlp" : "0xf902b8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0caca6e405ad086b3e72980b498170f336eb40a13b6f7cb12b0f9d1ffe99585faa069627ea87d6339603e8c459f2739ca6c566742ec90913b34c4f3d30b4ae7599ca021476074f55f6de59c9206f51faf9190b26f907812f46c61f78cf104b89ed561b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109958203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000051ba021068802945327f6be73284c7dba0fad39430579cb1fe1a7f093e03d37085e53a0692cc656a17e0d0c76236cde5dd493bf41c9a6940e1cef0f2a0882b7d1fbdbaac0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000005", @@ -4483,7 +4500,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xeee3c01af6e056c213a3419a266a1cc3d30f18b88868444984839dbf07690151", + "lastblockhash" : "0x230fd21a5c2788234b61d4ca59da6166dc99658ec52ad7361bee28685cc6976e", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -4491,6 +4508,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -4664,9 +4682,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "3449840f9b956b3c77e6ee4a1f00dd71eec8d37860cee6f11d249f3863d8078e", + "generatedTestHash" : "4e7706d04f632ef7491dfabf9fb5457d88a33bef1a031acd7bf37a9816965f80", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -4684,20 +4702,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2f", - "hash" : "0xf243cc53f9b14fd802a7c7b4a26a4a952b7b82d002cfd5c24f303066c0432f81", + "hash" : "0x720d87fb1310a613e507c2743e1557a13bbd5d2e11d3fbfd98946f25298a7fd8", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", - "stateRoot" : "0xfcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161", + "stateRoot" : "0x6a080da20b6e4cf18e37e7f7d96cda8670595e3685c803ddc4a4a7d262549f9a", "timestamp" : "0x03e8", "transactionsTrie" : "0x22d37c0973df1273bc2ef1fa441eefdfe5e9d66343ea0ab688f0751626b16ae7", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161a022d37c0973df1273bc2ef1fa441eefdfe5e9d66343ea0ab688f0751626b16ae7a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000011ca0b5648cba7f6591129dc4bc66b5fb246033d17852a1ead223d5fa13bab50395d5a052c50d9771459575dd5746c0e548073ce10f84f8ca002b25da2863fc42c86030c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06a080da20b6e4cf18e37e7f7d96cda8670595e3685c803ddc4a4a7d262549f9aa022d37c0973df1273bc2ef1fa441eefdfe5e9d66343ea0ab688f0751626b16ae7a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000011ca0b5648cba7f6591129dc4bc66b5fb246033d17852a1ead223d5fa13bab50395d5a052c50d9771459575dd5746c0e548073ce10f84f8ca002b25da2863fc42c86030c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000001", @@ -4742,7 +4760,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf243cc53f9b14fd802a7c7b4a26a4a952b7b82d002cfd5c24f303066c0432f81", + "lastblockhash" : "0x720d87fb1310a613e507c2743e1557a13bbd5d2e11d3fbfd98946f25298a7fd8", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -4750,6 +4768,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -4923,9 +4942,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d4g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "4eaa3baa01db10ff7645be9f0804222e94f7101c169ff840f5c9702cfa79b3f1", + "generatedTestHash" : "deb75eb617e9f7bd70286e79dc4ebf7bbb41b29f8083e55b95dfd420af31e1db", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -4943,20 +4962,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a23", - "hash" : "0xc5e7dd28d92f3d0465bafcd7ec7505b8d13e9eca062cfc3115aca85f55e86dbb", + "hash" : "0x3a0ebca2a98e84b39409f1cde668768b59b8e6a9b7c7bf0071e682d39f083bc2", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xa14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11", - "stateRoot" : "0x820b67ba3dd51397c61bb13f220bf3598a895166b132405c9cbb1d8639a40f20", + "stateRoot" : "0x3b032ff972a79ab8f6269d0c4922da34c6c68e99841d6c8277eb3c1c8370bdb6", "timestamp" : "0x03e8", "transactionsTrie" : "0x2af97a71aba56eab73f565679b8480c0a8fc78e1705f2700101aadeef7cbcd46", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0820b67ba3dd51397c61bb13f220bf3598a895166b132405c9cbb1d8639a40f20a02af97a71aba56eab73f565679b8480c0a8fc78e1705f2700101aadeef7cbcd46a0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001ba05d1c239e2291f8042f1c46c57d2c5e409b2002099d62608e1164bf6a74b3114aa00d90fe04cd51087ded2ae958db19d1cfc3237e38b891774565c1a9504e71a051c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03b032ff972a79ab8f6269d0c4922da34c6c68e99841d6c8277eb3c1c8370bdb6a02af97a71aba56eab73f565679b8480c0a8fc78e1705f2700101aadeef7cbcd46a0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001ba05d1c239e2291f8042f1c46c57d2c5e409b2002099d62608e1164bf6a74b3114aa00d90fe04cd51087ded2ae958db19d1cfc3237e38b891774565c1a9504e71a051c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000", @@ -5001,7 +5020,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xc5e7dd28d92f3d0465bafcd7ec7505b8d13e9eca062cfc3115aca85f55e86dbb", + "lastblockhash" : "0x3a0ebca2a98e84b39409f1cde668768b59b8e6a9b7c7bf0071e682d39f083bc2", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -5009,6 +5028,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -5182,9 +5202,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d5g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "0b99a0b47050898adcda2ff017701a1a9bbb8d0422f5a13b0907268c074a43c7", + "generatedTestHash" : "87c4dd75921de4edcbd647af8e0c3d2a8e329ef190cd1e0c55c64c0e3eea20e6", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -5202,20 +5222,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a36", - "hash" : "0xf9f9833f9d4a7da179db2fc0466158e1aa818773c3e3eff0a0e65286f9c489c2", + "hash" : "0x48203b759604bd697c1d5e2afd84cb4b0d86c41ea6aa6212143e17ffd88d782e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x28765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506", - "stateRoot" : "0x478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6", + "stateRoot" : "0x3e0e0fd6209d401698b3aade53b3cfd4a8bb7ce4d597e5e7e7939963949b313b", "timestamp" : "0x03e8", "transactionsTrie" : "0x54314a7c4e021824fe4f16820dc284a9b30899b3dbd58ff13219c1aeed6722d2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0478de3e26f888f4605cd119da60f41bf89c45bdf1dc9ab9ffc5f01ee55e64bd6a054314a7c4e021824fe4f16820dc284a9b30899b3dbd58ff13219c1aeed6722d2a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000011ba0e0a98bd2890bcaf59604165d8e90927522f56403dc3e3131b806d77e1fb4a1b9a02ff4282b1433e1e2f00df982e85a912fe17b40755a73ef52e5dc3f6230b8ba9cc0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03e0e0fd6209d401698b3aade53b3cfd4a8bb7ce4d597e5e7e7939963949b313ba054314a7c4e021824fe4f16820dc284a9b30899b3dbd58ff13219c1aeed6722d2a028765f73786afcb6fc9c9ea4f9d665e46a5843142448fe4a5666910da4961506b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a368203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000011ba0e0a98bd2890bcaf59604165d8e90927522f56403dc3e3131b806d77e1fb4a1b9a02ff4282b1433e1e2f00df982e85a912fe17b40755a73ef52e5dc3f6230b8ba9cc0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000001", @@ -5260,7 +5280,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf9f9833f9d4a7da179db2fc0466158e1aa818773c3e3eff0a0e65286f9c489c2", + "lastblockhash" : "0x48203b759604bd697c1d5e2afd84cb4b0d86c41ea6aa6212143e17ffd88d782e", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -5268,6 +5288,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -5441,9 +5462,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d6g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "93e5685e4a2b16eee8be13cd4cd3eb2fba4c4c6dfdb8af0ffd5e44e86d43f177", + "generatedTestHash" : "f6ecfd9dd8113d24d2bc41667f87c49e0edd0500616e24b14a867fc430dec597", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -5461,20 +5482,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2a", - "hash" : "0x931bab4e248fb4625483ab3767cfb8d8c7ddcdec15a74ff713a091605e8deaa1", + "hash" : "0x2dc8f0260e1108624d74415303251288316e990670a424544ef948bde234790f", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0x8bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322", - "stateRoot" : "0x13eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2d", + "stateRoot" : "0xc90758fdff30f29ba52ea2a539785f52bd9a72e572c984ec5ac5e15ffb9e4d0e", "timestamp" : "0x03e8", "transactionsTrie" : "0x3c42522f0c599fcf70a036d7bc4302d472727092781659f1df80370d83541f84", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa013eb8e58dc178d4a660472c7aa0ef6d5370a07afcf7862a7a31e5c2e4ef50b2da03c42522f0c599fcf70a036d7bc4302d472727092781659f1df80370d83541f84a08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000001ca05f8e5bd86f380845229399232c43924c29d9f48a42a0f18bfef5daeefae17e4da06c0cdc13ce5833aa81092aeab9fdf18d1fed8166fa65e4bf0959324cc2447061c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c90758fdff30f29ba52ea2a539785f52bd9a72e572c984ec5ac5e15ffb9e4d0ea03c42522f0c599fcf70a036d7bc4302d472727092781659f1df80370d83541f84a08bef9fe78376a7d11d8a7568830def0cc16f334685480f9ffb21eccd0204c322b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000001ca05f8e5bd86f380845229399232c43924c29d9f48a42a0f18bfef5daeefae17e4da06c0cdc13ce5833aa81092aeab9fdf18d1fed8166fa65e4bf0959324cc2447061c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000", @@ -5519,7 +5540,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x931bab4e248fb4625483ab3767cfb8d8c7ddcdec15a74ff713a091605e8deaa1", + "lastblockhash" : "0x2dc8f0260e1108624d74415303251288316e990670a424544ef948bde234790f", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -5527,6 +5548,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -5700,9 +5722,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d7g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "6c0c0c9ebb163e16243046d80d2426f121ad4ea438f3f40ab26a27411bfe1f88", + "generatedTestHash" : "b52791f440c5cb108300d08d431961b034f354e9dd1b677782616f3a4cc638df", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -5720,20 +5742,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a2f", - "hash" : "0x8b36965d4b56a65b549aa92e08c189230a4d1cda342d0fa62c658640675dc58d", + "hash" : "0x147d6fabc62228aef42d93cfe4d3c9220c8b0665b0ef572d2a3de25d893c7994", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xc5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244e", - "stateRoot" : "0xfcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161", + "stateRoot" : "0x6a080da20b6e4cf18e37e7f7d96cda8670595e3685c803ddc4a4a7d262549f9a", "timestamp" : "0x03e8", "transactionsTrie" : "0xccb4f2d26ffd097909c2d88f90fb505a88b02c881a2a72ea304432b8ddca1b88", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0fcd2479b50b40ccfa157f18944c1cb4e3ac811ebd32d761f314fbc0528e81161a0ccb4f2d26ffd097909c2d88f90fb505a88b02c881a2a72ea304432b8ddca1b88a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000011ca0ee53971cffec5f6805e56e2d9cb173f3043d4220e26801a5414280ae058d8b8ca06e15a758d3e286574fc8393ec794c82c490b6fab89b140af08fa729ae5f62f56c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa06a080da20b6e4cf18e37e7f7d96cda8670595e3685c803ddc4a4a7d262549f9aa0ccb4f2d26ffd097909c2d88f90fb505a88b02c881a2a72ea304432b8ddca1b88a0c5a3b906fe1685490cb884edd6829a44fae90bf93c13f901d3f1f1be6adb244eb90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a2f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000011ca0ee53971cffec5f6805e56e2d9cb173f3043d4220e26801a5414280ae058d8b8ca06e15a758d3e286574fc8393ec794c82c490b6fab89b140af08fa729ae5f62f56c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000001", @@ -5778,7 +5800,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x8b36965d4b56a65b549aa92e08c189230a4d1cda342d0fa62c658640675dc58d", + "lastblockhash" : "0x147d6fabc62228aef42d93cfe4d3c9220c8b0665b0ef572d2a3de25d893c7994", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -5786,6 +5808,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -5959,9 +5982,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d8g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "e7665c4c0bb839eb75205a3fe44c24d7e18d6a39e35ed597318642ec5de95b15", + "generatedTestHash" : "14d6c7c6f0c32f0c42c984aa641a4be1eea14d71e5793b8ad43bad96e3c78583", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -5979,20 +6002,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a23", - "hash" : "0x18e5fe37e7af8a6b2fe4bd42bd7e50d14c92e862c156a1d13569d36b1ff3e9b7", + "hash" : "0x0b77b2666d4db0182c0703782a485b21d2c1f04dc3fac3fc75415710a51c8f4d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xa14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11", - "stateRoot" : "0xaaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6", + "stateRoot" : "0x3545dcabadcb0fbd7bad1975237dc6553510d9ba7c5dd4a9730504678982ad7d", "timestamp" : "0x03e8", "transactionsTrie" : "0x949d4206e43f1ecb2fada43ff699ec3db2c00a05dc4e65385853dadc9efae26a", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6a0949d4206e43f1ecb2fada43ff699ec3db2c00a05dc4e65385853dadc9efae26aa0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001ba09048a39846e7026c5453bce4057f0a860530c808765e6c18d441b5339f196571a002d0bdf0d6e089545973c27fba2efdc50af1d6d802c6080a390496bc26ac70a7c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03545dcabadcb0fbd7bad1975237dc6553510d9ba7c5dd4a9730504678982ad7da0949d4206e43f1ecb2fada43ff699ec3db2c00a05dc4e65385853dadc9efae26aa0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000001ba09048a39846e7026c5453bce4057f0a860530c808765e6c18d441b5339f196571a002d0bdf0d6e089545973c27fba2efdc50af1d6d802c6080a390496bc26ac70a7c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000", @@ -6037,7 +6060,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x18e5fe37e7af8a6b2fe4bd42bd7e50d14c92e862c156a1d13569d36b1ff3e9b7", + "lastblockhash" : "0x0b77b2666d4db0182c0703782a485b21d2c1f04dc3fac3fc75415710a51c8f4d", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -6045,6 +6068,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -6218,9 +6242,9 @@ "EOF1_RJUMP_RJUMPI_RJUMPV_Execution_d9g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "7494d09c80167a403f9ebbe710b68df572dddd098ceb91679ea15b52caf5c8ff", + "generatedTestHash" : "45a91d022c33eecf9fd4d2d603f23d9b2984cf3e2727278664601500d49b3cd3", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4200/EOF1_RJUMP_RJUMPI_RJUMPV_ExecutionFiller.yml", @@ -6238,20 +6262,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010a23", - "hash" : "0xd696d9db169ac0bac9b243c7fe41122adbcc493758a058e23e1a77003fdd428c", + "hash" : "0x330cc9c58848b9bacbcb0fde04e65c68f2eb8dac052da30bdb37a698dffd363e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xfc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787f", "receiptTrie" : "0xa14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11", - "stateRoot" : "0xaaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6", + "stateRoot" : "0x3545dcabadcb0fbd7bad1975237dc6553510d9ba7c5dd4a9730504678982ad7d", "timestamp" : "0x03e8", "transactionsTrie" : "0x33247730d3e544602c28145911c8b2e7168bbca3770a26cadc9f4c064ab636ce", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0aaa5875d4521e19e1401aab432f831ad8ad5a5e3cbaff4b0fbb823462b2ceae6a033247730d3e544602c28145911c8b2e7168bbca3770a26cadc9f4c064ab636cea0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000001ca061df47b0d61040eb1f727e1f05f0c818f7d76253de5bd41e68bed914ad6f4563a0318ebbd619b7af403f7d3b0e7b9f9fe3765e0d8e14c1b3bd2aa738c745680c58c0c0", + "rlp" : "0xf902d8f9023ba0fc78c6aedc091455a1124d5aa926411f5823330531ada261c5b088124688787fa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa03545dcabadcb0fbd7bad1975237dc6553510d9ba7c5dd4a9730504678982ad7da033247730d3e544602c28145911c8b2e7168bbca3770a26cadc9f4c064ab636cea0a14ea8bbd0cc1cce18fe347a0d98bdfb7a50d482f6d652cb967d578372565a11b90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010a238203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f896f894800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b4100000000000000000000000000000000000000900000000000000000000000000000000000000000000000000000000000000001ca061df47b0d61040eb1f727e1f05f0c818f7d76253de5bd41e68bed914ad6f4563a0318ebbd619b7af403f7d3b0e7b9f9fe3765e0d8e14c1b3bd2aa738c745680c58c0c0", "transactions" : [ { "data" : "0x10000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000000", @@ -6296,7 +6320,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa08fde22fe3b07771ac104ce3b494a2d9f0402bb535e43080256f51163a05b9d61a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xd696d9db169ac0bac9b243c7fe41122adbcc493758a058e23e1a77003fdd428c", + "lastblockhash" : "0x330cc9c58848b9bacbcb0fde04e65c68f2eb8dac052da30bdb37a698dffd363e", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -6304,6 +6328,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json index 25b8ffb48f1..e7017dcb518 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP4750/CALLF_RETF_Execution.json @@ -2,9 +2,9 @@ "CALLF_RETF_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "4426cfe31356b9b15b6c4b7de3822eab9a345e06e8981f6c5ea1d82f5dea2549", + "generatedTestHash" : "22002fafe70b37d99b8e0c1f1d3125a0a84ff1aa5ef57fbd7e2f46a1f62096f2", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x0109a0", - "hash" : "0xbf57b8ce1859231fe62c92290f6c121efd16b62c6bd2e1d65ddd388e994b34ee", + "hash" : "0x5102a9bd5df5d477dc423672a7a00a055e23304d4b00f540b6d51621fd9c9a03", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "receiptTrie" : "0xdcafb9008cd7589b9f8f226466b703ed32828c68f37c627708de6cdaff0ff46f", - "stateRoot" : "0x79367a4301c5323e71256f19c7cd6a19decf004addb0ac989a49c5f10090cc55", + "stateRoot" : "0x54be3fe413e14131d8a26a2591b7e863fd0870c3ab6e0a13d521059cc4383f3d", "timestamp" : "0x03e8", "transactionsTrie" : "0x09ac9d39989a1c88c727acaf9a8af2f8d31d6ff9664436f3486c70cd22ce0cf5", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa079367a4301c5323e71256f19c7cd6a19decf004addb0ac989a49c5f10090cc55a009ac9d39989a1c88c727acaf9a8af2f8d31d6ff9664436f3486c70cd22ce0cf5a0dcafb9008cd7589b9f8f226466b703ed32828c68f37c627708de6cdaff0ff46fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109a08203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ba07f8fbe7cfadf3268f71508bd29e01ef28bb6d8c47b7811bc43f23c4133f05ae2a01bb7cea57faa8e0915f87f5af3a12e9f64f2eb3033536aafc8fc4ea6d45876aac0c0", + "rlp" : "0xf902b8f9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa054be3fe413e14131d8a26a2591b7e863fd0870c3ab6e0a13d521059cc4383f3da009ac9d39989a1c88c727acaf9a8af2f8d31d6ff9664436f3486c70cd22ce0cf5a0dcafb9008cd7589b9f8f226466b703ed32828c68f37c627708de6cdaff0ff46fb901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830109a08203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ba07f8fbe7cfadf3268f71508bd29e01ef28bb6d8c47b7811bc43f23c4133f05ae2a01bb7cea57faa8e0915f87f5af3a12e9f64f2eb3033536aafc8fc4ea6d45876aac0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000001", @@ -80,7 +80,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbf57b8ce1859231fe62c92290f6c121efd16b62c6bd2e1d65ddd388e994b34ee", + "lastblockhash" : "0x5102a9bd5df5d477dc423672a7a00a055e23304d4b00f540b6d51621fd9c9a03", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -88,6 +88,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -177,9 +178,9 @@ "CALLF_RETF_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "6dc70aaa0efd6a7400e043a61103e2154e959f6cbd539472f98efc599d2b5354", + "generatedTestHash" : "baaebd56e0063df7b50c1eaf45720d9799aa3f3a9c2adf02de036ddd378b0d3d", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", @@ -197,20 +198,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x010b45", - "hash" : "0xbc73310a16e6661d18d8301a5eef109e0184a4b6951ce8044e2713f469129131", + "hash" : "0xa2f6410101a030454f2e3f8094afeb9214b5868cb08481e9b5f405e89bd8c089", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "receiptTrie" : "0xcbd2557b230ba22f2a94bbe26b0120443e4f476bc0506b7b6e252fd08750309d", - "stateRoot" : "0x1769decec1a3a8535c7150d8728d0287903fa1c4ac1dcb9230fa607a24f53278", + "stateRoot" : "0x326076bae5010bc2ef25111863ca3a5a0ff52d3ce20f0824c2bb87905d9b44a6", "timestamp" : "0x03e8", "transactionsTrie" : "0x1f66beef30e86bf330115bb9fcfdf56d0ea708070d8552e3cf430c43c08f583f", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ddf9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa01769decec1a3a8535c7150d8728d0287903fa1c4ac1dcb9230fa607a24f53278a01f66beef30e86bf330115bb9fcfdf56d0ea708070d8552e3cf430c43c08f583fa0cbd2557b230ba22f2a94bbe26b0120443e4f476bc0506b7b6e252fd08750309db90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010b458203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c766526700000000000000000000000000000000000000000000000000000000000000051ca067bd4a495286c18cc877c3db55abc0a36e958f08ebb14a61df77a4e2c9824c42a0576180f19e5b5e6146f6e239f2d5f5dff80abb223dbd3efca10cbd1215ce09ddc0c0", + "rlp" : "0xf902ddf9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0326076bae5010bc2ef25111863ca3a5a0ff52d3ce20f0824c2bb87905d9b44a6a01f66beef30e86bf330115bb9fcfdf56d0ea708070d8552e3cf430c43c08f583fa0cbd2557b230ba22f2a94bbe26b0120443e4f476bc0506b7b6e252fd08750309db90100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001840550000083010b458203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c766526700000000000000000000000000000000000000000000000000000000000000051ca067bd4a495286c18cc877c3db55abc0a36e958f08ebb14a61df77a4e2c9824c42a0576180f19e5b5e6146f6e239f2d5f5dff80abb223dbd3efca10cbd1215ce09ddc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002c76652670000000000000000000000000000000000000000000000000000000000000005", @@ -255,7 +256,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xbc73310a16e6661d18d8301a5eef109e0184a4b6951ce8044e2713f469129131", + "lastblockhash" : "0xa2f6410101a030454f2e3f8094afeb9214b5868cb08481e9b5f405e89bd8c089", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -263,6 +264,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -352,9 +354,9 @@ "CALLF_RETF_Execution_d2g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "e36a5ba34a175f8d1760b0991ce73e541da0cdb6f5437d66ea8cac9594c4ee53", + "generatedTestHash" : "7fa634488fd26215acba8de2d40b7fa804492587d08893e9ff59b0ab70a79a73", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", @@ -372,20 +374,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x01b84f", - "hash" : "0xf05d4ef641dc3aa436f0e9d1610a79035949da6cf6a56a1a8e9edaf6778c521a", + "hash" : "0xa2b3fb83731fe6768067ef933e0f72598fa4db3d88af729906509f38c7ec100b", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "receiptTrie" : "0xe9d1161cf58a33c67a44cccc61c46606aab9d8cd1ba9184842232b58d8575247", - "stateRoot" : "0x69d43cdd9dc91ed68c7a51efcf0a8a54a4ea9bbb53caee35c1d34b54025b494c", + "stateRoot" : "0xee7321c35ae6157b77481bd9af2690cd027e72ea44d1d904cd144cbae3753aab", "timestamp" : "0x03e8", "transactionsTrie" : "0x6eb2f86f6171abddb7480a2b84b7423afaf3f46ba25f8de4b19c63a5da30874d", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902ddf9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa069d43cdd9dc91ed68c7a51efcf0a8a54a4ea9bbb53caee35c1d34b54025b494ca06eb2f86f6171abddb7480a2b84b7423afaf3f46ba25f8de4b19c63a5da30874da0e9d1161cf58a33c67a44cccc61c46606aab9d8cd1ba9184842232b58d8575247b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b84f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f1ca08d09dba60c603d17ae87232ff4edf12adb67fc64fa932ae2dffe91e5c2aed371a05ffae9204f8f656af7a1b153af59077ad4da00bdc9cf0e4edae12bdba626c353c0c0", + "rlp" : "0xf902ddf9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ee7321c35ae6157b77481bd9af2690cd027e72ea44d1d904cd144cbae3753aaba06eb2f86f6171abddb7480a2b84b7423afaf3f46ba25f8de4b19c63a5da30874da0e9d1161cf58a33c67a44cccc61c46606aab9d8cd1ba9184842232b58d8575247b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301b84f8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f89bf899800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b80b8381000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f1ca08d09dba60c603d17ae87232ff4edf12adb67fc64fa932ae2dffe91e5c2aed371a05ffae9204f8f656af7a1b153af59077ad4da00bdc9cf0e4edae12bdba626c353c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002c6c2ea17000000000000000000000000000000000000000000000000000000000000000f", @@ -430,7 +432,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xf05d4ef641dc3aa436f0e9d1610a79035949da6cf6a56a1a8e9edaf6778c521a", + "lastblockhash" : "0xa2b3fb83731fe6768067ef933e0f72598fa4db3d88af729906509f38c7ec100b", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -438,6 +440,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -527,9 +530,9 @@ "CALLF_RETF_Execution_d3g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "50dc959c5b14ed8f66ffc07759f7a0e1716d91ed528c5135f9929c4e271c2b98", + "generatedTestHash" : "99e994382adb071c27a77a08dd7efb1b12f277abc10fc81f8b34a7bb98502c5f", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP4750/CALLF_RETF_ExecutionFiller.yml", @@ -547,20 +550,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x01298a", - "hash" : "0x034456302dfc36d28ec30a733ffb84afa9c630592f08f4b599c6ba8c024679a8", + "hash" : "0xc308e75f9622f68e67a239b50e945978422b56844e9d4c44f9bbf1033e0c10c4", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x30aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402", "receiptTrie" : "0x383a30adf388190c3ba4cae3df7583d93d11a6f481743eba7a25f3659ec80da9", - "stateRoot" : "0x9bed5d9abcae9f8e0801f708f8a154511d1d793ce9602c490e8629d250b5bd3f", + "stateRoot" : "0x32e51bcbda1d3df78b6e6c656f37b5b2d3a3ddbad7c5515acf484acffd54e83f", "timestamp" : "0x03e8", "transactionsTrie" : "0x5c72495f4f80f76ea7ee5250fe6358798534d96d30447e154dbf8ea380be54c6", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09bed5d9abcae9f8e0801f708f8a154511d1d793ce9602c490e8629d250b5bd3fa05c72495f4f80f76ea7ee5250fe6358798534d96d30447e154dbf8ea380be54c6a0383a30adf388190c3ba4cae3df7583d93d11a6f481743eba7a25f3659ec80da9b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301298a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000031ca04fe6d9aa255634989683cacffd0604f265c7b5fd4c63ccd4777ac471fcda2040a03396b4ae86b12f189aa1ad218e20b97ffb991b0b2b203b661ef429ca5b829a26c0c0", + "rlp" : "0xf902b8f9023ba030aeb1610190e97c7184f22a1b9fccdcd4674b0be695a2dc3c4b1df9266e0402a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa032e51bcbda1d3df78b6e6c656f37b5b2d3a3ddbad7c5515acf484acffd54e83fa05c72495f4f80f76ea7ee5250fe6358798534d96d30447e154dbf8ea380be54c6a0383a30adf388190c3ba4cae3df7583d93d11a6f481743eba7a25f3659ec80da9b9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800184055000008301298a8203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a83e4e1c094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000031ca04fe6d9aa255634989683cacffd0604f265c7b5fd4c63ccd4777ac471fcda2040a03396b4ae86b12f189aa1ad218e20b97ffb991b0b2b203b661ef429ca5b829a26c0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000003", @@ -605,7 +608,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa063779de57405a223e841d022d5c883b28439081138b1a6573b12dabda89e0350a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x034456302dfc36d28ec30a733ffb84afa9c630592f08f4b599c6ba8c024679a8", + "lastblockhash" : "0xc308e75f9622f68e67a239b50e945978422b56844e9d4c44f9bbf1033e0c10c4", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -613,6 +616,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { diff --git a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json index 5c8aa293953..1d1d038f667 100644 --- a/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json +++ b/EIPTests/BlockchainTests/StateTests/stEOF/stEIP5450/EOF1_CALLF_Execution.json @@ -2,9 +2,9 @@ "EOF1_CALLF_Execution_d0g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "93a68df776151b367f88f769eda41a29f62b0cd1a3c682da9c9bd8bc3970f102", + "generatedTestHash" : "24c2a5197ef511cce2086b05e1c9e80a5daacfb7e7c96899a2d7940e85d47623", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP5450/EOF1_CALLF_ExecutionFiller.yml", @@ -22,20 +22,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x012627", - "hash" : "0x34af834c213e459115d2284ae9d164806d4d72181c113ce29312915ee6c6f6f6", + "hash" : "0x79e3c1b4698dc35f29a1e4a5bb3f2578f6e7edddc2857b43a78142fb0ab9205d", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xb7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73", "receiptTrie" : "0x69823d9bc615ecc0c7725042ebd0624e479d90445d613fb27c45162a13e6ade5", - "stateRoot" : "0xe1cbd9e992595acdd07860609099861bf6071a3c927ec5f6c23d8b95a34714e1", + "stateRoot" : "0x9cddeb793869afc1d20a809d950143ab730d3cb0d96cde2a746c2712055c9e8a", "timestamp" : "0x03e8", "transactionsTrie" : "0xd610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0b7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0e1cbd9e992595acdd07860609099861bf6071a3c927ec5f6c23d8b95a34714e1a0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a069823d9bc615ecc0c7725042ebd0624e479d90445d613fb27c45162a13e6ade5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830126278203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", + "rlp" : "0xf902b8f9023ba0b7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa09cddeb793869afc1d20a809d950143ab730d3cb0d96cde2a746c2712055c9e8aa0d610b437e2ad149cce32bba851b9f01fc8e710c68441c333f119ba2a6734b049a069823d9bc615ecc0c7725042ebd0624e479d90445d613fb27c45162a13e6ade5b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830126278203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000011ca0f3468a162da6e1853c6c309166644f2cb0aacc45db4ce27e158f24b3bbe259baa07588f62b1229e9637779d355a47df65b1f7acc7a0cd3e724e9df207f052dca9dc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000001", @@ -80,7 +80,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a3d80d7ea83559dbb531f28a92816ce1cd989575add7fb5bab14b3b833a5be10a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0x34af834c213e459115d2284ae9d164806d4d72181c113ce29312915ee6c6f6f6", + "lastblockhash" : "0x79e3c1b4698dc35f29a1e4a5bb3f2578f6e7edddc2857b43a78142fb0ab9205d", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -88,6 +88,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { @@ -163,9 +164,9 @@ "EOF1_CALLF_Execution_d1g0v0_Prague" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "f35e1e225e2321f1b3888f2d8fa5e262903f85243c4281071d0bb1501a421a79", + "generatedTestHash" : "58c9a53ae6aaaf87032f1fb9d97f8f946d70f6b280e53f01181a45cc84a05ec8", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP5450/EOF1_CALLF_ExecutionFiller.yml", @@ -183,20 +184,20 @@ "extraData" : "0x00", "gasLimit" : "0x05500000", "gasUsed" : "0x011233", - "hash" : "0xec0051a0403576f9a2bbde86261c056dacb68ddbded5a074a7fab9dfcddc5a74", + "hash" : "0xee3ca56639001e07c13e29ca61de8b6c0ff73da72f92f25986039c20f5f60d55", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000020000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentBeaconBlockRoot" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0xb7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73", "receiptTrie" : "0x6e4018d03d4f43bb8f167abf1aac116b3988a3fb9c0b6a92b1deba18f522bcc9", - "stateRoot" : "0xc08981d87f1b8de21f034e8a90c734f203a697a2d5d1dc929488530137996cd5", + "stateRoot" : "0xccd286646d27e6e941709b9ece6d2ee4456ceb8616bb9e3fcb235067ee88dc12", "timestamp" : "0x03e8", "transactionsTrie" : "0x84f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, - "rlp" : "0xf902b8f9023ba0b7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0c08981d87f1b8de21f034e8a90c734f203a697a2d5d1dc929488530137996cd5a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a06e4018d03d4f43bb8f167abf1aac116b3988a3fb9c0b6a92b1deba18f522bcc9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830112338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", + "rlp" : "0xf902b8f9023ba0b7183c48601cab673f5343ae01cca6e7e0d08cb0ba60494fb197a109bcff0a73a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0ccd286646d27e6e941709b9ece6d2ee4456ceb8616bb9e3fcb235067ee88dc12a084f6700c52adb2d731dedd66ef06dc6b38c32d676ea72a5dc91947bd311472d2a06e4018d03d4f43bb8f167abf1aac116b3988a3fb9c0b6a92b1deba18f522bcc9b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080018405500000830112338203e800a000000000000000000000000000000000000000000000000000000000000200008800000000000000000aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218080a00000000000000000000000000000000000000000000000000000000000000000f876f874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b809410000000000000000000000000000000000000021ba030d3968965bf34a1fbf6c7998f506797586418e9721c19b8c3eaa8d7d442fa62a05926f5a951364690c57dca4414d579dd7b07ee1a963e1698caff01faf8eea06cc0c0", "transactions" : [ { "data" : "0x1000000000000000000000000000000000000002", @@ -241,7 +242,7 @@ "withdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421" }, "genesisRLP" : "0xf9023ff90239a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347942adc25665018aa1fe0e6bc666dac8fc2697ff9baa0a3d80d7ea83559dbb531f28a92816ce1cd989575add7fb5bab14b3b833a5be10a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080808405500000808000a000000000000000000000000000000000000000000000000000000000000200008800000000000000000ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4218083060000a00000000000000000000000000000000000000000000000000000000000000000c0c0c0", - "lastblockhash" : "0xec0051a0403576f9a2bbde86261c056dacb68ddbded5a074a7fab9dfcddc5a74", + "lastblockhash" : "0xee3ca56639001e07c13e29ca61de8b6c0ff73da72f92f25986039c20f5f60d55", "network" : "Prague", "postState" : { "0x000f3df6d732807ef1319fb7b8bb8522d0beac02" : { @@ -249,6 +250,7 @@ "code" : "0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500", "nonce" : "0x01", "storage" : { + "0x03e8" : "0x03e8" } }, "0x1000000000000000000000000000000000000001" : { diff --git a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json index 5db33f295bb..009daf6c295 100644 --- a/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json +++ b/EIPTests/StateTests/stEOF/stEIP3540/EOF1_Calls.json @@ -2,9 +2,9 @@ "EOF1_Calls" : { "_info" : { "comment" : "", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "ba94020d2e7400bc053eea5ab8a2a8d547a2f33df200490dc34172d6599ea564", + "generatedTestHash" : "82649152fdf7245f96e944cf639bc0221c6e7f911aa2e2f8027dbf88eb370404", "labels" : { "0" : "legacy_call_eof", "1" : "legacy_delegatecall_eof", @@ -22,7 +22,7 @@ "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml", - "sourceHash" : "da0f57f8c51efcc234667800d92c701442363721a8ec68e9280d95bcf8418fbe" + "sourceHash" : "6e7c38a36501246e5b678536daa6cc6597d3862e4ee2a3572b3280d4d83c424f" }, "env" : { "currentBaseFee" : "0x0a", @@ -37,128 +37,135 @@ "post" : { "Prague" : [ { - "hash" : "0xf1d87627cecbc9cf108cd704dcac0ea8fe6a01ed1daeb7bd9908028673982542", + "hash" : "0x1d2d39fb3adf3af58098bb82e523860e7fb0411177d9128b00ac13013f649bcc", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0ce2c66a62aa87b5e0c5abb6d9527ace59853df769ae181a264e9e0e9fc8e37b3a068c5c62e7d9de5d12d94a75c618cbc0f2cbbd0cdba96415d21203e72afa30eb2" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094104f5374fce5edbc8e2a8697c15331677e6ebf0b1ca011280c7e005698288cf757408daa2539d810de6e117f3268980a96f74c2f3451a061a05388f0f629966c32d72d3227809de6c96c0f7f7fdd2af119f23b11a4c084" }, { - "hash" : "0x3fa7630b3e1da92a64aeb15627bbd7761e8a0560b6e179679bae8644879f4c8c", + "hash" : "0xac6aa4646bb1544d953903ae85cceb39067d198ddeac84c27f2378a236aa7af8", "indexes" : { "data" : 1, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0ac577688cc8ec39c276b2ed149715e13ced201ab42dce4bd7c3b3c36cdd89753a01eae0d47f898845a0039e8f69cf4504f18b8ca5c8278c787d06df25588adba3f" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094124f5374fce5edbc8e2a8697c15331677e6ebf0b1ca09304ba51c55ec4ac8e061fff73b9a4560249e0c8b4fb5c3ba70a60ff0f867fa2a05dfdd469bf0d495bf5ecfd6a9503d1590f932c4997244599bddc755085c7d1d0" }, { - "hash" : "0x67658a74bef7035f1fe8fa685a28cf98eb73da2169f0c21d0540135fb5a20389", + "hash" : "0x314a17348587a4b8874a2e4aaf6221b4299362c283f85589c8e5059b3b7ffd8f", "indexes" : { "data" : 2, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ba07065a253ba1aea8997aa343a2af047abdca549fc009c6597282765b6994f349ea011f1d67ce5e9970ec4be5c53f39c5acae07522aa1dea6404c691323807993ded" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094134f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0552a456d1caeff2e231fc8105797eaa149b9f598479860d084dad4207422f123a017b2ea9d8c825285ae0ba6fde0c692058dca55777bee22e615936615ee85fa16" }, { - "hash" : "0xa4634dba2924914bea1a57f7a6cf6d9484c74578ed7bfdf66084ae007f8613d4", + "hash" : "0x65240e2a4dfb27439055afb88fdd24c4dbec678cfc50f3b287af00d834a9a050", "indexes" : { "data" : 3, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d8f06ae1f1b349d8a869cdbd62d3769e87d020402b321139d0adcaf5b426f080a05faddd63ba05303f92a1c6c956527037ca56e2aa5cd2bfa77e461eb245572575" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094144f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f31ccdecbddc7da9745d1030827bf2ba20721680257baf3cb10e50e5b71233aca07a9b6a385128e7cc040ed5deb8b62f642d4561a75bf337872862ceba5f2f752b" }, { - "hash" : "0x469739f4810fa4ea59d2d2483228fa27ae787e7802feaf92a0e6e55058b75a52", + "hash" : "0x94d3ff00ef555714acf3c3fadff19027de6a5d2a3ccbe3285e0d7d71c689fb3b", "indexes" : { "data" : 4, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ba08b276a9512cf27bc7cc28964eb56e398043d06deaeb254a6435c3ca179a2154ca0371b2fa94e6eafc800595f77a4824bc23df83fbfbd2402efb0095959dd669860" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094204f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0783ecdb907158b12c424062221dbee8214a616e5c95588b0a89c1782ba9b34dda05a4e9949dcbf2c3c31055d3b5a0dbe633592beeb4b5017605c1df1d1089671c2" }, { - "hash" : "0x57ae2eac722768155d5a1ac63a618d60bccf49b72f64f79585091c25416924c4", + "hash" : "0x9779eb856e91d95a005007e2ff1ca9779a44cbbe6b8449a091fee7c1df56c4b4", "indexes" : { "data" : 5, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0034580ff109b3b5d3415f5ccd85eda13aeceea7b18ce1b942616360dcb803650a0168efdbf87b181399a2ecf7918e8e3f375e4a432792ba93fb3f797eb5ce3612b" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094224f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d2a3e480f6ad52108499bfddf222799b075f990afb0b4e1ddbba893caa28a4a4a074d7d1cdc65f87ac01962581c983ede104e25d7de89f6a569849ec8901f7ef1b" }, { - "hash" : "0x936dd68a95984713ce7fe223e06dc560226c3a4955de623a434e482ae5262f3b", + "hash" : "0x29cd784955c5d5f81c15689dbe11c13cbd01c93acfc6cdc0f3ec80de1f6f8de2", "indexes" : { "data" : 6, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0eb222aa1d5304b04fb4956ae6857948a438da23af65e83b08bf41efcde6dec4da00ebae8d9ed597e903705dfa72d80cfa33416b453bb78d399da9bd96507340f89" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094234f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0280a53e7df974011ab6e20d3885f04bc2fced7425b366a1b1bf54167d56fa215a00d03ccfb7926c631b60965d81a716f28f42db20de501a8b29bf8e164600c4894" }, { - "hash" : "0xe207533b0c2891a45963f51002509d9d3962d8aa33215515ae41109cf08195be", + "hash" : "0xf6cfbec0562f1e5080a47b0d58afc35301cc90a27afd7baa50a278bfdf13e638", "indexes" : { "data" : 7, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ba01f8907c27ed49cb5b3506f9c2a4e308c6b7b4611aca7b65b02bdb4bc7eeafb6ca060bd0c23e521bf637265f46473db899b27efb2495cc2816fef623b4b626a92f3" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094244f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0770b9740cb002974b7dfaae109ce07be6566f3db935ab1218ce7be3e59efb482a03528c6e464dd86f6afbc91a7ba361e6bdfd1f0286098681c41de634dd5c354e5" }, { - "hash" : "0x9e04d05b64e03b952b1a9c39c1b04651fb932186fedbf79af35c074e679e3999", + "hash" : "0xa32e0d8c94eca2bf8bcee33e84a781d4ecee735d4e581c9d12d9d1a45a1076e8", "indexes" : { "data" : 8, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0d95f5154b9f43d773c77b6a33cfa2a8764ca4c987e9d0c6a5c952c67b4d14796a06ef1a87a556b6b564c0426356f1095a8e946b89be65a8aa33106248c0185bc0f" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094304f5374fce5edbc8e2a8697c15331677e6ebf0b1ca02c45601e28b21cb52cd2339966b47c9eb13d102149b9000ca276ca86f420c10fa07bcff6bc7024834c3c39b44932a802e5dcf3627f53a59fb84d6f235ecf3255ea" }, { - "hash" : "0xca06c54e93605a9b57cdbbd7cb8b4ba4035ccd1769a35303351c5e3412684b31", + "hash" : "0xb629562bcf45f60b8cea02327394e8e44e8ac62e5dc500b7a92f46e3debdfa3c", "indexes" : { "data" : 9, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f40d76b0375337380d5d81f5b079d2da873f2749b0558b844a8951a988b76d48a07978cc832f61e6e5c57bb7af1f1dab0ba5406782dd8f6f1e6930febbf88f891c" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094324f5374fce5edbc8e2a8697c15331677e6ebf0b1ca09a0230cab36f516adedbaa48b425da499827ee3220b0a90b909ae7e3a69ee25da049b3ee62caee4bf787e5e775acb24d36b8f6de47d86d776a4ac6f8810390fe0e" }, { - "hash" : "0xd5fd203e6207cded654376330c3af9e3204731ec089dd84863c9d30f8a51b1c5", + "hash" : "0x8f6fc09942ba92c570bf2fd6ed6d0ba7c206dfb6edafce05beff2ef0fb3001f2", "indexes" : { "data" : 10, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0a91e95238035259297b29b363da0d5527c20a5021f84e9aeb59e9b40df8f19a4a0422ca0d175e0004b1711b830d4041f3aa5cf09dd0af4c7e61cf3c9329cd7284d" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094334f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0094957832df29ea4e99803704e4ce88e02852fce35bec8f9a68200dbabdde4f3a07d3a08381f19a98f95a3cb85ff06bea29a822f0cdd7d7af168525eccc938ffef" }, { - "hash" : "0x5b4feaa8a8e09892b9f196ac2cd9c3567165361b0464789dfb481c682d3fb1b4", + "hash" : "0xe4d38c1a19f55eaf3d61d8ef0a4e028b804feaf71643844163674fd38986529c", "indexes" : { "data" : 11, "gas" : 0, "value" : 0 }, "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "txbytes" : "0xf874800a830aae6094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094344f5374fce5edbc8e2a8697c15331677e6ebf0b1ca0aa3f136330dfa79669933acde4f35a07c68d48b6c27b25ba9aacfb0b0858ea7fa02a34c634a0b24289cf8289f36e298abcb82f42fdf6870fe39eebf1af6c7ecfd2" + "txbytes" : "0xf874800a836acfc094b94f5374fce5edbc8e2a8697c15331677e6ebf0b8094344f5374fce5edbc8e2a8697c15331677e6ebf0b1ba0f302b9cb92f053742709ede061cb23343c45e0667df35703bdd25ca72589f2b0a018d8b0fba666b7ee91f13997160df2b54af1ebe5082f05bca5f43016510558cc" } ] }, "pre" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x60425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x104f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", "code" : "0x5f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", @@ -187,64 +194,79 @@ "storage" : { } }, + "0x194f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0xef00010100040200010008040000000080000260425f5360205ff3", + "nonce" : "0x00", + "storage" : { + } + }, "0x204f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x224f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x234f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073e94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073e94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x244f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073f94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073094f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x304f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002604000000008000075f8080808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f15f556001805500", + "code" : "0xef0001010004020001002004000000008000045f808073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf85f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x324f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0f45f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bf95f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x334f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002504000000008000065f80808073c94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f556001805500", + "code" : "0xef0001010004020001001f04000000008000035f8073c94f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f556001805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0xef0001010004020001002b040000000080000660015f808073d94f5374fce5edbc8e2a8697c15331677e6ebf0b620186a0fa5f555f516001556002805500", + "code" : "0xef0001010004020001002404000000008000035f8073194f5374fce5edbc8e2a8697c15331677e6ebf0bfb5f555ff76001556002805500", "nonce" : "0x00", "storage" : { + "0x00" : "0xdd" } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x989680", + "balance" : "0x05f5e100", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -252,7 +274,7 @@ }, "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x00", - "code" : "0x5f80808080803560601c62030d40f15f556001805500", + "code" : "0x5f80808080803560601c621e8480f15f556001805500", "nonce" : "0x00", "storage" : { } @@ -302,7 +324,7 @@ "0x344f5374fce5edbc8e2a8697c15331677e6ebf0b" ], "gasLimit" : [ - "0x0aae60" + "0x6acfc0" ], "gasPrice" : "0x0a", "nonce" : "0x00", diff --git a/EOFTests/EIP3670/validInvalid.json b/EOFTests/EIP3670/validInvalid.json index e3224c1836f..b41eddd96d7 100644 --- a/EOFTests/EIP3670/validInvalid.json +++ b/EOFTests/EIP3670/validInvalid.json @@ -1,14 +1,14 @@ { "validInvalid" : { "_info" : { - "comment" : "Test valid and invalid EOF code\n Implements\n EOFV3670_0001 (Valid) Code containing the STOP opcode - Data Section 0\n EOFV3670_0002 (Valid) Code containing the ADD opcode - Data Section 1\n EOFV3670_0003 (Valid) Code containing the MUL opcode - Data Section 2\n EOFV3670_0004 (Valid) Code containing the SUB opcode - Data Section 3\n EOFV3670_0005 (Valid) Code containing the DIV opcode - Data Section 4\n EOFV3670_0006 (Valid) Code containing the SDIV opcode - Data Section 5\n EOFV3670_0007 (Valid) Code containing the MOD opcode - Data Section 6\n EOFV3670_0008 (Valid) Code containing the SMOD opcode - Data Section 7\n EOFV3670_0009 (Valid) Code containing the ADDMOD opcode - Data Section 8\n EOFV3670_0010 (Valid) Code containing the MULMOD opcode - Data Section 9\n EOFV3670_0011 (Valid) Code containing the EXP opcode - Data Section 10\n EOFV3670_0012 (Valid) Code containing the SIGNEXTEND opcode - Data Section 11\n EOFV3670_0013 (Valid) Code containing the LT opcode - Data Section 12\n EOFV3670_0014 (Valid) Code containing the GT opcode - Data Section 13\n EOFV3670_0015 (Valid) Code containing the SLT opcode - Data Section 14\n EOFV3670_0016 (Valid) Code containing the SGT opcode - Data Section 15\n EOFV3670_0017 (Valid) Code containing the EQ opcode - Data Section 16\n EOFV3670_0018 (Valid) Code containing the ISZERO opcode - Data Section 17\n EOFV3670_0019 (Valid) Code containing the AND opcode - Data Section 18\n EOFV3670_0020 (Valid) Code containing the OR opcode - Data Section 19\n EOFV3670_0021 (Valid) Code containing the XOR opcode - Data Section 20\n EOFV3670_0022 (Valid) Code containing the NOT opcode - Data Section 21\n EOFV3670_0023 (Valid) Code containing the BYTE opcode - Data Section 22\n EOFV3670_0024 (Valid) Code containing the SHL opcode - Data Section 23\n EOFV3670_0025 (Valid) Code containing the SHR opcode - Data Section 24\n EOFV3670_0026 (Valid) Code containing the SAR opcode - Data Section 25\n EOFV3670_0027 (Valid) Code containing the SHA3 opcode - Data Section 26\n EOFV3670_0028 (Valid) Code containing the ADDRESS opcode - Data Section 27\n EOFV3670_0029 (Valid) Code containing the BALANCE opcode - Data Section 28\n EOFV3670_0030 (Valid) Code containing the ORIGIN opcode - Data Section 29\n EOFV3670_0031 (Valid) Code containing the CALLER opcode - Data Section 30\n EOFV3670_0032 (Valid) Code containing the CALLVALUE opcode - Data Section 31\n EOFV3670_0033 (Valid) Code containing the CALLDATALOAD opcode - Data Section 32\n EOFV3670_0034 (Valid) Code containing the CALLDATASIZE opcode - Data Section 33\n EOFV3670_0035 (Valid) Code containing the CALLDATACOPY opcode - Data Section 34\n EOFV3670_0036 (Invalid) Code containing the CODESIZE opcode - Data Section 35\n EOFV3670_0037 (Invalid) Code containing the CODECOPY opcode - Data Section 36\n EOFV3670_0038 (Valid) Code containing the GASPRICE opcode - Data Section 37\n EOFV3670_0039 (Invalid) Code containing the EXTCODESIZE opcode - Data Section 38\n EOFV3670_0040 (Invalid) Code containing the EXTCODECOPY opcode - Data Section 39\n EOFV3670_0041 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 40\n EOFV3670_0042 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 41\n EOFV3670_0043 (Invalid) Code containing the EXTCODEHASH opcode - Data Section 42\n EOFV3670_0044 (Valid) Code containing the BLOCKHASH opcode - Data Section 43\n EOFV3670_0045 (Valid) Code containing the COINBASE opcode - Data Section 44\n EOFV3670_0046 (Valid) Code containing the TIMESTAMP opcode - Data Section 45\n EOFV3670_0047 (Valid) Code containing the NUMBER opcode - Data Section 46\n EOFV3670_0048 (Valid) Code containing the DIFFICULTY opcode - Data Section 47\n EOFV3670_0049 (Valid) Code containing the GASLIMIT opcode - Data Section 48\n EOFV3670_0050 (Valid) Code containing the CHAINID opcode - Data Section 49\n EOFV3670_0051 (Valid) Code containing the SELFBALANCE opcode - Data Section 50\n EOFV3670_0052 (Valid) Code containing the BASEFEE opcode - Data Section 51\n EOFV3670_0053 (Valid) Code containing the BLOBHASH opcode - Data Section 52\n EOFV3670_0054 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 53\n EOFV3670_0055 (Valid) Code containing the POP opcode - Data Section 54\n EOFV3670_0056 (Valid) Code containing the MLOAD opcode - Data Section 55\n EOFV3670_0057 (Valid) Code containing the MSTORE8 opcode - Data Section 56\n EOFV3670_0058 (Valid) Code containing the SLOAD opcode - Data Section 57\n EOFV3670_0059 (Valid) Code containing the SSTORE opcode - Data Section 58\n EOFV3670_0060 (Valid) Code containing the MSIZE opcode - Data Section 59\n EOFV3670_0061 (Invalid) Code containing the GAS opcode - Data Section 60\n EOFV3670_0062 (Valid) Code containing the NOP opcode - Data Section 61\n EOFV3670_0063 (Valid) Code containing the MCOPY opcode - Data Section 62\n EOFV3670_0064 (Valid) Code containing the PUSH0 opcode - Data Section 63\n EOFV3670_0065 (Valid) Code containing the PUSH1 opcode - Data Section 64\n EOFV3670_0066 (Valid) Code containing the PUSH2 opcode - Data Section 65\n EOFV3670_0067 (Valid) Code containing the PUSH3 opcode - Data Section 66\n EOFV3670_0068 (Valid) Code containing the PUSH4 opcode - Data Section 67\n EOFV3670_0069 (Valid) Code containing the PUSH5 opcode - Data Section 68\n EOFV3670_0070 (Valid) Code containing the PUSH6 opcode - Data Section 69\n EOFV3670_0071 (Valid) Code containing the PUSH7 opcode - Data Section 70\n EOFV3670_0072 (Valid) Code containing the PUSH8 opcode - Data Section 71\n EOFV3670_0073 (Valid) Code containing the PUSH9 opcode - Data Section 72\n EOFV3670_0074 (Valid) Code containing the PUSH10 opcode - Data Section 73\n EOFV3670_0075 (Valid) Code containing the PUSH11 opcode - Data Section 74\n EOFV3670_0076 (Valid) Code containing the PUSH12 opcode - Data Section 75\n EOFV3670_0077 (Valid) Code containing the PUSH13 opcode - Data Section 76\n EOFV3670_0078 (Valid) Code containing the PUSH14 opcode - Data Section 77\n EOFV3670_0079 (Valid) Code containing the PUSH15 opcode - Data Section 78\n EOFV3670_0080 (Valid) Code containing the PUSH16 opcode - Data Section 79\n EOFV3670_0081 (Valid) Code containing the PUSH17 opcode - Data Section 80\n EOFV3670_0082 (Valid) Code containing the PUSH18 opcode - Data Section 81\n EOFV3670_0083 (Valid) Code containing the PUSH19 opcode - Data Section 82\n EOFV3670_0084 (Valid) Code containing the PUSH20 opcode - Data Section 83\n EOFV3670_0085 (Valid) Code containing the PUSH21 opcode - Data Section 84\n EOFV3670_0086 (Valid) Code containing the PUSH22 opcode - Data Section 85\n EOFV3670_0087 (Valid) Code containing the PUSH23 opcode - Data Section 86\n EOFV3670_0088 (Valid) Code containing the PUSH24 opcode - Data Section 87\n EOFV3670_0089 (Valid) Code containing the PUSH25 opcode - Data Section 88\n EOFV3670_0090 (Valid) Code containing the PUSH26 opcode - Data Section 89\n EOFV3670_0091 (Valid) Code containing the PUSH27 opcode - Data Section 90\n EOFV3670_0092 (Valid) Code containing the PUSH28 opcode - Data Section 91\n EOFV3670_0093 (Valid) Code containing the PUSH29 opcode - Data Section 92\n EOFV3670_0094 (Valid) Code containing the PUSH30 opcode - Data Section 93\n EOFV3670_0095 (Valid) Code containing the PUSH31 opcode - Data Section 94\n EOFV3670_0096 (Valid) Code containing the PUSH32 opcode - Data Section 95\n EOFV3670_0097 (Valid) Code containing the DUP1 opcode - Data Section 96\n EOFV3670_0098 (Valid) Code containing the DUP2 opcode - Data Section 97\n EOFV3670_0099 (Valid) Code containing the DUP3 opcode - Data Section 98\n EOFV3670_0100 (Valid) Code containing the DUP4 opcode - Data Section 99\n EOFV3670_0101 (Valid) Code containing the DUP5 opcode - Data Section 100\n EOFV3670_0102 (Valid) Code containing the DUP6 opcode - Data Section 101\n EOFV3670_0103 (Valid) Code containing the DUP7 opcode - Data Section 102\n EOFV3670_0104 (Valid) Code containing the DUP8 opcode - Data Section 103\n EOFV3670_0105 (Valid) Code containing the DUP9 opcode - Data Section 104\n EOFV3670_0106 (Valid) Code containing the DUP10 opcode - Data Section 105\n EOFV3670_0107 (Valid) Code containing the DUP11 opcode - Data Section 106\n EOFV3670_0108 (Valid) Code containing the DUP12 opcode - Data Section 107\n EOFV3670_0109 (Valid) Code containing the DUP13 opcode - Data Section 108\n EOFV3670_0110 (Valid) Code containing the DUP14 opcode - Data Section 109\n EOFV3670_0111 (Valid) Code containing the DUP15 opcode - Data Section 110\n EOFV3670_0112 (Valid) Code containing the DUP16 opcode - Data Section 111\n EOFV3670_0113 (Valid) Code containing the SWAP1 opcode - Data Section 112\n EOFV3670_0114 (Valid) Code containing the SWAP2 opcode - Data Section 113\n EOFV3670_0115 (Valid) Code containing the SWAP3 opcode - Data Section 114\n EOFV3670_0116 (Valid) Code containing the SWAP4 opcode - Data Section 115\n EOFV3670_0117 (Valid) Code containing the SWAP5 opcode - Data Section 116\n EOFV3670_0118 (Valid) Code containing the SWAP6 opcode - Data Section 117\n EOFV3670_0119 (Valid) Code containing the SWAP7 opcode - Data Section 118\n EOFV3670_0120 (Valid) Code containing the SWAP8 opcode - Data Section 119\n EOFV3670_0121 (Valid) Code containing the SWAP9 opcode - Data Section 120\n EOFV3670_0122 (Valid) Code containing the SWAP10 opcode - Data Section 121\n EOFV3670_0123 (Valid) Code containing the SWAP11 opcode - Data Section 122\n EOFV3670_0124 (Valid) Code containing the SWAP12 opcode - Data Section 123\n EOFV3670_0125 (Valid) Code containing the SWAP13 opcode - Data Section 124\n EOFV3670_0126 (Valid) Code containing the SWAP14 opcode - Data Section 125\n EOFV3670_0127 (Valid) Code containing the SWAP15 opcode - Data Section 126\n EOFV3670_0128 (Valid) Code containing the SWAP16 opcode - Data Section 127\n EOFV3670_0129 (Valid) Code containing the LOG0 opcode - Data Section 128\n EOFV3670_0130 (Valid) Code containing the LOG1 opcode - Data Section 129\n EOFV3670_0131 (Valid) Code containing the LOG2 opcode - Data Section 130\n EOFV3670_0132 (Valid) Code containing the LOG3 opcode - Data Section 131\n EOFV3670_0133 (Valid) Code containing the LOG4 opcode - Data Section 132\n EOFV3670_0134 (Valid) Code containing the CALL opcode - Data Section 133\n EOFV3670_0135 (Valid) Code containing the RETURN opcode - Data Section 134\n EOFV3670_0136 (Valid) Code containing the DELEGATECALL opcode - Data Section 135\n EOFV3670_0137 (Valid) Code containing the STATICCALL opcode - Data Section 136\n EOFV3670_0138 (Valid) Code containing the REVERT opcode - Data Section 137\n EOFV3670_0139 (Valid) Code containing the INVALID opcode - Data Section 138\n EOFI3670_0140 (Invalid) Code containing undefined instruction 0x0c - Data Section 139\n EOFI3670_0141 (Invalid) Code containing undefined instruction 0x0d - Data Section 140\n EOFI3670_0142 (Invalid) Code containing undefined instruction 0x0e - Data Section 141\n EOFI3670_0143 (Invalid) Code containing undefined instruction 0x0f - Data Section 142\n EOFI3670_0144 (Invalid) Code containing undefined instruction 0x1e - Data Section 143\n EOFI3670_0145 (Invalid) Code containing undefined instruction 0x1f - Data Section 144\n EOFI3670_0146 (Invalid) Code containing undefined instruction 0x21 - Data Section 145\n EOFI3670_0147 (Invalid) Code containing undefined instruction 0x22 - Data Section 146\n EOFI3670_0148 (Invalid) Code containing undefined instruction 0x23 - Data Section 147\n EOFI3670_0149 (Invalid) Code containing undefined instruction 0x24 - Data Section 148\n EOFI3670_0150 (Invalid) Code containing undefined instruction 0x25 - Data Section 149\n EOFI3670_0151 (Invalid) Code containing undefined instruction 0x26 - Data Section 150\n EOFI3670_0152 (Invalid) Code containing undefined instruction 0x27 - Data Section 151\n EOFI3670_0153 (Invalid) Code containing undefined instruction 0x28 - Data Section 152\n EOFI3670_0154 (Invalid) Code containing undefined instruction 0x29 - Data Section 153\n EOFI3670_0155 (Invalid) Code containing undefined instruction 0x2a - Data Section 154\n EOFI3670_0156 (Invalid) Code containing undefined instruction 0x2b - Data Section 155\n EOFI3670_0157 (Invalid) Code containing undefined instruction 0x2c - Data Section 156\n EOFI3670_0158 (Invalid) Code containing undefined instruction 0x2d - Data Section 157\n EOFI3670_0159 (Invalid) Code containing undefined instruction 0x2e - Data Section 158\n EOFI3670_0160 (Invalid) Code containing undefined instruction 0x2f - Data Section 159\n EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4b - Data Section 160\n EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4c - Data Section 161\n EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4d - Data Section 162\n EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4e - Data Section 163\n EOFI3670_0165 (Invalid) Code containing undefined instruction 0x4f - Data Section 164\n EOFI3670_0166 (Invalid) Code containing undefined instruction 0x56 - Data Section 165\n EOFI3670_0167 (Invalid) Code containing undefined instruction 0x57 - Data Section 166\n EOFI3670_0168 (Invalid) Code containing undefined instruction 0x58 - Data Section 167\n EOFI3670_0169 (Invalid) Code containing undefined instruction 0xa5 - Data Section 168\n EOFI3670_0170 (Invalid) Code containing undefined instruction 0xa6 - Data Section 169\n EOFI3670_0171 (Invalid) Code containing undefined instruction 0xa7 - Data Section 170\n EOFI3670_0172 (Invalid) Code containing undefined instruction 0xa8 - Data Section 171\n EOFI3670_0173 (Invalid) Code containing undefined instruction 0xa9 - Data Section 172\n EOFI3670_0174 (Invalid) Code containing undefined instruction 0xaa - Data Section 173\n EOFI3670_0175 (Invalid) Code containing undefined instruction 0xab - Data Section 174\n EOFI3670_0176 (Invalid) Code containing undefined instruction 0xac - Data Section 175\n EOFI3670_0177 (Invalid) Code containing undefined instruction 0xad - Data Section 176\n EOFI3670_0178 (Invalid) Code containing undefined instruction 0xae - Data Section 177\n EOFI3670_0179 (Invalid) Code containing undefined instruction 0xaf - Data Section 178\n EOFI3670_0180 (Invalid) Code containing undefined instruction 0xb2 - Data Section 179\n EOFI3670_0181 (Invalid) Code containing undefined instruction 0xb3 - Data Section 180\n EOFI3670_0182 (Invalid) Code containing undefined instruction 0xb4 - Data Section 181\n EOFI3670_0183 (Invalid) Code containing undefined instruction 0xb5 - Data Section 182\n EOFI3670_0184 (Invalid) Code containing undefined instruction 0xb6 - Data Section 183\n EOFI3670_0185 (Invalid) Code containing undefined instruction 0xb7 - Data Section 184\n EOFI3670_0186 (Invalid) Code containing undefined instruction 0xb8 - Data Section 185\n EOFI3670_0187 (Invalid) Code containing undefined instruction 0xb9 - Data Section 186\n EOFI3670_0188 (Invalid) Code containing undefined instruction 0xba - Data Section 187\n EOFI3670_0189 (Invalid) Code containing undefined instruction 0xbb - Data Section 188\n EOFI3670_0190 (Invalid) Code containing undefined instruction 0xbc - Data Section 189\n EOFI3670_0191 (Invalid) Code containing undefined instruction 0xbd - Data Section 190\n EOFI3670_0192 (Invalid) Code containing undefined instruction 0xbe - Data Section 191\n EOFI3670_0193 (Invalid) Code containing undefined instruction 0xbf - Data Section 192\n EOFI3670_0194 (Invalid) Code containing undefined instruction 0xc0 - Data Section 193\n EOFI3670_0195 (Invalid) Code containing undefined instruction 0xc1 - Data Section 194\n EOFI3670_0196 (Invalid) Code containing undefined instruction 0xc2 - Data Section 195\n EOFI3670_0197 (Invalid) Code containing undefined instruction 0xc3 - Data Section 196\n EOFI3670_0198 (Invalid) Code containing undefined instruction 0xc4 - Data Section 197\n EOFI3670_0199 (Invalid) Code containing undefined instruction 0xc5 - Data Section 198\n EOFI3670_0200 (Invalid) Code containing undefined instruction 0xc6 - Data Section 199\n EOFI3670_0201 (Invalid) Code containing undefined instruction 0xc7 - Data Section 200\n EOFI3670_0202 (Invalid) Code containing undefined instruction 0xc8 - Data Section 201\n EOFI3670_0203 (Invalid) Code containing undefined instruction 0xc9 - Data Section 202\n EOFI3670_0204 (Invalid) Code containing undefined instruction 0xca - Data Section 203\n EOFI3670_0205 (Invalid) Code containing undefined instruction 0xcb - Data Section 204\n EOFI3670_0206 (Invalid) Code containing undefined instruction 0xcc - Data Section 205\n EOFI3670_0207 (Invalid) Code containing undefined instruction 0xcd - Data Section 206\n EOFI3670_0208 (Invalid) Code containing undefined instruction 0xce - Data Section 207\n EOFI3670_0209 (Invalid) Code containing undefined instruction 0xcf - Data Section 208\n EOFI3670_0210 (Invalid) Code containing undefined instruction 0xd4 - Data Section 209\n EOFI3670_0211 (Invalid) Code containing undefined instruction 0xd5 - Data Section 210\n EOFI3670_0212 (Invalid) Code containing undefined instruction 0xd6 - Data Section 211\n EOFI3670_0213 (Invalid) Code containing undefined instruction 0xd7 - Data Section 212\n EOFI3670_0214 (Invalid) Code containing undefined instruction 0xd8 - Data Section 213\n EOFI3670_0215 (Invalid) Code containing undefined instruction 0xd9 - Data Section 214\n EOFI3670_0216 (Invalid) Code containing undefined instruction 0xda - Data Section 215\n EOFI3670_0217 (Invalid) Code containing undefined instruction 0xdb - Data Section 216\n EOFI3670_0218 (Invalid) Code containing undefined instruction 0xdc - Data Section 217\n EOFI3670_0219 (Invalid) Code containing undefined instruction 0xdd - Data Section 218\n EOFI3670_0220 (Invalid) Code containing undefined instruction 0xde - Data Section 219\n EOFI3670_0221 (Invalid) Code containing undefined instruction 0xdf - Data Section 220\n EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe8 - Data Section 221\n EOFI3670_0223 (Invalid) Code containing undefined instruction 0xe9 - Data Section 222\n EOFI3670_0224 (Invalid) Code containing undefined instruction 0xea - Data Section 223\n EOFI3670_0225 (Invalid) Code containing undefined instruction 0xeb - Data Section 224\n EOFI3670_0226 (Invalid) Code containing undefined instruction 0xef - Data Section 225\n EOFI3670_0227 (Invalid) Code containing undefined instruction 0xf0 - Data Section 226\n EOFI3670_0228 (Invalid) Code containing undefined instruction 0xf2 - Data Section 227\n EOFI3670_0229 (Invalid) Code containing undefined instruction 0xf5 - Data Section 228\n EOFI3670_0230 (Invalid) Code containing undefined instruction 0xf6 - Data Section 229\n EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf8 - Data Section 230\n EOFI3670_0232 (Invalid) Code containing undefined instruction 0xf9 - Data Section 231\n EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfb - Data Section 232\n EOFI3670_0234 (Invalid) Code containing undefined instruction 0xfc - Data Section 233\n EOFI3670_0235 (Invalid) Code containing undefined instruction 0xff - Data Section 234\n EOFI3670_0236 (Invalid) Truncated PUSH1 (no immediates) - Data Section 235\n EOFI3670_0237 (Invalid) Truncated PUSH2 (no immediates) - Data Section 236\n EOFI3670_0238 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 237\n EOFI3670_0239 (Invalid) Truncated PUSH3 (no immediates) - Data Section 238\n EOFI3670_0240 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 239\n EOFI3670_0241 (Invalid) Truncated PUSH4 (no immediates) - Data Section 240\n EOFI3670_0242 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 241\n EOFI3670_0243 (Invalid) Truncated PUSH5 (no immediates) - Data Section 242\n EOFI3670_0244 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 243\n EOFI3670_0245 (Invalid) Truncated PUSH6 (no immediates) - Data Section 244\n EOFI3670_0246 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 245\n EOFI3670_0247 (Invalid) Truncated PUSH7 (no immediates) - Data Section 246\n EOFI3670_0248 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 247\n EOFI3670_0249 (Invalid) Truncated PUSH8 (no immediates) - Data Section 248\n EOFI3670_0250 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 249\n EOFI3670_0251 (Invalid) Truncated PUSH9 (no immediates) - Data Section 250\n EOFI3670_0252 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 251\n EOFI3670_0253 (Invalid) Truncated PUSH10 (no immediates) - Data Section 252\n EOFI3670_0254 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 253\n EOFI3670_0255 (Invalid) Truncated PUSH11 (no immediates) - Data Section 254\n EOFI3670_0256 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 255\n EOFI3670_0257 (Invalid) Truncated PUSH12 (no immediates) - Data Section 256\n EOFI3670_0258 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 257\n EOFI3670_0259 (Invalid) Truncated PUSH13 (no immediates) - Data Section 258\n EOFI3670_0260 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 259\n EOFI3670_0261 (Invalid) Truncated PUSH14 (no immediates) - Data Section 260\n EOFI3670_0262 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 261\n EOFI3670_0263 (Invalid) Truncated PUSH15 (no immediates) - Data Section 262\n EOFI3670_0264 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 263\n EOFI3670_0265 (Invalid) Truncated PUSH16 (no immediates) - Data Section 264\n EOFI3670_0266 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 265\n EOFI3670_0267 (Invalid) Truncated PUSH17 (no immediates) - Data Section 266\n EOFI3670_0268 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 267\n EOFI3670_0269 (Invalid) Truncated PUSH18 (no immediates) - Data Section 268\n EOFI3670_0270 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 269\n EOFI3670_0271 (Invalid) Truncated PUSH19 (no immediates) - Data Section 270\n EOFI3670_0272 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 271\n EOFI3670_0273 (Invalid) Truncated PUSH20 (no immediates) - Data Section 272\n EOFI3670_0274 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 273\n EOFI3670_0275 (Invalid) Truncated PUSH21 (no immediates) - Data Section 274\n EOFI3670_0276 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 275\n EOFI3670_0277 (Invalid) Truncated PUSH22 (no immediates) - Data Section 276\n EOFI3670_0278 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 277\n EOFI3670_0279 (Invalid) Truncated PUSH23 (no immediates) - Data Section 278\n EOFI3670_0280 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 279\n EOFI3670_0281 (Invalid) Truncated PUSH24 (no immediates) - Data Section 280\n EOFI3670_0282 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 281\n EOFI3670_0283 (Invalid) Truncated PUSH25 (no immediates) - Data Section 282\n EOFI3670_0284 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 283\n EOFI3670_0285 (Invalid) Truncated PUSH26 (no immediates) - Data Section 284\n EOFI3670_0286 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 285\n EOFI3670_0287 (Invalid) Truncated PUSH27 (no immediates) - Data Section 286\n EOFI3670_0288 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 287\n EOFI3670_0289 (Invalid) Truncated PUSH28 (no immediates) - Data Section 288\n EOFI3670_0290 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 289\n EOFI3670_0291 (Invalid) Truncated PUSH29 (no immediates) - Data Section 290\n EOFI3670_0292 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 291\n EOFI3670_0293 (Invalid) Truncated PUSH30 (no immediates) - Data Section 292\n EOFI3670_0294 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 293\n EOFI3670_0295 (Invalid) Truncated PUSH31 (no immediates) - Data Section 294\n EOFI3670_0296 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 295\n EOFI3670_0297 (Invalid) Truncated PUSH32 (no immediates) - Data Section 296\n EOFI3670_0298 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 297\n EOFI3670_0299 (Invalid) Containing undefined instruction (0xfb) after STOP - Data Section 298\n", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.808cc18c.dirty", - "filling-tool-version" : "retesteth-0.3.2-cancun+commit.0abe77bb.Linux.g++", - "generatedTestHash" : "7c547abb8f573d401b1bc26c58a81afb396682b61b2d7fb668461839e87c2249", + "comment" : "Test valid and invalid EOF code\n Implements\n EOFV3670_0001 (Valid) Code containing the STOP opcode - Data Section 0\n EOFV3670_0002 (Valid) Code containing the ADD opcode - Data Section 1\n EOFV3670_0003 (Valid) Code containing the MUL opcode - Data Section 2\n EOFV3670_0004 (Valid) Code containing the SUB opcode - Data Section 3\n EOFV3670_0005 (Valid) Code containing the DIV opcode - Data Section 4\n EOFV3670_0006 (Valid) Code containing the SDIV opcode - Data Section 5\n EOFV3670_0007 (Valid) Code containing the MOD opcode - Data Section 6\n EOFV3670_0008 (Valid) Code containing the SMOD opcode - Data Section 7\n EOFV3670_0009 (Valid) Code containing the ADDMOD opcode - Data Section 8\n EOFV3670_0010 (Valid) Code containing the MULMOD opcode - Data Section 9\n EOFV3670_0011 (Valid) Code containing the EXP opcode - Data Section 10\n EOFV3670_0012 (Valid) Code containing the SIGNEXTEND opcode - Data Section 11\n EOFV3670_0013 (Valid) Code containing the LT opcode - Data Section 12\n EOFV3670_0014 (Valid) Code containing the GT opcode - Data Section 13\n EOFV3670_0015 (Valid) Code containing the SLT opcode - Data Section 14\n EOFV3670_0016 (Valid) Code containing the SGT opcode - Data Section 15\n EOFV3670_0017 (Valid) Code containing the EQ opcode - Data Section 16\n EOFV3670_0018 (Valid) Code containing the ISZERO opcode - Data Section 17\n EOFV3670_0019 (Valid) Code containing the AND opcode - Data Section 18\n EOFV3670_0020 (Valid) Code containing the OR opcode - Data Section 19\n EOFV3670_0021 (Valid) Code containing the XOR opcode - Data Section 20\n EOFV3670_0022 (Valid) Code containing the NOT opcode - Data Section 21\n EOFV3670_0023 (Valid) Code containing the BYTE opcode - Data Section 22\n EOFV3670_0024 (Valid) Code containing the SHL opcode - Data Section 23\n EOFV3670_0025 (Valid) Code containing the SHR opcode - Data Section 24\n EOFV3670_0026 (Valid) Code containing the SAR opcode - Data Section 25\n EOFV3670_0027 (Valid) Code containing the SHA3 opcode - Data Section 26\n EOFV3670_0028 (Valid) Code containing the ADDRESS opcode - Data Section 27\n EOFV3670_0029 (Valid) Code containing the BALANCE opcode - Data Section 28\n EOFV3670_0030 (Valid) Code containing the ORIGIN opcode - Data Section 29\n EOFV3670_0031 (Valid) Code containing the CALLER opcode - Data Section 30\n EOFV3670_0032 (Valid) Code containing the CALLVALUE opcode - Data Section 31\n EOFV3670_0033 (Valid) Code containing the CALLDATALOAD opcode - Data Section 32\n EOFV3670_0034 (Valid) Code containing the CALLDATASIZE opcode - Data Section 33\n EOFV3670_0035 (Valid) Code containing the CALLDATACOPY opcode - Data Section 34\n EOFV3670_0036 (Valid) Code containing the GASPRICE opcode - Data Section 35\n EOFV3670_0037 (Valid) Code containing the RETURNDATASIZE opcode - Data Section 36\n EOFV3670_0038 (Valid) Code containing the RETURNDATACOPY opcode - Data Section 37\n EOFV3670_0039 (Valid) Code containing the BLOCKHASH opcode - Data Section 38\n EOFV3670_0040 (Valid) Code containing the COINBASE opcode - Data Section 39\n EOFV3670_0041 (Valid) Code containing the TIMESTAMP opcode - Data Section 40\n EOFV3670_0042 (Valid) Code containing the NUMBER opcode - Data Section 41\n EOFV3670_0043 (Valid) Code containing the DIFFICULTY opcode - Data Section 42\n EOFV3670_0044 (Valid) Code containing the GASLIMIT opcode - Data Section 43\n EOFV3670_0045 (Valid) Code containing the CHAINID opcode - Data Section 44\n EOFV3670_0046 (Valid) Code containing the SELFBALANCE opcode - Data Section 45\n EOFV3670_0047 (Valid) Code containing the BASEFEE opcode - Data Section 46\n EOFV3670_0048 (Valid) Code containing the BLOBHASH opcode - Data Section 47\n EOFV3670_0049 (Valid) Code containing the BLOBBASEFEE opcode - Data Section 48\n EOFV3670_0050 (Valid) Code containing the POP opcode - Data Section 49\n EOFV3670_0051 (Valid) Code containing the MLOAD opcode - Data Section 50\n EOFV3670_0052 (Valid) Code containing the MSTORE8 opcode - Data Section 51\n EOFV3670_0053 (Valid) Code containing the SLOAD opcode - Data Section 52\n EOFV3670_0054 (Valid) Code containing the SSTORE opcode - Data Section 53\n EOFV3670_0055 (Valid) Code containing the MSIZE opcode - Data Section 54\n EOFV3670_0056 (Valid) Code containing the NOP opcode - Data Section 55\n EOFV3670_0057 (Valid) Code containing the MCOPY opcode - Data Section 56\n EOFV3670_0058 (Valid) Code containing the PUSH0 opcode - Data Section 57\n EOFV3670_0059 (Valid) Code containing the PUSH1 opcode - Data Section 58\n EOFV3670_0060 (Valid) Code containing the PUSH2 opcode - Data Section 59\n EOFV3670_0061 (Valid) Code containing the PUSH3 opcode - Data Section 60\n EOFV3670_0062 (Valid) Code containing the PUSH4 opcode - Data Section 61\n EOFV3670_0063 (Valid) Code containing the PUSH5 opcode - Data Section 62\n EOFV3670_0064 (Valid) Code containing the PUSH6 opcode - Data Section 63\n EOFV3670_0065 (Valid) Code containing the PUSH7 opcode - Data Section 64\n EOFV3670_0066 (Valid) Code containing the PUSH8 opcode - Data Section 65\n EOFV3670_0067 (Valid) Code containing the PUSH9 opcode - Data Section 66\n EOFV3670_0068 (Valid) Code containing the PUSH10 opcode - Data Section 67\n EOFV3670_0069 (Valid) Code containing the PUSH11 opcode - Data Section 68\n EOFV3670_0070 (Valid) Code containing the PUSH12 opcode - Data Section 69\n EOFV3670_0071 (Valid) Code containing the PUSH13 opcode - Data Section 70\n EOFV3670_0072 (Valid) Code containing the PUSH14 opcode - Data Section 71\n EOFV3670_0073 (Valid) Code containing the PUSH15 opcode - Data Section 72\n EOFV3670_0074 (Valid) Code containing the PUSH16 opcode - Data Section 73\n EOFV3670_0075 (Valid) Code containing the PUSH17 opcode - Data Section 74\n EOFV3670_0076 (Valid) Code containing the PUSH18 opcode - Data Section 75\n EOFV3670_0077 (Valid) Code containing the PUSH19 opcode - Data Section 76\n EOFV3670_0078 (Valid) Code containing the PUSH20 opcode - Data Section 77\n EOFV3670_0079 (Valid) Code containing the PUSH21 opcode - Data Section 78\n EOFV3670_0080 (Valid) Code containing the PUSH22 opcode - Data Section 79\n EOFV3670_0081 (Valid) Code containing the PUSH23 opcode - Data Section 80\n EOFV3670_0082 (Valid) Code containing the PUSH24 opcode - Data Section 81\n EOFV3670_0083 (Valid) Code containing the PUSH25 opcode - Data Section 82\n EOFV3670_0084 (Valid) Code containing the PUSH26 opcode - Data Section 83\n EOFV3670_0085 (Valid) Code containing the PUSH27 opcode - Data Section 84\n EOFV3670_0086 (Valid) Code containing the PUSH28 opcode - Data Section 85\n EOFV3670_0087 (Valid) Code containing the PUSH29 opcode - Data Section 86\n EOFV3670_0088 (Valid) Code containing the PUSH30 opcode - Data Section 87\n EOFV3670_0089 (Valid) Code containing the PUSH31 opcode - Data Section 88\n EOFV3670_0090 (Valid) Code containing the PUSH32 opcode - Data Section 89\n EOFV3670_0091 (Valid) Code containing the DUP1 opcode - Data Section 90\n EOFV3670_0092 (Valid) Code containing the DUP2 opcode - Data Section 91\n EOFV3670_0093 (Valid) Code containing the DUP3 opcode - Data Section 92\n EOFV3670_0094 (Valid) Code containing the DUP4 opcode - Data Section 93\n EOFV3670_0095 (Valid) Code containing the DUP5 opcode - Data Section 94\n EOFV3670_0096 (Valid) Code containing the DUP6 opcode - Data Section 95\n EOFV3670_0097 (Valid) Code containing the DUP7 opcode - Data Section 96\n EOFV3670_0098 (Valid) Code containing the DUP8 opcode - Data Section 97\n EOFV3670_0099 (Valid) Code containing the DUP9 opcode - Data Section 98\n EOFV3670_0100 (Valid) Code containing the DUP10 opcode - Data Section 99\n EOFV3670_0101 (Valid) Code containing the DUP11 opcode - Data Section 100\n EOFV3670_0102 (Valid) Code containing the DUP12 opcode - Data Section 101\n EOFV3670_0103 (Valid) Code containing the DUP13 opcode - Data Section 102\n EOFV3670_0104 (Valid) Code containing the DUP14 opcode - Data Section 103\n EOFV3670_0105 (Valid) Code containing the DUP15 opcode - Data Section 104\n EOFV3670_0106 (Valid) Code containing the DUP16 opcode - Data Section 105\n EOFV3670_0107 (Valid) Code containing the SWAP1 opcode - Data Section 106\n EOFV3670_0108 (Valid) Code containing the SWAP2 opcode - Data Section 107\n EOFV3670_0109 (Valid) Code containing the SWAP3 opcode - Data Section 108\n EOFV3670_0110 (Valid) Code containing the SWAP4 opcode - Data Section 109\n EOFV3670_0111 (Valid) Code containing the SWAP5 opcode - Data Section 110\n EOFV3670_0112 (Valid) Code containing the SWAP6 opcode - Data Section 111\n EOFV3670_0113 (Valid) Code containing the SWAP7 opcode - Data Section 112\n EOFV3670_0114 (Valid) Code containing the SWAP8 opcode - Data Section 113\n EOFV3670_0115 (Valid) Code containing the SWAP9 opcode - Data Section 114\n EOFV3670_0116 (Valid) Code containing the SWAP10 opcode - Data Section 115\n EOFV3670_0117 (Valid) Code containing the SWAP11 opcode - Data Section 116\n EOFV3670_0118 (Valid) Code containing the SWAP12 opcode - Data Section 117\n EOFV3670_0119 (Valid) Code containing the SWAP13 opcode - Data Section 118\n EOFV3670_0120 (Valid) Code containing the SWAP14 opcode - Data Section 119\n EOFV3670_0121 (Valid) Code containing the SWAP15 opcode - Data Section 120\n EOFV3670_0122 (Valid) Code containing the SWAP16 opcode - Data Section 121\n EOFV3670_0123 (Valid) Code containing the LOG0 opcode - Data Section 122\n EOFV3670_0124 (Valid) Code containing the LOG1 opcode - Data Section 123\n EOFV3670_0125 (Valid) Code containing the LOG2 opcode - Data Section 124\n EOFV3670_0126 (Valid) Code containing the LOG3 opcode - Data Section 125\n EOFV3670_0127 (Valid) Code containing the LOG4 opcode - Data Section 126\n EOFV3670_0128 (Valid) Code containing the RETURN opcode - Data Section 127\n EOFV3670_0129 (Valid) Code containing the EXTCALL opcode - Data Section 128\n EOFV3670_0130 (Valid) Code containing the EXTDELEGATECALL opcode - Data Section 129\n EOFV3670_0131 (Valid) Code containing the EXTSTATICCALL opcode - Data Section 130\n EOFV3670_0132 (Valid) Code containing the REVERT opcode - Data Section 131\n EOFV3670_0133 (Valid) Code containing the INVALID opcode - Data Section 132\n EOFI3670_0134 (Invalid) Code containing undefined instruction 0x0c - Data Section 133\n EOFI3670_0135 (Invalid) Code containing undefined instruction 0x0d - Data Section 134\n EOFI3670_0136 (Invalid) Code containing undefined instruction 0x0e - Data Section 135\n EOFI3670_0137 (Invalid) Code containing undefined instruction 0x0f - Data Section 136\n EOFI3670_0138 (Invalid) Code containing undefined instruction 0x1e - Data Section 137\n EOFI3670_0139 (Invalid) Code containing undefined instruction 0x1f - Data Section 138\n EOFI3670_0140 (Invalid) Code containing undefined instruction 0x21 - Data Section 139\n EOFI3670_0141 (Invalid) Code containing undefined instruction 0x22 - Data Section 140\n EOFI3670_0142 (Invalid) Code containing undefined instruction 0x23 - Data Section 141\n EOFI3670_0143 (Invalid) Code containing undefined instruction 0x24 - Data Section 142\n EOFI3670_0144 (Invalid) Code containing undefined instruction 0x25 - Data Section 143\n EOFI3670_0145 (Invalid) Code containing undefined instruction 0x26 - Data Section 144\n EOFI3670_0146 (Invalid) Code containing undefined instruction 0x27 - Data Section 145\n EOFI3670_0147 (Invalid) Code containing undefined instruction 0x28 - Data Section 146\n EOFI3670_0148 (Invalid) Code containing undefined instruction 0x29 - Data Section 147\n EOFI3670_0149 (Invalid) Code containing undefined instruction 0x2a - Data Section 148\n EOFI3670_0150 (Invalid) Code containing undefined instruction 0x2b - Data Section 149\n EOFI3670_0151 (Invalid) Code containing undefined instruction 0x2c - Data Section 150\n EOFI3670_0152 (Invalid) Code containing undefined instruction 0x2d - Data Section 151\n EOFI3670_0153 (Invalid) Code containing undefined instruction 0x2e - Data Section 152\n EOFI3670_0154 (Invalid) Code containing undefined instruction 0x2f - Data Section 153\n EOFI3670_0155 (Invalid) Code containing undefined instruction 0x4b - Data Section 154\n EOFI3670_0156 (Invalid) Code containing undefined (deprecated) instruction 0x38 (CODESIZE) - Data Section 155\n EOFI3670_0157 (Invalid) Code containing undefined (deprecated) instruction 0x39 (CODECOPY) - Data Section 156\n EOFI3670_0158 (Invalid) Code containing undefined (deprecated) instruction 0x3b (EXTCODESIZE) - Data Section 157\n EOFI3670_0159 (Invalid) Code containing undefined (deprecated) instruction 0x3c (EXTCODECOPY) - Data Section 158\n EOFI3670_0160 (Invalid) Code containing undefined (deprecated) instruction 0x3f (EXTCODEHASH) - Data Section 159\n EOFI3670_0161 (Invalid) Code containing undefined instruction 0x4c - Data Section 160\n EOFI3670_0162 (Invalid) Code containing undefined instruction 0x4d - Data Section 161\n EOFI3670_0163 (Invalid) Code containing undefined instruction 0x4e - Data Section 162\n EOFI3670_0164 (Invalid) Code containing undefined instruction 0x4f - Data Section 163\n EOFI3670_0165 (Invalid) Code containing undefined (deprecated) instruction 0x56 (JUMP) - Data Section 164\n EOFI3670_0166 (Invalid) Code containing undefined (deprecated) instruction 0x57 (JUMPI) - Data Section 165\n EOFI3670_0167 (Invalid) Code containing undefined (deprecated) instruction 0x58 (PC) - Data Section 166\n EOFI3670_0168 (Invalid) Code containing undefined (deprecated) instruction 0x5a (GAS) - Data Section 167\n EOFI3670_0169 (Invalid) Code containing undefined instruction 0xa5 - Data Section 168\n EOFI3670_0170 (Invalid) Code containing undefined instruction 0xa6 - Data Section 169\n EOFI3670_0171 (Invalid) Code containing undefined instruction 0xa7 - Data Section 170\n EOFI3670_0172 (Invalid) Code containing undefined instruction 0xa8 - Data Section 171\n EOFI3670_0173 (Invalid) Code containing undefined instruction 0xa9 - Data Section 172\n EOFI3670_0174 (Invalid) Code containing undefined instruction 0xaa - Data Section 173\n EOFI3670_0175 (Invalid) Code containing undefined instruction 0xab - Data Section 174\n EOFI3670_0176 (Invalid) Code containing undefined instruction 0xac - Data Section 175\n EOFI3670_0177 (Invalid) Code containing undefined instruction 0xad - Data Section 176\n EOFI3670_0178 (Invalid) Code containing undefined instruction 0xae - Data Section 177\n EOFI3670_0179 (Invalid) Code containing undefined instruction 0xaf - Data Section 178\n EOFI3670_0180 (Invalid) Code containing undefined instruction 0xb2 - Data Section 179\n EOFI3670_0181 (Invalid) Code containing undefined instruction 0xb3 - Data Section 180\n EOFI3670_0182 (Invalid) Code containing undefined instruction 0xb4 - Data Section 181\n EOFI3670_0183 (Invalid) Code containing undefined instruction 0xb5 - Data Section 182\n EOFI3670_0184 (Invalid) Code containing undefined instruction 0xb6 - Data Section 183\n EOFI3670_0185 (Invalid) Code containing undefined instruction 0xb7 - Data Section 184\n EOFI3670_0186 (Invalid) Code containing undefined instruction 0xb8 - Data Section 185\n EOFI3670_0187 (Invalid) Code containing undefined instruction 0xb9 - Data Section 186\n EOFI3670_0188 (Invalid) Code containing undefined instruction 0xba - Data Section 187\n EOFI3670_0189 (Invalid) Code containing undefined instruction 0xbb - Data Section 188\n EOFI3670_0190 (Invalid) Code containing undefined instruction 0xbc - Data Section 189\n EOFI3670_0191 (Invalid) Code containing undefined instruction 0xbd - Data Section 190\n EOFI3670_0192 (Invalid) Code containing undefined instruction 0xbe - Data Section 191\n EOFI3670_0193 (Invalid) Code containing undefined instruction 0xbf - Data Section 192\n EOFI3670_0194 (Invalid) Code containing undefined instruction 0xc0 - Data Section 193\n EOFI3670_0195 (Invalid) Code containing undefined instruction 0xc1 - Data Section 194\n EOFI3670_0196 (Invalid) Code containing undefined instruction 0xc2 - Data Section 195\n EOFI3670_0197 (Invalid) Code containing undefined instruction 0xc3 - Data Section 196\n EOFI3670_0198 (Invalid) Code containing undefined instruction 0xc4 - Data Section 197\n EOFI3670_0199 (Invalid) Code containing undefined instruction 0xc5 - Data Section 198\n EOFI3670_0200 (Invalid) Code containing undefined instruction 0xc6 - Data Section 199\n EOFI3670_0201 (Invalid) Code containing undefined instruction 0xc7 - Data Section 200\n EOFI3670_0202 (Invalid) Code containing undefined instruction 0xc8 - Data Section 201\n EOFI3670_0203 (Invalid) Code containing undefined instruction 0xc9 - Data Section 202\n EOFI3670_0204 (Invalid) Code containing undefined instruction 0xca - Data Section 203\n EOFI3670_0205 (Invalid) Code containing undefined instruction 0xcb - Data Section 204\n EOFI3670_0206 (Invalid) Code containing undefined instruction 0xcc - Data Section 205\n EOFI3670_0207 (Invalid) Code containing undefined instruction 0xcd - Data Section 206\n EOFI3670_0208 (Invalid) Code containing undefined instruction 0xce - Data Section 207\n EOFI3670_0209 (Invalid) Code containing undefined instruction 0xcf - Data Section 208\n EOFI3670_0210 (Invalid) Code containing undefined instruction 0xd4 - Data Section 209\n EOFI3670_0211 (Invalid) Code containing undefined instruction 0xd5 - Data Section 210\n EOFI3670_0212 (Invalid) Code containing undefined instruction 0xd6 - Data Section 211\n EOFI3670_0213 (Invalid) Code containing undefined instruction 0xd7 - Data Section 212\n EOFI3670_0214 (Invalid) Code containing undefined instruction 0xd8 - Data Section 213\n EOFI3670_0215 (Invalid) Code containing undefined instruction 0xd9 - Data Section 214\n EOFI3670_0216 (Invalid) Code containing undefined instruction 0xda - Data Section 215\n EOFI3670_0217 (Invalid) Code containing undefined instruction 0xdb - Data Section 216\n EOFI3670_0218 (Invalid) Code containing undefined instruction 0xdc - Data Section 217\n EOFI3670_0219 (Invalid) Code containing undefined instruction 0xdd - Data Section 218\n EOFI3670_0220 (Invalid) Code containing undefined instruction 0xde - Data Section 219\n EOFI3670_0221 (Invalid) Code containing undefined instruction 0xdf - Data Section 220\n EOFI3670_0222 (Invalid) Code containing undefined instruction 0xe9 - Data Section 221\n EOFI3670_0223 (Invalid) Code containing undefined instruction 0xea - Data Section 222\n EOFI3670_0224 (Invalid) Code containing undefined instruction 0xeb - Data Section 223\n EOFI3670_0225 (Invalid) Code containing undefined instruction 0xef - Data Section 224\n EOFI3670_0226 (Invalid) Code containing undefined (deprecated) instruction 0xf0 (CREATE) - Data Section 225\n EOFI3670_0227 (Invalid) Code containing undefined (deprecated) instruction 0xf2 (CALLCODE) - Data Section 226\n EOFI3670_0228 (Invalid) Code containing undefined (deprecated) instruction 0xf5 (CREATE2) - Data Section 227\n EOFI3670_0229 (Invalid) Code containing undefined (deprecated) instruction 0xf1 (CALL) - Data Section 228\n EOFI3670_0230 (Invalid) Code containing undefined (deprecated) instruction 0xf4 (DELEGATECALL) - Data Section 229\n EOFI3670_0231 (Invalid) Code containing undefined instruction 0xf6 - Data Section 230\n EOFI3670_0232 (Invalid) Code containing undefined (deprecated) instruction 0xfa (STATICCALL) - Data Section 231\n EOFI3670_0233 (Invalid) Code containing undefined instruction 0xfc - Data Section 232\n EOFI3670_0234 (Invalid) Code containing undefined (deprecated) instruction 0xff (SELFDESTRUCT) - Data Section 233\n EOFI3670_0235 (Invalid) Truncated PUSH1 (no immediates) - Data Section 234\n EOFI3670_0236 (Invalid) Truncated PUSH2 (no immediates) - Data Section 235\n EOFI3670_0237 (Invalid) Truncated PUSH2 (truncated immediates) - Data Section 236\n EOFI3670_0238 (Invalid) Truncated PUSH3 (no immediates) - Data Section 237\n EOFI3670_0239 (Invalid) Truncated PUSH3 (truncated immediates) - Data Section 238\n EOFI3670_0240 (Invalid) Truncated PUSH4 (no immediates) - Data Section 239\n EOFI3670_0241 (Invalid) Truncated PUSH4 (truncated immediates) - Data Section 240\n EOFI3670_0242 (Invalid) Truncated PUSH5 (no immediates) - Data Section 241\n EOFI3670_0243 (Invalid) Truncated PUSH5 (truncated immediates) - Data Section 242\n EOFI3670_0244 (Invalid) Truncated PUSH6 (no immediates) - Data Section 243\n EOFI3670_0245 (Invalid) Truncated PUSH6 (truncated immediates) - Data Section 244\n EOFI3670_0246 (Invalid) Truncated PUSH7 (no immediates) - Data Section 245\n EOFI3670_0247 (Invalid) Truncated PUSH7 (truncated immediates) - Data Section 246\n EOFI3670_0248 (Invalid) Truncated PUSH8 (no immediates) - Data Section 247\n EOFI3670_0249 (Invalid) Truncated PUSH8 (truncated immediates) - Data Section 248\n EOFI3670_0250 (Invalid) Truncated PUSH9 (no immediates) - Data Section 249\n EOFI3670_0251 (Invalid) Truncated PUSH9 (truncated immediates) - Data Section 250\n EOFI3670_0252 (Invalid) Truncated PUSH10 (no immediates) - Data Section 251\n EOFI3670_0253 (Invalid) Truncated PUSH10 (truncated immediates) - Data Section 252\n EOFI3670_0254 (Invalid) Truncated PUSH11 (no immediates) - Data Section 253\n EOFI3670_0255 (Invalid) Truncated PUSH11 (truncated immediates) - Data Section 254\n EOFI3670_0256 (Invalid) Truncated PUSH12 (no immediates) - Data Section 255\n EOFI3670_0257 (Invalid) Truncated PUSH12 (truncated immediates) - Data Section 256\n EOFI3670_0258 (Invalid) Truncated PUSH13 (no immediates) - Data Section 257\n EOFI3670_0259 (Invalid) Truncated PUSH13 (truncated immediates) - Data Section 258\n EOFI3670_0260 (Invalid) Truncated PUSH14 (no immediates) - Data Section 259\n EOFI3670_0261 (Invalid) Truncated PUSH14 (truncated immediates) - Data Section 260\n EOFI3670_0262 (Invalid) Truncated PUSH15 (no immediates) - Data Section 261\n EOFI3670_0263 (Invalid) Truncated PUSH15 (truncated immediates) - Data Section 262\n EOFI3670_0264 (Invalid) Truncated PUSH16 (no immediates) - Data Section 263\n EOFI3670_0265 (Invalid) Truncated PUSH16 (truncated immediates) - Data Section 264\n EOFI3670_0266 (Invalid) Truncated PUSH17 (no immediates) - Data Section 265\n EOFI3670_0267 (Invalid) Truncated PUSH17 (truncated immediates) - Data Section 266\n EOFI3670_0268 (Invalid) Truncated PUSH18 (no immediates) - Data Section 267\n EOFI3670_0269 (Invalid) Truncated PUSH18 (truncated immediates) - Data Section 268\n EOFI3670_0270 (Invalid) Truncated PUSH19 (no immediates) - Data Section 269\n EOFI3670_0271 (Invalid) Truncated PUSH19 (truncated immediates) - Data Section 270\n EOFI3670_0272 (Invalid) Truncated PUSH20 (no immediates) - Data Section 271\n EOFI3670_0273 (Invalid) Truncated PUSH20 (truncated immediates) - Data Section 272\n EOFI3670_0274 (Invalid) Truncated PUSH21 (no immediates) - Data Section 273\n EOFI3670_0275 (Invalid) Truncated PUSH21 (truncated immediates) - Data Section 274\n EOFI3670_0276 (Invalid) Truncated PUSH22 (no immediates) - Data Section 275\n EOFI3670_0277 (Invalid) Truncated PUSH22 (truncated immediates) - Data Section 276\n EOFI3670_0278 (Invalid) Truncated PUSH23 (no immediates) - Data Section 277\n EOFI3670_0279 (Invalid) Truncated PUSH23 (truncated immediates) - Data Section 278\n EOFI3670_0280 (Invalid) Truncated PUSH24 (no immediates) - Data Section 279\n EOFI3670_0281 (Invalid) Truncated PUSH24 (truncated immediates) - Data Section 280\n EOFI3670_0282 (Invalid) Truncated PUSH25 (no immediates) - Data Section 281\n EOFI3670_0283 (Invalid) Truncated PUSH25 (truncated immediates) - Data Section 282\n EOFI3670_0284 (Invalid) Truncated PUSH26 (no immediates) - Data Section 283\n EOFI3670_0285 (Invalid) Truncated PUSH26 (truncated immediates) - Data Section 284\n EOFI3670_0286 (Invalid) Truncated PUSH27 (no immediates) - Data Section 285\n EOFI3670_0287 (Invalid) Truncated PUSH27 (truncated immediates) - Data Section 286\n EOFI3670_0288 (Invalid) Truncated PUSH28 (no immediates) - Data Section 287\n EOFI3670_0289 (Invalid) Truncated PUSH28 (truncated immediates) - Data Section 288\n EOFI3670_0290 (Invalid) Truncated PUSH29 (no immediates) - Data Section 289\n EOFI3670_0291 (Invalid) Truncated PUSH29 (truncated immediates) - Data Section 290\n EOFI3670_0292 (Invalid) Truncated PUSH30 (no immediates) - Data Section 291\n EOFI3670_0293 (Invalid) Truncated PUSH30 (truncated immediates) - Data Section 292\n EOFI3670_0294 (Invalid) Truncated PUSH31 (no immediates) - Data Section 293\n EOFI3670_0295 (Invalid) Truncated PUSH31 (truncated immediates) - Data Section 294\n EOFI3670_0296 (Invalid) Truncated PUSH32 (no immediates) - Data Section 295\n EOFI3670_0297 (Invalid) Truncated PUSH32 (truncated immediates) - Data Section 296\n EOFI3670_0298 (Invalid) Containing undefined instruction (0xfc) after STOP - Data Section 297\n", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", + "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", + "generatedTestHash" : "c1c1db08ddde58edc6d8a41046ba14d01878e970107a961e1b23ef222832c57c", "lllcversion" : "Error getting LLLC Version", - "solidity" : "Version: 0.8.24+commit.e11b9ed9.Linux.g++", + "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EOFTestsFiller/EIP3670/validInvalidFiller.yml", - "sourceHash" : "bf19d994b177b26188806100da49de21341fba9994942c02c067c801f191c785" + "sourceHash" : "1552e0e8f817b0cc42ab7a6e15c215a36bc61b2f8eb36ed8656b3df252e8b5a8" }, "vectors" : { "validInvalid_0" : { @@ -36,7 +36,7 @@ } }, "validInvalid_100" : { - "code" : "0xef0001010004020001000804000000008000066001808080808400", + "code" : "0xef0001010004020001000e040000000080000c6001808080808080808080808a00", "results" : { "Prague" : { "result" : true @@ -44,7 +44,7 @@ } }, "validInvalid_101" : { - "code" : "0xef000101000402000100090400000000800007600180808080808500", + "code" : "0xef0001010004020001000f040000000080000d600180808080808080808080808b00", "results" : { "Prague" : { "result" : true @@ -52,7 +52,7 @@ } }, "validInvalid_102" : { - "code" : "0xef0001010004020001000a040000000080000860018080808080808600", + "code" : "0xef00010100040200010010040000000080000e60018080808080808080808080808c00", "results" : { "Prague" : { "result" : true @@ -60,7 +60,7 @@ } }, "validInvalid_103" : { - "code" : "0xef0001010004020001000b04000000008000096001808080808080808700", + "code" : "0xef00010100040200010011040000000080000f6001808080808080808080808080808d00", "results" : { "Prague" : { "result" : true @@ -68,7 +68,7 @@ } }, "validInvalid_104" : { - "code" : "0xef0001010004020001000c040000000080000a600180808080808080808800", + "code" : "0xef000101000402000100120400000000800010600180808080808080808080808080808e00", "results" : { "Prague" : { "result" : true @@ -76,7 +76,7 @@ } }, "validInvalid_105" : { - "code" : "0xef0001010004020001000d040000000080000b60018080808080808080808900", + "code" : "0xef00010100040200010013040000000080001160018080808080808080808080808080808f00", "results" : { "Prague" : { "result" : true @@ -84,7 +84,7 @@ } }, "validInvalid_106" : { - "code" : "0xef0001010004020001000e040000000080000c6001808080808080808080808a00", + "code" : "0xef0001010004020001000504000000008000026001809000", "results" : { "Prague" : { "result" : true @@ -92,7 +92,7 @@ } }, "validInvalid_107" : { - "code" : "0xef0001010004020001000f040000000080000d600180808080808080808080808b00", + "code" : "0xef000101000402000100060400000000800003600180809100", "results" : { "Prague" : { "result" : true @@ -100,7 +100,7 @@ } }, "validInvalid_108" : { - "code" : "0xef00010100040200010010040000000080000e60018080808080808080808080808c00", + "code" : "0xef00010100040200010007040000000080000460018080809200", "results" : { "Prague" : { "result" : true @@ -108,7 +108,7 @@ } }, "validInvalid_109" : { - "code" : "0xef00010100040200010011040000000080000f6001808080808080808080808080808d00", + "code" : "0xef0001010004020001000804000000008000056001808080809300", "results" : { "Prague" : { "result" : true @@ -124,7 +124,7 @@ } }, "validInvalid_110" : { - "code" : "0xef000101000402000100120400000000800010600180808080808080808080808080808e00", + "code" : "0xef000101000402000100090400000000800006600180808080809400", "results" : { "Prague" : { "result" : true @@ -132,7 +132,7 @@ } }, "validInvalid_111" : { - "code" : "0xef00010100040200010013040000000080001160018080808080808080808080808080808f00", + "code" : "0xef0001010004020001000a040000000080000760018080808080809500", "results" : { "Prague" : { "result" : true @@ -140,7 +140,7 @@ } }, "validInvalid_112" : { - "code" : "0xef0001010004020001000504000000008000026001809000", + "code" : "0xef0001010004020001000b04000000008000086001808080808080809600", "results" : { "Prague" : { "result" : true @@ -148,7 +148,7 @@ } }, "validInvalid_113" : { - "code" : "0xef000101000402000100060400000000800003600180809100", + "code" : "0xef0001010004020001000c0400000000800009600180808080808080809700", "results" : { "Prague" : { "result" : true @@ -156,7 +156,7 @@ } }, "validInvalid_114" : { - "code" : "0xef00010100040200010007040000000080000460018080809200", + "code" : "0xef0001010004020001000d040000000080000a60018080808080808080809800", "results" : { "Prague" : { "result" : true @@ -164,7 +164,7 @@ } }, "validInvalid_115" : { - "code" : "0xef0001010004020001000804000000008000056001808080809300", + "code" : "0xef0001010004020001000e040000000080000b6001808080808080808080809900", "results" : { "Prague" : { "result" : true @@ -172,7 +172,7 @@ } }, "validInvalid_116" : { - "code" : "0xef000101000402000100090400000000800006600180808080809400", + "code" : "0xef0001010004020001000f040000000080000c600180808080808080808080809a00", "results" : { "Prague" : { "result" : true @@ -180,7 +180,7 @@ } }, "validInvalid_117" : { - "code" : "0xef0001010004020001000a040000000080000760018080808080809500", + "code" : "0xef00010100040200010010040000000080000d60018080808080808080808080809b00", "results" : { "Prague" : { "result" : true @@ -188,7 +188,7 @@ } }, "validInvalid_118" : { - "code" : "0xef0001010004020001000b04000000008000086001808080808080809600", + "code" : "0xef00010100040200010011040000000080000e6001808080808080808080808080809c00", "results" : { "Prague" : { "result" : true @@ -196,7 +196,7 @@ } }, "validInvalid_119" : { - "code" : "0xef0001010004020001000c0400000000800009600180808080808080809700", + "code" : "0xef00010100040200010012040000000080000f600180808080808080808080808080809d00", "results" : { "Prague" : { "result" : true @@ -212,7 +212,7 @@ } }, "validInvalid_120" : { - "code" : "0xef0001010004020001000d040000000080000a60018080808080808080809800", + "code" : "0xef00010100040200010013040000000080001060018080808080808080808080808080809e00", "results" : { "Prague" : { "result" : true @@ -220,7 +220,7 @@ } }, "validInvalid_121" : { - "code" : "0xef0001010004020001000e040000000080000b6001808080808080808080809900", + "code" : "0xef0001010004020001001404000000008000116001808080808080808080808080808080809f00", "results" : { "Prague" : { "result" : true @@ -228,7 +228,7 @@ } }, "validInvalid_122" : { - "code" : "0xef0001010004020001000f040000000080000c600180808080808080808080809a00", + "code" : "0xef000101000402000100050400000000800002600180a000", "results" : { "Prague" : { "result" : true @@ -236,7 +236,7 @@ } }, "validInvalid_123" : { - "code" : "0xef00010100040200010010040000000080000d60018080808080808080808080809b00", + "code" : "0xef00010100040200010006040000000080000360018080a100", "results" : { "Prague" : { "result" : true @@ -244,7 +244,7 @@ } }, "validInvalid_124" : { - "code" : "0xef00010100040200010011040000000080000e6001808080808080808080808080809c00", + "code" : "0xef0001010004020001000704000000008000046001808080a200", "results" : { "Prague" : { "result" : true @@ -252,7 +252,7 @@ } }, "validInvalid_125" : { - "code" : "0xef00010100040200010012040000000080000f600180808080808080808080808080809d00", + "code" : "0xef000101000402000100080400000000800005600180808080a300", "results" : { "Prague" : { "result" : true @@ -260,7 +260,7 @@ } }, "validInvalid_126" : { - "code" : "0xef00010100040200010013040000000080001060018080808080808080808080808080809e00", + "code" : "0xef00010100040200010009040000000080000660018080808080a400", "results" : { "Prague" : { "result" : true @@ -268,7 +268,7 @@ } }, "validInvalid_127" : { - "code" : "0xef0001010004020001001404000000008000116001808080808080808080808080808080809f00", + "code" : "0xef000101000402000100040400000000800002600180f3", "results" : { "Prague" : { "result" : true @@ -276,7 +276,7 @@ } }, "validInvalid_128" : { - "code" : "0xef000101000402000100050400000000800002600180a000", + "code" : "0xef0001010004020001000704000000008000046001808080f800", "results" : { "Prague" : { "result" : true @@ -284,7 +284,7 @@ } }, "validInvalid_129" : { - "code" : "0xef00010100040200010006040000000080000360018080a100", + "code" : "0xef00010100040200010006040000000080000360018080f900", "results" : { "Prague" : { "result" : true @@ -300,7 +300,7 @@ } }, "validInvalid_130" : { - "code" : "0xef0001010004020001000704000000008000046001808080a200", + "code" : "0xef00010100040200010006040000000080000360018080fb00", "results" : { "Prague" : { "result" : true @@ -308,7 +308,7 @@ } }, "validInvalid_131" : { - "code" : "0xef000101000402000100080400000000800005600180808080a300", + "code" : "0xef000101000402000100040400000000800002600180fd", "results" : { "Prague" : { "result" : true @@ -316,7 +316,7 @@ } }, "validInvalid_132" : { - "code" : "0xef00010100040200010009040000000080000660018080808080a400", + "code" : "0xef000101000402000100010400000000800000fe", "results" : { "Prague" : { "result" : true @@ -324,55 +324,61 @@ } }, "validInvalid_133" : { - "code" : "0xef0001010004020001000704000000008000046001808080f800", + "code" : "0xef0001010004020001000204000000008000000c00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, "validInvalid_134" : { - "code" : "0xef000101000402000100040400000000800002600180f3", + "code" : "0xef0001010004020001000204000000008000000d00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, "validInvalid_135" : { - "code" : "0xef00010100040200010006040000000080000360018080f900", + "code" : "0xef0001010004020001000204000000008000000e00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, "validInvalid_136" : { - "code" : "0xef00010100040200010006040000000080000360018080fb00", + "code" : "0xef0001010004020001000204000000008000000f00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, "validInvalid_137" : { - "code" : "0xef000101000402000100040400000000800002600180fd", + "code" : "0xef0001010004020001000204000000008000001e00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, "validInvalid_138" : { - "code" : "0xef000101000402000100010400000000800000fe", + "code" : "0xef0001010004020001000204000000008000001f00", "results" : { "Prague" : { - "result" : true + "exception" : "EOF_UndefinedInstruction", + "result" : false } } }, "validInvalid_139" : { - "code" : "0xef0001010004020001000204000000008000000c00", + "code" : "0xef0001010004020001000204000000008000002100", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -389,7 +395,7 @@ } }, "validInvalid_140" : { - "code" : "0xef0001010004020001000204000000008000000d00", + "code" : "0xef0001010004020001000204000000008000002200", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -398,7 +404,7 @@ } }, "validInvalid_141" : { - "code" : "0xef0001010004020001000204000000008000000e00", + "code" : "0xef0001010004020001000204000000008000002300", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -407,7 +413,7 @@ } }, "validInvalid_142" : { - "code" : "0xef0001010004020001000204000000008000000f00", + "code" : "0xef0001010004020001000204000000008000002400", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -416,7 +422,7 @@ } }, "validInvalid_143" : { - "code" : "0xef0001010004020001000204000000008000001e00", + "code" : "0xef0001010004020001000204000000008000002500", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -425,7 +431,7 @@ } }, "validInvalid_144" : { - "code" : "0xef0001010004020001000204000000008000001f00", + "code" : "0xef0001010004020001000204000000008000002600", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -434,7 +440,7 @@ } }, "validInvalid_145" : { - "code" : "0xef0001010004020001000204000000008000002100", + "code" : "0xef0001010004020001000204000000008000002700", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -443,7 +449,7 @@ } }, "validInvalid_146" : { - "code" : "0xef0001010004020001000204000000008000002200", + "code" : "0xef0001010004020001000204000000008000002800", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -452,7 +458,7 @@ } }, "validInvalid_147" : { - "code" : "0xef0001010004020001000204000000008000002300", + "code" : "0xef0001010004020001000204000000008000002900", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -461,7 +467,7 @@ } }, "validInvalid_148" : { - "code" : "0xef0001010004020001000204000000008000002400", + "code" : "0xef0001010004020001000204000000008000002a00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -470,7 +476,7 @@ } }, "validInvalid_149" : { - "code" : "0xef0001010004020001000204000000008000002500", + "code" : "0xef0001010004020001000204000000008000002b00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -487,7 +493,7 @@ } }, "validInvalid_150" : { - "code" : "0xef0001010004020001000204000000008000002600", + "code" : "0xef0001010004020001000204000000008000002c00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -496,7 +502,7 @@ } }, "validInvalid_151" : { - "code" : "0xef0001010004020001000204000000008000002700", + "code" : "0xef0001010004020001000204000000008000002d00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -505,7 +511,7 @@ } }, "validInvalid_152" : { - "code" : "0xef0001010004020001000204000000008000002800", + "code" : "0xef0001010004020001000204000000008000002e00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -514,7 +520,7 @@ } }, "validInvalid_153" : { - "code" : "0xef0001010004020001000204000000008000002900", + "code" : "0xef0001010004020001000204000000008000002f00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -523,7 +529,7 @@ } }, "validInvalid_154" : { - "code" : "0xef0001010004020001000204000000008000002a00", + "code" : "0xef0001010004020001000204000000008000004b00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -532,7 +538,7 @@ } }, "validInvalid_155" : { - "code" : "0xef0001010004020001000204000000008000002b00", + "code" : "0xef0001010004020001000204000000008000013800", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -541,7 +547,7 @@ } }, "validInvalid_156" : { - "code" : "0xef0001010004020001000204000000008000002c00", + "code" : "0xef0001010004020001000204000000008000003900", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -550,7 +556,7 @@ } }, "validInvalid_157" : { - "code" : "0xef0001010004020001000204000000008000002d00", + "code" : "0xef0001010004020001000204000000008000003b00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -559,7 +565,7 @@ } }, "validInvalid_158" : { - "code" : "0xef0001010004020001000204000000008000002e00", + "code" : "0xef0001010004020001000204000000008000003c00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -568,7 +574,7 @@ } }, "validInvalid_159" : { - "code" : "0xef0001010004020001000204000000008000002f00", + "code" : "0xef0001010004020001000204000000008000003f00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -585,7 +591,7 @@ } }, "validInvalid_160" : { - "code" : "0xef0001010004020001000204000000008000004b00", + "code" : "0xef0001010004020001000204000000008000004c00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -594,7 +600,7 @@ } }, "validInvalid_161" : { - "code" : "0xef0001010004020001000204000000008000004c00", + "code" : "0xef0001010004020001000204000000008000004d00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -603,7 +609,7 @@ } }, "validInvalid_162" : { - "code" : "0xef0001010004020001000204000000008000004d00", + "code" : "0xef0001010004020001000204000000008000004e00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -612,7 +618,7 @@ } }, "validInvalid_163" : { - "code" : "0xef0001010004020001000204000000008000004e00", + "code" : "0xef0001010004020001000204000000008000004f00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -621,7 +627,7 @@ } }, "validInvalid_164" : { - "code" : "0xef0001010004020001000204000000008000004f00", + "code" : "0xef0001010004020001000204000000008000005600", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -630,7 +636,7 @@ } }, "validInvalid_165" : { - "code" : "0xef0001010004020001000204000000008000005600", + "code" : "0xef0001010004020001000204000000008000005700", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -639,7 +645,7 @@ } }, "validInvalid_166" : { - "code" : "0xef0001010004020001000204000000008000005700", + "code" : "0xef0001010004020001000204000000008000015800", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -648,7 +654,7 @@ } }, "validInvalid_167" : { - "code" : "0xef0001010004020001000204000000008000015800", + "code" : "0xef0001010004020001000204000000008000015a00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1190,7 +1196,7 @@ } }, "validInvalid_221" : { - "code" : "0xef000101000402000100020400000000800000e800", + "code" : "0xef000101000402000100020400000000800000e900", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1199,7 +1205,7 @@ } }, "validInvalid_222" : { - "code" : "0xef000101000402000100020400000000800000e900", + "code" : "0xef000101000402000100020400000000800000ea00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1208,7 +1214,7 @@ } }, "validInvalid_223" : { - "code" : "0xef000101000402000100020400000000800000ea00", + "code" : "0xef000101000402000100020400000000800000eb00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1217,7 +1223,7 @@ } }, "validInvalid_224" : { - "code" : "0xef000101000402000100020400000000800000eb00", + "code" : "0xef000101000402000100020400000000800000ef00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1226,7 +1232,7 @@ } }, "validInvalid_225" : { - "code" : "0xef000101000402000100020400000000800000ef00", + "code" : "0xef000101000402000100020400000000800000f000", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1235,7 +1241,7 @@ } }, "validInvalid_226" : { - "code" : "0xef000101000402000100020400000000800000f000", + "code" : "0xef000101000402000100020400000000800000f200", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1244,7 +1250,7 @@ } }, "validInvalid_227" : { - "code" : "0xef000101000402000100020400000000800000f200", + "code" : "0xef000101000402000100020400000000800000f500", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1253,7 +1259,7 @@ } }, "validInvalid_228" : { - "code" : "0xef000101000402000100020400000000800000f500", + "code" : "0xef000101000402000100020400000000800000f100", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1262,7 +1268,7 @@ } }, "validInvalid_229" : { - "code" : "0xef000101000402000100020400000000800000f600", + "code" : "0xef000101000402000100020400000000800000f400", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1279,7 +1285,7 @@ } }, "validInvalid_230" : { - "code" : "0xef000101000402000100020400000000800000f800", + "code" : "0xef000101000402000100020400000000800000f600", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1288,7 +1294,7 @@ } }, "validInvalid_231" : { - "code" : "0xef000101000402000100020400000000800000f900", + "code" : "0xef000101000402000100020400000000800000fa00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1297,7 +1303,7 @@ } }, "validInvalid_232" : { - "code" : "0xef000101000402000100020400000000800000fb00", + "code" : "0xef000101000402000100020400000000800000fc00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1306,7 +1312,7 @@ } }, "validInvalid_233" : { - "code" : "0xef000101000402000100020400000000800000fc00", + "code" : "0xef000101000402000100020400000000800000ff00", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1315,16 +1321,16 @@ } }, "validInvalid_234" : { - "code" : "0xef000101000402000100020400000000800000ff00", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025560", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", + "exception" : "EOF_TruncatedImmediate", "result" : false } } }, "validInvalid_235" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025560", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025561", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1342,7 +1348,7 @@ } }, "validInvalid_237" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025561", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025562", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1360,7 +1366,7 @@ } }, "validInvalid_239" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025562", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025563", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1386,7 +1392,7 @@ } }, "validInvalid_241" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025563", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025564", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1404,7 +1410,7 @@ } }, "validInvalid_243" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025564", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025565", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1422,7 +1428,7 @@ } }, "validInvalid_245" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025565", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025566", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1440,7 +1446,7 @@ } }, "validInvalid_247" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025566", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025567", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1458,7 +1464,7 @@ } }, "validInvalid_249" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025567", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025568", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1484,7 +1490,7 @@ } }, "validInvalid_251" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025568", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025569", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1502,7 +1508,7 @@ } }, "validInvalid_253" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025569", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002556a", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1520,7 +1526,7 @@ } }, "validInvalid_255" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002556a", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002556b", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1538,7 +1544,7 @@ } }, "validInvalid_257" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002556b", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002556c", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1556,7 +1562,7 @@ } }, "validInvalid_259" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002556c", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002556d", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1582,7 +1588,7 @@ } }, "validInvalid_261" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002556d", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002556e", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1600,7 +1606,7 @@ } }, "validInvalid_263" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002556e", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002556f", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1618,7 +1624,7 @@ } }, "validInvalid_265" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002556f", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025570", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1636,7 +1642,7 @@ } }, "validInvalid_267" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025570", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025571", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1654,7 +1660,7 @@ } }, "validInvalid_269" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025571", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025572", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1680,7 +1686,7 @@ } }, "validInvalid_271" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025572", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025573", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1698,7 +1704,7 @@ } }, "validInvalid_273" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025573", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025574", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1716,7 +1722,7 @@ } }, "validInvalid_275" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025574", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025575", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1734,7 +1740,7 @@ } }, "validInvalid_277" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025575", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025576", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1752,7 +1758,7 @@ } }, "validInvalid_279" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025576", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025577", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1778,7 +1784,7 @@ } }, "validInvalid_281" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025577", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025578", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1796,7 +1802,7 @@ } }, "validInvalid_283" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025578", + "code" : "0xef0001010004020001000b04000000008000026001600155600260025579", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1814,7 +1820,7 @@ } }, "validInvalid_285" : { - "code" : "0xef0001010004020001000b04000000008000026001600155600260025579", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002557a", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1832,7 +1838,7 @@ } }, "validInvalid_287" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002557a", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002557b", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1850,7 +1856,7 @@ } }, "validInvalid_289" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002557b", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002557c", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1876,7 +1882,7 @@ } }, "validInvalid_291" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002557c", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002557d", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1894,7 +1900,7 @@ } }, "validInvalid_293" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002557d", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002557e", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1912,7 +1918,7 @@ } }, "validInvalid_295" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002557e", + "code" : "0xef0001010004020001000b0400000000800002600160015560026002557f", "results" : { "Prague" : { "exception" : "EOF_TruncatedImmediate", @@ -1930,16 +1936,7 @@ } }, "validInvalid_297" : { - "code" : "0xef0001010004020001000b0400000000800002600160015560026002557f", - "results" : { - "Prague" : { - "exception" : "EOF_TruncatedImmediate", - "result" : false - } - } - }, - "validInvalid_298" : { - "code" : "0xef0001010004020001000c04000000008000026001600155600260025500fb", + "code" : "0xef0001010004020001000c04000000008000026001600155600260025500fc", "results" : { "Prague" : { "exception" : "EOF_UndefinedInstruction", @@ -1996,25 +1993,23 @@ } }, "validInvalid_35" : { - "code" : "0xef0001010004020001000204000000008000013800", + "code" : "0xef0001010004020001000204000000008000013a00", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", - "result" : false + "result" : true } } }, "validInvalid_36" : { - "code" : "0xef000101000402000100060400000000800003600180803900", + "code" : "0xef0001010004020001000204000000008000013d00", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", - "result" : false + "result" : true } } }, "validInvalid_37" : { - "code" : "0xef0001010004020001000204000000008000013a00", + "code" : "0xef000101000402000100060400000000800003600180803e00", "results" : { "Prague" : { "result" : true @@ -2022,20 +2017,18 @@ } }, "validInvalid_38" : { - "code" : "0xef00010100040200010004040000000080000160013b00", + "code" : "0xef00010100040200010004040000000080000160014000", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", - "result" : false + "result" : true } } }, "validInvalid_39" : { - "code" : "0xef00010100040200010007040000000080000460018080803c00", + "code" : "0xef0001010004020001000204000000008000014100", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", - "result" : false + "result" : true } } }, @@ -2048,7 +2041,7 @@ } }, "validInvalid_40" : { - "code" : "0xef0001010004020001000204000000008000013d00", + "code" : "0xef0001010004020001000204000000008000014200", "results" : { "Prague" : { "result" : true @@ -2056,7 +2049,7 @@ } }, "validInvalid_41" : { - "code" : "0xef000101000402000100060400000000800003600180803e00", + "code" : "0xef0001010004020001000204000000008000014300", "results" : { "Prague" : { "result" : true @@ -2064,16 +2057,15 @@ } }, "validInvalid_42" : { - "code" : "0xef00010100040200010004040000000080000160013f00", + "code" : "0xef0001010004020001000204000000008000014400", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", - "result" : false + "result" : true } } }, "validInvalid_43" : { - "code" : "0xef00010100040200010004040000000080000160014000", + "code" : "0xef0001010004020001000204000000008000014500", "results" : { "Prague" : { "result" : true @@ -2081,7 +2073,7 @@ } }, "validInvalid_44" : { - "code" : "0xef0001010004020001000204000000008000014100", + "code" : "0xef0001010004020001000204000000008000014600", "results" : { "Prague" : { "result" : true @@ -2089,7 +2081,7 @@ } }, "validInvalid_45" : { - "code" : "0xef0001010004020001000204000000008000014200", + "code" : "0xef0001010004020001000204000000008000014700", "results" : { "Prague" : { "result" : true @@ -2097,7 +2089,7 @@ } }, "validInvalid_46" : { - "code" : "0xef0001010004020001000204000000008000014300", + "code" : "0xef0001010004020001000204000000008000014800", "results" : { "Prague" : { "result" : true @@ -2105,7 +2097,7 @@ } }, "validInvalid_47" : { - "code" : "0xef0001010004020001000204000000008000014400", + "code" : "0xef00010100040200010004040000000080000160014900", "results" : { "Prague" : { "result" : true @@ -2113,7 +2105,7 @@ } }, "validInvalid_48" : { - "code" : "0xef0001010004020001000204000000008000014500", + "code" : "0xef0001010004020001000204000000008000014a00", "results" : { "Prague" : { "result" : true @@ -2121,7 +2113,7 @@ } }, "validInvalid_49" : { - "code" : "0xef0001010004020001000204000000008000014600", + "code" : "0xef00010100040200010004040000000080000160015000", "results" : { "Prague" : { "result" : true @@ -2137,7 +2129,7 @@ } }, "validInvalid_50" : { - "code" : "0xef0001010004020001000204000000008000014700", + "code" : "0xef00010100040200010004040000000080000160015100", "results" : { "Prague" : { "result" : true @@ -2145,7 +2137,7 @@ } }, "validInvalid_51" : { - "code" : "0xef0001010004020001000204000000008000014800", + "code" : "0xef0001010004020001000504000000008000026001805300", "results" : { "Prague" : { "result" : true @@ -2153,7 +2145,7 @@ } }, "validInvalid_52" : { - "code" : "0xef00010100040200010004040000000080000160014900", + "code" : "0xef00010100040200010004040000000080000160015400", "results" : { "Prague" : { "result" : true @@ -2161,7 +2153,7 @@ } }, "validInvalid_53" : { - "code" : "0xef0001010004020001000204000000008000014a00", + "code" : "0xef0001010004020001000504000000008000026001805500", "results" : { "Prague" : { "result" : true @@ -2169,7 +2161,7 @@ } }, "validInvalid_54" : { - "code" : "0xef00010100040200010004040000000080000160015000", + "code" : "0xef0001010004020001000204000000008000015900", "results" : { "Prague" : { "result" : true @@ -2177,7 +2169,7 @@ } }, "validInvalid_55" : { - "code" : "0xef00010100040200010004040000000080000160015100", + "code" : "0xef0001010004020001000204000000008000005b00", "results" : { "Prague" : { "result" : true @@ -2185,7 +2177,7 @@ } }, "validInvalid_56" : { - "code" : "0xef0001010004020001000504000000008000026001805300", + "code" : "0xef000101000402000100060400000000800003600180805e00", "results" : { "Prague" : { "result" : true @@ -2193,7 +2185,7 @@ } }, "validInvalid_57" : { - "code" : "0xef00010100040200010004040000000080000160015400", + "code" : "0xef0001010004020001000204000000008000015f00", "results" : { "Prague" : { "result" : true @@ -2201,7 +2193,7 @@ } }, "validInvalid_58" : { - "code" : "0xef0001010004020001000504000000008000026001805500", + "code" : "0xef000101000402000100030400000000800001600100", "results" : { "Prague" : { "result" : true @@ -2209,7 +2201,7 @@ } }, "validInvalid_59" : { - "code" : "0xef0001010004020001000204000000008000015900", + "code" : "0xef00010100040200010004040000000080000161ffff00", "results" : { "Prague" : { "result" : true @@ -2225,16 +2217,15 @@ } }, "validInvalid_60" : { - "code" : "0xef0001010004020001000204000000008000015a00", + "code" : "0xef00010100040200010005040000000080000162ffffff00", "results" : { "Prague" : { - "exception" : "EOF_UndefinedInstruction", - "result" : false + "result" : true } } }, "validInvalid_61" : { - "code" : "0xef0001010004020001000204000000008000005b00", + "code" : "0xef00010100040200010006040000000080000163ffffffff00", "results" : { "Prague" : { "result" : true @@ -2242,7 +2233,7 @@ } }, "validInvalid_62" : { - "code" : "0xef000101000402000100060400000000800003600180805e00", + "code" : "0xef00010100040200010007040000000080000164ffffffffff00", "results" : { "Prague" : { "result" : true @@ -2250,7 +2241,7 @@ } }, "validInvalid_63" : { - "code" : "0xef0001010004020001000204000000008000015f00", + "code" : "0xef00010100040200010008040000000080000165ffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2258,7 +2249,7 @@ } }, "validInvalid_64" : { - "code" : "0xef000101000402000100030400000000800001600100", + "code" : "0xef00010100040200010009040000000080000166ffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2266,7 +2257,7 @@ } }, "validInvalid_65" : { - "code" : "0xef00010100040200010004040000000080000161ffff00", + "code" : "0xef0001010004020001000a040000000080000167ffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2274,7 +2265,7 @@ } }, "validInvalid_66" : { - "code" : "0xef00010100040200010005040000000080000162ffffff00", + "code" : "0xef0001010004020001000b040000000080000168ffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2282,7 +2273,7 @@ } }, "validInvalid_67" : { - "code" : "0xef00010100040200010006040000000080000163ffffffff00", + "code" : "0xef0001010004020001000c040000000080000169ffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2290,7 +2281,7 @@ } }, "validInvalid_68" : { - "code" : "0xef00010100040200010007040000000080000164ffffffffff00", + "code" : "0xef0001010004020001000d04000000008000016affffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2298,7 +2289,7 @@ } }, "validInvalid_69" : { - "code" : "0xef00010100040200010008040000000080000165ffffffffffff00", + "code" : "0xef0001010004020001000e04000000008000016bffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2314,7 +2305,7 @@ } }, "validInvalid_70" : { - "code" : "0xef00010100040200010009040000000080000166ffffffffffffff00", + "code" : "0xef0001010004020001000f04000000008000016cffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2322,7 +2313,7 @@ } }, "validInvalid_71" : { - "code" : "0xef0001010004020001000a040000000080000167ffffffffffffffff00", + "code" : "0xef0001010004020001001004000000008000016dffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2330,7 +2321,7 @@ } }, "validInvalid_72" : { - "code" : "0xef0001010004020001000b040000000080000168ffffffffffffffffff00", + "code" : "0xef0001010004020001001104000000008000016effffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2338,7 +2329,7 @@ } }, "validInvalid_73" : { - "code" : "0xef0001010004020001000c040000000080000169ffffffffffffffffffff00", + "code" : "0xef0001010004020001001204000000008000016fffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2346,7 +2337,7 @@ } }, "validInvalid_74" : { - "code" : "0xef0001010004020001000d04000000008000016affffffffffffffffffffff00", + "code" : "0xef00010100040200010013040000000080000170ffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2354,7 +2345,7 @@ } }, "validInvalid_75" : { - "code" : "0xef0001010004020001000e04000000008000016bffffffffffffffffffffffff00", + "code" : "0xef00010100040200010014040000000080000171ffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2362,7 +2353,7 @@ } }, "validInvalid_76" : { - "code" : "0xef0001010004020001000f04000000008000016cffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010015040000000080000172ffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2370,7 +2361,7 @@ } }, "validInvalid_77" : { - "code" : "0xef0001010004020001001004000000008000016dffffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010016040000000080000173ffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2378,7 +2369,7 @@ } }, "validInvalid_78" : { - "code" : "0xef0001010004020001001104000000008000016effffffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010017040000000080000174ffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2386,7 +2377,7 @@ } }, "validInvalid_79" : { - "code" : "0xef0001010004020001001204000000008000016fffffffffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010018040000000080000175ffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2402,7 +2393,7 @@ } }, "validInvalid_80" : { - "code" : "0xef00010100040200010013040000000080000170ffffffffffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010019040000000080000176ffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2410,7 +2401,7 @@ } }, "validInvalid_81" : { - "code" : "0xef00010100040200010014040000000080000171ffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001001a040000000080000177ffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2418,7 +2409,7 @@ } }, "validInvalid_82" : { - "code" : "0xef00010100040200010015040000000080000172ffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001001b040000000080000178ffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2426,7 +2417,7 @@ } }, "validInvalid_83" : { - "code" : "0xef00010100040200010016040000000080000173ffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001001c040000000080000179ffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2434,7 +2425,7 @@ } }, "validInvalid_84" : { - "code" : "0xef00010100040200010017040000000080000174ffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001001d04000000008000017affffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2442,7 +2433,7 @@ } }, "validInvalid_85" : { - "code" : "0xef00010100040200010018040000000080000175ffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001001e04000000008000017bffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2450,7 +2441,7 @@ } }, "validInvalid_86" : { - "code" : "0xef00010100040200010019040000000080000176ffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001001f04000000008000017cffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2458,7 +2449,7 @@ } }, "validInvalid_87" : { - "code" : "0xef0001010004020001001a040000000080000177ffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001002004000000008000017dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2466,7 +2457,7 @@ } }, "validInvalid_88" : { - "code" : "0xef0001010004020001001b040000000080000178ffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001002104000000008000017effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2474,7 +2465,7 @@ } }, "validInvalid_89" : { - "code" : "0xef0001010004020001001c040000000080000179ffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001002204000000008000017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", "results" : { "Prague" : { "result" : true @@ -2490,7 +2481,7 @@ } }, "validInvalid_90" : { - "code" : "0xef0001010004020001001d04000000008000017affffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010004040000000080000260018000", "results" : { "Prague" : { "result" : true @@ -2498,7 +2489,7 @@ } }, "validInvalid_91" : { - "code" : "0xef0001010004020001001e04000000008000017bffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001000504000000008000036001808100", "results" : { "Prague" : { "result" : true @@ -2506,7 +2497,7 @@ } }, "validInvalid_92" : { - "code" : "0xef0001010004020001001f04000000008000017cffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef000101000402000100060400000000800004600180808200", "results" : { "Prague" : { "result" : true @@ -2514,7 +2505,7 @@ } }, "validInvalid_93" : { - "code" : "0xef0001010004020001002004000000008000017dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef00010100040200010007040000000080000560018080808300", "results" : { "Prague" : { "result" : true @@ -2522,7 +2513,7 @@ } }, "validInvalid_94" : { - "code" : "0xef0001010004020001002104000000008000017effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef0001010004020001000804000000008000066001808080808400", "results" : { "Prague" : { "result" : true @@ -2530,7 +2521,7 @@ } }, "validInvalid_95" : { - "code" : "0xef0001010004020001002204000000008000017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00", + "code" : "0xef000101000402000100090400000000800007600180808080808500", "results" : { "Prague" : { "result" : true @@ -2538,7 +2529,7 @@ } }, "validInvalid_96" : { - "code" : "0xef00010100040200010004040000000080000260018000", + "code" : "0xef0001010004020001000a040000000080000860018080808080808600", "results" : { "Prague" : { "result" : true @@ -2546,7 +2537,7 @@ } }, "validInvalid_97" : { - "code" : "0xef0001010004020001000504000000008000036001808100", + "code" : "0xef0001010004020001000b04000000008000096001808080808080808700", "results" : { "Prague" : { "result" : true @@ -2554,7 +2545,7 @@ } }, "validInvalid_98" : { - "code" : "0xef000101000402000100060400000000800004600180808200", + "code" : "0xef0001010004020001000c040000000080000a600180808080808080808800", "results" : { "Prague" : { "result" : true @@ -2562,7 +2553,7 @@ } }, "validInvalid_99" : { - "code" : "0xef00010100040200010007040000000080000560018080808300", + "code" : "0xef0001010004020001000d040000000080000b60018080808080808080808900", "results" : { "Prague" : { "result" : true diff --git a/EOFTests/efExample/validInvalid.json b/EOFTests/efExample/validInvalid.json index faf2220cb17..54a7ead3f14 100644 --- a/EOFTests/efExample/validInvalid.json +++ b/EOFTests/efExample/validInvalid.json @@ -2,13 +2,13 @@ "validInvalid" : { "_info" : { "comment" : "Test various examples to see if they are valid or invalid.\nImplements\n EOF1I0001 check that EOF1 with a bad magic number fails\n EOF1I0002 check that EOF1 with a bad version number fails\n EOF1I0003 check that EOF1 with a bad section order fails\n EOF1I0004 check that EOF1 missing a section fails\n EOF1I0005 check that EOF1 with a bad end of sections number fails\n EOF1I0006 check that EOF1 with too many or too few bytes fails\n EOF1I0007 check that EOF1 with a malformed code section fails\n EOF1I0008 check that EOF1 with an illegal opcode fails\n EOF1I0009 check that EOF1 with the wrong maxStackDepth fails\n EOF1I0010 check that return values are not allowed on section 0\n EOF1I0011 check that function calls to code sections that don't exist fail\n EOF1I0012 check that code sections that cause stack underflow fail\n EOF1I0013 check that we can't return more values than we declare\n EOF1I0014 check that code that looks deeper in the stack than the parameters fails\n EOF1I0015 check that code that uses removed opcodes fails\n EOF1I0016 check that code that uses new relative jumps to outside the section fails\n EOF1I0017 check that parameters are not allowed on section 0\n EOF1I0018 inconsistent number of code sections (between types and code)\n EOF1I0019 check that jumps into the middle on an opcode are not allowed\n EOF1I0020 check that you can't get to the same opcode with two different stack heights\n EOF1I0022 stack underflow caused by a function call\n EOF1I0023 sections with unreachable code fail\n EOF1I0024 sections that end with a non-terminator opcode fail\n EOF1I0025 data stack height of 1024 is invalid\n EOF1V0001 check that simple valid EOF1 deploys\n EOF1V0002 check that valid EOF1 with two code sections deploys\n EOF1V0003 check that valid EOF1 with four code sections deploys\n EOF1V0004 check that valid EOF1 can include 0xFE, the designated invalid opcode\n EOF1V0005 check that EOF1 with the right maxStackDepth deploys\n EOF1V0006 check that return values are allowed on code sections that aren't zero\n EOF1V0007 check that function calls to code sections that exist are allowed\n EOF1V0008 check that code that uses a new style relative jump (5C) succeeds\n EOF1V0009 check that parameters are allowed on code sections that aren't zero\n EOF1V0010 parameters are part of the max stack height\n EOF1V0011 check that code that uses a new style conditional jump (5D) succeeds\n EOF1V0012 return values on code sections affect maxStackHeight of the caller\n EOF1V0013 jump tables work\n EOF1V0014 sections that end with a legit terminating opcode are OK\n EOF1V0015 data stack height of 1023 is valid\n EOF1V0016 check that data section size can be less than the declared size\n", - "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.dabc0fb0", + "filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.8202c81e", "filling-tool-version" : "retesteth-0.3.2-cancun+commit.a7cdb586.Linux.g++", - "generatedTestHash" : "905b08a6f6b5f13219d2521e302be3d082648bf7198688c74fcc2413d4e5daf9", + "generatedTestHash" : "c62a0385dff27dfa283e037ddc2299ce1ecaa2932061306af3a7191c4dfa5f86", "lllcversion" : "Error getting LLLC Version", "solidity" : "Version: 0.8.25+commit.b61c2a91.Linux.g++", "source" : "src/EOFTestsFiller/efExample/validInvalidFiller.yml", - "sourceHash" : "10df85a10b6f026520d23ed22844fac575c76899d768056032ce865ce9bfda94" + "sourceHash" : "0eb24a7a7ffb551c5816d2986e04ef73171870f7facaafb8bb91da89bb3a20a3" }, "vectors" : { "validInvalid_0" : { @@ -429,23 +429,6 @@ } } }, - "validInvalid_52" : { - "code" : "0xef0001010004020001000a040016000080000338600060003938601df3ef0001010004020001000304001d0000000001385000", - "results" : { - "Prague" : { - "result" : true - } - } - }, - "validInvalid_53" : { - "code" : "0x610badfe", - "results" : { - "Prague" : { - "exception" : "EOF_InvalidPrefix", - "result" : false - } - } - }, "validInvalid_6" : { "code" : "0xef00010100040200010003040001ff00800001305000ef", "results" : {