diff options
author | Dimitry <dimitry@ethdev.com> | 2017-02-15 22:54:00 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-02-15 22:54:00 +0800 |
commit | 030c5af270420c7869a081081965e213091cb075 (patch) | |
tree | 5deab471110d3967e63368c3bd8170ef9cde7155 /GeneralStateTests/stCodeSizeLimit | |
parent | cffb263d6c9075e1396e72d5d8febc21329b6600 (diff) | |
download | dexon-tests-030c5af270420c7869a081081965e213091cb075.tar dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.gz dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.bz2 dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.lz dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.xz dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.zst dexon-tests-030c5af270420c7869a081081965e213091cb075.zip |
refill tests with metropolis (wip)
Diffstat (limited to 'GeneralStateTests/stCodeSizeLimit')
-rw-r--r-- | GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json | 10 | ||||
-rw-r--r-- | GeneralStateTests/stCodeSizeLimit/codesizeValid.json | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json b/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json index b0f15f293..156acf2d1 100644 --- a/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json +++ b/GeneralStateTests/stCodeSizeLimit/codesizeOOGInvalidSize.json @@ -48,6 +48,16 @@ "value" : 0 } } + ], + "Metropolis" : [ + { + "hash" : "f4a92bf13d856a56cf6c8116417600dce83d0a8f3d13953424dbacb1baa2a3fe", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } ] }, "pre" : { diff --git a/GeneralStateTests/stCodeSizeLimit/codesizeValid.json b/GeneralStateTests/stCodeSizeLimit/codesizeValid.json index d85a94b22..32c542653 100644 --- a/GeneralStateTests/stCodeSizeLimit/codesizeValid.json +++ b/GeneralStateTests/stCodeSizeLimit/codesizeValid.json @@ -48,6 +48,16 @@ "value" : 0 } } + ], + "Metropolis" : [ + { + "hash" : "5de745f7ceaf31700c6ace69b00b6ac7586270a0d09455ef48529080cfc1cedc", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } ] }, "pre" : { |