-
Reading over old bips I came across BIP-69 "Lexicographical Indexing of Transaction Inputs and Outputs" - did this bip ever gain traction? Should we support it in `rust-bitcoin`?
-
I'm writing a simple demo showing the usage of "Taproot script path spend".
(like this article [A Guide to creating TapRoot Scripts with bitcoinjs-lib](https://dev.to/eunovo/a-guide-to-creating-tapr…
-
Monero does not currently let view-only wallets detect if the outputs they've scanned have been spent. While the upcoming Seraphis does support this, the current RingCT code does not. The current... '…
-
hey @paulmillr!
First things first, thank you for this lib and your work in general!
I'm trying to use to use `micro-btc-signer` and noticed that - unless I missed something when using / reading thi…
-
## Problem Definition
The current implementation of multisig in stargate uses `legacy_amino` Sign mode, as `sign_mode_direct` requires all the signers to be set beforehand.
There were a cou…
-
This would allow wallet operations like funding transactions with smart contract-based inputs such as LN, or any input the Core wallet doesn't know how to sign for.
https://github.com/bitcoin/bitco…
-
Testing and implementing new methods (like taproot), it would be beneficial to have a test method that allows us to create keys from fixed seeds (instead of generating randomly) or directly create key…
-
is there a simpler example than the existing "Taproot Key Spend" example that doesn't involve tweaking?
i'm trying to figure out how to spend from an address that was created like this:
```
bitcoi…
-
As per the discussion at TPAC on September 16:
# Overview
Multiple issuers: where there are multiple DID or URI represented issuers of a credential to a single (or multiple) parties.
This iss…
-
Add support for native segwit address payouts. Two items of complexity:
* Using `wtxid` pervasively throughout the codebase
* Upgrading the miner to create segwit outputs and possibly consume seg…