rust-lightning/lightning/src
Matt Corallo b83e93c799 Stop tracking feature bits as known or required in features.rs
Now that the `*Features::known` constructor has been removed, there
is no reason to define feature bits as either optional required in
`features.rs` - that logic now belongs in the modules that are
responsible for the given features.

Instead, we only list all features in each context.
2022-09-14 20:10:17 +00:00
..
chain Remove all remaining references to *Features::known 2022-09-14 20:09:36 +00:00
ln Stop tracking feature bits as known or required in features.rs 2022-09-14 20:10:17 +00:00
onion_message Remove all remaining references to *Features::known 2022-09-14 20:09:36 +00:00
routing Remove all remaining references to *Features::known 2022-09-14 20:09:36 +00:00
util Remove all remaining references to *Features::known 2022-09-14 20:09:36 +00:00
debug_sync.rs Fix new compilation warnings in debug_sync module 2022-07-26 20:29:36 +00:00
lib.rs Expose onion message module as public 2022-09-02 16:25:32 -04:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00