You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about implementing the moved funds sweep SPV proof submission in the SPV maintainer. The implementation should be similar to the existing deposit sweep and redemption proof submission.
The content you are editing has changed. Please copy your edits and refresh the page.
#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.
This issue is about implementing the moved funds sweep SPV proof submission in the SPV maintainer. The implementation should be similar to the existing deposit sweep and redemption proof submission.
Tasks
The text was updated successfully, but these errors were encountered: