From b3ab7ac34b4703146bd6bd4194d0b17d449e57bd Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 21 Jun 2017 15:59:15 +0300 Subject: update stQuadraticComplexity with 250M gasLimit --- .../stQuadraticComplexityTest/Call50000_identity2Filler.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identity2Filler.json') diff --git a/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identity2Filler.json b/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identity2Filler.json index caced7ec1..d24570e3c 100644 --- a/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identity2Filler.json +++ b/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identity2Filler.json @@ -1,9 +1,9 @@ { - "Call50000_identity2 " : { + "Call50000_identity2" : { "env" : { "currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", - "currentGasLimit" : "88250000", + "currentGasLimit" : "882500000", "currentNumber" : "1", "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -12,27 +12,25 @@ { "indexes" : { "data" : -1, - "gas" : -1, + "gas" : 1, "value" : -1 }, "network" : ["ALL"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0xfffffffffffffffffffffffffabd696f", "code" : "0x", "nonce" : "0x01", "storage" : { } }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x05429690", + "balance" : "250000000", "code" : "0x", "nonce" : "0x00", "storage" : { } }, "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0fffffffffffff", "code" : "0x602a6001525b61c350608051101560325761c350600161c35060006001600461061cf16000556001608051016080526005565b608051600155600151600255", "nonce" : "0x00", "storage" : { @@ -62,7 +60,7 @@ "" ], "gasLimit" : [ - "88250000" + "150000", "250000000" ], "gasPrice" : "1", "nonce" : "", -- cgit