diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-09 21:39:24 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-09 21:39:24 +0800 |
commit | e885a2912b427866f683f00853a619e76df7a8ce (patch) | |
tree | 7c2d836df8e349e6e1ceb0823573f76c6a1e0603 /tests/files/VMTests/vmEnvironmentalInfoTest.json | |
parent | 60b780c21b861766b06b2990b7bb8c41fd6d25f8 (diff) | |
download | go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.gz go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.bz2 go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.lz go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.xz go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.zst go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.zip |
Update Ethereum JSON test files
Diffstat (limited to 'tests/files/VMTests/vmEnvironmentalInfoTest.json')
-rw-r--r-- | tests/files/VMTests/vmEnvironmentalInfoTest.json | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/tests/files/VMTests/vmEnvironmentalInfoTest.json b/tests/files/VMTests/vmEnvironmentalInfoTest.json index f53241316..c838f02aa 100644 --- a/tests/files/VMTests/vmEnvironmentalInfoTest.json +++ b/tests/files/VMTests/vmEnvironmentalInfoTest.json @@ -1165,6 +1165,51 @@ } } }, + "calldatacopy_sec" : { + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6005565b005b6042601f536101036000601f3760005180606014600357640badc0ffee60ff55", + "data" : "0x01234567890abcdef01234567890abcdef", + "gas" : "0x174876e800", + "gasPrice" : "0x3b9aca00", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "gas" : "0x1748769964", + "logs" : [ + ], + "out" : "0x", + "post" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x6005565b005b6042601f536101036000601f3760005180606014600357640badc0ffee60ff55", + "nonce" : "0x00", + "storage" : { + "0xff" : "0x0badc0ffee" + } + } + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x6005565b005b6042601f536101036000601f3760005180606014600357640badc0ffee60ff55", + "nonce" : "0x00", + "storage" : { + } + } + } + }, "calldataload0" : { "callcreates" : [ ], @@ -1344,6 +1389,51 @@ } } }, + "calldataloadSizeTooHighPartial" : { + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x600a35600055", + "data" : "0x123456789abcdef00000000000000000000000000000000000000000000024", + "gas" : "0x174876e800", + "gasPrice" : "0x3b9aca00", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" + }, + "gas" : "0x17487699d7", + "logs" : [ + ], + "out" : "0x", + "post" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x600a35600055", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x240000000000000000000000" + } + } + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x600a35600055", + "nonce" : "0x00", + "storage" : { + } + } + } + }, "calldataload_BigOffset" : { "callcreates" : [ ], |