• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-modules / 7265551640
85%

Build:
DEFAULT BRANCH: master
Ran 19 Dec 2023 05:44PM UTC
Jobs 1
Files 8
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Dec 2023 05:43PM UTC coverage: 13.547%. Remained the same
7265551640

push

github

web-flow
4337 module formal verification (#162)

This PR is related to #142

Changes in PR:
- Setup spec files, and configuration files for Formal Verification
using Certora
- Setup harnesses contracts
- Add GitHub workflow file

Rules Implemented:

- onlyEntryPointCallable
This rule verifies that methods related to 4337 are only callable by the
entrypoint contract: `validateUserOp(..)`, `executeUserOp(...)` and
`executeUserOpWithErrorString(...)`

- checkSignaturesIsCalledIfValidateUserOpSucceeds
This rule verifies that `checkSignatures(...)` is always called
`validateUserOp(...)` function is invoked

- signatureTimestampsPresentInValidationData
This rule verifies that `validAfter` and `validUntil` are present in the
first 12 bytes of the validation data returned by the
`validateUserOp(...)` function

- validationDataLastBitZeroIfCheckSignaturesSucceeds
This rule verifies that validation data returned by the
`validateUserOp(...)` contains the last bit `0` if signature validation
succeeds

2. ExecTransactionFromModule.spec 
This rule should verify that `safe.execTransactionFromModule(...)` is
only called by `validateUserOp(..)`, `executeUserOp(...)` and
`executeUserOpWithErrorString(...)`

3. PayMissingFunds.spec
This rule should verify that the Module sends only `missingAccountFunds`
from Safe to EntryPoint contract

4. ValidationDataLastBitOne.spec
This rule should verify that validation data returned by the
`validateUserOp(...)` contains the last bit `1` if signature validation
fails

---------

Co-authored-by: Mikhail <16622558+mmv08@users.noreply.github.com>

22 of 124 branches covered (0.0%)

Branch coverage included in aggregate %.

33 of 282 relevant lines covered (11.7%)

2.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7265551640.1 19 Dec 2023 05:44PM UTC 0
13.55
GitHub Action Run
Source Files on build 7265551640
Detailed source file information is not available for this build.
  • Back to Repo
  • 34e36e0f on github
  • Prev Build on master (#7251631878)
  • Next Build on master (#7277593366)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc