Improve the support for sstore/sload with simple slot access #3208
Annotations
1 error and 2 warnings
Pylint:
tests/unit/slithir/test_yul_parser_assembly_slot.py#L43
E0102: function already defined line 14 (function-redefined)
|
Pylint:
tests/unit/slithir/test_yul_parser_assembly_slot.py#L46
W0612: Unused variable 'data' (unused-variable)
|
Pylint:
slither/visitors/slithir/expression_to_slithir.py#L409
R1714: Consider merging these comparisons with 'in' by using 'called.name in ('sload(uint256)', 'sstore(uint256,uint256)')'. Use a set instead if elements are hashable. (consider-using-in)
|
Loading