Issues Fixes - #414
Merged
Merged
Conversation
Fee oracle samples getFeeStats + getLatestLedger every 10s, publishes bounded FeeSnapshot with hysteresis and TTL, Redis-mirrored. Dispatcher proactively sets base fee per priority (LOW defers on high congestion with bounded max defer, CRITICAL uses aggressive fee on elevated+), retry fee-bump capped by absolute max fee with critical alert. GET /api/v1/network/conditions returns snapshot + ETA bands, deposit/withdraw include estFee. Metrics, grafana panel, alerts, docs.
Sponsorship builders wrap CreateAccount/ChangeTrust between Begin/EndSponsoringFutureReserves, platform pays base/0.5 XLM via outbox ACCOUNT_PROVISION durable, retriable, signer-serialized. ReserveSponsorship ledger tracks outstanding liability with Prometheus gauges. Multi-sponsor pool picks most available above SPONSOR_MIN_XLM_FLOOR, 503 sponsor_capacity_exhausted on exhaustion. Reclamation leaf-first via RevokeSponsorship, reconciliation job flags drift joining pending outbox. Admin GET /reserves, docs, alert rule, feature flag SPONSORED_RESERVES_ENABLED, USDC handling for Soroban C... vs classic G... trustline.
Jest parallel workers OOM on Windows (70 failed with child process exceptions). Run with --runInBand --forceExit so husky gate is green locally and matches CI.
Library of 6 historically-calibrated built-ins + bounded custom path, pure applyScenario core with fixed shock order and recovery, GET /stress/scenarios + POST /stress (runAll ranked), mandatory model caveat, docs/STRESS_TESTING + openapi.
|
@JSE19 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! 🚀 |
- prisma/migrations/*/rollback.sql for rebalance_decisions and reserve_sponsorship - prettier --write src/tests
7 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 #339
Closes #342
Closes #343
Closes #351