Skip to content

Commit 1c1ba8d

Browse files
committed
Merge pull request #31 from CJentzsch/develop
Restructered tests in folders in accordance to test suites
2 parents 014d370 + 3aebe53 commit 1c1ba8d

21 files changed

+64
-1985
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

StateTests/stExample.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"add11" : {
3+
"env" : {
4+
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
5+
"currentDifficulty" : "256",
6+
"currentGasLimit" : "1000000",
7+
"currentNumber" : "0",
8+
"currentTimestamp" : 1,
9+
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
10+
},
11+
"out" : "0x",
12+
"post" : {
13+
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
14+
"balance" : "1000000000000100000",
15+
"code" : "0x6001600101600057",
16+
"nonce" : "0",
17+
"storage" : {
18+
"0x" : "0x02"
19+
}
20+
},
21+
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
22+
"balance" : "804",
23+
"code" : "0x",
24+
"nonce" : "0",
25+
"storage" : {
26+
}
27+
},
28+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
29+
"balance" : "999999999999899196",
30+
"code" : "0x",
31+
"nonce" : "1",
32+
"storage" : {
33+
}
34+
}
35+
},
36+
"pre" : {
37+
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
38+
"balance" : "1000000000000000000",
39+
"code" : "0x6001600101600057",
40+
"nonce" : 0,
41+
"storage" : {
42+
}
43+
},
44+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
45+
"balance" : "1000000000000000000",
46+
"code" : "",
47+
"nonce" : 0,
48+
"storage" : {
49+
}
50+
}
51+
},
52+
"transaction" : {
53+
"data" : "",
54+
"gasLimit" : "10000",
55+
"gasPrice" : "1",
56+
"nonce" : "0",
57+
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
58+
"to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
59+
"value" : "100000"
60+
}
61+
}
62+
}
File renamed without changes.
File renamed without changes.

vmtests/vmArithmeticTest.json renamed to VMTests/vmArithmeticTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3237,4 +3237,4 @@
32373237
}
32383238
}
32393239
}
3240-
}
3240+
}

0 commit comments

Comments
 (0)