Skip to content

feat: Soroban transfer cost forecasting via EMA trend analysis#673

Merged
mijinummi merged 1 commit into
MDTechLabs:mainfrom
nottherealalanturing:feat/soroban-transfer-cost-forecasting
Jun 27, 2026
Merged

feat: Soroban transfer cost forecasting via EMA trend analysis#673
mijinummi merged 1 commit into
MDTechLabs:mainfrom
nottherealalanturing:feat/soroban-transfer-cost-forecasting

Conversation

@nottherealalanturing

@nottherealalanturing nottherealalanturing commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Implements EMA-based cost forecasting for Stellar/Soroban bridge transfers in src/forecasting/costs/stellar/.

What's in this PR:

  • StellarCostForecastingService — ingests historical fee samples, classifies cost trends (improving/stable/declining) using exponential moving averages, and emits composite forecasts with confidence scores and 95% confidence intervals
  • 20 unit tests covering validation, trend classification, forecast generation, and sample lifecycle

Closes #475 Closes #477 Closes #478

…#475)

Add EMA-based cost forecasting for Stellar/Soroban bridge transfers.
Ingests historical fee samples, classifies trends (improving/stable/declining),
and generates composite forecasts with confidence scores and CI bounds.
@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@nottherealalanturing 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! 🚀

Learn more about application limits

@mijinummi mijinummi merged commit a338374 into MDTechLabs:main Jun 27, 2026
1 check passed
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.

Implement Stellar Route Recommendation Feedback System Implement Soroban Provider Health Aggregator Implement Soroban Transfer Cost Forecasting

2 participants