-
Hi,
We just released v0.30.0 of `rust-bitcoin`, assuming you guys are going to upgrade, can I ask a favour please. If the upgrade is painful can you please give me feedback. There is a fair bit of …
-
Hi, i want to register a wallet polixy with 2 xpub keys (from Ledgers) and 1 external public key (i can't get an extended public key for third key). From docs i understand that ability is not implemen…
-
# Description
### What is this talk about? Give us as many details as possible.
Security is always about compromises. But in Bitcoin, you definitely don't want to lose access... and that's what sca…
-
-
[https://docs.rs/miniscript/10.0.0/miniscript/#deriving-an-address-from-a-descriptor](url)
In the docs, `.max_satisfaction_weight()` is described as resulting in an estimation "// Estimate the sati…
-
Something like this because with the current method using `range_descriptor_spks` the returned iterator will not be able quickly call `skip` or `nth` on the iterator. It will do all the intermediate d…
-
Steps:
1. Launch the app
2. Theme is not applied
3. Then I manually run save `init.lua` via Ctrl+S
4. Theme applied
Config:
![image](https://github.com/lite-xl/lite-xl/assets/46971551/2f6cfed…
-
In bitcoinjs-lib, I decided to throw a runtime exception when the feerate of the transaction is 2500 sats/vByte or higher.
The 2500 value can be overridden with a constructor parameter, AND the ext…
-
This issue is to discuss the [26.0 Release Candidate Testing Guide](https://github.com/bitcoin-core/bitcoin-devwiki/wiki/26.0-Release-Candidate-Testing-Guide). If you have any issues with or feedback …
-
**Describe the enhancement**
Not sure if this is a feature request or a bug. It sounds like BDK v1.0 wants to have good async support, so it seems this would be good to get working before then? But…