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

decentraland / lamb2 / 30678921805
63%
main: 63%

Build:
Build:
LAST BUILD BRANCH: 4.13.1
DEFAULT BRANCH: main
Ran 01 Aug 2026 01:55AM UTC
Jobs 1
Files 81
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

01 Aug 2026 01:53AM UTC coverage: 62.786% (+0.6%) from 62.172%
30678921805

push

github

nachomazzara
fix: batch entities requests to stay under the content server pointers limit

The content server validates `POST /entities/active` against a schema that caps
`pointers` at 1000 items and answers 400 when it is exceeded. `_fetchEntities`
asked for every non-cached urn in a single request, so any wallet owning more
than 1000 items got a 400 from content that surfaced as a 500 on
`GET /explorer/:address/wearables`, leaving the backpack empty.

Requests are now split into batches of 500. This also covers
`fetchCollectionEntities`, which has the same latent problem for linked
wearable collections with more than 1000 entities.

Entities missing a metadata id are now skipped and logged instead of throwing,
which was another way the same call could turn into a 500.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

460 of 963 branches covered (47.77%)

Branch coverage included in aggregate %.

12 of 0 new or added lines in 0 files covered. (NaN%)

17 existing lines in 1 file now uncovered.

1627 of 2361 relevant lines covered (68.91%)

27.69 hits per line

Coverage Regressions

Lines Coverage ∆ File
17
66.04
20.68% src/adapters/entities-fetcher.ts
Jobs
ID Job ID Ran Files Coverage
1 30678921805.1 01 Aug 2026 01:55AM UTC 81
62.79
GitHub Action Run
Source Files on build 30678921805
  • Tree
  • List 81
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30678921805
  • 8f910815 on github
  • Prev Build on main (#28469095931)
  • Next Build on fix/batch-entities-requests-over-pointers-limit (#30680118127)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc