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_CallRecursiveBomb0_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_CallRecursiveBomb0_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_CallRecursiveBomb0_d0g0v0Filler.json | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_CallRecursiveBomb0_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_CallRecursiveBomb0_d0g0v0Filler.json index ee8076592..2cdf2024b 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_CallRecursiveBomb0_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stStaticCall/static_CallRecursiveBomb0_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x02540be400", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,36 @@ ] } ], + "expect" : [ + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x025406f836" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x025406f836" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |