aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-07-07 02:50:53 +0800
committerDimitry <winsvega@mail.ru>2017-07-07 02:56:34 +0800
commitd59c826dc78293f6190743d44339c1149bf386ff (patch)
tree90cbe5088b37123e490efa77a0c6216d7d921e22 /src/BlockchainTestsFiller
parentc5f94b732fe14241efcb71253a5b514b3cf21baa (diff)
downloaddexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.tar
dexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.tar.gz
dexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.tar.bz2
dexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.tar.lz
dexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.tar.xz
dexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.tar.zst
dexon-tests-d59c826dc78293f6190743d44339c1149bf386ff.zip
Blockchain transition tests
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r--src/BlockchainTestsFiller/TestNetwork/bcSimpleTransitionTestFiller.json1022
-rw-r--r--src/BlockchainTestsFiller/TestNetwork/bcTheDaoTestFiller.json5773
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcEIP158ToMetropolis/MetropolisTransitionFiller.json123
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/CallContractThatCreateContractBeforeAndAfterSwitchoverFiller.json139
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/ContractCreationFailsOnHomesteadFiller.json117
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/HomesteadOverrideFrontierFiller.json161
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UncleFromFrontierInHomesteadFiller.json139
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UnclePopulationFiller.json98
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchain2Filler.json146
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchainFiller.json233
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json732
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json433
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json895
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_XBlockm1Filler.json (renamed from src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json)323
-rw-r--r--src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json (renamed from src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json)170
15 files changed, 3352 insertions, 7152 deletions
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcSimpleTransitionTestFiller.json b/src/BlockchainTestsFiller/TestNetwork/bcSimpleTransitionTestFiller.json
deleted file mode 100644
index 7b3c99a32..000000000
--- a/src/BlockchainTestsFiller/TestNetwork/bcSimpleTransitionTestFiller.json
+++ /dev/null
@@ -1,1022 +0,0 @@
-{
- "ContractCreationFailsOnHomestead" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "4"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "blockChainFrontierWithLargerTDvsHomesteadBlockchain" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "4"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "noBlockChainHistory" : "1",
- "blocks" : [
- {
- "blocknumber" : "1",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "1",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "expectException" : "InvalidReceiptsStateRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "90000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "expectException" : "UnknownParent",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "90000",
- "gasPrice" : "1",
- "nonce" : "5",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "blockChainFrontierWithLargerTDvsHomesteadBlockchain2" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
- "balance" : "10"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "noBlockChainHistory" : "1",
- "blocks" : [
- {
- "blocknumber" : "1",
- "chainname" : "A",
- "blockHeader" : {
- "RelTimestamp" : "24",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "90000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "1",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "expectException" : "InvalidReceiptsStateRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "90000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "30"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "CallContractThatCreateContractBeforeAndAfterSwitchover" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "1000000000000000000000000000000000000001" : {
- "storage" : {
- "0x01" : "0x020100",
- "0x02" : "0x01e459"
- }
- },
- "5dddfce53ee040d9eb21afbc0ae1bb4dbb0ba643" : {
- "storage" : {
- "0x01" : "0x020000",
- "0x02" : "0x01058c"
- }
- },
- "5f8bd49cd9f0cb2bd5bb9d4320dfe9b61023249d" : {
- "storage" : {
- "0x01" : "0x020100",
- "0x02" : "0x01058c"
- }
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1000000000000000000000000000000000000001" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "{ [[ 1 ]] (DIFFICULTY) [[ 2 ]] (GAS) (CODECOPY 0 0 32) (CREATE 0 0 32) }",
- "storage": {}
- }
- },
- "noBlockChainHistory" : "1",
- "blocks" : [
- {
- "blocknumber" : "1",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "180000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "150000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "HomesteadOverrideFrontier" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "noBlockChainHistory" : "1",
- "blocks" : [
- {
- "blocknumber" : "1",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "130000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "expectException" : "OutOfGasIntrinsic",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "expectException" : "UnknownParent",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "1",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "A",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "A",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "130000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "UncleFromFrontierInHomestead" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "1"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "F",
- "chainnetwork" : "Frontier",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "1",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "H",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "130000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "chainname" : "H",
- "expectException" : "InvalidUncleParentHash",
- "transactions" : [
- ],
- "uncleHeaders" : [
- {
- "chainname" : "F",
- "populateFromBlock" : "3"
- },
- {
- "chainname" : "H",
- "populateFromBlock" : "3"
- }
- ]
- }
- ]
- },
-
- "UnclePopulation" : {
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "1"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "chainname" : "H",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "chainname" : "H",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "130000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "chainname" : "H",
- "populateFromBlock" : "4"
- }
- ]
- }
- ]
- }
-}
-
-
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcTheDaoTestFiller.json b/src/BlockchainTestsFiller/TestNetwork/bcTheDaoTestFiller.json
deleted file mode 100644
index d85ccd8b6..000000000
--- a/src/BlockchainTestsFiller/TestNetwork/bcTheDaoTestFiller.json
+++ /dev/null
@@ -1,5773 +0,0 @@
-{
- "DaoTransactions" : {
- "acomment" : "This test checks DAO hardfork transition at block 8. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 8 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 8 to 17(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 8 to 17(included) in this blocks should corespond to extradata requirenmets.",
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "17"
- },
- "1000000000000000000000000000000000000007" : {
- "storage" : {
- "0x" : "10000000000"
- }
- },
- "1000000000000000000000000000000000000008" : {
- "storage" : {
- "0x" : "0"
- }
- },
- "bf4ed7b27f1d666546e30d74d50d173d20bca754" : {
- "balance" : "1150001000000",
- "code" : ""
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "0"
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "0"
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "0"
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "0"
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "0"
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "0"
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "0"
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "0"
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "0"
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "0"
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "0"
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "0"
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "0"
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "0"
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "0"
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "0"
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "0"
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "0"
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "0"
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "0"
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "0"
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "0"
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "0"
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "0"
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "0"
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "0"
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "0"
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "0"
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "0"
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "0"
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "0"
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "0"
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "0"
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "0"
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "0"
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "0"
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "0"
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "0"
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "0"
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "0"
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "0"
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "0"
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "0"
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "0"
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "0"
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "0"
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "0"
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "0"
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "0"
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "0"
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "0"
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "0"
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "0"
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "0"
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "0"
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "0"
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "0"
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "0"
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "0"
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "0"
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "0"
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "0"
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "0"
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "0"
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "0"
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "0"
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "0"
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "0"
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "0"
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "0"
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "0"
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "0"
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "0"
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "0"
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "0"
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "0"
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "0"
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "0"
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "0"
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "0"
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "0"
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "0"
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "0"
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "0"
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "0"
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "0"
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "0"
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "0"
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "0"
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "0"
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "0"
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "0"
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "0"
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "0"
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "0"
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "0"
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "0"
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "0"
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "0"
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "0"
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "0"
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "0"
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "0"
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "0"
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "0"
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "0"
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "0"
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "0"
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "0"
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "0"
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "0"
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "0"
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "0"
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "0"
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "0"
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "0"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "1000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "1000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1000000000000000000000000000000000000007" : {
- "balance" : "0",
- "nonce" : "0",
- "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
- "storage": {}
- },
- "1000000000000000000000000000000000000008" : {
- "balance" : "0",
- "nonce" : "0",
- "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "5",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "acomment" : "check balance of one of the accounts from L at 7 block",
- "blocknumber" : "7",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "6",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000007",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "8",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "7",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "acomment" : "check balance of one of the accounts from L at block 8",
- "blocknumber" : "8",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "7",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "9",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "8",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "9",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "8",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "10",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "9",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "10",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "9",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "11",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "10",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "11",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "10",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "12",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "11",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "12",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "11",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "13",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "12",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "13",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "12",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "14",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "13",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "14",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "13",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "15",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "14",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "15",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "14",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "16",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "15",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "16",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "15",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "17",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "16",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "17",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "16",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "DaoTransactions_EmptyTransactionAndForkBlocksAhead" : {
- "acomment" : "This test checks DAO hardfork transition at block 8. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 8 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 8 to 17(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 8 to 17(included) in this blocks should corespond to extradata requirenmets.",
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "8"
- },
- "1000000000000000000000000000000000000007" : {
- "storage" : {
- "0x" : "10000000000"
- }
- },
- "1000000000000000000000000000000000000008" : {
- "storage" : {
- "0x" : "0"
- }
- },
- "bf4ed7b27f1d666546e30d74d50d173d20bca754" : {
- "balance" : "1150001000000",
- "code" : ""
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "0"
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "0"
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "0"
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "0"
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "0"
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "0"
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "0"
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "0"
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "0"
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "0"
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "0"
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "0"
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "0"
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "0"
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "0"
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "0"
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "0"
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "0"
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "0"
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "0"
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "0"
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "0"
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "0"
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "0"
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "0"
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "0"
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "0"
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "0"
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "0"
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "0"
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "0"
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "0"
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "0"
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "0"
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "0"
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "0"
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "0"
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "0"
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "0"
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "0"
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "0"
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "0"
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "0"
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "0"
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "0"
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "0"
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "0"
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "0"
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "0"
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "0"
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "0"
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "0"
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "0"
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "0"
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "0"
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "0"
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "0"
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "0"
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "0"
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "0"
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "0"
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "0"
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "0"
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "0"
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "0"
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "0"
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "0"
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "0"
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "0"
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "0"
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "0"
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "0"
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "0"
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "0"
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "0"
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "0"
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "0"
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "0"
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "0"
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "0"
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "0"
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "0"
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "0"
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "0"
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "0"
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "0"
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "0"
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "0"
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "0"
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "0"
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "0"
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "0"
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "0"
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "0"
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "0"
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "0"
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "0"
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "0"
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "0"
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "0"
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "0"
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "0"
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "0"
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "0"
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "0"
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "0"
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "0"
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "0"
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "0"
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "0"
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "0"
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "0"
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "0"
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "0"
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "0"
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "0"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "1000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "1000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1000000000000000000000000000000000000007" : {
- "balance" : "0",
- "nonce" : "0",
- "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
- "storage": {}
- },
- "1000000000000000000000000000000000000008" : {
- "balance" : "0",
- "nonce" : "0",
- "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "5",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "7",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "6",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000007",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "8",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "8",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "9",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "7",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "10",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "8",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "11",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "9",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- },
-
- "DaoTransactions_UncleExtradata" : {
- "acomment" : "This test checks DAO hardfork transition at block 8. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 8 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 8 to 17(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 8 to 17(included) in this blocks should corespond to extradata requirenmets.",
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "3141592",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "20"
- },
- "1000000000000000000000000000000000000020" : {
- "balance" : "1000"
- },
- "1000000000000000000000000000000000000010" : {
- "balance" : "111"
- },
- "1000000000000000000000000000000000000007" : {
- "storage" : {
- "0x" : "10000000000"
- }
- },
- "1000000000000000000000000000000000000008" : {
- "storage" : {
- "0x" : "0"
- }
- },
- "bf4ed7b27f1d666546e30d74d50d173d20bca754" : {
- "balance" : "1150001000000",
- "code" : ""
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "0"
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "0"
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "0"
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "0"
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "0"
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "0"
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "0"
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "0"
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "0"
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "0"
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "0"
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "0"
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "0"
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "0"
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "0"
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "0"
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "0"
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "0"
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "0"
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "0"
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "0"
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "0"
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "0"
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "0"
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "0"
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "0"
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "0"
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "0"
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "0"
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "0"
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "0"
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "0"
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "0"
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "0"
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "0"
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "0"
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "0"
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "0"
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "0"
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "0"
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "0"
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "0"
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "0"
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "0"
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "0"
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "0"
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "0"
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "0"
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "0"
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "0"
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "0"
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "0"
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "0"
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "0"
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "0"
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "0"
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "0"
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "0"
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "0"
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "0"
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "0"
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "0"
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "0"
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "0"
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "0"
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "0"
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "0"
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "0"
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "0"
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "0"
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "0"
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "0"
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "0"
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "0"
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "0"
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "0"
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "0"
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "0"
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "0"
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "0"
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "0"
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "0"
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "0"
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "0"
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "0"
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "0"
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "0"
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "0"
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "0"
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "0"
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "0"
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "0"
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "0"
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "0"
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "0"
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "0"
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "0"
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "0"
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "0"
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "0"
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "0"
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "0"
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "0"
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "0"
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "0"
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "0"
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "0"
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "0"
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "0"
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "0"
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "0"
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "0"
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "0"
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "0"
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "0"
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "0"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "1000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "1000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1000000000000000000000000000000000000007" : {
- "balance" : "0",
- "nonce" : "0",
- "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
- "storage": {}
- },
- "1000000000000000000000000000000000000008" : {
- "balance" : "0",
- "nonce" : "0",
- "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "2",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "30000",
- "gasPrice" : "1",
- "nonce" : "3",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "4",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "5",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "7",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "6",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000007",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "8",
- "expectException" : "InvalidTransactionsRoot",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "7",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "8",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "7",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "6"
- }
- ]
- },
- {
- "blocknumber" : "9",
- "expectException" : "ExtraDataIncorrect",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "8",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "7",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "populateFromBlock" : "7"
- }
- ]
- },
- {
- "blocknumber" : "9",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "8",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000008",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "7",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "10",
- "expectException" : "ExtraDataIncorrect",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "9",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "8"
- }
- ]
- },
- {
- "blocknumber" : "10",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "9",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000010",
- "value" : "111"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "7",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "8",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "11",
- "expectException" : "ExtraDataIncorrect",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "9",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "8"
- },
- {
- "populateFromBlock" : "9"
- }
- ]
- },
- {
- "blocknumber" : "11",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "10",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000011",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "8",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "9",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "12",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "11",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000012",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "9",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "10",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "13",
- "expectException" : "ExtraDataIncorrect",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "10",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "populateFromBlock" : "11"
- }
- ]
- },
- {
- "blocknumber" : "13",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "12",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000013",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "10",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "11",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "14",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "13",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000014",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "11",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "12",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "15",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "14",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000015",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "12",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "13",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "16",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "15",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000016",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "13",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "14",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "17",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "16",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000017",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "14",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "15",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "18",
- "expectException" : "ExtraDataIncorrect",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f72",
- "populateFromBlock" : "15",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f72",
- "populateFromBlock" : "16",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "18",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "17",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000018",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "15",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "16",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "19",
- "expectException" : "ExtraDataIncorrect",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "16"
- },
- {
- "populateFromBlock" : "17"
- }
- ]
- },
- {
- "blocknumber" : "19",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "18",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000019",
- "value" : "10"
- }
- ],
- "uncleHeaders" : [
- {
- "extraData" : "0x64616f2d686172642d666f726b",
- "populateFromBlock" : "16",
- "overwriteAndRedoPoW" : "extraData"
- },
- {
- "populateFromBlock" : "17"
- }
- ]
- },
- {
- "blocknumber" : "20",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "19",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000020",
- "value" : "1000"
- }
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "17"
- },
- {
- "populateFromBlock" : "18"
- }
- ]
- }
- ]
- },
-
- "DaoTransactions_XBlockm1" : {
- "acomment" : "This test checks that DAO hardfork transition does not occur at the end of block 7",
- "genesisBlockHeader" : {
- "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
- "difficulty" : "131072",
- "extraData" : "0x42",
- "gasLimit" : "314159200",
- "gasUsed" : "0",
- "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "nonce" : "0x0102030405060708",
- "number" : "0",
- "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
- "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
- "timestamp" : "0x54c98c81",
- "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
- "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
- },
- "expect" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "1"
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "1000000"
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "10000000000"
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "10000000000"
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "10000000000"
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "10000000000"
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "10000000000"
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "10000000000"
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "10000000000"
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "10000000000"
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "10000000000"
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "10000000000"
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "10000000000"
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "10000000000"
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "10000000000"
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "10000000000"
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "10000000000"
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "10000000000"
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "10000000000"
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "10000000000"
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "10000000000"
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "10000000000"
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "10000000000"
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "10000000000"
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "10000000000"
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "10000000000"
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "10000000000"
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "10000000000"
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "10000000000"
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "10000000000"
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "10000000000"
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "10000000000"
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "10000000000"
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "10000000000"
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "10000000000"
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "10000000000"
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "10000000000"
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "10000000000"
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "10000000000"
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "10000000000"
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "10000000000"
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "10000000000"
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "10000000000"
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "10000000000"
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "10000000000"
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "10000000000"
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "10000000000"
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "10000000000"
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "10000000000"
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "10000000000"
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "10000000000"
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "10000000000"
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "10000000000"
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "10000000000"
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "10000000000"
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "10000000000"
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "10000000000"
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "10000000000"
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "10000000000"
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "10000000000"
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "10000000000"
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "10000000000"
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "10000000000"
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "10000000000"
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "10000000000"
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "10000000000"
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "10000000000"
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "10000000000"
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "10000000000"
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "10000000000"
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "10000000000"
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "10000000000"
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "10000000000"
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "10000000000"
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "10000000000"
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "10000000000"
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "10000000000"
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "10000000000"
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "10000000000"
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "10000000000"
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "10000000000"
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "10000000000"
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "10000000000"
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "10000000000"
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "10000000000"
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "10000000000"
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "10000000000"
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "10000000000"
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "10000000000"
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "10000000000"
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "10000000000"
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "10000000000"
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "10000000000"
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "10000000000"
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "10000000000"
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "10000000000"
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "10000000000"
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "10000000000"
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "10000000000"
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "10000000000"
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "10000000000"
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "10000000000"
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "10000000000"
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "10000000000"
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "10000000000"
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "10000000000"
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "10000000000"
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "10000000000"
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "10000000000"
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "10000000000"
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "10000000000"
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "10000000000"
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "10000000000"
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "10000000000"
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "10000000000"
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "10000000000"
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "10000000000"
- }
- },
- "pre" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "1000000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : {
- "balance" : "1000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "319f70bab6845585f412ec7724b744fec6095c85" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6966ab0d485353095148a2155858910e0965b6f9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "200450f06520bdd6c527622a273333384d870efb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cc34673c6c40e791051898567a1222daf90be287" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "579a80d909f346fbfb1189493f521d7f48d52238" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6131c42fa982e56929107413a9d526fd99405560" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "542a9515200d14b68e934e9830d91645a980dd7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "c4bbd073882dd2add2424cf47d35213405b01324" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4863226780fe7c0356454236d3b1c8792785748d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "057b56736d32b86616a10f619859c6cd6f59092a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "304a554a310c7e546dfe434669c62820b7d83490" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "40b803a9abce16f50f36a77ba41180eb90023925" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "17802f43a0137c506ba92291391a8a8f207f487d" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "d343b217de44030afaa275f54d31a9317c7f441e" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "f4c64518ea10f995918a454158c6b61407ea345c" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
- },
- "blocks" : [
- {
- "blocknumber" : "1",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "2",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "3",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "4",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "7",
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "0",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000007",
- "value" : ""
- }
- ],
- "uncleHeaders" : [
- ]
- }
- ]
- }
-}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcEIP158ToMetropolis/MetropolisTransitionFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcEIP158ToMetropolis/MetropolisTransitionFiller.json
new file mode 100644
index 000000000..6faee6d63
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcEIP158ToMetropolis/MetropolisTransitionFiller.json
@@ -0,0 +1,123 @@
+{
+ "MetropolisTransition" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "network" : "EIP158ToMetropolisAt5",
+ "expect" : {
+ "1000000000000000000000000000000000000001" : {
+ "balance" : "2"
+ }
+ },
+ "pre" : {
+
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "7",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "8",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "9",
+ "blockHeader" : {
+ "RelTimestamp" : "1000",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/CallContractThatCreateContractBeforeAndAfterSwitchoverFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/CallContractThatCreateContractBeforeAndAfterSwitchoverFiller.json
new file mode 100644
index 000000000..7604d884c
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/CallContractThatCreateContractBeforeAndAfterSwitchoverFiller.json
@@ -0,0 +1,139 @@
+{
+ "CallContractThatCreateContractBeforeAndAfterSwitchover" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "1000000000000000000000000000000000000001" : {
+ "storage" : {
+ "0x01" : "0x020100",
+ "0x02" : "0x01e459"
+ }
+ },
+ "5dddfce53ee040d9eb21afbc0ae1bb4dbb0ba643" : {
+ "storage" : {
+ "0x01" : "0x020000",
+ "0x02" : "0x01058c"
+ }
+ },
+ "5f8bd49cd9f0cb2bd5bb9d4320dfe9b61023249d" : {
+ "storage" : {
+ "0x01" : "0x020100",
+ "0x02" : "0x01058c"
+ }
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000001" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "{ [[ 1 ]] (DIFFICULTY) [[ 2 ]] (GAS) (CODECOPY 0 0 32) (CREATE 0 0 32) }",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "noBlockChainHistory" : "1",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "180000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "150000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/ContractCreationFailsOnHomesteadFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/ContractCreationFailsOnHomesteadFiller.json
new file mode 100644
index 000000000..2135031ba
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/ContractCreationFailsOnHomesteadFiller.json
@@ -0,0 +1,117 @@
+{
+ "ContractCreationFailsOnHomestead" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "4"
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/HomesteadOverrideFrontierFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/HomesteadOverrideFrontierFiller.json
new file mode 100644
index 000000000..06edbb631
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/HomesteadOverrideFrontierFiller.json
@@ -0,0 +1,161 @@
+{
+ "HomesteadOverrideFrontier" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10"
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "noBlockChainHistory" : "1",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "130000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "expectExceptionALL" : "OutOfGasIntrinsic",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "expectExceptionALL" : "UnknownParent",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "1",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "130000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UncleFromFrontierInHomesteadFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UncleFromFrontierInHomesteadFiller.json
new file mode 100644
index 000000000..1d6c49eaf
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UncleFromFrontierInHomesteadFiller.json
@@ -0,0 +1,139 @@
+{
+ "UncleFromFrontierInHomestead" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "1",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "H",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "130000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "chainname" : "H",
+ "expectExceptionALL" : "InvalidUncleParentHash",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ {
+ "chainname" : "F",
+ "populateFromBlock" : "3"
+ },
+ {
+ "chainname" : "H",
+ "populateFromBlock" : "3"
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UnclePopulationFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UnclePopulationFiller.json
new file mode 100644
index 000000000..98d2d29c1
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/UnclePopulationFiller.json
@@ -0,0 +1,98 @@
+{
+ "UnclePopulation" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "H",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "chainname" : "H",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "130000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "chainname" : "H",
+ "populateFromBlock" : "4"
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchain2Filler.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchain2Filler.json
new file mode 100644
index 000000000..91201a41f
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchain2Filler.json
@@ -0,0 +1,146 @@
+{
+ "blockChainFrontierWithLargerTDvsHomesteadBlockchain2" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
+ "balance" : "10"
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "noBlockChainHistory" : "1",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "chainname" : "A",
+ "blockHeader" : {
+ "RelTimestamp" : "24",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "A",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "90000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "1",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "expectExceptionALL" : "InvalidReceiptsStateRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "90000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "30"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchainFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchainFiller.json
new file mode 100644
index 000000000..8bc0cb176
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcFrontierToHomestead/blockChainFrontierWithLargerTDvsHomesteadBlockchainFiller.json
@@ -0,0 +1,233 @@
+{
+ "blockChainFrontierWithLargerTDvsHomesteadBlockchain" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "5"
+ }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "network" : "FrontierToHomesteadAt5",
+ "noBlockChainHistory" : "1",
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "A",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "70000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "11"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "1",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "expectExceptionALL" : "InvalidReceiptsStateRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "90000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "chainname" : "F",
+ "chainnetwork" : "Frontier",
+ "expectExceptionALL" : "UnknownParent",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "90000",
+ "gasPrice" : "1",
+ "nonce" : "5",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json
new file mode 100644
index 000000000..ce0d22b47
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json
@@ -0,0 +1,732 @@
+{
+ "DaoTransactions" : {
+ "acomment" : "This test checks DAO hardfork transition at block 8. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 8 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 8 to 17(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 8 to 17(included) in this blocks should corespond to extradata requirenmets.",
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "network" : "HomesteadToDaoAt5",
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "14"
+ },
+ "1000000000000000000000000000000000000007" : {
+ "storage" : {
+ "0x" : "10000000000"
+ }
+ },
+ "1000000000000000000000000000000000000008" : {
+ "storage" : {
+ "0x" : "0"
+ }
+ },
+ "bf4ed7b27f1d666546e30d74d50d173d20bca754" : {
+ "balance" : "1160000000000",
+ "code" : ""
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "0" },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "0" },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "0" },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "0" },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "0" },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "0" },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "0" },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "0" },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "0" },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "0" },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "0" },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "0" },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "0" },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "0" },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "0" },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "0" },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "0" },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "0" },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "0" },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "0" },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "0" },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "0" },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "0" },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "0" },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "0" },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "0" },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "0" },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "0" },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "0" },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "0" },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "0" },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "0" },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "0" },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "0" },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "0" },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "0" },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "0" },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "0" },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "0" },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "0" },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "0" },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "0" },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "0" },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "0" },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "0" },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "0" },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "0" },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "0" },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "0" },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "0" },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "0" },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "0" },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "0" },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "0" },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "0" },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "0" },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "0" },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "0" },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "0" },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "0" },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "0" },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "0" },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "0" },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "0" },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "0" },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "0" },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "0" },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "0" },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "0" },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "0" },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "0" },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "0" },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "0" },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "0" },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "0" },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "0" },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "0" },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "0" },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "0" },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "0" },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "0" },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "0" },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "0" },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "0" },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "0" },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "0" },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "0" },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "0" },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "0" },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "0" },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "0" },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "0" },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "0" },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "0" },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "0" },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "0" },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "0" },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "0" },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "0" },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "0" },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "0" },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "0" },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "0" },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "0" },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "0" },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "0" },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "0" },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "0" },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "0" },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "0" },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "0" },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "0" },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "0" },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "0" },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "0" },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "0" }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000007" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000008" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
+ "storage": {}
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} }
+ },
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "acomment" : "check balance of one of the accounts from L at 7 block",
+ "blocknumber" : "4",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000007",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "acomment" : "check balance of one of the accounts from L at block 8",
+ "blocknumber" : "5",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "5",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "5",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "7",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "6",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "7",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "6",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "8",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "7",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "8",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "7",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "9",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "8",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "9",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "8",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "10",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "9",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "10",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "9",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "11",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "10",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "11",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "10",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "12",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "11",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "12",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "11",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "13",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "12",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "13",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "12",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "14",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "13",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "14",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "13",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000001",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json
new file mode 100644
index 000000000..45b153c74
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json
@@ -0,0 +1,433 @@
+{
+ "DaoTransactions_EmptyTransactionAndForkBlocksAhead" : {
+ "acomment" : "This test checks DAO hardfork transition at block 8. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 8 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 8 to 17(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 8 to 17(included) in this blocks should corespond to extradata requirenmets.",
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "network" : "HomesteadToDaoAt5",
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "5"
+ },
+ "1000000000000000000000000000000000000007" : {
+ "storage" : {
+ "0x" : "10000000000"
+ }
+ },
+ "1000000000000000000000000000000000000008" : {
+ "storage" : {
+ "0x" : "0"
+ }
+ },
+ "bf4ed7b27f1d666546e30d74d50d173d20bca754" : {
+ "balance" : "1160000000000",
+ "code" : ""
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "0" },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "0" },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "0" },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "0" },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "0" },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "0" },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "0" },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "0" },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "0" },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "0" },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "0" },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "0" },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "0" },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "0" },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "0" },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "0" },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "0" },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "0" },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "0" },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "0" },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "0" },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "0" },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "0" },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "0" },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "0" },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "0" },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "0" },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "0" },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "0" },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "0" },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "0" },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "0" },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "0" },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "0" },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "0" },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "0" },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "0" },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "0" },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "0" },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "0" },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "0" },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "0" },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "0" },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "0" },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "0" },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "0" },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "0" },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "0" },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "0" },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "0" },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "0" },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "0" },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "0" },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "0" },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "0" },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "0" },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "0" },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "0" },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "0" },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "0" },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "0" },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "0" },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "0" },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "0" },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "0" },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "0" },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "0" },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "0" },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "0" },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "0" },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "0" },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "0" },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "0" },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "0" },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "0" },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "0" },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "0" },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "0" },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "0" },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "0" },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "0" },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "0" },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "0" },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "0" },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "0" },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "0" },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "0" },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "0" },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "0" },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "0" },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "0" },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "0" },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "0" },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "0" },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "0" },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "0" },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "0" },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "0" },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "0" },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "0" },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "0" },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "0" },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "0" },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "0" },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "0" },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "0" },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "0" },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "0" },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "0" },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "0" },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "0" },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "0" },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "0" },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "0" },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "0" },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "0" }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000007" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000008" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
+ "storage": {}
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} }
+ },
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000007",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "7",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "5",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "8",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "6",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json
new file mode 100644
index 000000000..96afea1c1
--- /dev/null
+++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json
@@ -0,0 +1,895 @@
+{
+ "DaoTransactions_UncleExtradata" : {
+ "acomment" : "This test checks DAO hardfork transition at block 8. According to specification given list of accounts L from the prestate (except a94f5374fce5edbc8e2a8697c15331677e6ebf0b (caller)) should transfer it's balance at the begining of the block 8 to contract C = bf4ed7b27f1d666546e30d74d50d173d20bca754. Then all blocks from 8 to 17(included) must have extradata set to 0x64616f2d686172642d666f726b otherwise blocks considered incorrect. Additionally all uncles with numbers from 8 to 17(included) in this blocks should corespond to extradata requirenmets.",
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "network" : "HomesteadToDaoAt5",
+ "expect" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "17"
+ },
+ "1000000000000000000000000000000000000020" : {
+ "balance" : "1000"
+ },
+ "1000000000000000000000000000000000000010" : {
+ "balance" : "111"
+ },
+ "1000000000000000000000000000000000000007" : {
+ "storage" : {
+ "0x" : "10000000000"
+ }
+ },
+ "1000000000000000000000000000000000000008" : {
+ "storage" : {
+ "0x" : "0"
+ }
+ },
+ "bf4ed7b27f1d666546e30d74d50d173d20bca754" : {
+ "balance" : "1160000000000",
+ "code" : ""
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "0" },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "0" },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "0" },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "0" },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "0" },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "0" },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "0" },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "0" },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "0" },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "0" },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "0" },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "0" },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "0" },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "0" },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "0" },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "0" },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "0" },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "0" },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "0" },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "0" },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "0" },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "0" },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "0" },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "0" },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "0" },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "0" },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "0" },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "0" },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "0" },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "0" },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "0" },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "0" },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "0" },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "0" },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "0" },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "0" },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "0" },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "0" },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "0" },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "0" },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "0" },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "0" },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "0" },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "0" },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "0" },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "0" },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "0" },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "0" },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "0" },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "0" },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "0" },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "0" },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "0" },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "0" },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "0" },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "0" },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "0" },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "0" },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "0" },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "0" },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "0" },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "0" },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "0" },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "0" },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "0" },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "0" },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "0" },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "0" },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "0" },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "0" },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "0" },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "0" },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "0" },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "0" },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "0" },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "0" },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "0" },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "0" },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "0" },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "0" },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "0" },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "0" },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "0" },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "0" },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "0" },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "0" },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "0" },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "0" },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "0" },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "0" },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "0" },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "0" },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "0" },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "0" },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "0" },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "0" },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "0" },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "0" },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "0" },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "0" },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "0" },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "0" },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "0" },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "0" },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "0" },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "0" },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "0" },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "0" },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "0" },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "0" },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "0" },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "0" },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "0" },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "0" },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "0" },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "0" }
+ },
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000007" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
+ "storage": {}
+ },
+ "1000000000000000000000000000000000000008" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[0]] (BALANCE 0x807640a13483f8ac783c557fcdf27be11ea4ac7a)}",
+ "storage": {}
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} }
+ },
+ "blocks" : [
+ {
+ "blocknumber" : "1",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "2",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "3",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "30000",
+ "gasPrice" : "1",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "4",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "3",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000007",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "expectExceptionALL" : "InvalidTransactionsRoot",
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "blocknumber" : "5",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "4",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "populateFromBlock" : "3"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "expectExceptionALL" : "ExtraDataIncorrect",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "5",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "4",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "populateFromBlock" : "4"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "6",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "5",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000008",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "4",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "7",
+ "expectExceptionALL" : "ExtraDataIncorrect",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "6",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "populateFromBlock" : "5"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "7",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "6",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000010",
+ "value" : "111"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "4",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "5",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "8",
+ "expectExceptionALL" : "ExtraDataIncorrect",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "7",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "populateFromBlock" : "5"
+ },
+ {
+ "populateFromBlock" : "6"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "8",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "7",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000011",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "5",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "6",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "9",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "8",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000012",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "6",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "7",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "10",
+ "expectExceptionALL" : "ExtraDataIncorrect",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "7",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "populateFromBlock" : "8"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "10",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "9",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000013",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "7",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "8",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "11",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "10",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000014",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "8",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "9",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "12",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "11",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000015",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "9",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "10",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "13",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "12",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000016",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "10",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "11",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "14",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "13",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000017",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "11",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "12",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "15",
+ "expectExceptionALL" : "ExtraDataIncorrect",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f72",
+ "populateFromBlock" : "12",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f72",
+ "populateFromBlock" : "13",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "15",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "14",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000018",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "12",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "13",
+ "overwriteAndRedoPoW" : "extraData"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "16",
+ "expectExceptionALL" : "ExtraDataIncorrect",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ ],
+ "uncleHeaders" : [
+ {
+ "populateFromBlock" : "13"
+ },
+ {
+ "populateFromBlock" : "14"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "16",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "15",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000019",
+ "value" : "10"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "populateFromBlock" : "13",
+ "overwriteAndRedoPoW" : "extraData"
+ },
+ {
+ "populateFromBlock" : "14"
+ }
+ ]
+ },
+ {
+ "blocknumber" : "17",
+ "blockHeaderPremine" : {
+ "extraData" : "0x64616f2d686172642d666f726b",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "60000",
+ "gasPrice" : "1",
+ "nonce" : "16",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "1000000000000000000000000000000000000020",
+ "value" : "1000"
+ }
+ ],
+ "uncleHeaders" : [
+ {
+ "populateFromBlock" : "14"
+ },
+ {
+ "populateFromBlock" : "15"
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_XBlockm1Filler.json
index fe27ae732..24097766f 100644
--- a/src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json
+++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_XBlockm1Filler.json
@@ -1,11 +1,12 @@
{
- "MetropolisTransition" : {
+ "DaoTransactions_XBlockm1" : {
+ "acomment" : "This test checks that DAO hardfork transition does not occur at the end of block 4",
"genesisBlockHeader" : {
"bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
"difficulty" : "131072",
"extraData" : "0x42",
- "gasLimit" : "3141592",
+ "gasLimit" : "314159200",
"gasUsed" : "0",
"mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"nonce" : "0x0102030405060708",
@@ -17,12 +18,135 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "network" : "HomesteadToDaoAt5",
"expect" : {
- "1000000000000000000000000000000000000001" : {
- "balance" : "2"
- }
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ },
+ "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "10000000000" },
+ "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "10000000000" },
+ "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "10000000000" },
+ "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "10000000000" },
+ "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "10000000000" },
+ "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "10000000000" },
+ "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "10000000000" },
+ "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "10000000000" },
+ "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "10000000000" },
+ "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "10000000000" },
+ "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "10000000000" },
+ "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "10000000000" },
+ "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "10000000000" },
+ "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "10000000000" },
+ "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "10000000000" },
+ "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "10000000000" },
+ "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "10000000000" },
+ "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "10000000000" },
+ "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "10000000000" },
+ "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "10000000000" },
+ "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "10000000000" },
+ "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "10000000000" },
+ "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "10000000000" },
+ "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "10000000000" },
+ "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "10000000000" },
+ "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "10000000000" },
+ "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "10000000000" },
+ "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "10000000000" },
+ "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "10000000000" },
+ "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "10000000000" },
+ "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "10000000000" },
+ "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "10000000000" },
+ "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "10000000000" },
+ "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "10000000000" },
+ "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "10000000000" },
+ "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "10000000000" },
+ "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "10000000000" },
+ "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "10000000000" },
+ "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "10000000000" },
+ "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "10000000000" },
+ "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "10000000000" },
+ "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "10000000000" },
+ "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "10000000000" },
+ "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "10000000000" },
+ "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "10000000000" },
+ "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "10000000000" },
+ "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "10000000000" },
+ "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "10000000000" },
+ "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "10000000000" },
+ "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "10000000000" },
+ "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "10000000000" },
+ "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "10000000000" },
+ "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "10000000000" },
+ "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "10000000000" },
+ "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "10000000000" },
+ "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "10000000000" },
+ "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "10000000000" },
+ "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "10000000000" },
+ "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "10000000000" },
+ "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "10000000000" },
+ "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "10000000000" },
+ "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "10000000000" },
+ "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "10000000000" },
+ "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "10000000000" },
+ "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "10000000000" },
+ "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "10000000000" },
+ "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "10000000000" },
+ "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "10000000000" },
+ "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "10000000000" },
+ "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "10000000000" },
+ "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "10000000000" },
+ "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "10000000000" },
+ "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "10000000000" },
+ "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "10000000000" },
+ "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "10000000000" },
+ "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "10000000000" },
+ "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "10000000000" },
+ "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "10000000000" },
+ "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "10000000000" },
+ "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "10000000000" },
+ "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "10000000000" },
+ "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "10000000000" },
+ "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "10000000000" },
+ "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "10000000000" },
+ "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "10000000000" },
+ "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "10000000000" },
+ "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "10000000000" },
+ "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "10000000000" },
+ "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "10000000000" },
+ "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "10000000000" },
+ "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "10000000000" },
+ "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "10000000000" },
+ "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "10000000000" },
+ "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "10000000000" },
+ "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "10000000000" },
+ "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "10000000000" },
+ "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "10000000000" },
+ "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "10000000000" },
+ "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "10000000000" },
+ "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "10000000000" },
+ "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "10000000000" },
+ "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "10000000000" },
+ "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "10000000000" },
+ "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "10000000000" },
+ "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "10000000000" },
+ "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "10000000000" },
+ "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "10000000000" },
+ "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "10000000000" },
+ "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "10000000000" },
+ "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "10000000000" },
+ "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "10000000000" },
+ "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "10000000000" },
+ "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "10000000000" },
+ "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "10000000000" },
+ "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "10000000000" },
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000" }
},
"pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ },
"d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
"b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
"2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
@@ -138,13 +262,7 @@
"f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
"7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
"bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "10000000000",
- "nonce" : "0",
- "code" : "",
- "storage": {}
- }
+ "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} }
},
"blocks" : [
{
@@ -171,189 +289,14 @@
{
"blocknumber" : "4",
"transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "5",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "7",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "8",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "9",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "10",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "11",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "12",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "13",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "14",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "15",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "16",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "14",
- "extraData" : "0x64616f2d686172642d666f726b",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "17",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- {
- "populateFromBlock" : "15",
- "extraData" : "0x64616f2d686172642d666f726b",
- "overwriteAndRedoPoW" : "extraData"
- }
- ]
- },
- {
- "blocknumber" : "18",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "19",
- "transactions" : [
- {
+ {
"data" : "",
"gasLimit" : "60000",
"gasPrice" : "1",
"nonce" : "0",
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
- }
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "20",
- "blockHeader" : {
- "RelTimestamp" : "1000",
- "updatePoW" : "1"
- },
- "transactions" : [
- {
- "data" : "",
- "gasLimit" : "60000",
- "gasPrice" : "1",
- "nonce" : "1",
- "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
- "to" : "1000000000000000000000000000000000000001",
- "value" : "1"
+ "to" : "1000000000000000000000000000000000000007",
+ "value" : ""
}
],
"uncleHeaders" : [
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json
index ac6e0b54e..0b9c1f457 100644
--- a/src/BlockchainTestsFiller/TestNetwork/bcEIP150TestFiller.json
+++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json
@@ -1,5 +1,5 @@
{
- "EIP150" : {
+ "EIP150Transition" : {
"genesisBlockHeader" : {
"bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
@@ -17,6 +17,7 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "network" : "HomesteadToEIP150At5",
"expect" : {
"1000000000000000000000000000000000000001" : {
"storage" : {
@@ -208,122 +209,6 @@
}
},
"pre" : {
- "d4fe7bc31cedb7bfb8a345f31e668033056b2728" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "b3fb0e5aba0e20e5c49d252dfd30e102b171a425" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "2c19c7f9ae8b751e37aeb2d93a699722395ae18f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "ecd135fa4f61a655311e86238c92adcd779555d2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "1975bd06d486162d5dc297798dfc41edd5d160a7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "a3acf3a1e16b1d7c315e23510fdd7847b48234f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "319f70bab6845585f412ec7724b744fec6095c85" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "06706dd3f2c9abf0a21ddcc6941d9b86f0596936" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "5c8536898fbb74fc7445814902fd08422eac56d0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "6966ab0d485353095148a2155858910e0965b6f9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "779543a0491a837ca36ce8c635d6154e3c4911a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "2a5ed960395e2a49b1c758cef4aa15213cfd874c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "5c6e67ccd5849c0d29219c4f95f1a7a93b3f5dc5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9c50426be05db97f5d64fc54bf89eff947f0a321" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "200450f06520bdd6c527622a273333384d870efb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "be8539bfe837b67d1282b2b1d61c3f723966f049" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "6b0c4d41ba9ab8d8cfb5d379c69a612f2ced8ecb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "f1385fb24aad0cd7432824085e42aff90886fef5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "d1ac8b1ef1b69ff51d1d401a476e7e612414f091" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "8163e7fb499e90f8544ea62bbf80d21cd26d9efd" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "51e0ddd9998364a2eb38588679f0d2c42653e4a6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "627a0a960c079c21c34f7612d5d230e01b4ad4c7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "f0b1aa0eb660754448a7937c022e30aa692fe0c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "24c4d950dfd4dd1902bbed3508144a54542bba94" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9f27daea7aca0aa0446220b98d028715e3bc803d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "a5dc5acd6a7968a4554d89d65e59b7fd3bff0f90" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "d9aef3a1e38a39c16b31d1ace71bca8ef58d315b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "63ed5a272de2f6d968408b4acb9024f4cc208ebf" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "6f6704e5a10332af6672e50b3d9754dc460dfa4d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "77ca7b50b6cd7e2f3fa008e24ab793fd56cb15f6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "492ea3bb0f3315521c31f273e565b868fc090f17" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "0ff30d6de14a8224aa97b78aea5388d1c51c1f00" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9ea779f907f0b315b364b0cfc39a0fde5b02a416" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "ceaeb481747ca6c540a000c1f3641f8cef161fa7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "cc34673c6c40e791051898567a1222daf90be287" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "579a80d909f346fbfb1189493f521d7f48d52238" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "e308bd1ac5fda103967359b2712dd89deffb7973" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4cb31628079fb14e4bc3cd5e30c2f7489b00960c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "ac1ecab32727358dba8962a0f3b261731aad9723" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4fd6ace747f06ece9c49699c7cabc62d02211f75" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "440c59b325d2997a134c2c7c60a8c61611212bad" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4486a3d68fac6967006d7a517b889fd3f98c102b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9c15b54878ba618f494b38f0ae7443db6af648ba" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "27b137a85656544b1ccb5a0f2e561a5703c6a68f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "21c7fdb9ed8d291d79ffd82eb2c4356ec0d81241" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "23b75c2f6791eef49c69684db4c6c1f93bf49a50" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "1ca6abd14d30affe533b24d7a21bff4c2d5e1f3b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "b9637156d330c0d605a791f1c31ba5890582fe1c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "6131c42fa982e56929107413a9d526fd99405560" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "1591fc0f688c81fbeb17f5426a162a7024d430c2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "542a9515200d14b68e934e9830d91645a980dd7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "c4bbd073882dd2add2424cf47d35213405b01324" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "782495b7b3355efb2833d56ecb34dc22ad7dfcc4" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "58b95c9a9d5d26825e70a82b6adb139d3fd829eb" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "3ba4d81db016dc2890c81f3acec2454bff5aada5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "b52042c8ca3f8aa246fa79c3feaa3d959347c0ab" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "e4ae1efdfc53b73893af49113d8694a057b9c0d1" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "3c02a7bc0391e86d91b7d144e61c2c01a25a79c5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "0737a6b837f97f46ebade41b9bc3e1c509c85c53" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "97f43a37f595ab5dd318fb46e7a155eae057317a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "52c5317c848ba20c7504cb2c8052abd1fde29d03" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4863226780fe7c0356454236d3b1c8792785748d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "5d2b2e6fcbe3b11d26b525e085ff818dae332479" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "5f9f3392e9f62f63b8eac0beb55541fc8627f42c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "057b56736d32b86616a10f619859c6cd6f59092a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9aa008f65de0b923a2a4f02012ad034a5e2e2192" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "304a554a310c7e546dfe434669c62820b7d83490" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "914d1b8b43e92723e64fd0a06f5bdb8dd9b10c79" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4deb0033bb26bc534b197e61d19e0733e5679784" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "07f5c1e1bc2c93e0402f23341973a0e043f7bf8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "35a051a0010aba705c9008d7a7eff6fb88f6ea7b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4fa802324e929786dbda3b8820dc7834e9134a2a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9da397b9e80755301a3b32173283a91c0ef6c87e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "8d9edb3054ce5c5774a420ac37ebae0ac02343c6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "0101f3be8ebb4bbd39a2e3b9a3639d4259832fd9" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "5dc28b15dffed94048d73806ce4b7a4612a1d48f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "bcf899e6c7d9d5a215ab1e3444c86806fa854c76" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "12e626b0eebfe86a56d633b9864e389b45dcb260" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "a2f1ccba9395d7fcb155bba8bc92db9bafaeade7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "ec8e57756626fdc07c63ad2eafbd28d08e7b0ca5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "d164b088bd9108b60d0ca3751da4bceb207b0782" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "6231b6d0d5e77fe001c2a460bd9584fee60d409b" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "1cba23d343a983e9b5cfd19496b9a9701ada385f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "a82f360a8d3455c5c41366975bde739c37bfeb8a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "9fcd2deaff372a39cc679d5c5e4de7bafb0b1339" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "005f5cee7a43331d5a3d3eec71305925a62f34b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "0e0da70933f4c7849fc0d203f5d1d43b9ae4532d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "d131637d5275fd1a68a3200f4ad25c71a2a9522e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "bc07118b9ac290e4622f5e77a0853539789effbe" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "47e7aa56d6bdf3f36be34619660de61275420af8" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "acd87e28b0c9d1254e868b81cba4cc20d9a32225" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "adf80daec7ba8dcf15392f1ac611fff65d94f880" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "5524c55fb03cf21f549444ccbecb664d0acad706" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "40b803a9abce16f50f36a77ba41180eb90023925" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "fe24cdd8648121a43a7c86d289be4dd2951ed49f" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "17802f43a0137c506ba92291391a8a8f207f487d" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "253488078a4edf4d6f42f113d1e62836a942cf1a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "86af3e9626fce1957c82e88cbf04ddf3a2ed7915" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "b136707642a4ea12fb4bae820f03d2562ebff487" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "dbe9b615a3ae8709af8b93336ce9b477e4ac0940" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "f14c14075d6c4ed84b86798af0956deef67365b5" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "ca544e5c4687d109611d0f8f928b53a25af72448" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "aeeb8ff27288bdabc0fa5ebb731b6f409507516c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "cbb9d3703e651b0d496cdefb8b92c25aeb2171f7" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "6d87578288b6cb5549d5076a207456a1f6a63dc0" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "b2c6f0dfbb716ac562e2d85d6cb2f8d5ee87603e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "accc230e8a6e5be9160b8cdf2864dd2a001c28b6" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "2b3455ec7fedf16e646268bf88846bd7a2319bb2" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "4613f3bca5c44ea06337a9e439fbc6d42e501d0a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "d343b217de44030afaa275f54d31a9317c7f441e" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "84ef4b2357079cd7a7c69fd7a37cd0609a679106" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "da2fef9e4a3230988ff17df2165440f37e8b1708" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "f4c64518ea10f995918a454158c6b61407ea345c" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "7602b46df5390e432ef1c307d4f2c9ff6d65cc97" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "bb9bc244d798123fde783fcc1c72d3bb8c189413" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
- "807640a13483f8ac783c557fcdf27be11ea4ac7a" : { "balance" : "10000000000", "nonce" : "0", "code" : "", "storage": {} },
"1000000000000000000000000000000000000010" : {
"balance" : "111",
"nonce" : "0",
@@ -607,51 +492,6 @@
{
"blocknumber" : "4",
"transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "comment" : "Homestead rules are applied",
- "blocknumber" : "5",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "6",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "7",
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "comment" : "DAO HF rules are applied",
- "blocknumber" : "8",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
- ],
- "uncleHeaders" : [
- ]
- },
- {
- "blocknumber" : "9",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
- "transactions" : [
{
"data" : "",
"gasLimit" : "600000",
@@ -703,11 +543,7 @@
},
{
"comment" : "EIP150 rules are applied",
- "blocknumber" : "10",
- "blockHeaderPremine" : {
- "extraData" : "0x64616f2d686172642d666f726b",
- "updatePoW" : "1"
- },
+ "blocknumber" : "5",
"transactions" : [
{
"data" : "",