diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-02 23:34:03 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-02 23:34:03 +0800 |
commit | b13735b40024ccc704a4c343b2985165a3bc66f4 (patch) | |
tree | a814196fe4c154f886ba0c6a9ba4348c9268b849 /tests/files/StateTests/stMemoryStressTest.json | |
parent | b383ff0b96a1cf3df0b56f13b8d303ae4d4977ad (diff) | |
download | go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.gz go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.bz2 go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.lz go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.xz go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.zst go-tangerine-b13735b40024ccc704a4c343b2985165a3bc66f4.zip |
updated tests
Diffstat (limited to 'tests/files/StateTests/stMemoryStressTest.json')
-rw-r--r-- | tests/files/StateTests/stMemoryStressTest.json | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/tests/files/StateTests/stMemoryStressTest.json b/tests/files/StateTests/stMemoryStressTest.json new file mode 100644 index 000000000..e23fd875c --- /dev/null +++ b/tests/files/StateTests/stMemoryStressTest.json @@ -0,0 +1,126 @@ +{ + "mload32bitBound" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "256", + "currentGasLimit" : "175923205248920", + "currentNumber" : "0", + "currentTimestamp" : "1", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000010", + "code" : "0x602a6401000000005264010000000051600155", + "nonce" : "0", + "storage" : { + "0x01" : "0x2a" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "17592320525095", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "158330884723825", + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "code" : "0x602a6401000000005264010000000051600155", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "175923205248930", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "175923205248920", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "value" : "10" + } + }, + "mload32bitBound2" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "256", + "currentGasLimit" : "377910804125870", + "currentNumber" : "0", + "currentTimestamp" : "1", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000010", + "code" : "0x602a6401773594005264017735940051600155", + "nonce" : "0", + "storage" : { + "0x01" : "0x2a" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "37791080412790", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "340119723807050", + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "code" : "0x602a6401773594005264017735940051600155", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "377910804219850", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "377910804125870", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "value" : "10" + } + } +}
\ No newline at end of file |