diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-16 05:59:16 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-16 05:59:16 +0800 |
commit | dad42f8d24c8284067503bfa719a8ab84e2a2ca3 (patch) | |
tree | a36c3b20546a70a74622b9850a8d400a57eae856 /src | |
parent | 346bb9efa9be7b231139beddb9cc76ebd7836a01 (diff) | |
download | dexon-tests-dad42f8d24c8284067503bfa719a8ab84e2a2ca3.tar.gz dexon-tests-dad42f8d24c8284067503bfa719a8ab84e2a2ca3.tar.zst dexon-tests-dad42f8d24c8284067503bfa719a8ab84e2a2ca3.zip |
fix stBadOpcodes
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d0g0v0Filler.json | 32 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json | 5 |
2 files changed, 35 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d0g0v0Filler.json index 1eafaa162..e35b90d8b 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stBadOpcode/badOpcodes_d0g0v0Filler.json @@ -26,6 +26,38 @@ } ], "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0x0186a0" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0x0186a0" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0x0186a0" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0x0186a0" + } + } + } ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", diff --git a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json index b6a3cee21..de436634d 100644 --- a/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json +++ b/src/GeneralStateTestsFiller/stBadOpcode/badOpcodesFiller.json @@ -18,7 +18,8 @@ "network" : ["Homestead", "EIP158", ">=Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { - } + "balance" : "100000" + } } }, { @@ -30,7 +31,7 @@ "network" : ["Homestead", "EIP158", ">=Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { - "shouldnotexist": "1" + "shouldnotexist": "1" } } } |