diff options
author | winsvega <winsvega@mail.ru> | 2015-03-05 00:01:37 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:46:23 +0800 |
commit | dfcbfd24fa2f9a03fa129ab2592752080612910a (patch) | |
tree | 5989eec45bc84376537ef6415021f876cb40ae0d /stSolidityTestFiller.json | |
parent | 3e04091a661b5f5dee4d4be1f1e907107e8e3a3c (diff) | |
download | dexon-solidity-dfcbfd24fa2f9a03fa129ab2592752080612910a.tar.gz dexon-solidity-dfcbfd24fa2f9a03fa129ab2592752080612910a.tar.zst dexon-solidity-dfcbfd24fa2f9a03fa129ab2592752080612910a.zip |
Gas Fee Test Changes (1)
State Tests
Diffstat (limited to 'stSolidityTestFiller.json')
-rw-r--r-- | stSolidityTestFiller.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stSolidityTestFiller.json b/stSolidityTestFiller.json index 549c5f22..948dc5f7 100644 --- a/stSolidityTestFiller.json +++ b/stSolidityTestFiller.json @@ -278,7 +278,7 @@ { "//" : "run()", "data" : "0xc0406226", - "gasLimit" : "15000", + "gasLimit" : "35000", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -333,7 +333,7 @@ { "//" : "testRecursiveMethods()", "data" : "0x981a3165", - "gasLimit" : "2000", + "gasLimit" : "25000", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -378,7 +378,7 @@ } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "500", + "balance" : "50000", "nonce" : "0", "code" : "", "storage": {} @@ -388,7 +388,7 @@ { "//" : "testInfiniteLoop()", "data" : "0x296df0df", - "gasLimit" : "10000", + "gasLimit" : "30000", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -463,7 +463,7 @@ { "//" : "run(uint256)", "data" : "0xa444f5e900000000000000000000000000000000000000000000000000000000000204", - "gasLimit" : "10000", + "gasLimit" : "30000", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -508,7 +508,7 @@ } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "500", + "balance" : "50000", "nonce" : "0", "code" : "", "storage": {} @@ -518,7 +518,7 @@ { "//" : "run()", "data" : "0xc0406226", - "gasLimit" : "10000", + "gasLimit" : "30000", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |