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/bcValidBlockTest/dataTxFiller.json | |
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/bcValidBlockTest/dataTxFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json index b76752c1e..6f203244b 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json @@ -17,6 +17,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "NoProof", "expect" : [ { "network" : ["Frontier"], @@ -41,6 +42,14 @@ "balance" : "3000000000000000000" } } + }, + { + "network" : [">=Constantinople"], + "result" : { + "8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "2000000000000000000" + } + } } ], "pre" : { |