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
https://github.com/lightninglabs/taproot-assets/tree/cold-group-key
While assessing the MVP functionality of PSBT-based minting (to enable users to mint assets with signatures produced by sending a PSBT to a signing device s.a. a hardware signer) the commit 74f5a32 enhances Minter functionality to produce correct PSBT with proper derivation info.
Remaining functionality necessary for production-ready PSBT minting:
Persist xpub/derivation paths used by Minter
The goal is to ensure, if tapd is terminated during the minting process, that the paths / xpubs are stored to disk / DB
Non-MVP enhancement
Enable resumption of minting from persisted xpub/derivation paths
The text was updated successfully, but these errors were encountered:
Context:
https://github.com/lightninglabs/taproot-assets/tree/cold-group-key
While assessing the MVP functionality of PSBT-based minting (to enable users to mint assets with signatures produced by sending a PSBT to a signing device s.a. a hardware signer) the commit 74f5a32 enhances Minter functionality to produce correct PSBT with proper derivation info.
Remaining functionality necessary for production-ready PSBT minting:
The goal is to ensure, if tapd is terminated during the minting process, that the paths / xpubs are stored to disk / DB
Non-MVP enhancement
The text was updated successfully, but these errors were encountered: