diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-10-23 20:25:18 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-10-23 20:25:18 +0800 |
commit | 145366c07e7a3a5a9021bd5c3fd6b1ed950d2680 (patch) | |
tree | 6124670e643d885d503699a43198164987a78e58 /tests/files/StateTests/stSpecialTest.json | |
parent | 77878f76a935061cee82ae9c2a1bc64b192b592b (diff) | |
download | go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.tar go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.tar.gz go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.tar.bz2 go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.tar.lz go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.tar.xz go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.tar.zst go-tangerine-145366c07e7a3a5a9021bd5c3fd6b1ed950d2680.zip |
tests: update JSON files, add new wrappers
Diffstat (limited to 'tests/files/StateTests/stSpecialTest.json')
-rw-r--r-- | tests/files/StateTests/stSpecialTest.json | 57 |
1 files changed, 56 insertions, 1 deletions
diff --git a/tests/files/StateTests/stSpecialTest.json b/tests/files/StateTests/stSpecialTest.json index 2c3db09ef..f9e8c49d2 100644 --- a/tests/files/StateTests/stSpecialTest.json +++ b/tests/files/StateTests/stSpecialTest.json @@ -226,6 +226,61 @@ "value" : "0x01f5" } }, + "StackDepthLimitSEC" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x600060006000600060003060405a03f1", + "post" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x69e8", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "0x0a", + "code" : "0x600060006000600060003060405a03f1", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x05f5770e", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "00056a5cf74634e496d1eba26e3a027b0d2c679333b923053fad7918e882c9aa", + "pre" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x05f5e100", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "305032503350600460006000396000515060046000600037600051506f600060006000600060003060405a03f160005260106010f3", + "gasLimit" : "0x0f4240", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "", + "value" : "0x0a" + } + }, "block504980" : { "env" : { "currentCoinbase" : "1cdc8315bdb1362de8b7b2fa9ee75dc873037179", @@ -922,4 +977,4 @@ "value" : "0x0186a0" } } -} +}
\ No newline at end of file |