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

decentraland / archipelago-workers
79%

Build:
DEFAULT BRANCH: main
Repo Added 17 Oct 2024 11:58AM UTC
Files 27
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 0.2.3
  • add-ai-agent-context-to-readme
  • chore/bump-node
  • chore/decommission-archipelago-core
  • chore/migrate-to-core-components
  • chore/pin-node-24-base-image
  • chore/replace-uws-with-dcl-and-node-24
  • chore/update-node-24
  • chore/update-node-to-24
  • coverage
  • dependabot/npm_and_yarn/dcl-catalyst-client-21.8.0
  • dependabot/npm_and_yarn/dcl/schemas-15.8.1
  • dependabot/npm_and_yarn/dcl/schemas-16.0.0
  • dependabot/npm_and_yarn/dcl/schemas-16.1.0
  • dependabot/npm_and_yarn/dcl/schemas-16.2.0
  • dependabot/npm_and_yarn/dcl/schemas-16.3.0
  • dependabot/npm_and_yarn/dcl/schemas-16.6.4
  • dependabot/npm_and_yarn/dcl/schemas-16.8.0
  • docs/add-api-specs
  • docs/ai
  • docs/fix
  • docs/standarize-readme-schemas-and-agent-context
  • feat/get-peers-by-id
  • feat/http-server-for-http2
  • feat/profiles-and-scenes-updates
  • fix-coverage
  • fix/api
  • fix/bans
  • fix/core-service-heartbeat
  • fix/denylist
  • fix/engine-island-formation
  • fix/github-actions-ea-service-names
  • fix/ports
  • fix/secure-challenge-nonce
  • fix/stats-service-validation
  • fix/ws-connector-lifecycle-safety
  • fix/ws-disconnect-registry-race
  • refs/tags/0.1.0
  • refs/tags/0.1.1
  • refs/tags/0.2.0
  • refs/tags/0.2.1
  • refs/tags/0.2.2

24 Jun 2026 06:19PM UTC coverage: 78.61%. Remained the same
28120164718

push

github

web-flow
chore: migrate from @well-known-components to @dcl core-components (#127)

* chore: migrate from @well-known-components to @dcl core-components

Replace the @well-known-components homonyms across the core, ws-connector
and stats workspaces with the published @dcl/* core-components, and bump
the existing @dcl dependencies to their latest versions.

Component swaps:
- http-server: @well-known-components/http-server -> @dcl/http-server@2 (core, stats)
- metrics:     @well-known-components/metrics     -> @dcl/metrics (core, ws-connector, stats)
- fetch:       @well-known-components/fetch-component -> @dcl/fetch-component (ws-connector, stats)
- test-helpers: @well-known-components/test-helpers -> @dcl/test-helpers (all workspaces)
- bump:        @dcl/uws-http-server -> ^1.0.1 (ws-connector)
- add:         @dcl/core-commons, @types/jest (the new @dcl/test-helpers declares
               @types/jest as a peer dependency instead of bundling it)

Adaptations:
- Move IHttpServerComponent / IFetchComponent to @dcl/core-commons in the
  component type maps so they match the native (global Request/Response) server
  and fetch returned by @dcl/http-server v2 and @dcl/fetch-component. The other
  interface types (IConfigComponent, ILoggerComponent, IBaseComponent,
  IMetricsComponent) stay on @well-known-components/interfaces.
- eth-connect's HTTPProvider and dcl-catalyst-client still type their fetch
  against node-fetch's IFetchComponent; the native fetch is runtime-compatible,
  so cast it at those call sites.
- Fix the createLocalFetchCompoment -> createLocalFetchComponent typo exposed by
  @dcl/test-helpers.

Stays on @well-known-components (no core equivalent): interfaces, logger,
env-config-provider, nats-component, pushable-channel.

* fix: pin semver to v7 so jest coverage reporter resolves semver/functions/gte

* chore: bump dcl-catalyst-client to v22 in stats to drop node-fetch

v22 replaced its cross-fetch/wkc-fetch deps (which pulled node-fetch@2)
with... (continued)

174 of 269 branches covered (64.68%)

Branch coverage included in aggregate %.

844 of 1026 relevant lines covered (82.26%)

312.81 hits per line

Relevant lines Covered
Build:
Build:
1026 RELEVANT LINES 844 COVERED LINES
312.81 HITS PER LINE
Source Files on main
  • Tree
  • List 36
  • Changed 7
  • Source Changed 7
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28120164718 main chore: migrate from @well-known-components to @dcl core-components (#127) * chore: migrate from @well-known-components to @dcl core-components Replace the @well-known-components homonyms across the core, ws-connector and stats workspaces with th... push 24 Jun 2026 06:21PM UTC web-flow github
78.61
27785876740 main chore: pin node 24 base image to sha256 digest (#126) Set the base image to node:24-trixie-slim@sha256:287c662be54d2fc9627f2df5957bb7401 (was node:24-trixie-slim) and pin it to an immutable sha256 digest for reprodu... push 18 Jun 2026 08:02PM UTC web-flow github
78.61
27283670797 main fix: only evict ws registry entry when the closing socket owns it (#124) push 10 Jun 2026 02:33PM UTC web-flow github
78.61
27279164136 main fix: use crypto-secure random for ws auth challenge nonce (#123) push 10 Jun 2026 01:20PM UTC web-flow github
78.58
26891622095 main fix: point workflows at archipelago-ea-* service names (#122) * fix: point workflows at archipelago-ea-* service names The non-EA archipelago service definitions (archipelago-core, stats, ws-connector) were removed from decentraland/definitions,... push 03 Jun 2026 02:32PM UTC web-flow github
78.56
26842654096 main chore: replace uws-http-server with @dcl/uws-http-server and upgrade to node 24 (#121) * chore: replace uws-http-server with @dcl/uws-http-server and upgrade to node 24 replace @well-known-components/uws-http-server with @dcl/uws-http-server@^1.... push 02 Jun 2026 07:22PM UTC web-flow github
78.56
25797660528 main fix: add ban check (#118) * fix: add ban check push 13 May 2026 12:00PM UTC web-flow github
78.56
24477558937 main docs: fix name (#117) push 15 Apr 2026 08:48PM UTC web-flow github
80.63
24470517173 main docs: improve ai context (#116) push 15 Apr 2026 06:12PM UTC web-flow github
80.63
24359921743 main fix: ws-connector WebSocket lifecycle safety (#115) - Route all socket close paths through safeEndWebSocket to prevent calling end/close on freed µWebSockets handles - Fix peer registry leak when welcome message send fails by moving changeSta... push 13 Apr 2026 06:28PM UTC web-flow github
80.63
See All Builds (136)
  • Repo on GitHub
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