rust-lightning/lightning/src/util
2022-09-29 20:27:53 +00: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 Drop fuzztarget feature entirely 2022-02-18 17:03:04 +00:00
chacha20poly1305rfc.rs Encrypt+MAC most P2P messages in-place 2022-09-12 18:06:52 +00:00
config.rs Account for zero fee HTLC transaction within dust limit calculation 2022-09-13 10:58:36 -07:00
crypto.rs bitcoin crate 0.28.1 2022-05-05 18:04:42 +02:00
enforcing_trait_impls.rs Use proper sighash flag for remote HTLCs with anchor outputs 2022-09-13 10:58:14 -07:00
errors.rs Rename APIError::MonitorUpdateFailed to MonitorUpdateInProgress 2022-09-29 20:27:53 +00:00
events.rs Merge pull request #1699 from TheBlueMatt/2022-08-announcement-rework 2022-09-09 00:34:10 +00:00
fairrwlock.rs Fix unused code warnings. 2022-05-13 18:03:51 +02:00
fuzz_wrappers.rs Drop fuzztarget feature entirely 2022-02-18 17:03:04 +00:00
invoice.rs Improve KeysInterface::sign_invoice API 2022-01-24 09:48:56 +01:00
logger.rs Support building cfg=c_bindings with no-std 2022-01-05 07:24:46 +00:00
macro_logger.rs Update HTLC script detection to check for anchor output variants 2022-09-13 10:58:32 -07:00
message_signing.rs bitcoin crate 0.28.1 2022-05-05 18:04:42 +02:00
mod.rs Move PersistenceNotifier to a new util module 2022-08-09 06:06:18 +00:00
persist.rs Clarify ambiguous comment in persist methods 2022-09-29 20:27:53 +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 Define a crate-public constant for max fake SCID in blocks offset 2022-05-27 22:40:07 +00:00
ser.rs Merge pull request #1659 from valentinewallace/2022-08-fix-payload-decode 2022-08-15 14:32:47 -04:00
ser_macros.rs Rename HighZeroBytesDroppedVarInt to HighZeroBytesDroppedBigSize 2022-08-15 11:41:59 -04:00
test_utils.rs Rework chain::Watch return types to make async updates less scary 2022-09-29 20:27:53 +00:00
time.rs Handle monotonic clock going backwards during runtime 2022-09-02 21:57:32 +00:00
transaction_utils.rs Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00
wakers.rs Fix several compile warnings when testing in no-std mode 2022-09-10 00:18:32 +00:00
zbase32.rs Use alloc for no_std builds 2021-05-27 17:35:20 +00:00