Review fixes/pr 68 followup#69
Open
DankeschonDohJehSai wants to merge 3 commits into
Open
Conversation
- gate rebuildAfterEpoch with SyncStatus lock; expose boot readiness state - distinguish koios-malformed source; validate active_stake before BigInt - exclude drep_always_* sentinels from chunk + manifest unstable-row count - only swallow PostgREST 400 in getEpochScopedFirstRow; rethrow rest - throw on missing /tip in getCurrentEpochFromKoios + getKoiosCurrentEpoch - batched UPDATE...FROM(VALUES) and updateMany in migration-amount-backfill - tests for composeChunk, ETag determinism, accuracy filter scoping, backfill
- /healthz endpoint reflecting snapshot boot recovery state (200/503) - /migrations gains limit/offset + total/hasMore meta (capped scan) - strict integer query-param validation across public endpoints (400 on garbage) - self-heal poisoned L2 snapshot row (delete + recompose) - per-pass retry + exponential backoff in backfill-amount-at-switch script - align participation rounding (4dp) between denorm and fallback paths - surface denorm/snapshot-rebuild errors on StepEpochTotalsResult - ChunkFinality discriminated union for isFinal/isStable - branded LovelaceString/Kada/Ada/AdaString; precision-preserving toAdaString - hot/cold-start tests for getDReps controller
- centralise drep_always_* sentinel ids in src/libs/sentinels.ts
- NonSentinelDrepId brand + requireNonSentinelDrepId helper
- rename SnapshotCache.body -> bodyGzip + new content_encoding column
- drop pointless try { ... } catch (e) { throw e } in drep-delegator-sync-run
- log 5xx responses at error severity in request-log middleware
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.