QA Report #252
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
Missing inheritances
Details: Decoupling an interface from its implementation can cause technical drift and also unease 3rd party integrations with the code.
Slither detected the following missing inheritances:
Impact: Code QA
Missing event for critical operations
Details: Consider emitting an event for these critical parameter changes ****for off-chain monitoring:
setOwner
in PoolManagerProxy.sol (L43)setOperator
in PoolManagerProxy.sol (L48)setOwner
in PoolManagerSecondaryProxy.sol (L58)setOperator
in PoolManagerSecondaryProxy.sol (L63)Impact: Low risk
Name of contract is different from contract file name
Details:
ArbitartorVault.sol
should beArbitratorVault.sol
Impact: Informational
Typos
ammount
should beamount
in L117 of CrvDepositor.solThe text was updated successfully, but these errors were encountered: