diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-04 19:04:15 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:47:26 +0800 |
commit | 4a48392a904906ba3a4a30167f3e4024884bb60c (patch) | |
tree | c60cad5594da542412229f5f0e4a720a81ce61de /bcBlockChainTestFiller.json | |
parent | 5fa066869d7d5096fd22956648b02becd1b15fda (diff) | |
download | dexon-solidity-4a48392a904906ba3a4a30167f3e4024884bb60c.tar.gz dexon-solidity-4a48392a904906ba3a4a30167f3e4024884bb60c.tar.zst dexon-solidity-4a48392a904906ba3a4a30167f3e4024884bb60c.zip |
blockchain tests
Conflicts:
test/block.cpp
Diffstat (limited to 'bcBlockChainTestFiller.json')
-rw-r--r-- | bcBlockChainTestFiller.json | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/bcBlockChainTestFiller.json b/bcBlockChainTestFiller.json index b149f593..050def25 100644 --- a/bcBlockChainTestFiller.json +++ b/bcBlockChainTestFiller.json @@ -1,20 +1,18 @@ { "minDifficulty" : { "genesisBlockHeader" : { - "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1", - "difficulty" : "131072", - "extraData" : "0x42", + "difficulty" : "1023", + "extraData" : "42", "gasLimit" : "100000000", "gasUsed" : "0", + "nonce" : "0x498e88f5c14b0b60d6e14ce9c6cc958cbe16a1df8dd90210e50d2d77562a348d", "number" : "0", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", "timestamp" : "0x54c98c81", - "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "seedHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", - "nonce" : "0x0102030405060708", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, @@ -41,21 +39,6 @@ ], "uncleHeaders" : [ ] - }, - { - "transactions" : [ - { - "data" : "", - "gasLimit" : "8000000", - "gasPrice" : "0", - "nonce" : "1", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "value" : "10" - } - ], - "uncleHeaders" : [ - ] } ] } |