-
Is our usage of `DISPLAY_BACKWARDS = true` in the `sha256d` type correct?
In [bip143](https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki#Backward_compatibility) there is a test that inc…
-
Reported by @cc1 in #272. See https://github.com/wizardsardine/liana/issues/272#issuecomment-1379547330.
-
I plan to dramatically increase portability of the new release, including support for WASM builds, by reducing number of dependencies - and getting rid of all C-libraries downstream. Specifically, I p…
-
The upcoming release of the Ledger Bitcoin app will come with miniscript support, but will break compatibility with the legacy protocol (used before app version 2.0.0, and now deprecated). Currently, …
-
Needed to remove the broken `contracthash` module from rust-bitcoin, see https://github.com/rust-bitcoin/rust-bitcoin/pull/365
I'll take this on because I directly use this API in Liquid and have s…
-
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…
-
After https://github.com/rust-bitcoin/rust-bitcoin/pull/954 and rust-bitcoin 0.29 release, we can use the new API to cleanup `script_code_p2wpkh` here to cleanup manual calculation in `psbt/mod.rs`
-
Hi,
In bdk there is some nice code for signing PSBTs, I'd like to upstream it to `rust-bitcoin` so others can use it (actually, so I can use it while writing PSBT tests/examples).
I've started t…
-
Any particular reason why we're using CompressedPublicKey in the wallet and some of the crypto or is that just legacy code that I can update to using PublicKey? Looks like the wallet hasn't been touch…
-
Multipath descriptors were proposed as a way to optimize the descriptor backup for the common case of having two derivation chains (one for receiving addresses, one for change).
A BIP was proposed …