diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcRandomBlockhashTest/randomStatetest193BCFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcRandomBlockhashTest/randomStatetest193BCFiller.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcRandomBlockhashTest/randomStatetest193BCFiller.json b/src/BlockchainTestsFiller/bcRandomBlockhashTest/randomStatetest193BCFiller.json index 22ec46337..9e5fa2b4a 100644 --- a/src/BlockchainTestsFiller/bcRandomBlockhashTest/randomStatetest193BCFiller.json +++ b/src/BlockchainTestsFiller/bcRandomBlockhashTest/randomStatetest193BCFiller.json @@ -25,6 +25,7 @@ ] } ], + "sealEngine" : "NoProof", "expect" : [ { "network" : ["Frontier", "Homestead"], @@ -63,6 +64,44 @@ } } } + }, + { + "network" : ["Byzantium"], + "result" : { + "0x945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "3000000002015516449", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999997984483597", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : [">=Constantinople"], + "result" : { + "0x945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "2000000002015516839", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999997984483207", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + } + } } ], "genesisBlockHeader" : { |