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

safe-global / safe-modules / 8661138122
100%
master: 85%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 12 Apr 2024 11:11AM UTC
Jobs 1
Files 11
Run time 1min
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

12 Apr 2024 11:10AM UTC coverage: 85.315% (+0.5%) from 84.828%
8661138122

push

github

web-flow
Add NatSpec Documentation To The Safe Launchpad (#376)

Related to #308

This PR adds NatSpec documentation to the `SafeSignerLaunchpad` contract
for all methods. This is done in preparation for an auditing these
contracts and as a precursor to getting 100% test coverage.

In writing this PR, I found some issues with the current launchpad
implementation that need to be addressed pre-audit:
- We allow accounts that haven't been properly initialized, which can be
a security risk. We should do checks similar to the Safe `setup` method
to prevent double initialization and the validation should revert if the
account is not initialized.
- We are using revert messages instead of errors.

Additionally, I would like to suggest that we change the implementation
to use a **single** setup instead of doing a pre- and post- setup
delegatecall. This would greatly simplify the implementation and
security assumptions of the launchpad. The downside is that the setup
cannot break 4337 rules, but we do not have a use-case for this, so I
wouldn't implement it.

28 of 42 branches covered (66.67%)

Branch coverage included in aggregate %.

13 of 16 new or added lines in 1 file covered. (81.25%)

2 existing lines in 1 file now uncovered.

94 of 101 relevant lines covered (93.07%)

9.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8661138122.1 12 Apr 2024 11:11AM UTC 0
85.31
GitHub Action Run
Source Files on build 8661138122
Detailed source file information is not available for this build.
  • Back to Repo
  • d29ab38a on github
  • Prev Build on main (#8617297507)
  • Next Build on main (#8661172537)
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