@subsquid/ponder@0.17.6-sqd.1 — the Portal fork of ponder, grafted onto ponder@0.17.6.
What this is
The Portal layer (backfill from SQD Portal) grafted onto upstream ponder@0.17.6, published as a drop-in ponder bin. Routine upstream-parity: tracks a new upstream patch line at parity, no fork behavior or public-surface change.
Upstream delta 0.17.4 → 0.17.6
- The graft seam (
HistoricalSync.syncBlockRangeData/syncBlockData, interval-scoped) is unchanged. - The only wiring re-derivation is
rpc/actions.ts: upstream moved address-chunking intoeth_getLogs, so the Portal helper block re-anchors after the now-chunkedeth_getLogs(11/12 hunks verbatim, 1 re-anchored).eth_getFilteredBlockLogsdepends only oneth_getLogs's unchanged in/out contract, so the chunking is a transparent internal detail. - Upstream's null-topic / zeroHash / address-chunking changes are confined to the RPC-mode plane, off the Portal
/streampath.
Gate
Both-version scripts/sync-upstream.sh --test green (0.17.6 graft + supported lines); biome clean; no exported-type / config / signature drift vs 0.17.4-sqd.1. CI fork-seam(0.17.6) green on the tracking PR (#216).
Published with --tag latest (numeric-max) — the default npm install @subsquid/ponder. 0.17.4-sqd.1 remains installable by exact version.