diff options
author | Dimitry <winsvega@mail.ru> | 2017-09-01 01:01:56 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-09-01 01:26:42 +0800 |
commit | bc7812a938bf409db31790c71a073efb1250fa20 (patch) | |
tree | 729d576fbc46142acd2ac0a881cbb5c8879fe541 /src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json | |
parent | 97aba6e29853c247b8c51ac8f50fb84380964f32 (diff) | |
download | dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.gz dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.bz2 dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.lz dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.xz dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.tar.zst dexon-tests-bc7812a938bf409db31790c71a073efb1250fa20.zip |
split vm tests
Diffstat (limited to 'src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json')
-rw-r--r-- | src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json new file mode 100644 index 000000000..0ac25ff78 --- /dev/null +++ b/src/VMTestsFiller/vmEnvironmentalInfo/env1Filler.json @@ -0,0 +1,29 @@ +{ + "env1": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "5211", + "currentGasLimit" : "10000013", + "currentDifficulty" : "231883281", + "currentTimestamp" : "42", + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "10000000000000033000", + "nonce" : "88", + "code" : "(asm PC ADDRESS BALANCE CALLER ORIGIN CALLVALUE CALLDATASIZE GASPRICE 1 NUMBER SUB BLOCKHASH COINBASE TIMESTAMP NUMBER DIFFICULTY GASLIMIT PC CALLDATASIZE 0 CALLDATALOAD 38 CALLDATALOAD 19 CALLDATALOAD CODESIZE 0x1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff 0 MSTORE 32 0 0 CREATE 32 0 32 0 0 ADDRESS 3000 CALL 0 MLOAD 4096 MSTORE MSIZE 32 MUL 0 KECCAK256 ADDRESS SELFDESTRUCT 1 2 RETURN)", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "10000000001111111", + "data" : "0xdeadbeef", + "gasPrice" : "2015", + "gas" : "100000000001" + } + } +} |