diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json index 9d30b313d..6b7fe7a83 100644 --- a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json +++ b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txsFiller.json @@ -1,5 +1,8 @@ { "wallet2outOf3txs" : { + "_info" : { + "comment" : "A legacy test for wallet contract. Not to be run on every hardfork." + }, "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1", @@ -17,6 +20,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { "network" : ["Frontier"], @@ -25,17 +29,25 @@ "balance" : "0x09" } } + }, + { + "network" : ["Homestead", "EIP158"], + "result" : { + "aaaf5374fce5edbc8e2a8697c15331677e6ebaaa" : { + "shouldnotexist" : "1" + } + } } ], "pre" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100000000000000", + "balance" : "1000000000000000000", "nonce" : "0", "code" : "", "storage": {} }, "3fb1cd2cd96c6d5c0b5eb3322d807b34482481d4" : { - "balance" : "100000000000000", + "balance" : "1000000000000000000", "code" : "0x", "nonce" : "0", "storage" : { |