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
Merge #929: refactor: make Descriptor plan API available for generic Pk
b646120 refactor: rename `plan` and `plan_mall` to have `into_` prefix (Trevor Arjeski)
e02bfd7 refactor: make `Descriptor` plan API available for generic `Pk` (Trevor Arjeski)
Pull request description:
- Migrate `plan` and `plan_mall` methods from `DefiniteDescriptorKey` to generic
`Pk: MiniscriptKey + ToPublicKey`.
- Made the `Plan` struct generic over `Pk` (excluding `update_psbt_input` since
it needs descriptor key data).
Adding this to same PR in a separate commit since it's trivial:
- Rename `plan` and `plan_mall` to have `into_` prefix
Closes#927 and #928
ACKs for top commit:
apoelstra:
ACK b646120; successfully ran local tests
Tree-SHA512: c0da097415fc6e9bf6b27ad4cc9bd6962ac55bec6c662dd8fcc322a3f5d2ddbc241ae2f1abf35087e565ab5cb27996c072f140cd7ada4c0bf8b45d28daed9efa
0 commit comments