Feat/polymarket - #54
Draft
mo4islona wants to merge 5 commits into
Draft
Conversation
mo4islona
force-pushed
the
feat/polymarket
branch
11 times, most recently
from
March 12, 2026 15:33
4c65a64 to
9f8a99c
Compare
…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
force-pushed
the
feat/polymarket
branch
from
April 6, 2026 10:16
9f8a99c to
63732f0
Compare
…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]>
… settings popover" This reverts commit 7766d79.
mo4islona
force-pushed
the
design/sdk1
branch
2 times, most recently
from
May 8, 2026 23:50
b255ea5 to
b75360a
Compare
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.
No description provided.