-
Notifications
You must be signed in to change notification settings - Fork 5
FlyoverSDK v1.7.0 -> main #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- improve error messages
- separate parsing of logs from isQuotePaid - uses interface instad of contract in parsing logs - add tests for parsing of logs - add assert to check if Flyover is connected to RSK before calling isQuotePaid
GBI-2225/REFUND/Add isQuotePaid function Add a function to check if a pegin quote is paid
* feat: include pegout quotes support in isQuotePaid (wip) * feat: refactor the full solution for isQuotePaid - add unit tests * feat: move LocalBTCDataSource parameters to environment variables - create mock functions for refund functionality * fix: remove mempool package due to vulnerability * feat: improve functionality of isPegoutQuotePaid - check the value of the transaction - check if the transaction is confirmed
Flyover patch sync
feat: update api binding to use new fees
* feat: add isPegoutRefundable function
* feat: add isPeginRefundable function to Flyover
* feat: improve function to call registerPegin.
* feat: improve refund pegout function by checking if quote is refundable
* refactor: Refactor refund functions to use FlyoverSDKContext consistently - Add FlyoverSDKContext to all separated functions used in the refund functionality - Move FlyoverSDKContext outside of the function parameters object - Place FlyoverSDKContext as the last parameter - Add assertions for all required properties in FlyoverSDKContext Remove unnecessary comments Fix documentation Remove refundPegoutQuote mock function from Flyover object * feat: Make hash functions public
feat: add signQuote method
…re (#68) * feat: add integration tests for authenticated pegin process
* feat: add mini project functionality to demo-test pegin and pegout automation * fix: pipeline * fix: PR feedback
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Pegin pegout automation
Refund conflict fix
Claim refund functionality -> v2.3.0 branch
Dependency ReviewThe following issues were found:
|
AndresQuijano
approved these changes
Oct 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Merge FlyoverSDK v1.7.0 into main