diff options
author | Dimitry <dimitry@ethereum.org> | 2018-10-05 01:05:21 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-10-05 01:05:21 +0800 |
commit | 90545710b9b03d28967d128c6d94243600c9aae6 (patch) | |
tree | 970d6e882ee2ad6b8a6e1838971eff1e56b30f40 /src | |
parent | fa6d4acf536203dad396a8cd1c3f3732c9a81676 (diff) | |
download | dexon-tests-90545710b9b03d28967d128c6d94243600c9aae6.tar.gz dexon-tests-90545710b9b03d28967d128c6d94243600c9aae6.tar.zst dexon-tests-90545710b9b03d28967d128c6d94243600c9aae6.zip |
refill stCreate2 with new gasPrice
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json | 6 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json | 2 |
2 files changed, 4 insertions, 4 deletions
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", |