diff options
author | Dimitry <dimitry@ethereum.org> | 2018-11-16 04:29:26 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-11-16 04:29:26 +0800 |
commit | be1d2122d25bf7cfc8c426e147f6cd3f62da91c4 (patch) | |
tree | a24e25340515ed280ae999fb60b43831eca7357a /src | |
parent | f9ce066e38f2cf68547faee183ec2028a36f2b66 (diff) | |
download | tangerine-tests-be1d2122d25bf7cfc8c426e147f6cd3f62da91c4.tar.gz tangerine-tests-be1d2122d25bf7cfc8c426e147f6cd3f62da91c4.tar.zst tangerine-tests-be1d2122d25bf7cfc8c426e147f6cd3f62da91c4.zip |
constantinople transition test
difficulty change test
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockchainTestsFiller/TransitionTests/bcByzantiumToConstantinople/ConstantinopleTransitionFiller.json | 211 |
1 files changed, 211 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcByzantiumToConstantinople/ConstantinopleTransitionFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcByzantiumToConstantinople/ConstantinopleTransitionFiller.json new file mode 100644 index 000000000..a742e0e85 --- /dev/null +++ b/src/BlockchainTestsFiller/TransitionTests/bcByzantiumToConstantinople/ConstantinopleTransitionFiller.json @@ -0,0 +1,211 @@ +{ + "ConstantinopleTransition" : { + "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" : "ByzantiumToConstantinopleAt5", + "expect" : { + "1000000000000000000000000000000000000001" : { + "balance" : "9" + }, + "0x8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "22250000000000370800" + } + }, + "pre" : { + + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "10000000000", + "nonce" : "0", + "code" : "", + "storage": {} + }, + "1000000000000000000000000000000000000001" : { + "balance" : "0", + "nonce" : "0", + "code" : "{ [[ (CALLDATALOAD 0) ]] (DIFFICULTY) }", + "storage": {} + } + }, + "blocks" : [ + { + "blocknumber" : "1", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000001", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] + }, + { + "blocknumber" : "2", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000002", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "1", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] + }, + { + "blocknumber" : "3", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000003", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "2", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] + }, + { + "blocknumber" : "4", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000004", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "3", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] + }, + { + "blocknumber" : "5", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000005", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "4", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + { + "populateFromBlock" : "2", + "coinbase" : "0cde5374fce5edbc8e2a8697c15331677e6ebf0b", + "overwriteAndRedoPoW" : "coinbase" + } + ] + }, + { + "blocknumber" : "6", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000006", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "5", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + { + "populateFromBlock" : "3", + "coinbase" : "1cde5374fce5edbc8e2a8697c15331677e6ebf0b", + "overwriteAndRedoPoW" : "coinbase" + }, + { + "populateFromBlock" : "3", + "coinbase" : "2cde5374fce5edbc8e2a8697c15331677e6ebf0b", + "overwriteAndRedoPoW" : "coinbase" + } + ] + }, + { + "blocknumber" : "7", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000007", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "6", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + { + "populateFromBlock" : "4", + "coinbase" : "3cde5374fce5edbc8e2a8697c15331677e6ebf0b", + "overwriteAndRedoPoW" : "coinbase" + } + ] + }, + { + "blocknumber" : "8", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000008", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "7", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] + }, + { + "blocknumber" : "9", + "transactions" : [ + { + "data" : "0x0000000000000000000000000000000000000000000000000000000000000009", + "gasLimit" : "600000", + "gasPrice" : "1", + "nonce" : "8", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] + } + ] + } +} |