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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 02 May 2024 08:25AM UTC
Jobs 1
Files 12
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

02 May 2024 08:24AM UTC coverage: 87.079% (-12.9%) from 100.0%
8920852675

push

github

web-flow
Fix Precompile Address Width (#396)

When looking through the code, I realized that I made a mistake in #379.
Specifically, we specify that precompiles fit into a `uint32`, when in
fact they fit into a `uint16`:

https://eips.ethereum.org/EIPS/eip-1352

This PR changes the code to encode the `P256.Verifiers` type to be a
`uint16 || address` instead of a slightly larger `uint32`.

Alternatively, we _could_ use a full 96 bits to represent the precompile
address and make `P256.Verifiers` a `uint256` (this has a small positive
effect on gas usage and code size, as it gets rid of compiler generated
masking code).

34 of 50 branches covered (68.0%)

Branch coverage included in aggregate %.

121 of 128 relevant lines covered (94.53%)

18.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8920852675.1 02 May 2024 08:25AM UTC 0
87.08
GitHub Action Run
Source Files on build 8920852675
Detailed source file information is not available for this build.
  • Back to Repo
  • dfb1433b on github
  • Prev Build on main (#8896933042)
  • Next Build on main (#8922186849)
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