lndk/src
jbesraa f8904ff385
Upgrade rust-lightning to 0.0.123
Among the changes from previous LDK version:
1. No need to pass `Secp256k1Error` to `SignError`
2. `OnionMessenger` takes extra argument which should implement `NL`
referring to `NodeIdLookUp` trait. This required adding new struct
`LndkNodeIdLookUp` to implement the above trait.
3. `path.introduction_node` is replaced in favor of `path.introduction_node()`
4. `OfferBuilder` signature change. `OfferBuilder::new` takes now pubkey  instead of disc.
5.  Replace `sign_closure` with `LndkSigner` struct and implemented `SignInvoiceRequestFn` trait for it
2024-07-09 10:51:22 +03:00
..
tests multi: add test utils with deterministic pubkey generation 2023-05-17 11:05:10 -04:00
cli.rs cli: return error code on error 2024-06-24 00:21:51 -05:00
clock.rs Add tokio clock default to satisfy clippy 2024-03-06 15:20:56 -06:00
lib.rs Upgrade rust-lightning to 0.0.123 2024-07-09 10:51:22 +03:00
lnd.rs Upgrade rust-lightning to 0.0.123 2024-07-09 10:51:22 +03:00
lndk_offers.rs Upgrade rust-lightning to 0.0.123 2024-07-09 10:51:22 +03:00
main.rs server: require TLS for interacting with server 2024-06-18 23:33:32 -05:00
onion_messenger.rs Upgrade rust-lightning to 0.0.123 2024-07-09 10:51:22 +03:00
rate_limit.rs multi: format comments to 100 width 2024-06-07 21:50:38 -05:00
server.rs Upgrade rust-lightning to 0.0.123 2024-07-09 10:51:22 +03:00