Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit a4ccc6e

Browse files
committed
CALLCODE <-> RETURN
1 parent 86c3b8c commit a4ccc6e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

StateTests/stInitCodeTest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
}
589589
},
590590
"transaction" : {
591-
"data" : "0x600a80600c6000396000f200600160008035811a8100",
591+
"data" : "0x600a80600c6000396000f300600160008035811a8100",
592592
"gasLimit" : "599",
593593
"gasPrice" : "1",
594594
"nonce" : "0",
@@ -642,7 +642,7 @@
642642
}
643643
},
644644
"transaction" : {
645-
"data" : "0x600a80600c6000396000f200600160008035811a8100",
645+
"data" : "0x600a80600c6000396000f300600160008035811a8100",
646646
"gasLimit" : "590",
647647
"gasPrice" : "3",
648648
"nonce" : "0",
@@ -696,7 +696,7 @@
696696
}
697697
},
698698
"transaction" : {
699-
"data" : "0x600a80600c6000396000f200600160008035811a8100",
699+
"data" : "0x600a80600c6000396000f300600160008035811a8100",
700700
"gasLimit" : "599",
701701
"gasPrice" : "1",
702702
"nonce" : "0",
@@ -716,24 +716,24 @@
716716
},
717717
"logs" : [
718718
],
719-
"out" : "0x",
719+
"out" : "0xff600160008035811a81",
720720
"post" : {
721721
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
722-
"balance" : "1000",
722+
"balance" : "653",
723723
"code" : "0x",
724724
"nonce" : "0",
725725
"storage" : {
726726
}
727727
},
728728
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
729729
"balance" : "1",
730-
"code" : "0x",
730+
"code" : "0xff600160008035811a81",
731731
"nonce" : "0",
732732
"storage" : {
733733
}
734734
},
735735
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
736-
"balance" : "8999",
736+
"balance" : "9346",
737737
"code" : "0x",
738738
"nonce" : "1",
739739
"storage" : {
@@ -750,7 +750,7 @@
750750
}
751751
},
752752
"transaction" : {
753-
"data" : "0x600a80600c6000396000f200ff600160008035811a81",
753+
"data" : "0x600a80600c6000396000f300ff600160008035811a81",
754754
"gasLimit" : "1000",
755755
"gasPrice" : "1",
756756
"nonce" : "0",
@@ -804,7 +804,7 @@
804804
}
805805
},
806806
"transaction" : {
807-
"data" : "0x600a80600c600039600000f20000600160008035811a81",
807+
"data" : "0x600a80600c600039600000f30000600160008035811a81",
808808
"gasLimit" : "1000",
809809
"gasPrice" : "1",
810810
"nonce" : "0",
@@ -858,7 +858,7 @@
858858
}
859859
},
860860
"transaction" : {
861-
"data" : "0x600a80600c6000396000fff2ffff600160008035811a81",
861+
"data" : "0x600a80600c6000396000fff3ffff600160008035811a81",
862862
"gasLimit" : "1000",
863863
"gasPrice" : "1",
864864
"nonce" : "0",

0 commit comments

Comments
 (0)