Skip to content

Instantly share code, notes, and snippets.

@sanket1729
Created September 7, 2023 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanket1729/d467b94f813fb18c9e6540bec4bc7dbe to your computer and use it in GitHub Desktop.
Save sanket1729/d467b94f813fb18c9e6540bec4bc7dbe to your computer and use it in GitHub Desktop.
bdk wallet for PO_VAULT
rust-bitcoin:
- OP_VAULT: Add opcode support, support for creating basic VAULT scripts (can also be done in rust-miniscript)
- OP_CTV: Add opcode support, support creating transaction hash
rust-miniscript:
- Vault descriptor construction:
- Recovery descriptor construction:
bdk:
- sycning descriptors. (vault and recovery).
- Updating get balance to support listing a) vaulted balance b) unvaulted balance c) recovery balance d) staging balance.
- Support for creating recovery for fraud transactions.
- Get working with a PR branch for regtest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment