-
Update transaction parsing for Segwit
-
Noted [here](https://github.com/zcash/librustzcash/pull/286/files#r482234232):
> Amounts were added to sighash following the SegWit design, but per [this SegWit bug](https://blog.trezor.io/latest-f…
-
In testnet v4 I noticed duplicate transactions happening when sending coins from non-segwit addresses to segwit ones.
This also breaks balance fetch as it doubles up.
I can reproduce this when usi…
-
The follow up regex in
https://github.com/bitcoinsearch/chat-btc/blob/6399aef200ba7f2f279887a5ad119dc60c63ae81/src/config/chatAPI-config.ts#L17
Isn't always reproducible by gpt.
Here is one of th…
-
The current `Block` API is lacking and we would like to move good clean API's over to `primitives` [0]. As such we would like to re-think the API.
From comment here: https://github.com/rust-bitcoin…
-
URL: https://bitcoin.org/en/developer-examples#transactions
The tutorial in this section no longer works with Bitcoin Core 0.16.0 and above because (1) regtest defaults to segwit being activated, (…
-
In trying to update HWI to get trusted inputs for segwit inputs, it seems like version 1.4.2 is producing incorrect signatures for transactions containing multiple segwit inputs.
I've largely been …
-
As for the title from this package, are there anyways to calculate the base58 secret key and the P2TR standard from the given `mnemonic` or `path` of the private key?
A pay-to-taproot (P2TR), also …
-
Add support for P2SH-wrapped SegWit Transactions.
There are two types of transactions, both of which appear as regular, backward-compatible (BIP-16) P2SH addresses to legacy (non-Segwit) wallet.
…
-
With the rather high fees for transactions now, methods to reduce these are welcome.
As I understand it, SegWit transactions reduce the on-block transaction size, so reduce data, and reduce fees. Ma…