Closed livingrockrises closed 3 months ago
Generated at commit: 626a3a2cf9aebe0025076b16a6c53c06cef4a1ba
🚨 Report Summary
Severity Level Results Contracts Critical High Medium Low Note Total 0 1 0 6 24 31
For more details view the full report in OpenZeppelin Code Inspector
need to review one failing test before merge.. @GabiDev45 @Aboudjem reminder to self..
need to review one failing test before merge.. @GabiDev45 @Aboudjem reminder to self..
Check branch naming @livingrockrises it does not match the regex
Attention: Patch coverage is 42.85714%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 71.86%. Comparing base (
5f82f00
) to head (596c135
). Report is 5 commits behind head on remediations/cantina-spearbit.
Files | Patch % | Lines |
---|---|---|
contracts/base/ModuleManager.sol | 42.85% | 8 Missing :warning: |
This comment was automatically generated by the GitHub Actions workflow.
removed receiver base and receiverFallback modifier Hooking fallback now ( I think we can remove all blacklisted all together from installFallback @filmakarov ) added receiver function (for now) not throwing on unfound selector [ check comments here ] running the code for token callbacks at the end. left a room and dev notes for throwing in case of unregistered selector and unsupported calltype.