rust-lightning/fuzz/src
Matt Corallo e84f5edbc5 Increase the CLTV delay required on payments and forwards
This increases the CLTV_CLAIM_BUFFER constant to 18, much better
capturing how long it takes to go on chain to claim payments.
This is also more in line with other clients, and the spec, which
sets the default CLTV delay in invoices to 18.

As a side effect, we have to increase MIN_CLTV_EXPIRY_DELTA as
otherwise as are subject to an attack where someone can hold an
HTLC being forwarded long enough that we *also* close the channel
on which we received the HTLC.
2021-05-05 20:09:11 +00:00
..
bin Fix a number of bugs in zbase32 and add a fuzzer which caught them. 2021-04-16 07:35:03 +02:00
msg_targets Adding fuzzers for gossip_queries messages 2020-09-14 16:19:32 -04:00
utils Remove Send and Sync from core crate 2021-04-29 21:07:28 +02:00
chanmon_consistency.rs Merge pull request #845 from ariard/2021-03-hardcode-dust 2021-05-04 01:44:18 +00:00
chanmon_deser.rs Revert "Merge pull request #819 from TheBlueMatt/2021-03-810-rebased" 2021-03-05 13:35:07 -08:00
full_stack.rs Increase the CLTV delay required on payments and forwards 2021-05-05 20:09:11 +00:00
lib.rs Fix a number of bugs in zbase32 and add a fuzzer which caught them. 2021-04-16 07:35:03 +02:00
peer_crypt.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
router.rs Rename RouteHint to RouteHintHop (which is more accurate) 2021-04-20 16:26:56 -04:00
zbase32.rs Fix a number of bugs in zbase32 and add a fuzzer which caught them. 2021-04-16 07:35:03 +02:00