diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2014-12-23 23:36:13 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2014-12-23 23:36:13 +0800 |
commit | 98fe404e6a94d6f6cdd22fb47c07d01067bf987d (patch) | |
tree | 125c8fb992d12911bb8d5c735d2c8c4b94e35cbf | |
parent | aafb5f768b7e161ea4e2853aaaf41cfadf5d04c0 (diff) | |
parent | 8c34e93b512676f23b877f7eb7e78b806dcb9401 (diff) | |
download | dexon-98fe404e6a94d6f6cdd22fb47c07d01067bf987d.tar.gz dexon-98fe404e6a94d6f6cdd22fb47c07d01067bf987d.tar.zst dexon-98fe404e6a94d6f6cdd22fb47c07d01067bf987d.zip |
Merge remote-tracking branch 'origin/develop' into develop
-rw-r--r-- | StateTests/stInitCodeTest.json | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/StateTests/stInitCodeTest.json b/StateTests/stInitCodeTest.json index 9f611e1a1..1c4670cef 100644 --- a/StateTests/stInitCodeTest.json +++ b/StateTests/stInitCodeTest.json @@ -651,6 +651,60 @@ "value" : "1" } }, + "StackUnderFlowContractCreation" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "45678256", + "currentGasLimit" : "1000000", + "currentNumber" : "0", + "currentTimestamp" : 1, + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "1000", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "9000", + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + }, + "pre" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "10000", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + } + }, + "transaction" : { + "data" : "0x6000f1", + "gasLimit" : "1000", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "", + "value" : "0" + } + }, "TransactionContractCreation" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -867,4 +921,4 @@ "value" : "1" } } -}
\ No newline at end of file +} |