feat(examples): bump pins to @subsquid/ponder@0.16.8-sqd.1#139
Merged
Conversation
Bump all three example pins from 0.16.6-sqd.2 to 0.16.8-sqd.1 (now the npm `latest` dist-tag) in both package.json (dependency) and e2e.json (pin), kept in sync per example so `assertCommittedPin` holds. Validated the published package end-to-end via the e2e freshness gate (scripts/examples-e2e.mjs, per-example as CI runs it): - euler-subgraph: PASS end-to-end + --check-pins + --verify-docs (keyless, public SQD Portal). graphql: vaults=39, deposits=504, withdraws=163, borrows=185, repays=35. - uniswap-portal: PASS end-to-end + --check-pins + --verify-docs. graphql: swaps=848, routerCalls=1676, blockTicks=3, accountTxs=1871. - --check-pins passes now that each pin == npm latest (0.16.8-sqd.1). Pin bump only; no code or assertion changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bump all three example pins from
0.16.6-sqd.2to@subsquid/ponder@0.16.8-sqd.1— the version just published to npm as thelatestdist-tag. Each example is bumped in both places, kept in sync so the harness'sassertCommittedPin(package.json dep === e2e.json pin) holds:examples/euler-subgraph—package.jsondep +e2e.jsonpinexamples/euler-multichain—package.jsondep +e2e.jsonpinexamples/uniswap-portal—package.jsondep +e2e.jsonpinPin bump only — no code, config, or graphql-assertion changes.
Validation — published package proven end-to-end via the e2e freshness gate
Ran
scripts/examples-e2e.mjsper-example (the way CI runs it, one example per invocation), installing the published0.16.8-sqd.1from npm and indexing mainnet keyless via the free public SQD Portal:--check-pins--verify-docs--check-pins(require pin === npmlatest) passes for all three now that the pins equal0.16.8-sqd.1. Both single-mainnet-chain examples index green on the published package withrpc_fallback=0(history served entirely by the Portal), and all graphql assertions pass with comfortable margin over theirminthresholds."Released and visible" — default-level Portal provenance (issue #115)
Captured from the euler-subgraph run on the published package at default log level, confirming the Portal path is active and serves the history end-to-end:
Note — euler-multichain e2e in a keyless environment (pre-existing, version-neutral)
Run keyless,
euler-multichaindoes not complete the gate: the harness reportsmetrics file not found: ...portal-metrics.8453. This is not introduced by this bump — the identical failure reproduces on the previous pin0.16.6-sqd.2. Its base/arbitrum demo windows streamblocks=0(no factory deployments in the sampled window), and the per-chain metrics file is only written on the block-insertion path, so a 0-block chain produces no metrics file for the harness to read. In CI these chains are exercised with their configured RPC endpoints; this note is about the keyless path only. Out of scope for this surgical pin bump; flagged for a separate follow-up.Gates
npx @biomejs/biome@2.5.2 check .— 0 errors (pre-existing warnings only; the 6 changed JSON files check clean).