Jeffrey Czyz
Jeffrey Czyz
See https://github.com/lightningdevkit/ldk-sample/pull/78.
https://github.com/lightningdevkit/rust-lightning/pull/1706 added proper support for compact block filters to the `lightning-block-sync` crate. The guide "Blockchain Data" guide needs to be updated such that (1) the code examples use the updated...
The spec was recently changed to use `offer_issuer_id` instead of `offer_node_id`. LDK always used `signing_pubkey` to avoid confusion with a `node_id`. Rename it to `issuer_id` now that the spec is...
The BOLT12 spec defines experimental TLV ranges that are allowed in messages. Allow this range when parsing those messages and include those bytes in subsequent messages (i.e., experimental `offer` TLVs...
When creating an `InvoiceRequests`, users may choose to either use a transient signing pubkey generated by LDK or provide a static one. Disallow the latter as it allows users to...