QA Report #242
Labels
bug
Something isn't working
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
QA Report
[L-01] Floating Pragma
Contracts contain a floating pragma. It is recommended to deploy all contracts with a single specific compiler version to reduce the risk of compiler-specific bugs.
E.g. https://github.com/code-423n4/2022-07-ens/blob/ff6e59b9415d0ead7daf31c2ed06e86d9061ae22/contracts/registry/ReverseRegistrar.sol#L1
[N-01] (Recommended Practice) Interface should begin with
I
https://github.com/code-423n4/2022-07-ens/blob/main/contracts/registry/ENS.sol
https://github.com/code-423n4/2022-07-ens/blob/main/contracts/resolvers/Resolver.sol
The text was updated successfully, but these errors were encountered: