diff options
author | Dimitry <dimitry@ethereum.org> | 2018-10-02 23:47:20 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-10-02 23:47:20 +0800 |
commit | 7a88cb639e1af2518aa5748f2da01a75391462a3 (patch) | |
tree | 250a9106228091a24f58a1bbd89956c316d0c930 /src/BlockchainTestsFiller/bcExploitTest | |
parent | 1d25604dd0f8a4f9337d32c22bac9c6bf5cc115e (diff) | |
download | dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.gz dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.bz2 dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.lz dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.xz dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.zst dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.zip |
blockchain test source updates
Diffstat (limited to 'src/BlockchainTestsFiller/bcExploitTest')
4 files changed, 8 insertions, 4 deletions
diff --git a/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json b/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json index e1a8179a7..8825e64e3 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/DelegateCallSpamFiller.json @@ -17,9 +17,10 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { - "network" : ["Frontier", "EIP150", "EIP158", "Byzantium"], + "network" : ["Frontier", "EIP150", "EIP158", ">=Byzantium"], "result" : { "094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { diff --git a/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json b/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json index 30c95380e..6a2df5e04 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/ShanghaiLoveFiller.json @@ -17,9 +17,10 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { - "network" : ["Frontier", "EIP150", "EIP158", "Byzantium"], + "network" : ["Frontier", "EIP150", "EIP158", ">=Byzantium"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "9999999999999999999999999999999999999999995500000", diff --git a/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json b/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json index 45cbd8929..03d74fe49 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/StrangeContractCreationFiller.json @@ -17,6 +17,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], @@ -32,7 +33,7 @@ } }, { - "network" : ["Byzantium"], + "network" : [">=Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "balance" : "0x00", diff --git a/src/BlockchainTestsFiller/bcExploitTest/SuicideIssueFiller.json b/src/BlockchainTestsFiller/bcExploitTest/SuicideIssueFiller.json index 8c26c0ccf..6ee23324a 100644 --- a/src/BlockchainTestsFiller/bcExploitTest/SuicideIssueFiller.json +++ b/src/BlockchainTestsFiller/bcExploitTest/SuicideIssueFiller.json @@ -17,6 +17,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "pre" : { "0004d592f3f76b3d19e1aa25081a00e3188d4404" : { "balance" : "0x00", @@ -64092,7 +64093,7 @@ }, "expect" : [ { - "network" : ["ALL"], + "network" : [">=Frontier"], "result" : { "0004d592f3f76b3d19e1aa25081a00e3188d4404" : { |