diff options
author | winsvega <winsvega@mail.ru> | 2015-03-04 21:01:13 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:46:23 +0800 |
commit | 5c7e56a88f10cec63924f0862c39669826f484ea (patch) | |
tree | e2f0cc0c192a13d3055eb7334d6b68fcc0fb025b /stPreCompiledContractsFiller.json | |
parent | 3e88362dff2ad0b5c190361995a26b7f5bb3b346 (diff) | |
download | dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.tar dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.tar.gz dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.tar.bz2 dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.tar.lz dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.tar.xz dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.tar.zst dexon-solidity-5c7e56a88f10cec63924f0862c39669826f484ea.zip |
Transaction Test Fillers POC9
gas fees increased, most tests are incorrect now
need to review (wip)
Diffstat (limited to 'stPreCompiledContractsFiller.json')
-rw-r--r-- | stPreCompiledContractsFiller.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stPreCompiledContractsFiller.json b/stPreCompiledContractsFiller.json index 7c7fd8e4..d571dfcc 100644 --- a/stPreCompiledContractsFiller.json +++ b/stPreCompiledContractsFiller.json @@ -378,16 +378,16 @@ "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", "currentNumber" : "0", - "currentGasLimit" : "10000000", + "currentGasLimit" : "100000000", "currentDifficulty" : "256", "currentTimestamp" : 1, "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" }, "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "20000000", + "balance" : "200000000", "nonce" : "0", - "code" : "{ [[ 2 ]] (CALL 500 2 0x13 0 0 0 32) [[ 0 ]] (MLOAD 0)}", + "code" : "{ [[ 2 ]] (CALL 20000000 2 0x13 0 0 0 32) [[ 0 ]] (MLOAD 0)}", "storage": {} }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { |