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

safe-global / safe-client-gateway / 10474055122 / 1
89%
main: 89%

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2024 03:03PM UTC
Files 1144
Run time 44s
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

20 Aug 2024 02:57PM UTC coverage: 51.186% (+0.001%) from 51.185%
10474055122.1

push

github

web-flow
Add `/v1/:chainId/about/indexing` endpoint (#1826)

Adds a new `GET` `/v1/:chainId/about/indexing` endpoint for returning the indexer status relative to the current block timestamp:

```ts
type Response = {
  lastSync: string // timestamp of oldest block synced by singleton or ERC-20/721 indexers
  synced: boolean // if Transaction Service returns `true` both singletons and ERC-20/721 indexers
}
```

- Add `expirationTimeInSeconds.indexing` configuration
- Add `indexing` cache key
- Add `IndexingStatusSchema` with inferred type/builder
- Add `ITransactionApi['getIndexingStatus']` method and implementation
- Add `ChainsRepository['getIndexingStatus'] method
- Add `GET` `/v1/:chainId/about/indexing` route with entity
- Add appropriate test coverage

492 of 3033 branches covered (16.22%)

Branch coverage included in aggregate %.

9284 of 16066 relevant lines covered (57.79%)

6.2 hits per line

Source Files on job run-test:e2e:cov - 10474055122.1
  • Tree
  • List 1144
  • Changed 11
  • Source Changed 9
  • Coverage Changed 173
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 10474055122
  • 6d0ffb15 on github
  • Prev Job for on main (#10471489493.1)
  • Next Job for on main (#10474470690.1)
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