-
And remove retrieve feature
![Image](https://uploads.linear.app/c8e8f024-b2c2-4ad0-bd89-aa3271054daa/669f3f4a-bf88-4233-bd93-53953d3a8844/e892f212-e061-43a8-a82b-652d8f72b74b?signature=eyJhbGciOiJIUz…
-
Will miniscript be adapted for taproot?
I guess a few things should change for taproot, as now we need the tap scripts, and not using OP_CHECKMULTISIG.
-
It appears that trying to decode a taproot address does not work, saying the checksum has failed.
-
Wrt import/export file format. What is correctly formatted HWW export format if HWW can also provide taproot key ? Just adding `TaprootExtPubKey` to CC export from previous comment (even version witho…
-
Support for P2TR (as well as bech32m encoding/decoding) would be good to have in this library.
A lot of implementation details can probably be taken from the bitcoin functional tests.
(I filed a…
-
Supporting Taproot addresses should be great IMHO.
AFAIK Bitfinex, Kraken and Green wallet support P2TR (and many others exchanges).
Edit:
https://blog.boltz.exchange/p/introducing-taproot-swap…
-
Implement a new trade mode for full onchain escrow. Compared to the current LN mode, it will allow for larger trades, fully trust-less pipeline and higher safety assurance (zero custodial risk). It wi…
-
Right now, the `SignCommand::Sign` type takes a `block` and a `is_taproot` boolean flag. The newly added SignerDB doesn't differentiate between taproot or schnoor block signatures, which can lead to i…
-
The function doesn't work with tapBip32Derivation params
https://github.com/cpuchain/btc-signer/blob/main/src/wallet.ts#L754C18-L754C33
Would like to know if it could be solved without iterating…
-
See if `bitcore-lib-inquisition` can be used to generate Taproot addresses. If so, get rid of `@cmdcode/tapscript` dependency and use `bitcore-lib-inquisition` for everything.
https://github.com/sC…