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

decentraland / archipelago-workers
79%

Build:
DEFAULT BRANCH: main
Repo Added 17 Oct 2024 11:58AM UTC
Files 36
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.2.3
  • add-ai-agent-context-to-readme
  • chore/bump-node
  • 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
  • main
  • 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 %.

9 of 9 new or added lines in 6 files covered. (100.0%)

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
28118916048 chore/migrate-to-core-components chore: bump eth-connect to 6.4.0 and drop the native-fetch cast eth-connect 6.4.0 (decentraland/eth-connect#583) makes FetchFunction accept the native fetch directly, so the `fetch.fetch as unknown as FetchFunction` cast in the ws-connector HTTPP... Pull #127 24 Jun 2026 05:59PM UTC LautaroPetaccio github
78.61
28116567011 chore/migrate-to-core-components chore: bump eth-connect to 6.3.1 for the HTTPProvider response-body fix eth-connect 6.3.1 releases the response body on non-2xx HTTPProvider responses (decentraland/eth-connect#582), which the ws-connector relies on for the on-chain signature val... Pull #127 24 Jun 2026 05:19PM UTC LautaroPetaccio github
78.61
28066022105 chore/migrate-to-core-components 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 @dcl/fetch-component (native fetch) and accepts the native fetcher directly, so the as-unknown-as IFet... Pull #127 24 Jun 2026 12:16AM UTC LautaroPetaccio github
78.61
28063791130 chore/migrate-to-core-components fix: pin semver to v7 so jest coverage reporter resolves semver/functions/gte Pull #127 23 Jun 2026 11:22PM UTC LautaroPetaccio github
78.61
27791427911 0.2.3 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 09:49PM 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
27783091386 chore/pin-node-24-base-image chore: pin node 24 base image to sha256 digest 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 reproducible b... Pull #126 18 Jun 2026 07:10PM UTC LautaroPetaccio github
78.61
27782857144 chore/pin-node-24-base-image chore: pin node 24 base image to sha256 digest Set the base image to node:24-slim@sha256:c2d5ade761921fa26a9b231ca3a4f780a (was node:24-trixie-slim) and pin it to an immutable sha256 digest for reproducible builds. Pull #126 18 Jun 2026 07:06PM UTC LautaroPetaccio github
78.61
27773576125 chore/update-node-24 chore: update Node base image to 24 push 18 Jun 2026 04:21PM UTC web-flow github
78.61
See All Builds (135)
  • Repo on GitHub
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