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 /GeneralStateTests/stAttackTest | |
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 'GeneralStateTests/stAttackTest')
-rw-r--r-- | GeneralStateTests/stAttackTest/ContractCreationSpam.json | 5 | ||||
-rw-r--r-- | GeneralStateTests/stAttackTest/CrashingTransaction.json | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/GeneralStateTests/stAttackTest/ContractCreationSpam.json b/GeneralStateTests/stAttackTest/ContractCreationSpam.json index 529c30bb9..b6c250ec3 100644 --- a/GeneralStateTests/stAttackTest/ContractCreationSpam.json +++ b/GeneralStateTests/stAttackTest/ContractCreationSpam.json @@ -2,9 +2,10 @@ "ContractCreationSpam" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", - "source" : "src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json" + "source" : "src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json", + "sourceHash" : "87301d69f555c6e24cd899f79edd0f7b3d11c395395cc77c63b8ebfb4f737452" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/GeneralStateTests/stAttackTest/CrashingTransaction.json b/GeneralStateTests/stAttackTest/CrashingTransaction.json index dd707629b..5eaced157 100644 --- a/GeneralStateTests/stAttackTest/CrashingTransaction.json +++ b/GeneralStateTests/stAttackTest/CrashingTransaction.json @@ -2,9 +2,10 @@ "CrashingTransaction" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++", "lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", - "source" : "src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json" + "source" : "src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json", + "sourceHash" : "1e19f32ceb37c768ea9d6fade8a0797c2ceb3707cd073e4f9911ea35940e5267" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |