This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
566: Replace periodic sync with events r=holzeis a=holzeis Replaces periodic syncs of ... - wallet - offers (Event::Offer) - balance (Event::WalletInfo) - history (Event::WalletInfo) - channel state (Event::ChannelState) The only sync that is still triggered from flutter is the sync of the cfd orders. It would be nice to have the stream available in the cfd module and only push a cfd if it has been opened or closed, instead of syncing in an interval, but that needs some more design. Also introduces a `Ready` event notifying the flutter app that the ldk node has successfully started. Co-authored-by: Richard Holzeis <[email protected]>
- Loading branch information
Showing
23 changed files
with
479 additions
and
474 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.