diff options
author | Dimitry <winsvega@mail.ru> | 2017-07-03 00:54:57 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-07-03 21:41:58 +0800 |
commit | 54ccfeca377b54043921d2f97f23b05c3440f069 (patch) | |
tree | fb7e424ca597c499e8d1373c110ba6c9d9f9eded /src/BlockchainTestsFiller/bcForkStressTest | |
parent | ca802ceb47addd3e0d01514c1a1aa3aa87919470 (diff) | |
download | dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.tar dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.tar.gz dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.tar.bz2 dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.tar.lz dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.tar.xz dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.tar.zst dexon-tests-54ccfeca377b54043921d2f97f23b05c3440f069.zip |
convert to new tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcForkStressTest')
-rw-r--r-- | src/BlockchainTestsFiller/bcForkStressTest/AmIOnEIP150Filler.json | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcForkStressTest/AmIOnEIP150Filler.json b/src/BlockchainTestsFiller/bcForkStressTest/AmIOnEIP150Filler.json new file mode 100644 index 000000000..af4e9c29c --- /dev/null +++ b/src/BlockchainTestsFiller/bcForkStressTest/AmIOnEIP150Filler.json @@ -0,0 +1,83 @@ +{ + "AmIOnEIP150" : { + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "3141592", + "gasUsed" : "0", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x54c98c81", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "expect" : [ + { + "network" : ["Frontier", "Homestead"], + "result" : { + "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage": { + "0x01" : "0" + } + } + } + }, + { + "network" : ["EIP150", "EIP158", "Metropolis"], + "result" : { + "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage": { + "0x01" : "12" + } + } + } + } + ], + "pre" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "10000000000000", + "nonce" : "0", + "code" : "", + "storage": {} + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0", + "nonce" : "0", + "code" : "{ (CALL 1000000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0 0 ) }", + "storage": {} + }, + "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0", + "nonce" : "0", + "code" : "{ [[1]] 12 }", + "storage": {} + } + }, + "noBlockChainHistory" : "1", + "blocks" : [ + { + "chainname" : "A", + "blocknumber" : "1", + "transactions" : [ + { + "data" : "", + "gasLimit" : "300000", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10" + } + ], + "uncleHeaders" : [ + ] + } + ] + } +} |