Elias Rohrer
Elias Rohrer
Follow-up to https://github.com/lightningdevkit/rust-lightning/pull/3234 IMO, it's confusing that we now have both `lightning::ln::types::*` and `lightning-types`. E.g., `ChannelId` is currently still in `lightning::ln::types`, should we move it to `lightning-types`?
**Describe the enhancement** When sequentially creating multiple transactions, `TxBuilder` might currently reuse the same UTXOs, potentially exposing us to double-spend ourselves if we want to bring all of these generated...
**Describe the enhancement** Currently, the docs for `bdk_wallet::ChangeSet` are not super clear on what requirements implementations of `WalletPersister` need to fulfill. In Discord, we established that: - Sub-`ChangeSet`s (i.e., local_chain,...
.. while it's still magical, the URLs seem to be outdated ..
We are users of `hashbrown`, directly as well as through other dependencies over which are out of our control (notably, `indexmap`). Unfortunately, yanking `hashbrown` 0.15.0 and releasing 0.15.1 also bumped...
Based on #52. In typical mobile environments, a program that is not currently being focused on by the user will be suspended, with all its TCP connections dropped. This specification...
Previously, bLIP-51 / LSPS1 only supported BOLT11 and onchain payment options. Here we add the necessary fields to allow to pay the LSP via BOLT12 offers. Sample implementation over at...
It would be great if we could add APIs that would allow the user to determine which 'type' of transaction any given transaction would be related to channel operation. Especially...
We bump our `electrum_client` dependency to v0.22 which is the newest version and also aligns with recent BDK releases. Also, recently `rustls` introduced a new default crypto provider in `aws-lc-rc`....