rust-lightning/lightning/src/ln
Matt Corallo 8f3750304b Move BogusHopData generation into test instead of OnionHopData.
This, as it should be, restricts OnionHopData to only being able to
represent valid states, while still allowing for tests to generate
bogus hop data fields to test deserialization.
2020-02-11 13:48:56 -05:00
..
chan_utils.rs
chanmon_update_fail_tests.rs
channel.rs Fix sending funding_locked with 1 conf. 2020-02-10 17:09:21 -05:00
channelmanager.rs Pull hmac out of OnionHopData. 2020-02-11 13:48:56 -05:00
channelmonitor.rs
features.rs
functional_test_utils.rs Update ChannelManager's ChannelMonitor Arc to be a Deref 2020-01-25 14:39:52 -05:00
functional_tests.rs Move BogusHopData generation into test instead of OnionHopData. 2020-02-11 13:48:56 -05:00
mod.rs
msgs.rs Move BogusHopData generation into test instead of OnionHopData. 2020-02-11 13:48:56 -05:00
onion_utils.rs Move BogusHopData generation into test instead of OnionHopData. 2020-02-11 13:48:56 -05:00
peer_channel_encryptor.rs
peer_handler.rs Merge pull request #490 from jkczyz/2020-02-initial-routing-sync 2020-02-10 22:18:48 +00:00
router.rs Add a test for Router's should_request_full_sync 2020-02-10 12:01:35 -08:00
wire.rs