diff options
author | Dimitry <winsvega@mail.ru> | 2017-06-21 20:59:15 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-06-22 17:04:24 +0800 |
commit | b3ab7ac34b4703146bd6bd4194d0b17d449e57bd (patch) | |
tree | cce14a9fd7a284203a752f171de84710bf34f4d4 /GeneralStateTests/stQuadraticComplexityTest/Call50000.json | |
parent | 814cf9f7a24acd95a7b05cb43c8ba91060f93974 (diff) | |
download | dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.gz dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.bz2 dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.lz dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.xz dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.tar.zst dexon-tests-b3ab7ac34b4703146bd6bd4194d0b17d449e57bd.zip |
update stQuadraticComplexity with 250M gasLimit
Diffstat (limited to 'GeneralStateTests/stQuadraticComplexityTest/Call50000.json')
-rw-r--r-- | GeneralStateTests/stQuadraticComplexityTest/Call50000.json | 57 |
1 files changed, 49 insertions, 8 deletions
diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000.json index 1814985d0..985b2200f 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000.json @@ -1,9 +1,9 @@ { - "Call50000 " : { + "Call50000" : { "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "0x05204180", + "currentGasLimit" : "0x33428f00", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -11,52 +11,92 @@ "post" : { "EIP150" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "EIP158" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Frontier" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Homestead" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ], "Metropolis" : [ { - "hash" : "0x03b85800376c94106b746ac1714af750c6bccc95263fe92bfd673b623c2a9f58", + "hash" : "0x0fa39008ba4b37231b491523181a196faa2192cf7d19204b19c75c327a2859f5", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } + }, + { + "hash" : "0xbcf1363e4625397ee22293d638b356caf986b363393a1354788211699dbc6056", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + } } ] }, @@ -88,7 +128,8 @@ "" ], "gasLimit" : [ - "0x0510ff40" + "0x0249f0", + "0x0ee6b280" ], "gasPrice" : "0x01", "nonce" : "0x00", |