diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-03-02 23:33:41 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-03-22 23:18:28 +0800 |
commit | c1f10e4063617beb5ce90a84de3872f914c3e53c (patch) | |
tree | 18a107801be22a26b814a78c4de6267084356871 /src/GeneralStateTestsFiller/stShift/shr01Filler.json | |
parent | 84bb716ffa7865a174f348ec907b7180db8ae6e1 (diff) | |
download | dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.tar dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.tar.gz dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.tar.bz2 dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.tar.lz dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.tar.xz dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.tar.zst dexon-tests-c1f10e4063617beb5ce90a84de3872f914c3e53c.zip |
Add fillers for SHR tests
Taken from https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md
Diffstat (limited to 'src/GeneralStateTestsFiller/stShift/shr01Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stShift/shr01Filler.json | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stShift/shr01Filler.json b/src/GeneralStateTestsFiller/stShift/shr01Filler.json new file mode 100644 index 000000000..87ed87853 --- /dev/null +++ b/src/GeneralStateTestsFiller/stShift/shr01Filler.json @@ -0,0 +1,108 @@ +{ + "shr01" : { + "_info" : { + "commment" : "Taken from https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md" + }, + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "1000000", + "currentNumber" : "1", + "currentTimestamp" : "1000", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "expect" : [ + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["<=Byzantium"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000000000", + "storage" : { + "0x00" : "0x03" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "400000", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999999999600000", + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000100000", + "storage" : { + "0x00" : "0x00" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + } + } + ], + "pre" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000000000", + "// code" : "PUSH1 0; PUSH1 1; SHR; PUSH1 0; SSTORE", + "code" : "0x600060011c600055", + "nonce" : "0", + "storage" : { + "0x00" : "0x03" + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "1000000000000000000", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "" + ], + "gasLimit" : [ + "400000" + ], + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "100000" + ] + } + } +} |