diff options
author | Dimitry <dimitry@ethereum.org> | 2018-01-16 02:15:20 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-01-16 02:15:20 +0800 |
commit | 644a81e028e8d0532c44e578320d475b52bb286e (patch) | |
tree | e1d7801f11a930e176f3dda47223a5eebe648235 /src/BlockchainTestsFiller/bcStateTests/blockhashNonConstArgFiller.json | |
parent | 23306818ca1452596c584c78c58e0ac91fa73150 (diff) | |
download | dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.tar dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.tar.gz dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.tar.bz2 dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.tar.lz dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.tar.xz dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.tar.zst dexon-tests-644a81e028e8d0532c44e578320d475b52bb286e.zip |
stArgsZeroOneBalance tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcStateTests/blockhashNonConstArgFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcStateTests/blockhashNonConstArgFiller.json | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcStateTests/blockhashNonConstArgFiller.json b/src/BlockchainTestsFiller/bcStateTests/blockhashNonConstArgFiller.json new file mode 100644 index 000000000..a2dc1dff5 --- /dev/null +++ b/src/BlockchainTestsFiller/bcStateTests/blockhashNonConstArgFiller.json @@ -0,0 +1,95 @@ +{ + "blockhashNonConstArg" : { + "blocks" : [ + { + "transactions" : [ + { + "data" : "", + "gasLimit" : "0x0249f0", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x1000000000000000000000000000000000000000", + "value" : "0x00" + } + ], + "uncleHeaders" : [ + ] + }, + { + "transactions" : [ + { + "data" : "", + "gasLimit" : "0x0249f0", + "gasPrice" : "0x01", + "nonce" : "0x01", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x1000000000000000000000000000000000000000", + "value" : "0x00" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : ["ALL"], + "result" : { + "0x1000000000000000000000000000000000000000" : { + "balance" : "0x00", + "storage" : { + "0x01" : "0x638c93ac9a70744774064a4a4d0f212962c527de64123d211e8ac93e94d07016" + } + }, + "0x1000000000000000000000000000000000000001" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x00" + } + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x7fffffffffffffff", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0x1000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "{ [[ 1 ]] (BLOCKHASH (BALANCE 0x1000000000000000000000000000000000000000)) }", + "nonce" : "0x00", + "storage" : { + } + }, + "0x1000000000000000000000000000000000000001" : { + "balance" : "0x01", + "code" : "{ [[ 1 ]] (BLOCKHASH (BALANCE 0x1000000000000000000000000000000000000001)) }", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x7fffffffffffffff", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + } + } +} |