From bc7812a938bf409db31790c71a073efb1250fa20 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 31 Aug 2017 20:01:56 +0300 Subject: split vm tests --- .../vmArithmeticTest/expXYFiller.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/VMTestsFiller/vmArithmeticTest/expXYFiller.json (limited to 'src/VMTestsFiller/vmArithmeticTest/expXYFiller.json') diff --git a/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json b/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json new file mode 100644 index 000000000..62089b015 --- /dev/null +++ b/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json @@ -0,0 +1,37 @@ +{ + "expXY": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : "1", + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "expect" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "storage" : { + "0x" : "0x02", + "0x01" : "0x0100000000000f" + } + } + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : "0", + "code" : "{ [[ 0 ]] (CALLDATALOAD 0) [[ 1 ]] (CALLDATALOAD 32) [[ 2 ]] (EXP (SLOAD 0) (SLOAD 1))}", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f2947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f2947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000100000000000f", + "gasPrice" : "100000000000000", + "gas" : "100000" + } + } +} -- cgit