fix: schema version guard, bridge chain validation, adaptive backoff, imeline status field - #793
Merged
Kingsman-99 merged 1 commit intoAug 30, 2026
Conversation
… timeline status field - bulkImportValidator: export SUPPORTED_SCHEMA_VERSIONS [1,2]; reject payloads with absent or unsupported schemaVersion before row-level validation (Stellar-split#749) - bridge: export SUPPORTED_CHAIN_IDS and BridgeChainMismatchError; validate BridgeOptions.targetChainId against allowlist before any tx is built (Stellar-split#745) - AdaptiveThrottle: add exponential backoff after consecutive 429 breaches; window doubles up to maxBackoffMs (default 60s); add getBackoffMultiplier() for observability; backoff resets after a clean window (Stellar-split#738) - types/timeline: export TimelineEntryStatus string union (pending|in_progress| completed|failed); add required status field to TimelineEntry (Stellar-split#734) Closes Stellar-split#749 Closes Stellar-split#745 Closes Stellar-split#738 Closes Stellar-split#734
|
@Stevieoche Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
4 tasks
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.
Closes #749
Closes #745
Closes #738
Closes #734