diff options
author | Dimitry <dimitry@ethereum.org> | 2018-03-29 03:46:29 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-05-15 22:43:32 +0800 |
commit | 346e829c149c5e4fcc46e465453e53e67ffe6b16 (patch) | |
tree | 3566c0b649b3754c7b886067abb2f75519749b9a /src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json | |
parent | 013aa117669dfe82b4ea289a7191fa6658da1334 (diff) | |
download | dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.gz dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.bz2 dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.lz dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.xz dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.zst dexon-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.zip |
fix more tests with touch coinbase
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json index c90e79fda..7f7090d5c 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/RefundOverflow2Filler.json @@ -15,11 +15,31 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Frontier"], + "network" : ["<EIP158"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "400", "nonce" : "0" + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0" + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=EIP158"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "400", + "nonce" : "0" + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "shouldnotexist" : "1" } } } |