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
The client can be started in the maintainer mode and manage the Bitcoin difficulty relay. At some point in the future, we want to add the functionality to maintain the wallet lifecycle and submit SPV proofs.
In the short term, we want a CLI command to submit a deposit sweep SPV proof for a wallet transaction. Long-term, we will reuse this code for the maintainer automation.
The CLI command should be simple to use and not require extracting Bitcoin data - all of it should happen under the hood. The intended user of this CLI is the coordinator.
The content you are editing has changed. Please copy your edits and refresh the page.
#Refs #3563.
This PR adds functionalities for preparing deposit sweep proof.
These functionalities could also be later used for other types of SPV
proofs.
The client can be started in the maintainer mode and manage the Bitcoin difficulty relay. At some point in the future, we want to add the functionality to maintain the wallet lifecycle and submit SPV proofs.
In the short term, we want a CLI command to submit a deposit sweep SPV proof for a wallet transaction. Long-term, we will reuse this code for the maintainer automation.
The CLI command should be simple to use and not require extracting Bitcoin data - all of it should happen under the hood. The intended user of this CLI is the coordinator.
Pull Requests
The text was updated successfully, but these errors were encountered: