diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryStressTest/SSTORE_BoundsFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stMemoryStressTest/SSTORE_BoundsFiller.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryStressTest/SSTORE_BoundsFiller.json b/src/GeneralStateTestsFiller/stMemoryStressTest/SSTORE_BoundsFiller.json index a08e25e15..9779e163a 100644 --- a/src/GeneralStateTestsFiller/stMemoryStressTest/SSTORE_BoundsFiller.json +++ b/src/GeneralStateTestsFiller/stMemoryStressTest/SSTORE_BoundsFiller.json @@ -20,14 +20,14 @@ "1000000000000000000000000000000000000000" : { "balance" : "1", "storage" : { - "0xffffffff" : "1", - "0xffffffffffffffff" : "1", - "0xffffffffffffffffffffffffffffffff" : "1", - "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" : "1", - "128" : "0xffffffffffffffffffffffffffffffff", - "256" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", - "32" : "0xffffffff", - "64" : "0xffffffffffffffff" + "0xffffffff" : "0x01", + "0xffffffffffffffff" : "0x01", + "0xffffffffffffffffffffffffffffffff" : "0x01", + "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" : "0x01", + "0x80" : "0xffffffffffffffffffffffffffffffff", + "0x0100" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "0x20" : "0xffffffff", + "0x40" : "0xffffffffffffffff" } } } |