|
Ran
|
Jobs
1
|
Files
42
|
Run time
30min
|
Badge
README BADGES
|
push
github
[Certora Audit] G-05. Use `iszero` instead of `eq(*, 0)` (#892) This pull request includes a critical update to the `SafeProxyFactory` contract in the `contracts/proxies/SafeProxyFactory.sol` file. The change improves the gas cost of the assembly code by replacing the `eq` function with the `iszero` function. Key change: * [`contracts/proxies/SafeProxyFactory.sol`](diffhunk://#diff-53aac98a0cc90b95181187d9862b4ad6eL43-R43): Replaced the `eq` function with the `iszero` function in the assembly block to improve code readability and reliability.
324 of 366 branches covered (88.52%)
Branch coverage included in aggregate %.
496 of 508 relevant lines covered (97.64%)
101.08 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-$ - 12694101652.1 | 0 |
93.82 |
GitHub Action Run |