diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-10 15:35:18 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-10 15:35:18 +0800 |
commit | 0779f81e38fd98235a6deffa7c6ae0076d02b545 (patch) | |
tree | 34857c0d0cc74e1169e13743fbac9e25f0019e4f /blFirstTestFiller.json | |
parent | 84bd14e0a2508c8e966e1fb69a9850cfda59e360 (diff) | |
download | dexon-solidity-0779f81e38fd98235a6deffa7c6ae0076d02b545.tar.gz dexon-solidity-0779f81e38fd98235a6deffa7c6ae0076d02b545.tar.zst dexon-solidity-0779f81e38fd98235a6deffa7c6ae0076d02b545.zip |
start with test defined genesis block
Diffstat (limited to 'blFirstTestFiller.json')
-rw-r--r-- | blFirstTestFiller.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/blFirstTestFiller.json b/blFirstTestFiller.json index 0084fda1..d4e6d109 100644 --- a/blFirstTestFiller.json +++ b/blFirstTestFiller.json @@ -1,5 +1,22 @@ { "firstBlockTest" : { + "block" : { + "parentHash": "0xefb4db878627027c81b3bb1c7dd3a18dae3914a49cdd24a3e40ab3bbfbb240c5", + "uncleHash": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "coinbase": "0x8888f1f195afa192cfee860698584c030f4c9db1", + "stateRoot": "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "transactionsTrie": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "receiptTrie": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "bloom": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "difficulty": "023101", + "number": "62", + "gasLimit": "0x0dddb6", + "gasUsed": "100", + "timestamp": "0x54c98c81", + "extraData": "42", + "nonce": "0x498e88f5c14b0b60d6e14ce9c6cc958cbe16a1df8dd90210e50d2d77562a348d" + }, + "pre" : {}, "transactions": [{ "nonce": "0", "gasPrice": "0x09184e72a000", |