Created
September 7, 2023 15:10
-
-
Save sanket1729/d467b94f813fb18c9e6540bec4bc7dbe to your computer and use it in GitHub Desktop.
bdk wallet for PO_VAULT
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
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