rust-lightning/lightning/src/ln
Matt Corallo 4cc0d9dfe5 Change serialization backwards compat in Channel to use new version
Instead of interpreting the backwards compatibility data in Channel
serialization, use the serialization version bump present in 0.0.99
as the flag to indicate if a channel should be read in backwards
compatibility.
2021-07-09 01:33:44 +00:00
..
chan_utils.rs Fix TLV serialization to work with large types. 2021-06-24 16:25:31 -04:00
chanmon_update_fail_tests.rs Send channel_update messages to direct peers on private channels 2021-07-07 19:45:33 +00:00
channel.rs Change serialization backwards compat in Channel to use new version 2021-07-09 01:33:44 +00:00
channelmanager.rs Add a note clarifying the API guarantees of create_channel 2021-07-09 01:33:44 +00:00
features.rs Use alloc for no_std builds 2021-05-27 17:35:20 +00:00
functional_test_utils.rs Optionally reject HTLC forwards over priv chans with a new config 2021-07-09 01:33:44 +00:00
functional_tests.rs Optionally reject HTLC forwards over priv chans with a new config 2021-07-09 01:33:44 +00:00
mod.rs Use alloc for no_std builds 2021-05-27 17:35:20 +00:00
msgs.rs Merge pull request #965 from TheBlueMatt/2021-06-log-cleanups 2021-06-29 20:13:50 +00:00
onion_route_tests.rs Make the base fee configurable in ChannelConfig 2021-07-09 00:50:30 +00:00
onion_utils.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
peer_channel_encryptor.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
peer_handler.rs Send channel_update messages to direct peers on private channels 2021-07-07 19:45:33 +00:00
reorg_tests.rs Use hashbrown replacements for std equivalents 2021-06-18 21:54:21 +00:00
wire.rs More consistently log in msg handling, incl full msg logging at trace 2021-06-29 19:36:47 +00:00