aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-03-09 17:43:08 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-03-09 17:43:08 +0800
commitb5c78387c0c35e829bfb1e2a7f204b65393431cd (patch)
tree4cb2bea73010d4f214c3cdecc2271a29171ed85b
parent2dfb5eb3f26a0b240fda3d2d732fb89459312ddd (diff)
parent52e9a85d6286ab4bfe439908400e82d191dd87b1 (diff)
downloaddexon-solidity-b5c78387c0c35e829bfb1e2a7f204b65393431cd.tar.gz
dexon-solidity-b5c78387c0c35e829bfb1e2a7f204b65393431cd.tar.zst
dexon-solidity-b5c78387c0c35e829bfb1e2a7f204b65393431cd.zip
Merge remote-tracking branch 'upstream/develop' into suicideRefundTests
Conflicts: test/stTransactionTestFiller.json test/vmArithmeticTestFiller.json
-rw-r--r--stTransactionTestFiller.json174
-rw-r--r--vmArithmeticTestFiller.json568
2 files changed, 453 insertions, 289 deletions
diff --git a/stTransactionTestFiller.json b/stTransactionTestFiller.json
index b6ddbb2f..8e22b126 100644
--- a/stTransactionTestFiller.json
+++ b/stTransactionTestFiller.json
@@ -30,6 +30,37 @@
}
},
+ "EmptyTransaction2" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "45678256",
+ "currentGasLimit" : "1000000",
+ "currentNumber" : "0",
+ "currentTimestamp" : 1,
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "pre" :
+ {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "100000",
+ "code" : "",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "22000",
+ "gasPrice" : "",
+ "nonce" : "",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : ""
+ }
+ },
+
"TransactionSendingToEmpty" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -236,6 +267,100 @@
}
},
+ "InternalCallHittingGasLimit2" : {
+ "env" : {
+ "currentCoinbase" : "2adf5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "currentDifficulty" : "45678256",
+ "currentGasLimit" : "47766",
+ "currentNumber" : "0",
+ "currentTimestamp" : 1,
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "pre" :
+ {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000",
+ "code" : "",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+
+ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "code" : "{ (CALL 25000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 1 0 0 0 0) }",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+
+ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "code" : "{[[1]]55}",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "47766",
+ "gasPrice" : "1",
+ "nonce" : "",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10"
+ }
+ },
+
+ "InternalCallHittingGasLimitSuccess" : {
+ "env" : {
+ "currentCoinbase" : "2adf5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "currentDifficulty" : "45678256",
+ "currentGasLimit" : "220000",
+ "currentNumber" : "0",
+ "currentTimestamp" : 1,
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "pre" :
+ {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000",
+ "code" : "",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+
+ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "code" : "{ (CALL 25000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 1 0 0 0 0) }",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+
+ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "code" : "{[[1]]55}",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "150000",
+ "gasPrice" : "1",
+ "nonce" : "",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "10"
+ }
+ },
+
"TransactionFromCoinbaseHittingBlockGasLimit" : {
"env" : {
"currentCoinbase" : "a94f5374fce5edbc8e2a8697c15331677e6ebf0b",
@@ -811,7 +936,7 @@
}
},
- "TransactionCosts555" : {
+ "TransactionDataCosts652" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "45678256",
@@ -916,7 +1041,7 @@
"pre" :
{
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "balance" : "33000",
+ "balance" : "133000",
"code" : "",
"nonce" : "0",
"storage" : {
@@ -927,7 +1052,7 @@
{
"data" : "0x3240349548983454",
"gasLimit" : "32600",
- "gasPrice" : "1",
+ "gasPrice" : "0",
"nonce" : "0",
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
"to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
@@ -1089,7 +1214,7 @@
"transaction" :
{
"data" : "0x602280600c6000396000f30060e060020a600035048063f8a8fd6d14601457005b601a6020565b60006000f35b56",
- "gasLimit" : "25000",
+ "gasLimit" : "23679",
"gasPrice" : "1",
"nonce" : "0",
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
@@ -1098,7 +1223,7 @@
}
},
- "CreateTransactionWorking" : {
+ "CreateTransactionSuccess" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "45678256",
@@ -1166,5 +1291,44 @@
"to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"value" : "100"
}
+ },
+
+ "CreateMessageSuccess" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "45678256",
+ "currentGasLimit" : "1000000000000",
+ "currentNumber" : "0",
+ "currentTimestamp" : 1,
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "pre" :
+ {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "400000",
+ "code" : "",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+
+ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "code" : "{(MSTORE 0 0x600c600055) (CREATE 0 27 5)}",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "131882",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "100"
+ }
}
}
diff --git a/vmArithmeticTestFiller.json b/vmArithmeticTestFiller.json
index 71d27417..81dbf052 100644
--- a/vmArithmeticTestFiller.json
+++ b/vmArithmeticTestFiller.json
@@ -22,7 +22,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -50,7 +50,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -78,7 +78,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -106,7 +106,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -134,7 +134,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -162,7 +162,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -191,7 +191,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -220,7 +220,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -248,7 +248,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -276,7 +276,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -304,7 +304,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -332,7 +332,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -360,7 +360,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -388,7 +388,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -416,7 +416,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -444,7 +444,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -472,7 +472,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -500,7 +500,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -528,7 +528,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -556,7 +556,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -584,7 +584,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -612,7 +612,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -640,7 +640,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -668,7 +668,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -696,7 +696,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -724,7 +724,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -752,7 +752,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -780,7 +780,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -808,7 +808,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -836,7 +836,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -864,7 +864,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -892,7 +892,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -920,7 +920,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -948,8 +948,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1032,7 +1032,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1060,7 +1060,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1088,7 +1088,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1116,7 +1116,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1144,7 +1144,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1172,7 +1172,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1200,7 +1200,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1228,7 +1228,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1256,7 +1256,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1284,7 +1284,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1312,8 +1312,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1340,8 +1340,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1368,8 +1368,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1396,7 +1396,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1424,7 +1424,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1452,8 +1452,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1480,8 +1480,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1508,8 +1508,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1536,8 +1536,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1564,7 +1564,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1592,7 +1592,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1620,7 +1620,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1648,7 +1648,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1676,7 +1676,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1704,7 +1704,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1732,7 +1732,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1760,7 +1760,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1789,7 +1789,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1817,7 +1817,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1845,8 +1845,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1873,8 +1873,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1901,8 +1901,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1929,8 +1929,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "1000000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000"
}
},
@@ -1957,7 +1957,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -1985,7 +1985,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2013,7 +2013,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2041,7 +2041,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2069,7 +2069,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2097,7 +2097,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2125,7 +2125,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2153,7 +2153,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2181,7 +2181,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2210,7 +2210,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2238,7 +2238,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2266,7 +2266,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2294,7 +2294,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2322,7 +2322,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2350,7 +2350,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2378,7 +2378,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2406,7 +2406,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2434,7 +2434,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2462,7 +2462,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2490,7 +2490,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2518,7 +2518,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2546,7 +2546,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2574,7 +2574,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2602,7 +2602,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2630,7 +2630,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2658,7 +2658,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2686,7 +2686,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2714,7 +2714,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2742,7 +2742,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2770,7 +2770,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2798,7 +2798,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2826,7 +2826,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2854,7 +2854,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2882,7 +2882,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2910,7 +2910,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2938,7 +2938,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2966,7 +2966,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -2994,7 +2994,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3022,7 +3022,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3050,7 +3050,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3078,7 +3078,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3106,7 +3106,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3134,7 +3134,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3162,7 +3162,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3190,7 +3190,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3218,7 +3218,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3246,7 +3246,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3274,7 +3274,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3302,7 +3302,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3330,7 +3330,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3358,7 +3358,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3386,7 +3386,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3414,7 +3414,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3442,7 +3442,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3470,7 +3470,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3498,7 +3498,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3526,7 +3526,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3554,7 +3554,7 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
+ "gasPrice" : "100000000000000",
"gas" : "100000"
}
},
@@ -3563,7 +3563,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3582,8 +3582,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3591,7 +3591,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3610,8 +3610,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3619,7 +3619,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3638,8 +3638,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3647,7 +3647,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3666,8 +3666,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3675,7 +3675,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3694,8 +3694,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3703,7 +3703,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3722,8 +3722,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3731,7 +3731,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3750,8 +3750,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3759,7 +3759,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3778,8 +3778,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3787,7 +3787,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "100000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3806,8 +3806,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "10000000"
}
},
@@ -3815,7 +3815,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3834,8 +3834,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3843,7 +3843,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3862,8 +3862,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3871,7 +3871,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3890,8 +3890,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3899,7 +3899,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3918,8 +3918,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3927,7 +3927,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3946,8 +3946,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3955,7 +3955,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -3974,8 +3974,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -3983,7 +3983,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4002,8 +4002,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4011,7 +4011,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4030,8 +4030,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4039,7 +4039,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4058,8 +4058,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4067,7 +4067,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4086,8 +4086,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4095,7 +4095,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4114,8 +4114,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4123,7 +4123,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4142,8 +4142,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4151,7 +4151,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4170,8 +4170,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4179,7 +4179,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4198,8 +4198,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4207,7 +4207,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4226,8 +4226,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4235,7 +4235,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4254,8 +4254,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4263,7 +4263,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4282,8 +4282,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4291,7 +4291,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4310,8 +4310,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4319,7 +4319,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4338,8 +4338,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4347,7 +4347,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4366,8 +4366,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4375,7 +4375,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4394,8 +4394,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4403,7 +4403,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4422,8 +4422,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4431,7 +4431,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4450,8 +4450,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4459,7 +4459,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4478,8 +4478,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4487,7 +4487,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4506,8 +4506,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4515,7 +4515,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4534,8 +4534,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4543,7 +4543,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4562,8 +4562,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4571,7 +4571,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4590,8 +4590,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4599,7 +4599,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4618,8 +4618,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4627,7 +4627,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4646,8 +4646,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4655,7 +4655,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4674,8 +4674,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4683,7 +4683,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4702,8 +4702,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4711,7 +4711,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4730,8 +4730,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4739,7 +4739,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4758,8 +4758,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4767,7 +4767,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4786,8 +4786,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4795,7 +4795,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4814,8 +4814,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4823,7 +4823,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4842,8 +4842,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4851,7 +4851,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4870,8 +4870,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4879,7 +4879,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4898,8 +4898,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
},
@@ -4907,7 +4907,7 @@
"env" : {
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
"currentNumber" : "0",
- "currentGasLimit" : "1000000",
+ "currentGasLimit" : "10000000",
"currentDifficulty" : "256",
"currentTimestamp" : "1",
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
@@ -4926,8 +4926,8 @@
"caller" : "cd1722f2947def4cf144679da39c4c32bdc35681",
"value" : "1000000000000000000",
"data" : "",
- "gasPrice" : "1",
- "gas" : "100000"
+ "gasPrice" : "100000000000000",
+ "gas" : "1000000"
}
}
}