Skip to content

@subsquid/ponder 0.17.6-sqd.1

Latest

Choose a tag to compare

@dzhelezov dzhelezov released this 12 Aug 11:04
b614e6e

@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 into eth_getLogs, so the Portal helper block re-anchors after the now-chunked eth_getLogs (11/12 hunks verbatim, 1 re-anchored). eth_getFilteredBlockLogs depends only on eth_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 /stream path.

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.