Skip to content

Commit 357eb21

Browse files
committed
Added my own random and namecoin tests (pyethereum)
1 parent 00cd0cc commit 357eb21

File tree

2 files changed

+108
-0
lines changed

2 files changed

+108
-0
lines changed

namecoin.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"namecoin": {
3+
"pre": {
4+
"82a978b3f5962a5b0957d9ee9eef472ee55b42f1": {
5+
"nonce": "1",
6+
"balance": "2500000000000000000",
7+
"storage": {},
8+
"code": "0x"
9+
},
10+
"c305c901078781c232a2a521c2af7980f8385ee9": {
11+
"nonce": "0",
12+
"balance": "0",
13+
"storage": {},
14+
"code": "0x600035560f0f601d5960203560003557600160005460206000f2602758600060205460206020f2"
15+
}
16+
},
17+
"exec": {
18+
"origin": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1",
19+
"code": "0x600035560f0f601d5960203560003557600160005460206000f2602758600060205460206020f2",
20+
"value": "0",
21+
"address": "c305c901078781c232a2a521c2af7980f8385ee9",
22+
"gas": "10000",
23+
"caller": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1",
24+
"data": "0x000000000000000000000000000000000000000000000000000000000000002d000000000000000000000000000000000000000000000000000000000000004e",
25+
"gasPrice": "1000000000000"
26+
},
27+
"callcreates": [],
28+
"gas": "9763",
29+
"env": {
30+
"currentTimestamp": "1405282164",
31+
"currentGasLimit": "999023",
32+
"previousHash": "112a6e7995fcb66376f44e52f011c38d328a9ed3a1dac6eebb1376fccd055fad",
33+
"currentCoinbase": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1",
34+
"currentDifficulty": "4190208",
35+
"currentNumber": "1"
36+
},
37+
"post": {
38+
"82a978b3f5962a5b0957d9ee9eef472ee55b42f1": {
39+
"nonce": "1",
40+
"balance": "2500000000000000000",
41+
"storage": {},
42+
"code": "0x"
43+
},
44+
"c305c901078781c232a2a521c2af7980f8385ee9": {
45+
"nonce": "0",
46+
"balance": "0",
47+
"storage": {
48+
"0x2d": "0x4e"
49+
},
50+
"code": "0x600035560f0f601d5960203560003557600160005460206000f2602758600060205460206020f2"
51+
}
52+
},
53+
"out": "0x0000000000000000000000000000000000000000000000000000000000000001"
54+
}
55+
}

random.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"random": {
3+
"pre": {
4+
"82a978b3f5962a5b0957d9ee9eef472ee55b42f1": {
5+
"nonce": "0",
6+
"balance": "2500000000000000000",
7+
"storage": {},
8+
"code": "0x"
9+
}
10+
},
11+
"exec": {
12+
"origin": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1",
13+
"code": "0x604263055fcc9f600763a0b4e5316075631bc238dc60276303a62a4aff55093002520d5bf25102560501375309440a57003860425b08503a40305c12005944ff354259035007fff0f243f145520a0b0d00f25937f160f11207600b58",
14+
"value": "0",
15+
"address": "7d577a597b2742b498cb5cf0c26cdcd726d39e6e",
16+
"gas": "10000",
17+
"caller": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1",
18+
"data": "0x608163556c4c77609463ebf00b2160f963e89f0aca60bd63cf6c872650575c0450080343065c3540524035370a30303208f00309503a5013330a52444033543a52435137530af2113210330f0257076058110e080644345832441211",
19+
"gasPrice": "1000000000000"
20+
},
21+
"callcreates": [],
22+
"gas": "9992",
23+
"env": {
24+
"currentTimestamp": "1405282273",
25+
"currentGasLimit": "999023",
26+
"previousHash": "112a6e7995fcb66376f44e52f011c38d328a9ed3a1dac6eebb1376fccd055fad",
27+
"currentCoinbase": "82a978b3f5962a5b0957d9ee9eef472ee55b42f1",
28+
"currentDifficulty": "4190208",
29+
"currentNumber": "1"
30+
},
31+
"post": {
32+
"7d577a597b2742b498cb5cf0c26cdcd726d39e6e": {
33+
"nonce": "0",
34+
"balance": "0",
35+
"storage": {},
36+
"code": "0x"
37+
},
38+
"0000000000000000000000000000000003a62a4a": {
39+
"nonce": "0",
40+
"balance": "0",
41+
"storage": {},
42+
"code": "0x"
43+
},
44+
"82a978b3f5962a5b0957d9ee9eef472ee55b42f1": {
45+
"nonce": "0",
46+
"balance": "2500000000000000000",
47+
"storage": {},
48+
"code": "0x"
49+
}
50+
},
51+
"out": "0x"
52+
}
53+
}

0 commit comments

Comments
 (0)