Open
Conversation
… funding via Lightning payments. Changes include: - New `IBoltService` and `BoltService` for API operations. - Added `Lightning Integration Quick Start Guide` and comprehensive documentation. - Implemented end-to-end flow: create invoice, monitor payment, swap funds, and complete investments. - Updated `FundingContextServices` for service registration. - Added unit tests for Lightning operations.
…ices, models, operations, and documentation.
… `ExpectedAmount` parameter. - Updated `MonitorLightningSwapHandler` to replace mempool polling with indexer-based UTXO fetching. - Removed `ExpectedAmount` from `MonitorLightningSwapRequest` and updated all related examples and tests. - Enhanced logging and modularized swap monitoring logic. - Cleaned up unused imports and adjusted test structure for clarity.
…t integration. - Updated `CreateLightningSwapForInvestment` to derive refund keys using wallet data and project founder keys. - Integrated `IProjectService` and `ISeedwordsProvider` for project and wallet data fetching. - Refactored `CreateLightningSwapHandler` to improve error handling and logging. - Adjusted tests to cover new failure cases (e.g., missing wallet or project).
- Removed redundant `Amount` definitions in `Funding` and `Wallet` domains. - Added `Amount` to `Angor.Sdk.Common` and updated all references across the project. - Simplified namespace imports and improved consistency.
…simplify BaseUrl handling. - Consolidated `BaseUrl` logic into a single property with constants for mainnet and testnet URLs. - Updated `FundingContextServices` to streamline Boltz setup. - Adjusted `BoltzSwapService` to use the simplified `BaseUrl` property. - Cleaned up unused imports and added clarifying comments to `BoltzConfiguration`.
…e unused `BroadcastTransactionAsync`, and enhance monitoring documentation and flow.
- Added `IBoltzWebSocketClient` interface and `BoltzWebSocketClient` implementation for efficient swap updates. - Replaced polling with WebSocket in `MonitorLightningSwapHandler` for improved performance and responsiveness. - Updated `FundingContextServices` to register `IBoltzWebSocketClient`. - Simplified and enhanced swap monitoring flow, reducing noise and improving maintainability.
- Deleted `GetPairInfoAsync` method in `BoltzSwapService` and its integration in swap creation flow. - Removed `BoltzPairInfo` model, its dependencies, and corresponding tests. - Refactored `CreateLightningSwapHandler` to simplify logic and eliminate fee/limit validations. - Updated examples and tests to reflect the removal of pair info handling.
…ment swap details retrieval in BoltzSwapService ```
…and improve sample data initialization
…mproved UI clarity
…ms and implement UTXO polling for swap completion
…emove UTXO fetching
421ef27 to
af8ec8a
Compare
Member
|
Conflicts |
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
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.
No description provided.