From 90545710b9b03d28967d128c6d94243600c9aae6 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 4 Oct 2018 20:05:21 +0300 Subject: refill stCreate2 with new gasPrice --- .../GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json | 6 +++--- src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json index 357afbc9e..4707311b5 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json @@ -14,11 +14,11 @@ "transactions" : [ { "data" : "0x", - "gasLimit" : "0x123e952c9800", + "gasLimit" : "0x1240e9387c00", "gasPrice" : "0x01", "nonce" : "0x00", - "r" : "0x40709e879933f7009237335607ff54ee39d6ba993004a7934a2cf27266d199df", - "s" : "0x1732e7973d4cf3f3355c5ab5334ea64ad4a138da93e0824c1145a3eaae6788a5", + "r" : "0x06c3926fd44d060f0d229c93189e7051b40fc20ea04d482fc16f875b2c6b2098", + "s" : "0x4d716cf75b17dbefc66c8ddeae2306ff351255502ce53f4a9a5705919cdb3d17", "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "v" : "0x1c", "value" : "0x00" diff --git a/src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json b/src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json index 785967098..a3453cf7a 100644 --- a/src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json +++ b/src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json @@ -63,7 +63,7 @@ "" ], "gasLimit" : [ - "9223372036854775806", "20060000000000" + "9223372036854775806", "20070000000000" ], "gasPrice" : "0x01", "nonce" : "0x00", -- cgit