rust-lightning/lightning/src/util
Jeffrey Czyz 8e7ceabe48
Use option TLV decoding for short_channel_id
Using ignorable TLV decoding is only applicable for an Option containing
an enum, but short_channel_id is an Option<u64>. Use option TLV encoding
instead.
2021-10-25 10:18:12 -05:00
..
atomic_counter.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
byte_utils.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
chacha20.rs Actual no_std support 2021-08-03 09:34:56 +02:00
chacha20poly1305rfc.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
config.rs Clean up existing and add range-based closing_signed negotiation 2021-08-17 02:16:01 +00:00
enforcing_trait_impls.rs Use ClosingTransaction in BaseSign 2021-09-09 20:49:24 +02:00
errors.rs Add APIError::IncompatibleShutdownScript 2021-08-09 15:56:29 -05:00
events.rs Use option TLV decoding for short_channel_id 2021-10-25 10:18:12 -05:00
fuzz_wrappers.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
logger.rs Collect all lightning std::sync imports under crate::sync 2021-07-19 15:01:58 +02:00
macro_logger.rs Remove DynamicOutputP2WPKH ref in logger 2021-08-27 01:42:52 +00:00
message_signing.rs Enforces sig_rec length in message_signing 2021-07-20 11:41:38 +02:00
mod.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
poly1305.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
scid_utils.rs Improve short_channel_id utils 2021-03-09 15:34:52 -05:00
ser.rs Use Infallible for the unconstructable default custom message type 2021-09-22 22:01:40 +00:00
ser_macros.rs Move MonitorEvent serialization to TLV-enum-upgradable from custom 2021-10-18 22:04:56 +00:00
test_utils.rs Update test_dup_htlc_onchain_fails_on_reload for new persist API 2021-10-20 00:06:18 +00:00
transaction_utils.rs Actual no_std support 2021-08-03 09:34:56 +02:00
zbase32.rs Use alloc for no_std builds 2021-05-27 17:35:20 +00:00