Skip to content

feat: implement real-time fee aggregation module with multiple bridge…#100

Merged
mijinummi merged 1 commit intoMDTechLabs:mainfrom
Xaxxoo:real-time-fee-aggregation
Feb 26, 2026
Merged

feat: implement real-time fee aggregation module with multiple bridge…#100
mijinummi merged 1 commit intoMDTechLabs:mainfrom
Xaxxoo:real-time-fee-aggregation

Conversation

@Xaxxoo
Copy link
Contributor

@Xaxxoo Xaxxoo commented Feb 26, 2026

… adapters

  • Add Across, Hop, and Stargate bridge adapters for fee aggregation.
  • Create FeeAggregationService to compare quotes from registered adapters.
  • Implement QuoteScoringService for ranking quotes based on cost, speed, and score.
  • Develop QuotesController to handle incoming requests for quote comparisons.
  • Add DTOs for request validation and response formatting.
  • Implement end-to-end tests for the fee aggregation module.
  • Create unit tests for services and controller to ensure functionality.

Closes #49

… adapters

- Add Across, Hop, and Stargate bridge adapters for fee aggregation.
- Create FeeAggregationService to compare quotes from registered adapters.
- Implement QuoteScoringService for ranking quotes based on cost, speed, and score.
- Develop QuotesController to handle incoming requests for quote comparisons.
- Add DTOs for request validation and response formatting.
- Implement end-to-end tests for the fee aggregation module.
- Create unit tests for services and controller to ensure functionality.
@mijinummi mijinummi merged commit c72d6d6 into MDTechLabs:main Feb 26, 2026
1 check failed
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.

⚡ Real-Time Fee Aggregation Engine

2 participants