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

decentraland / sites / 28050686326
96%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2026 07:17PM UTC
Jobs 1
Files 237
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

23 Jun 2026 07:14PM UTC coverage: 88.385% (+0.02%) from 88.369%
28050686326

push

github

web-flow
fix: resolve World owner profile on /jump cards via Worlds Content Server (#563)

* fix: resolve World owner profile on /jump cards via Worlds Content Server

The places card resolved its "By <creator>" name through `getSceneMetadata`,
which always queried the main Catalyst's active entity at the Genesis City
`position` and read that scene's `deployedBy`. Worlds are not deployed on the
main Catalyst at a position — their scene lives on the Worlds Content Server
keyed by the world name — so for a World URL (e.g.
`/jump?realm=impssbldimnsn.dcl.eth&position=25,4`) the lookup resolved an
unrelated Genesis City scene deployer (or nothing), and the real world owner's
profile was never fetched. The card then fell back to the Places API
`contact_name`.

Make `getSceneMetadata` world-aware: when `realm` is an ENS name, fetch the
world's active scene entity from `WORLDS_CONTENT_SERVER_URL` and resolve the
owner from the entity's `metadata.owner`, looking that profile up on the
Catalyst lambdas. Genesis City keeps the existing scene deploy-audit path.
The shared profile-resolution logic is extracted into `resolveDeployerInfo`.

* fix: treat a /jump World absent from the Worlds Content Server as an invalid jump

* fix: use the owner address for the /jump creator profile link, not the display name

* fix: hide profile badges when the address has no Catalyst profile

---------

Co-authored-by: Braian Mellor <braianj@gmail.com>

4540 of 5671 branches covered (80.06%)

Branch coverage included in aggregate %.

29 of 30 new or added lines in 4 files covered. (96.67%)

7080 of 7476 relevant lines covered (94.7%)

14.78 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
91.64
-1.01% src/features/places/places.client.ts
Jobs
ID Job ID Ran Files Coverage
1 28050686326.1 23 Jun 2026 07:17PM UTC 237
88.39
GitHub Action Run
Source Files on build 28050686326
  • Tree
  • List 237
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28050686326
  • 4b705ebb on github
  • Prev Build on master (#28045657240)
  • Next Build on master (#28055089063)
  • Delete
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