rust-lightning/lightning
Matt Corallo 84fa127661 Provide our peers with SCID aliases and forward payments with them
This creates an SCID alias for all of our outbound channels, which
we send to our counterparties as a part of the `funding_locked`
message and then recognize in any HTLC forwarding instructions.

Note that we generate an SCID alias for all channels, including
already open ones, even though we currently have no way of
communicating to our peers the SCID alias for already-open
channels.
2022-03-09 19:14:39 +00:00
..
src Provide our peers with SCID aliases and forward payments with them 2022-03-09 19:14:39 +00:00
Cargo.toml Bump crate versions to 0.0.105/invoice 0.13 2022-03-01 00:43:24 +00:00