0xsequence / sstore2

Faster & cheaper contract key-value storage for Ethereum Contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slither complaints about naming conventions

thedavidmeister opened this issue · comments

Parameter SSTORE2.write(bytes)._data (contracts/sstore2/SSTORE2.sol#22) is not in mixedCase
Parameter SSTORE2.read(address)._pointer (contracts/sstore2/SSTORE2.sol#45) is not in mixedCase
Parameter SSTORE2.read(address,uint256)._pointer (contracts/sstore2/SSTORE2.sol#57) is not in mixedCase
Parameter SSTORE2.read(address,uint256)._start (contracts/sstore2/SSTORE2.sol#57) is not in mixedCase
Parameter SSTORE2.read(address,uint256,uint256)._pointer (contracts/sstore2/SSTORE2.sol#75) is not in mixedCase
Parameter SSTORE2.read(address,uint256,uint256)._start (contracts/sstore2/SSTORE2.sol#76) is not in mixedCase
Parameter SSTORE2.read(address,uint256,uint256)._end (contracts/sstore2/SSTORE2.sol#77) is not in mixedCase
Parameter Bytecode.creationCodeFor(bytes)._code (contracts/sstore2/utils/Bytecode.sol#13) is not in mixedCase
Parameter Bytecode.codeSize(address)._addr (contracts/sstore2/utils/Bytecode.sol#43) is not in mixedCase
Parameter Bytecode.codeAt(address,uint256,uint256)._addr (contracts/sstore2/utils/Bytecode.sol#60) is not in mixedCase
Parameter Bytecode.codeAt(address,uint256,uint256)._start (contracts/sstore2/utils/Bytecode.sol#61) is not in mixedCase
Parameter Bytecode.codeAt(address,uint256,uint256)._end (contracts/sstore2/utils/Bytecode.sol#62) is not in mixedCase
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#conformance-to-solidity-naming-conventions