diff options
author | Dimitry <dimitry@ethereum.org> | 2018-10-11 03:57:15 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-10-11 03:57:15 +0800 |
commit | 2f9ab45df7bcde52e77aa3629cc8c71a44b24e76 (patch) | |
tree | f6ef53b39e473b45590f2cd78b988aafd333f5cf /src/BlockchainTestsFiller | |
parent | c6c53d09a7c4bf72c47ae0f6ecc29ed2f63c9f93 (diff) | |
download | tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.tar tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.tar.gz tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.tar.bz2 tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.tar.lz tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.tar.xz tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.tar.zst tangerine-tests-2f9ab45df7bcde52e77aa3629cc8c71a44b24e76.zip |
refill wallet tests
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r-- | src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json | 2 | ||||
-rw-r--r-- | src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json b/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json index 37523c0a5..186535d7d 100644 --- a/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json +++ b/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json @@ -17,7 +17,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, - "//" : "Lots of blocks in this tests + uncles. check the difficulty calculation", + "//" : "Lots of blocks in this tests + uncles. check the difficulty calculation. NoProof timestamps are incorrect because of instant block mining.", "sealEngine" : "Ethash", "expect" : [ { diff --git a/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json b/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json index 315b4a3d8..d119cc748 100644 --- a/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json +++ b/src/BlockchainTestsFiller/bcWalletTest/walletReorganizeOwnersFiller.json @@ -21,7 +21,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, - "sealEngine" : "Ethash", + "sealEngine" : "NoProof", "expect" : [ { "network" : ["Homestead", "EIP158", ">=Constantinople"], |