Skip to content

Commit 98fe404

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents aafb5f7 + 8c34e93 commit 98fe404

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

StateTests/stInitCodeTest.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,60 @@
651651
"value" : "1"
652652
}
653653
},
654+
"StackUnderFlowContractCreation" : {
655+
"env" : {
656+
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
657+
"currentDifficulty" : "45678256",
658+
"currentGasLimit" : "1000000",
659+
"currentNumber" : "0",
660+
"currentTimestamp" : 1,
661+
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
662+
},
663+
"logs" : [
664+
],
665+
"out" : "0x",
666+
"post" : {
667+
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
668+
"balance" : "1000",
669+
"code" : "0x",
670+
"nonce" : "0",
671+
"storage" : {
672+
}
673+
},
674+
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
675+
"balance" : "0",
676+
"code" : "0x",
677+
"nonce" : "0",
678+
"storage" : {
679+
}
680+
},
681+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
682+
"balance" : "9000",
683+
"code" : "0x",
684+
"nonce" : "1",
685+
"storage" : {
686+
}
687+
}
688+
},
689+
"pre" : {
690+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
691+
"balance" : "10000",
692+
"code" : "0x",
693+
"nonce" : "0",
694+
"storage" : {
695+
}
696+
}
697+
},
698+
"transaction" : {
699+
"data" : "0x6000f1",
700+
"gasLimit" : "1000",
701+
"gasPrice" : "1",
702+
"nonce" : "0",
703+
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
704+
"to" : "",
705+
"value" : "0"
706+
}
707+
},
654708
"TransactionContractCreation" : {
655709
"env" : {
656710
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -867,4 +921,4 @@
867921
"value" : "1"
868922
}
869923
}
870-
}
924+
}

0 commit comments

Comments
 (0)