diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
commit | 8a53efa84c102c2c547692e47778e5a5e45cb126 (patch) | |
tree | 0dd31a83b47bef4a980862aa90a2328539e88995 /src/BlockchainTestsFiller/bcStateTests | |
parent | adaa3459f1f381370d56a4449927da97a28ad731 (diff) | |
download | tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.bz2 tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.lz tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.xz tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip |
refill all the tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcStateTests')
4 files changed, 25 insertions, 6 deletions
diff --git a/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json b/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json index 68c024e2a..95fd4a891 100644 --- a/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json @@ -39,7 +39,7 @@ "network" : ["Byzantium"], "result" : { "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "1975583", + "balance" : "1976363", "nonce" : "0x01" } } diff --git a/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json b/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json index 8446857d9..9a94b2db7 100644 --- a/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json @@ -84,9 +84,6 @@ "64306ec3f51a26dcf19f5da0c043040f54f4eca5" : { "shouldnotexist" : "1" }, - "8888f1f195afa192cfee860698584c030f4c9db1" : { - "balance" : "5000000000001177800" - }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "0x02" } diff --git a/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json b/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json index cdc11197a..27bd9db2c 100644 --- a/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json @@ -60,7 +60,7 @@ } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "946582" + "balance" : "948922" }, "295e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { diff --git a/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json b/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json index 48c04cebb..1618ee37c 100644 --- a/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json @@ -63,7 +63,7 @@ } }, { - "network" : ["EIP150", "EIP158", "Byzantium"], + "network" : ["EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { @@ -83,6 +83,28 @@ } } } + }, + { + "network" : ["Byzantium"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x17485b3218", + "0x02" : "0x17485b3218", + "0x05" : "0x0186aa" + } + }, + "195e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x17484cfc34", + "0x01" : "0x29a2241af63a31fc", + "0x02" : "0x17484cfc34", + "0x03" : "0x29a2241af63a31fc", + "0x04" : "0x0186aa", + "0x05" : "0x018a88" + } + } + } } ], "pre" : { |