Skip to content

Commit ec9a044

Browse files
committed
Merge pull request #10 from romanman/patch-1
Update vmtests.json
2 parents 4bb6461 + 5e0123f commit ec9a044

File tree

1 file changed

+25
-102
lines changed

1 file changed

+25
-102
lines changed

vmtests.json

Lines changed: 25 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,29 @@
11
{
22
"arith" : {
3-
"callcreates" : [
4-
{
5-
"data" : [
6-
],
7-
"destination" : "cd1722f3947def4cf144679da39c4c32bdc35681",
8-
"gasLimit" : 9792,
9-
"value" : 74
10-
}
11-
],
12-
"env" : {
13-
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
14-
"currentDifficulty" : "256",
15-
"currentGasLimit" : "1000000",
16-
"currentNumber" : "0",
17-
"currentTimestamp" : 1,
18-
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
19-
},
20-
"exec" : {
21-
"address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
22-
"caller" : "cd1722f3947def4cf144679da39c4c32bdc35681",
23-
"code" : [
24-
96,
25-
0,
26-
96,
27-
0,
28-
96,
29-
0,
30-
96,
31-
0,
32-
96,
33-
74,
34-
51,
35-
96,
36-
200,
37-
92,
38-
3,
39-
241
40-
],
41-
"data" : [
42-
],
43-
"gas" : 10000,
44-
"gasPrice" : 100000000000000,
45-
"origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
46-
"value" : 1000000000000000000
47-
},
48-
"gas" : 9971,
49-
"out" : [
50-
],
51-
"post" : {
52-
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
53-
"balance" : 999999999999999926,
54-
"code" : [
55-
96,
56-
0,
57-
96,
58-
0,
59-
96,
60-
0,
61-
96,
62-
0,
63-
96,
64-
74,
65-
51,
66-
96,
67-
200,
68-
92,
69-
3,
70-
241
71-
],
72-
"nonce" : 0,
73-
"storage" : {
74-
}
75-
}
76-
},
77-
"pre" : {
78-
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
79-
"balance" : 1000000000000000000,
80-
"code" : [
81-
96,
82-
0,
83-
96,
84-
0,
85-
96,
86-
0,
87-
96,
88-
0,
89-
96,
90-
74,
91-
51,
92-
96,
93-
200,
94-
92,
95-
3,
96-
241
97-
],
98-
"nonce" : 0,
99-
"storage" : {
100-
}
101-
}
102-
}
103-
},
3+
"callcreates":[ {"data":[],"destination":"cd1722f3947def4cf144679da39c4c32bdc35681","gasLimit":200,"value":74}],
4+
"env" : {"currentCoinbase":"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
5+
"currentDifficulty":"256",
6+
"currentGasLimit":"1000000",
7+
"currentNumber":"0",
8+
"currentTimestamp":1,
9+
"previousHash":"5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
10+
},
11+
"exec" : { "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
12+
"caller":"cd1722f3947def4cf144679da39c4c32bdc35681",
13+
"code":["0x6000600060006000604a3360c8f1"],
14+
"data":[],
15+
"gas":10000,
16+
"gasPrice":100000000000000,
17+
"origin":"cd1722f3947def4cf144679da39c4c32bdc35681",
18+
"value":1000000000000000000
19+
},
20+
"gas":9773,
21+
"out":[],
22+
"post":{ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6":
23+
{"balance":999999999999999926,"code":[],"nonce":0,"storage":{}}},
24+
"pre":{"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6":
25+
{"balance":1000000000000000000,"code":[],"nonce":0,"storage":{}}}},
26+
10427
"boolean" : {
10528
"callcreates" : [
10629
{
@@ -974,4 +897,4 @@
974897
}
975898
}
976899
}
977-
}
900+
}

0 commit comments

Comments
 (0)