Skip to content

Commit

Permalink
Update EOF validation test after TXCREATE removal
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and winsvega committed Jul 5, 2024
1 parent 2c67204 commit e7170e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions EOFTests/efValidation/EOF1_undefined_opcodes_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"EOF1_undefined_opcodes" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.d935077c",
"filling-tool-version" : "retesteth-0.3.2-cancun+commit.cf90baf3.Linux.g++",
"generatedTestHash" : "21f49bc2d39e52e0788aada139a1eb6f1dee8ea53c99d1b725271a1982a3b90a",
"lllcversion" : "Version: 0.5.14-develop.2023.7.11+commit.c58ab2c6.mod.Linux.g++",
"solidity" : "Version: 0.8.21+commit.d9974bed.Linux.g++",
"filling-rpc-server" : "evmone-t8n 0.12.0-dev+commit.0d6bebf5",
"filling-tool-version" : "retesteth-0.3.2-cancun+commit.2ab0208e.Linux.g++",
"generatedTestHash" : "7c8db31423055dd3ae7a9022a28547b6606a60b044c42ccec07e569205fd08f5",
"lllcversion" : "Version: 0.5.14-develop.2022.6.30+commit.401d5358.mod.Linux.g++",
"solidity" : "Version: 0.8.21-develop.2023.7.19+commit.d9974bed.Linux.g++",
"source" : "src/EOFTestsFiller/efValidation/EOF1_undefined_opcodes_Copier.json",
"sourceHash" : "1216921bc4b1fbc51b7da5041cbdb5c0c9291c138757722e929c99c23fb03f00"
"sourceHash" : "1c793afa8c5c22441df6a69bfc3226489fc05e0498cdd1c7ec86f7751301dbb5"
},
"vectors" : {
"EOF1_undefined_opcodes_0" : {
Expand Down Expand Up @@ -853,7 +853,8 @@
"code" : "0xef000101000402000100140400000000800011600180808080808080808080808080808080ed00",
"results" : {
"Prague" : {
"result" : true
"exception" : "EOF_UndefinedInstruction",
"result" : false
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@
"code": "0xef000101000402000100140400000000800011600180808080808080808080808080808080ed00",
"results": {
"Prague": {
"result": true
"exception": "EOF_UndefinedInstruction",
"result": false
}
}
},
Expand Down Expand Up @@ -1674,4 +1675,4 @@
}
}
}
}
}

0 comments on commit e7170e4

Please sign in to comment.