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

decentraland / realm-provider / 31192497029
37%
main: 51%

Build:
Build:
LAST BUILD BRANCH: 0.0.17
DEFAULT BRANCH: main
Ran 07 Aug 2026 03:25PM UTC
Jobs 1
Files 20
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

06 Aug 2026 04:19PM UTC coverage: 37.471% (-0.9%) from 38.369%
31192497029

push

github

web-flow
fix: skip blacklisted catalysts before fetching /about (#87)

* fix: skip blacklisted catalysts before fetching /about

BLACKLISTED_CATALYST was already used in about-main-handler to filter
results after the fact, but getHealhtyCatalysts() still attempted to
connect to every DAO node — including shut-down ones like
peer.melonwave.com.

This caused a flood of AbortErrors on every health-check cycle, which
saturated the Node.js event loop and made the metrics endpoint on :5000
temporarily unresponsive, triggering the Prometheus realm-provider-ea-down
alert even though the ECS task itself was healthy.

The fix moves the blacklist filter to before the Promise.all fetch in
realm-provider.ts so blacklisted nodes are never contacted. Also enables
peer.melonwave.com in .env.default since that node has been shut down by
its owner.

* chore: retrigger CI after transient Docker Hub 500

The previous quay-build-push failed because Docker Hub returned a 500
when pulling the node:24-alpine base image. No code changes.

* fix: revert .env.default blacklist change

The BLACKLISTED_CATALYST value is managed in the definitions repo
(decentraland/definitions), not in the app defaults.

47 of 93 branches covered (50.54%)

Branch coverage included in aggregate %.

0 of 5 new or added lines in 1 file covered. (0.0%)

2 existing lines in 1 file now uncovered.

113 of 334 relevant lines covered (33.83%)

16.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
0.0
0.0% src/adapters/realm-provider.ts

Coverage Regressions

Lines Coverage ∆ File
2
0.0
0.0% src/adapters/realm-provider.ts
Jobs
ID Job ID Ran Files Coverage
1 31192497029.1 07 Aug 2026 03:25PM UTC 20
37.47
GitHub Action Run
Source Files on build 31192497029
  • Tree
  • List 20
  • 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 #31192497029
  • d41e02ac on github
  • Prev Build on main (#28399022815)
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