rust-lightning/lightning/src/ln
Devrandom a5869b9281 Revocation enforcement in signer
We want to make sure that we don't sign revoked transactions.

Given that ChannelKeys are not singletons and revocation enforcement is stateful,
we need to store the revocation state in KeysInterface.
2021-01-18 17:59:43 -08:00
..
chan_utils.rs Introduce CommitmentTransaction, ChannelTransactionParameters 2020-12-30 13:40:18 -08:00
chanmon_update_fail_tests.rs Use TestKeysInterface in functional tests 2021-01-18 11:59:39 -08:00
channel.rs Fold sign_holder_commitment_htlc_transactions into sign_holder_commitment 2021-01-18 10:24:31 -08:00
channelmanager.rs Use KeysInterface::read_chan_signer for all channel keys deser 2021-01-04 12:40:40 -05:00
features.rs Change routing table sync to use gossip_queries 2020-12-14 12:52:54 -05:00
functional_test_utils.rs Use TestKeysInterface in functional tests 2021-01-18 11:59:39 -08:00
functional_tests.rs Revocation enforcement in signer 2021-01-18 17:59:43 -08:00
mod.rs Put test utilities behind a feature flag. 2020-10-16 11:30:33 -04:00
msgs.rs Fix comment for sync_routing_table 2020-12-15 13:48:14 -05:00
onchaintx.rs Revocation enforcement in signer 2021-01-18 17:59:43 -08:00
onion_route_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
onion_utils.rs fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
peer_channel_encryptor.rs fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
peer_handler.rs Change routing table sync to use gossip_queries 2020-12-14 12:52:54 -05:00
reorg_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
wire.rs Add gossip_queries messages to wire decoding 2020-12-01 17:18:24 -05:00