Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Simplify peg-in transaction signing #152

Closed
1 task done
djordon opened this issue May 14, 2024 · 0 comments · Fixed by #155
Closed
1 task done

[Feature]: Simplify peg-in transaction signing #152

djordon opened this issue May 14, 2024 · 0 comments · Fixed by #155
Assignees
Labels
utxo consolidation Tickets related to how we consolidate deposit and withdrawal BTC transactions

Comments

@djordon
Copy link
Contributor

djordon commented May 14, 2024

Feature - Simplify peg-in transaction signing

1. Description

Deposit transactions have taproot UTXOs with no key-spend path. This makes signing them in them less straightforward during the peg-in transaction. Write a function to make constructing the correct digest to be signed.

2. Technical Details:

2.1 Acceptance Criteria:

  • The function should give an digest which, once signed and added to the transaction, will be accepted by the bitcoin network as a valid transaction.

3. Related Issues and Pull Requests (optional):

@djordon djordon added the utxo consolidation Tickets related to how we consolidate deposit and withdrawal BTC transactions label May 14, 2024
@djordon djordon self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
utxo consolidation Tickets related to how we consolidate deposit and withdrawal BTC transactions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant