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

decentraland / marketplace-server / 32411217208
63%
main: 62%

Build:
Build:
LAST BUILD BRANCH: feat/off-chain-marketplace-v3
DEFAULT BRANCH: main
Ran 20 Aug 2026 07:59PM UTC
Jobs 1
Files 162
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

20 Aug 2026 07:54PM UTC coverage: 62.584% (+0.1%) from 62.44%
32411217208

Pull #395

github

LautaroPetaccio
fix: only store a trade digest for versions keyed on one

resolveTradeSignature stored the EIP-712 digest for whichever marketplace
version matched, including V2. The indexer only records a digest for V3, so
the two trade_digest columns did not mean the same thing on each side of the
join, and the join's correctness rested on the indexer side happening to be
null rather than on the columns agreeing.

The version check now happens once, where the contract is already known,
instead of per row in SQL: the digest is stored only for versions that key
cancellations on it. A V1/V2 trade can now only ever match through
hashed_signature and a V3 one only through the digest.
Pull Request #395: feat: support off-chain marketplace v3 trades

1721 of 3155 branches covered (54.55%)

Branch coverage included in aggregate %.

36 of 41 new or added lines in 4 files covered. (87.8%)

1 existing line in 1 file now uncovered.

3103 of 4553 relevant lines covered (68.15%)

27.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
60.53
1.55% src/logic/trades/materialized-view.ts
2
71.67
1.35% src/ports/trades/queries.ts
1
70.71
10.43% src/logic/trades/utils.ts

Coverage Regressions

Lines Coverage ∆ File
1
71.67
1.35% src/ports/trades/queries.ts
Jobs
ID Job ID Ran Files Coverage
1 32411217208.1 20 Aug 2026 07:59PM UTC 324
64.55
GitHub Action Run
Source Files on build 32411217208
  • Tree
  • List 162
  • Changed 127
  • Source Changed 4
  • Coverage Changed 127
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32411217208
  • Pull Request #395
  • PR Base - main (#32347116777)
  • 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