Skip to content

fix: resolve issues with self parameter in FeeRepository methods and improve webhook delivery handling#65

Merged
Tinna23 merged 1 commit intoStellarCommons:mainfrom
BigBen-7:fix/horizon-fee-stats-field-mapping
Mar 6, 2026
Merged

fix: resolve issues with self parameter in FeeRepository methods and improve webhook delivery handling#65
Tinna23 merged 1 commit intoStellarCommons:mainfrom
BigBen-7:fix/horizon-fee-stats-field-mapping

Conversation

@BigBen-7
Copy link
Contributor

@BigBen-7 BigBen-7 commented Mar 5, 2026

  • Fixed incorrect usage of self parameter in multiple methods of FeeRepository.
  • Updated webhook delivery handling in AlertManager to prevent value moves in async tasks.
  • Changed conversion of response body bytes to use to_vec() for compatibility.
  • Added missing methods in FeeRepository to ensure proper functionality.
  • Created new database file stellar_fees.db for tracking fees.
  • Added test results file for integration tests.

…improve webhook delivery handling

- Fixed incorrect usage of `self` parameter in multiple methods of `FeeRepository`.
- Updated webhook delivery handling in `AlertManager` to prevent value moves in async tasks.
- Changed conversion of response body bytes to use `to_vec()` for compatibility.
- Added missing methods in `FeeRepository` to ensure proper functionality.
- Created new database file `stellar_fees.db` for tracking fees.
- Added test results file for integration tests.
@Tinna23 Tinna23 merged commit 4db405c into StellarCommons:main Mar 6, 2026
2 of 3 checks 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.

2 participants