diff options
author | Dimitry <dimitry@ethereum.org> | 2018-08-08 00:56:40 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-08-08 00:56:40 +0800 |
commit | 949d2aae184c2da350c2fe418c078c3001d2be9a (patch) | |
tree | 4668edca0f7aa7e7769e690097d8d5fae76fb02a /src/GeneralStateTestsFiller/stShift | |
parent | 78dd0693f037e35557ac123dccb2bd06015f8866 (diff) | |
download | dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.tar dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.tar.gz dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.tar.bz2 dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.tar.lz dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.tar.xz dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.tar.zst dexon-tests-949d2aae184c2da350c2fe418c078c3001d2be9a.zip |
fix sar 2^256 0 test
Diffstat (limited to 'src/GeneralStateTestsFiller/stShift')
-rw-r--r-- | src/GeneralStateTestsFiller/stShift/sar_2^256-1_0Filler.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stShift/sar_2^256-1_0Filler.json b/src/GeneralStateTestsFiller/stShift/sar_2^256-1_0Filler.json index f44c9bdae..d8359f69a 100644 --- a/src/GeneralStateTestsFiller/stShift/sar_2^256-1_0Filler.json +++ b/src/GeneralStateTestsFiller/stShift/sar_2^256-1_0Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["<=Byzantium"], + "network" : ["Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", @@ -49,8 +49,9 @@ "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000100000", + "code" : "0x60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1d600055", "storage" : { - "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" + "0x00" : "0x00" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { @@ -72,7 +73,7 @@ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", "// code" : "PUSH32 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff; PUSH1 0x00; SAR; PUSH1 0; SSTORE", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60001d600055", + "code" : "{ (SSTORE 0 (SAR 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0)) }", "nonce" : "0", "storage" : { "0x00" : "0x03" |