Skip to content

Commit

Permalink
move to ValidBlocks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Jul 8, 2022
1 parent 484f3d4 commit b7557a7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.17-unstable-7fc695ba-20220630",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.b42fcf0b.Linux.g++",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.23cb284b.Linux.g++",
"generatedTestHash" : "d2a6e4b35044885d194325dd774070841177ffd5d141b7e3e8cb6804e6b852e6",
"lllcversion" : "Version: 0.5.14-develop.2022.7.5+commit.401d5358.Linux.g++",
"lllcversion" : "Version: 0.5.14-develop.2022.7.8+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/BlockchainTestsFiller/InvalidBlocks/bcEIP1153/tloadDoesNotPersistAcrossBlocksFiller.yml",
"source" : "src/BlockchainTestsFiller/ValidBlocks/bcEIP1153/tloadDoesNotPersistAcrossBlocksFiller.yml",
"sourceHash" : "ee9f25db1c76c52ef2ec78162f6cebbe011f15abdeeddc221ad6f4d45fcdcc6b"
},
"blocks" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.17-unstable-7fc695ba-20220630",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.b42fcf0b.Linux.g++",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.23cb284b.Linux.g++",
"generatedTestHash" : "b60e11c984e0090179a1fb46ddb2d831b66f6f10b0069b125c852a612228aef2",
"lllcversion" : "Version: 0.5.14-develop.2022.7.5+commit.401d5358.Linux.g++",
"lllcversion" : "Version: 0.5.14-develop.2022.7.8+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/BlockchainTestsFiller/InvalidBlocks/bcEIP1153/tloadDoesNotPersistCrossTxnFiller.yml",
"source" : "src/BlockchainTestsFiller/ValidBlocks/bcEIP1153/tloadDoesNotPersistCrossTxnFiller.yml",
"sourceHash" : "060e80e5cb37f5413135e90cff5e564034f0aef2044dc08358d410e854c560cb"
},
"blocks" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lllcversion" : "Version: 0.5.14-develop.2022.7.5+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stEIP1153/14_revertAfterNestedStaticcallFiller.yml",
"sourceHash" : "3f7f33a70b26c8d940fb06e1746dcd9aacc6b579d2832980bb8a9c7538ff925b"
"sourceHash" : "f92c0090828afb8b877117952aee95304e92dbb43031305b754c234ebff1a910"
},
"env" : {
"currentBaseFee" : "0x0a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
function doCallToStore() {
mstore(0, hex"62fdb9be") // doStore()
let f := call(0xffff, 0x000000000000000000000000000000000000000A, 0, 0, 32, 0, 0)
let f := call(0xffff, 0x000000000000000000000000000000000000000A, 0, 0, 32, 0, 0) // call with zero-value
mstore(0, f)
return(0, 32)
}
function doStore() {
verbatim_2i_0o(hex"b4", 0, 11)
verbatim_2i_0o(hex"b4", 0, 11) // will revert
}
function selector() -> s {
Expand Down

0 comments on commit b7557a7

Please sign in to comment.