Skip to content

feat: implement bridge reliability service with event recording and r…#102

Merged
mijinummi merged 1 commit intoMDTechLabs:mainfrom
Xaxxoo:reliability-score
Feb 26, 2026
Merged

feat: implement bridge reliability service with event recording and r…#102
mijinummi merged 1 commit intoMDTechLabs:mainfrom
Xaxxoo:reliability-score

Conversation

@Xaxxoo
Copy link
Contributor

@Xaxxoo Xaxxoo commented Feb 26, 2026

…eliability calculation

  • Add BridgeReliabilityService for managing bridge transaction events and calculating reliability metrics.
  • Introduce BridgeTransactionEvent entity to store transaction outcomes and related data.
  • Create ReliabilityCalculatorService for computing reliability scores and tiers based on transaction data.
  • Implement DTOs for recording events and querying reliability metrics.
  • Add enums for transaction outcomes and reliability tiers.
  • Establish constants for reliability thresholds and scoring.
  • Write unit tests for service methods to ensure correct functionality and reliability calculations.

Closes #54

…eliability calculation

- Add BridgeReliabilityService for managing bridge transaction events and calculating reliability metrics.
- Introduce BridgeTransactionEvent entity to store transaction outcomes and related data.
- Create ReliabilityCalculatorService for computing reliability scores and tiers based on transaction data.
- Implement DTOs for recording events and querying reliability metrics.
- Add enums for transaction outcomes and reliability tiers.
- Establish constants for reliability thresholds and scoring.
- Write unit tests for service methods to ensure correct functionality and reliability calculations.
@mijinummi mijinummi merged commit a24f926 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.

🛡 Implement Bridge Reliability Score

2 participants