-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The payments tables have been merged in two tables, outgoing and incoming, and a view joining the two has been added. Payment data are now serialised with a custom binary format defined in lightning-kmp. All this makes working with the payments db much easier and lets us remove code. Payments are now all using an UUID for identifier. We also use the new payments model from lightning-kmp which has strict types for incoming payments. Liquidity are now stored inside payments, whenever possible. Local and cloud payments data are migrated when starting the new app. Several tests with old payments databases have been added. --------- Co-authored-by: pm47 <[email protected]> Co-authored-by: Robbie Hanson <[email protected]>
- Loading branch information
1 parent
a07c153
commit 414c7a6
Showing
241 changed files
with
8,546 additions
and
9,319 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
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.