diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-25 20:57:42 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-25 20:57:42 +0800 |
commit | 7b4c4347eaefafc40a9b85b055a02e94b9bb5681 (patch) | |
tree | a819cbe45893882b4d8a72db2138be1af1acae37 /GeneralStateTests/stAttackTest | |
parent | e77d3ba583810fd2a41248270fb36e08dfe5f38e (diff) | |
download | dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.tar dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.tar.gz dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.tar.bz2 dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.tar.lz dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.tar.xz dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.tar.zst dexon-tests-7b4c4347eaefafc40a9b85b055a02e94b9bb5681.zip |
refill all state tests
Diffstat (limited to 'GeneralStateTests/stAttackTest')
-rw-r--r-- | GeneralStateTests/stAttackTest/ContractCreationSpam.json | 17 | ||||
-rw-r--r-- | GeneralStateTests/stAttackTest/CrashingTransaction.json | 17 |
2 files changed, 28 insertions, 6 deletions
diff --git a/GeneralStateTests/stAttackTest/ContractCreationSpam.json b/GeneralStateTests/stAttackTest/ContractCreationSpam.json index b39745aef..13138d577 100644 --- a/GeneralStateTests/stAttackTest/ContractCreationSpam.json +++ b/GeneralStateTests/stAttackTest/ContractCreationSpam.json @@ -2,10 +2,10 @@ "ContractCreationSpam" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++", - "lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", "source" : "src/GeneralStateTestsFiller/stAttackTest/ContractCreationSpamFiller.json", - "sourceHash" : "7d2d18194424e4777ee5bdd4e65ea73fb10b0fe59a0bb3017f082607641a84f9" + "sourceHash" : "ad2ca95af07f369d4fa2d0699d2880b5b35ad365bdc8ad4309734088ea13c614" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -27,6 +27,17 @@ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" } ], + "Constantinople" : [ + { + "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], "EIP150" : [ { "hash" : "0x7e7ff82e1c33ffbeb3dedb679498c9716f83c697f497d75aca467ae936b8ae45", diff --git a/GeneralStateTests/stAttackTest/CrashingTransaction.json b/GeneralStateTests/stAttackTest/CrashingTransaction.json index 9e6a555ad..1dc700a8c 100644 --- a/GeneralStateTests/stAttackTest/CrashingTransaction.json +++ b/GeneralStateTests/stAttackTest/CrashingTransaction.json @@ -2,10 +2,10 @@ "CrashingTransaction" : { "_info" : { "comment" : "https://ropsten.etherscan.io/tx/0x8ec445380649f6c75a042a438ea9256c2fab2a6a3437904c9e5a712fcbf8a54a", - "filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++", - "lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", "source" : "src/GeneralStateTestsFiller/stAttackTest/CrashingTransactionFiller.json", - "sourceHash" : "efa7bfb1799a9f01809fe1e2ba61116daab9666a81cc1246c2aaf66587ade2ae" + "sourceHash" : "07f236f84152994ae0b7e5d204d054a1fdbaa9bfa2ff46e3f61d188145eb0198" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -27,6 +27,17 @@ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" } ], + "Constantinople" : [ + { + "hash" : "0xff08a9495550652210911b3534aa418c6fa298c7622f8e61a10ecf2c543115c9", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], "EIP150" : [ { "hash" : "0x6e498faaa2edfe2e824e37c272cdd81d39350ef564cc58d150eeda8566c64908", |