Skip to content

Commit

Permalink
CALLCODE <-> RETURN
Browse files Browse the repository at this point in the history
  • Loading branch information
CJentzsch committed Dec 20, 2014
1 parent 86c3b8c commit a4ccc6e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions StateTests/stInitCodeTest.json
Expand Up @@ -588,7 +588,7 @@
}
},
"transaction" : {
"data" : "0x600a80600c6000396000f200600160008035811a8100",
"data" : "0x600a80600c6000396000f300600160008035811a8100",
"gasLimit" : "599",
"gasPrice" : "1",
"nonce" : "0",
Expand Down Expand Up @@ -642,7 +642,7 @@
}
},
"transaction" : {
"data" : "0x600a80600c6000396000f200600160008035811a8100",
"data" : "0x600a80600c6000396000f300600160008035811a8100",
"gasLimit" : "590",
"gasPrice" : "3",
"nonce" : "0",
Expand Down Expand Up @@ -696,7 +696,7 @@
}
},
"transaction" : {
"data" : "0x600a80600c6000396000f200600160008035811a8100",
"data" : "0x600a80600c6000396000f300600160008035811a8100",
"gasLimit" : "599",
"gasPrice" : "1",
"nonce" : "0",
Expand All @@ -716,24 +716,24 @@
},
"logs" : [
],
"out" : "0x",
"out" : "0xff600160008035811a81",
"post" : {
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
"balance" : "1000",
"balance" : "653",
"code" : "0x",
"nonce" : "0",
"storage" : {
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
"balance" : "1",
"code" : "0x",
"code" : "0xff600160008035811a81",
"nonce" : "0",
"storage" : {
}
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "8999",
"balance" : "9346",
"code" : "0x",
"nonce" : "1",
"storage" : {
Expand All @@ -750,7 +750,7 @@
}
},
"transaction" : {
"data" : "0x600a80600c6000396000f200ff600160008035811a81",
"data" : "0x600a80600c6000396000f300ff600160008035811a81",
"gasLimit" : "1000",
"gasPrice" : "1",
"nonce" : "0",
Expand Down Expand Up @@ -804,7 +804,7 @@
}
},
"transaction" : {
"data" : "0x600a80600c600039600000f20000600160008035811a81",
"data" : "0x600a80600c600039600000f30000600160008035811a81",
"gasLimit" : "1000",
"gasPrice" : "1",
"nonce" : "0",
Expand Down Expand Up @@ -858,7 +858,7 @@
}
},
"transaction" : {
"data" : "0x600a80600c6000396000fff2ffff600160008035811a81",
"data" : "0x600a80600c6000396000fff3ffff600160008035811a81",
"gasLimit" : "1000",
"gasPrice" : "1",
"nonce" : "0",
Expand Down

0 comments on commit a4ccc6e

Please sign in to comment.