-
While reading the `Message.hs` file I noticed that the `MessageHeader` type contains the a `CheckSum32` field for the payload checksum, however, old versions of Bitcoin didn't have a checksum as part …
-
Blank address are dumped during a csvdump callback when vout type is witness_v0_keyhash.
For example txid : "f1b2caa3153aa0c37dcfcdff69214911512804c55ee162ba85cc65b1597903a2"
Is there an easy fix fo…
-
Currently, electrum seems to be adding the witness_utxo for legacy P2PKH inputs; per BIP-174, the PSBT_IN_WITNESS_UTXO [should only be present for inputs which spend segwit outputs](https://github.com…
-
We still carry some command line options useful only in bitcoin. We may not need them.
- `assumevalid` (If this block is in the chain assume that it and its ancestors are valid and potentially skip…
-
When the nodes wallet was refactored to use a sqlite db segwit was also introduced
However the segwit derivation path where introduced under the BIP44 derivation path instead of the BIP84 path de…
-
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…
-
`getblocktemplate '{"rules": ["segwit", "mweb"]}'`
```
CreateNewBlock(): block weight: 19086 txs: 23 fees: 383780 sigops: 930 MWEB weight: 0
ERROR: TestBlockValidity: Consensus::CheckBlock: bad-t…
-
Started up two new wallets yesterday and no mixing option is available for my UTXO's. Please advise.
-
To support Trezor in coinjoin wallets like Wasabi (https://github.com/zkSNACKs/Meta/issues/30), some basic functionality for auto-signing / pre-confirmed signing needs to be implemented in Trezor Core…
-
I'm not sure whether this is expected or if it's a bug, but the implementation of `Transaction::weight()` considers transactions with zero inputs as non-segwit (it doesn't account for the marker and f…