From 7a88cb639e1af2518aa5748f2da01a75391462a3 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 2 Oct 2018 18:47:20 +0300 Subject: blockchain test source updates --- src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json') diff --git a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json index 0c9f9d694..abb6d225e 100644 --- a/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json +++ b/src/BlockchainTestsFiller/bcWalletTest/wallet2outOf3txs2Filler.json @@ -1,5 +1,8 @@ { "wallet2outOf3txs2" : { + "_info" : { + "comment" : "A legacy test for wallet contract. Not to be run on every hardfork." + }, "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1", @@ -17,9 +20,10 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], + "network" : ["<=EIP158"], "result" : { "aaaf5374fce5edbc8e2a8697c15331677e6ebaaa" : { "balance" : "0x09" -- cgit