Ackee Blockchain (https://ackeeblockchain.com/).
The final audit was performed on commit 25779b5a5077e109a585993a02c4dad2209ab084.
There is one acknowledged finding from the audit report:
- W2: Usage of
solc
optimizerAfter careful consideration, we decided to enable the optimizer for the following reasons:
- The most critical functionality, such as signature checks and replay protection, is handled by the Safe and Entrypoint contracts.
- The entrypoint contract uses the optimizer.
OpenZeppelin (https://openzeppelin.com/).
The final audit was performed on commit 3853f34f31837e0a0aee47a4452564278f8c62ba.
No issues were reported related to the module's business logic, but we have implemented some of the suggested optimisations from the audit report into the codebase. These changes will be included in the next release of the 4337 module. For more information about the audit findings, please refer to the report.
Changes from the audit were implemented in commit c2bdf0059770916ad178a45c2ad6f2cb88f85ff7.