-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved funds sweep SPV proofs (#3793)
#Refs: #3738. This PR adds functionalities for creating and submitting moved funds sweep transaction SPV proofs. Finding the possible unproven moved funds sweep transactions is done by retrieving `MovingFundsCommitmentSubmitted` events and looking at the recent transactions of target wallets from each event. An unproven moved funds seep transaction must have the following format: - the first input must refer to an unproven moved funds sweep request - the second input (optional) must refer to the current wallet's main UTXO - the (single) output that pays to the wallet itself Once the unproven moved funds sweep transactions are found, they are proven.
- Loading branch information
Showing
8 changed files
with
888 additions
and
3 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
Oops, something went wrong.