-
**Reviewing Docs PRs (very low risk)**
My personal view is that there are high risk PRs (consensus code), medium risk PRs (non consensus code, GUI?), low risk PRs (tests) and very low risk PRs (doc…
-
-
As requested by Friedger for catamaranswaps.
-
Should say "Copy Stacks address" and should we add the Bitcoin address here as well (Native SegWit) alongside it to the left?
-
- [ ] Add `full_segwit` param to enable/electrum, which forces MM2 to generate SegWit address instead of legacy. The SegWit address is returned in response
- [ ] Implement SegWit tx signing. Changes …
-
Is there any standard way to determine if a UXTO is segwit or not?
I have a bunch of uxto's and want to pass them to coin select.
```
let utxos = [
...,
{
txId: '...',
vout: 0,
…
-
To make privacy easier in Unstoppable Wallet when using non-private cryptos (Which are most cryptos out there) I would like to suggest adding coin control and the ability to easily create new addresse…
-
I'm not sure how this escaped previous testing, but it appears the https://github.com/bitcoin-core/HWI/commit/e731395bde13362950e9f13e01689c475545e4dc in v2.2.0 has broken signing of multisig transact…
-
Hi team, thank you for providing and maintaining this library
It seems like `Transaction.fromBuffer` does not like LTC txs where MimbleWimble is involved.
Here's an example
https://live.bloc…
-
The current method only generates a legacy address but searched in all bitcoin address. Can you generate P2SH and Segwit address and separate the BITCOIN DATA fetch from LOYCE.CLUB into different addr…