Skip to content

Feat/polymarket - #54

Draft
mo4islona wants to merge 5 commits into
mainfrom
feat/polymarket
Draft

Feat/polymarket#54
mo4islona wants to merge 5 commits into
mainfrom
feat/polymarket

Conversation

@mo4islona

Copy link
Copy Markdown
Contributor

No description provided.

@mo4islona
mo4islona changed the base branch from main to design/sdk1 March 10, 2026 19:53
@mo4islona
mo4islona force-pushed the feat/polymarket branch 11 times, most recently from 4c65a64 to 9f8a99c Compare March 12, 2026 15:33
mo4islona and others added 3 commits March 29, 2026 19:24
…to alpha.14

- Add buffer.flush() after each portal HTTP response chunk so unfinalized
  blocks are delivered immediately to the consumer instead of accumulating
  until stream close. Prevents latency for unfinalized-heavy chains.

- Update @sqd-pipes/delta-db to 0.0.1-alpha.14

- Add pnpm override to link local delta-db build for development

- Update delta-db-target test: expect 2 batches (one per portal response)
  instead of 1; regenerate inline snapshots

Co-authored-by: Copilot <[email protected]>
Replace the awkward pattern of:
  resolveForkCursor() + ingest({data: {}, rollbackChain, finalizedHead})

with the new atomic handleFork(previousBlocks) which:
- finds the common ancestor internally
- rolls back state atomically
- returns { cursor, batch } directly
- uses the db's own finalized_block (no lastFinalizedHead tracking needed)

Co-authored-by: Copilot <[email protected]>
mo4islona and others added 2 commits April 9, 2026 13:55
…s popover

Ports all pipe-ui improvements from feat/pipe-ui-url-params (PR #63):

- useUrlParam hook; sync server selector, pipeline tab and exemplar
  fullscreen to URL query params so state survives reloads.
- useLocalStorage hook; persist profiler toggles across sessions.
- Wrap <Dashboard /> in <Suspense> (Next 15 requirement for
  useSearchParams).
- Re-integrate FlameChart inside the profiler panel.
- Rename "Self time" toggle to "Exclude children" (and rename the
  calcStats option to match).
- Segmented Tree / Flame view toggle (`profiler.view`).
- Segmented Total / Avg time mode toggle (`profiler.timeMode`) to make
  the cumulative-vs-per-batch distinction explicit. Tree nodes, flame
  cells and tooltips render `avg. 0.06ms` in avg mode. Header reads
  `Σ over N batches` or `avg over N batches`.
- Hide all three controls behind a single Settings gear popover with
  click-outside / Escape to close.
- Clamp out-of-range `?server=` index to 0 once servers load so the
  metrics proxy never sees a stale index.
- Bump react/react-dom to 19.2.5 (+ matching @types).
- Bump @subsquid/pipes-ui to 1.0.0-alpha.6.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@mo4islona
mo4islona force-pushed the design/sdk1 branch 2 times, most recently from b255ea5 to b75360a Compare May 8, 2026 23:50
Base automatically changed from design/sdk1 to main July 2, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant