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

decentraland / asset-bundle-registry / 32176287535
73%
main: 73%

Build:
Build:
LAST BUILD BRANCH: feat/abgen-registry-instance
DEFAULT BRANCH: main
Ran 18 Aug 2026 07:27PM UTC
Jobs 1
Files 87
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

18 Aug 2026 07:22PM UTC coverage: 73.19%. Remained the same
32176287535

Pull #132

github

LautaroPetaccio
fix(auth): upgrade @dcl/crypto-middleware to 6

6.0.0 changes the signed-fetch wire format: the payload is now
`[method.toLowerCase(), path.toLowerCase(), timestamp, metadata].join(':')`
instead of lowercasing the whole joined string, so the metadata JSON is
signed verbatim and its casing is bound by the signature.

- Update `getAuthHeaders` in the test helpers to build the new payload.
- Retarget the mixed-case scene-signer test: re-casing the metadata after
  signing now fails signature verification (401 `Invalid signature`)
  instead of the canonical signer/intent guard 5.1.0 added, which 6.0.0
  removes (400 `Invalid chain metadata`).

No source changes were needed: the middleware handed metadata to handlers
with its original casing both before and after, so the strict
`metadata?.signer !== 'decentraland-kernel-scene'` check in routes.ts is
unaffected.
Pull Request #132: fix(auth): upgrade @dcl/crypto-middleware to 6

666 of 953 branches covered (69.88%)

Branch coverage included in aggregate %.

1750 of 2348 relevant lines covered (74.53%)

41.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32176287535.1 18 Aug 2026 07:27PM UTC 174
73.8
GitHub Action Run
Source Files on build 32176287535
  • Tree
  • List 87
  • Changed 54
  • Source Changed 0
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32176287535
  • Pull Request #132
  • PR Base - main (#31837677769)
  • Delete
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