diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-05 05:58:55 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-03-05 05:58:55 +0800 |
commit | 597b2b3d1ea85598043b5367f9b718b500db1d94 (patch) | |
tree | 9e245011adf3377398309384cf61927695788d76 /StateTests/stPreCompiledContracts.json | |
parent | 8f573d32e46c98ee6ea417406cf6a29e3c4e36b5 (diff) | |
download | dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.tar dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.tar.gz dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.tar.bz2 dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.tar.lz dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.tar.xz dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.tar.zst dexon-tests-597b2b3d1ea85598043b5367f9b718b500db1d94.zip |
increase gasLimit on stateTests
Diffstat (limited to 'StateTests/stPreCompiledContracts.json')
-rw-r--r-- | StateTests/stPreCompiledContracts.json | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/StateTests/stPreCompiledContracts.json b/StateTests/stPreCompiledContracts.json index 778304ae2..aed381852 100644 --- a/StateTests/stPreCompiledContracts.json +++ b/StateTests/stPreCompiledContracts.json @@ -1254,7 +1254,7 @@ "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "256", - "currentGasLimit" : "10000000", + "currentGasLimit" : "100000000", "currentNumber" : "0", "currentTimestamp" : 1, "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -1263,42 +1263,33 @@ ], "out" : "0x", "post" : { - "0000000000000000000000000000000000000002" : { - "balance" : "19", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - }, "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "20099981", - "code" : "0x6020600060006000601360026101f4f1600255600051600055", + "balance" : "200100000", + "code" : "0x6020600060006000601360026301312d00f1600255600051600055", "nonce" : "0", "storage" : { - "0x" : "0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "0x02" : "0x01" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "92836", + "balance" : "365224", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999807164", + "balance" : "999999999999534776", "code" : "0x", "nonce" : "1", "storage" : { } } }, - "postStateRoot" : "b67e2ee8594b1b040771d4097af8bcf05d591c20faa2369baa4e4a964e1f430c", + "postStateRoot" : "a753c25f66dda332d99702bbbf714586d40af0944ab8a95d33b78c525c42b33b", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "20000000", - "code" : "0x6020600060006000601360026101f4f1600255600051600055", + "balance" : "200000000", + "code" : "0x6020600060006000601360026301312d00f1600255600051600055", "nonce" : "0", "storage" : { } |