diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-05 23:06:12 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-05 23:06:12 +0800 |
commit | c364192ee244801f4be9818ff528770ba952f1be (patch) | |
tree | 9fe875a1d8c33a281f15b141af258266f5cc79b3 /src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json | |
parent | b045f54ed1d8f642eba14a9973f1ff17870d5a5a (diff) | |
download | dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.tar dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.tar.gz dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.tar.bz2 dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.tar.lz dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.tar.xz dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.tar.zst dexon-tests-c364192ee244801f4be9818ff528770ba952f1be.zip |
refill blockchain stStaticCall
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json index 7e3ab024d..e334f1c87 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_RevertOpcodeCalls_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x0704e0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,28 @@ ] } ], + "expect" : [ + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x01" : "0x01" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |