rust-lightning/lightning/src
Duncan Dean 1503ebbc0e
Move Channel::opt_anchors to ChannelContext impl & move some util fns
This is one of a series of commits to make sure methods are moved by
chunks so they are easily reviewable in diffs. Unfortunately they are
not purely move-only as fields need to be updated for things to
compile, but these should be quite clear.
2023-06-14 13:42:23 +02:00
..
blinded_path Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
chain Add helper for getting claimable balance 2023-06-07 13:39:50 -05:00
events Merge pull request #1794 from dunxen/2022-10-dualfunding-act-1 2023-05-08 10:47:51 -07:00
ln Move Channel::opt_anchors to ChannelContext impl & move some util fns 2023-06-14 13:42:23 +02:00
offers Add InvoiceError message 2023-06-13 13:07:46 -05:00
onion_message Reduce log level of potential noisy log statement 2023-06-13 13:07:49 -05:00
routing Merge pull request #2156 from alecchendev/2023-04-mpp-keysend 2023-06-10 19:48:54 +00:00
sign Impl PartialEq and Debug for InMemorySigner 2023-05-31 18:19:31 -05:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Add InvoiceError message 2023-06-13 13:07:46 -05:00
lib.rs Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00:00