Skip to content

feat: implement Stellar Route Performance Index (#486)#572

Merged
mijinummi merged 1 commit into
MDTechLabs:mainfrom
A6dulmalik:feat/486-stellar-route-performance-index
Jun 19, 2026
Merged

feat: implement Stellar Route Performance Index (#486)#572
mijinummi merged 1 commit into
MDTechLabs:mainfrom
A6dulmalik:feat/486-stellar-route-performance-index

Conversation

@A6dulmalik

Copy link
Copy Markdown
Contributor
  • Add RouteLatencyMetrics, RouteSuccessMetrics, RoutePerformanceScore types
  • Implement StellarRoutePerformanceIndex with aggregateLatency, aggregateSuccess, and score methods
  • Blend history latency with congestion data for accurate latency metrics
  • Composite 0-1 score weighted by success rate (60%) and latency (40%)
  • 10 passing tests

Closes #486

- Add RouteLatencyMetrics, RouteSuccessMetrics, RoutePerformanceScore types
- Implement StellarRoutePerformanceIndex with aggregateLatency, aggregateSuccess, and score methods
- Blend history latency with congestion data for accurate latency metrics
- Composite 0-1 score weighted by success rate (60%) and latency (40%)
- 10 passing tests
@mijinummi mijinummi merged commit 4a7b6e8 into MDTechLabs:main Jun 19, 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 Performance Index

2 participants