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

safe-global / safe-transaction-service / 9501491914
91%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v5.41.0
DEFAULT BRANCH: master
Ran 13 Jun 2024 02:30PM UTC
Jobs 1
Files 215
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

13 Jun 2024 02:26PM UTC coverage: 94.599% (+0.006%) from 94.593%
9501491914

push

github

web-flow
Optimize load of addresses in indexer (#2079)

Make indexers use `sets` instead of db instances

- Previously, `MonitoredAddress` instances were used.
- Currently, only `address` is retrieved from database, and transformed into a set
- This approach is:
    - More optimal both on CPU/RAM, as it does not have to use a `list` and then convert to a `set`
    - Easier to cache (in a following PR)
    - Easiert to extend and implement new indexers
- Tests and indexers were refactored
- Typing was checked and fixed

39 of 39 new or added lines in 8 files covered. (100.0%)

14310 of 15127 relevant lines covered (94.6%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9501491914.1 13 Jun 2024 02:30PM UTC 0
94.6
GitHub Action Run
Source Files on build 9501491914
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9501491914
  • fbc3b7c5 on github
  • Prev Build on main (#9483865375)
  • Next Build on main (#9514583583)
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