diff options
author | Dimitry <winsvega@mail.ru> | 2017-07-10 23:25:36 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-07-10 23:25:36 +0800 |
commit | 4742f0591403245674ec02df4930d88ed5bd58bb (patch) | |
tree | cacd263760c79f8817b83c61e734ddd01e2bef1c /GeneralStateTests/stCodeSizeLimit | |
parent | 5942d5373e1c41639305c3ade8360ea0e165a4bd (diff) | |
download | dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.gz dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.bz2 dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.lz dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.xz dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.zst dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.zip |
refill general state tests
Diffstat (limited to 'GeneralStateTests/stCodeSizeLimit')
-rw-r--r-- | GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json | 2 | ||||
-rw-r--r-- | GeneralStateTests/stCodeSizeLimit/codesizeValid.json | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json b/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json index 25ca2ced9..6002442d6 100644 --- a/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json +++ b/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json @@ -2,7 +2,7 @@ "codesizeOOGInvalidSize" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.a724bd1b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stCodeSizeLimit/codesizeOOGInvalidSizeFiller.json" }, "env" : { diff --git a/GeneralStateTests/stCodeSizeLimit/codesizeValid.json b/GeneralStateTests/stCodeSizeLimit/codesizeValid.json index e2aa19dea..a606923fe 100644 --- a/GeneralStateTests/stCodeSizeLimit/codesizeValid.json +++ b/GeneralStateTests/stCodeSizeLimit/codesizeValid.json @@ -1,5 +1,10 @@ { "codesizeValid" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stCodeSizeLimit/codesizeValidFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", @@ -51,7 +56,7 @@ ], "Metropolis" : [ { - "hash" : "0x2c26e45675083b97b40fc46f13884ff8abd894240557e3f8cfb9d576988271a1", + "hash" : "0x5de745f7ceaf31700c6ace69b00b6ac7586270a0d09455ef48529080cfc1cedc", "indexes" : { "data" : 0, "gas" : 0, |