rust-lightning/lightning/src
Jeffrey Czyz 87233488cc
Test index-out-of-bounds in Features::to_context
When there are fewer known `from` feature bytes than known `to` feature
bytes, an index-out-of-bounds error can occur if the `from` features
have unknown features set in a byte past the greatest known `from`
feature byte.
2021-07-14 20:34:13 -05:00
..
chain Make the base fee configurable in ChannelConfig 2021-07-09 00:50:30 +00:00
ln Test index-out-of-bounds in Features::to_context 2021-07-14 20:34:13 -05:00
routing Remove unnecessary feature test-only methods 2021-07-14 16:26:08 -07:00
util Optionally reject HTLC forwards over priv chans with a new config 2021-07-09 01:33:44 +00:00
lib.rs Use hashbrown replacements for std equivalents 2021-06-18 21:54:21 +00:00