rust-lightning/lightning/src/ln
Willem Van Lint ef5be580f5 Remove AvailableBalances::balance_msat
The ChannelMonitor::get_claimable_balances method provides a more
straightforward approach to the balance of a channel, which satisfies
most use cases. The computation of AvailableBalances::balance_msat is
complex and originally had a different purpose that is not applicable
anymore.
2023-08-15 11:42:00 -07:00
..
chan_utils.rs Migrate chan_utils vec_type TLVs to required/optional 2023-07-07 21:07:06 +00:00
chanmon_update_fail_tests.rs Add test coverage ChannelClosed event fields 2023-08-08 14:07:16 +03:00
channel.rs Remove AvailableBalances::balance_msat 2023-08-15 11:42:00 -07:00
channelmanager.rs Remove AvailableBalances::balance_msat 2023-08-15 11:42:00 -07:00
features.rs Make requires_unknown_bits_from param type bindings compatible 2023-07-20 21:43:52 +00:00
functional_test_utils.rs Merge pull request #2387 from vladimirfomene/add_extra_fields_to_ChannelClosed_event 2023-08-10 22:43:21 +00:00
functional_tests.rs Send error message to peer if we drop an unfunded channel on timeout 2023-08-14 16:22:33 +02:00
inbound_payment.rs Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
mod.rs Impl PartialOrd and Ord for Invoice 2023-05-09 12:39:17 -05:00
monitor_tests.rs Add test coverage ChannelClosed event fields 2023-08-08 14:07:16 +03:00
msgs.rs De/serialize custom TLVs on {Inbound,Outbound}OnionPayload 2023-08-08 16:13:19 -05:00
onion_route_tests.rs Add FailureCode::InvalidOnionPayload variant 2023-08-08 16:16:44 -05:00
onion_utils.rs De/serialize custom TLVs on {Inbound,Outbound}OnionPayload 2023-08-08 16:13:19 -05:00
outbound_payment.rs Drop non-matching custom TLVs when receiving MPP 2023-08-08 16:16:43 -05:00
payment_tests.rs Merge pull request #2387 from vladimirfomene/add_extra_fields_to_ChannelClosed_event 2023-08-10 22:43:21 +00:00
peer_channel_encryptor.rs Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
peer_handler.rs No-export APeerManager in bindings 2023-07-20 21:43:52 +00:00
priv_short_conf_tests.rs Add test coverage ChannelClosed event fields 2023-08-08 14:07:16 +03:00
reload_tests.rs Add test coverage ChannelClosed event fields 2023-08-08 14:07:16 +03:00
reorg_tests.rs Add test coverage ChannelClosed event fields 2023-08-08 14:07:16 +03:00
script.rs
shutdown_tests.rs Add test coverage ChannelClosed event fields 2023-08-08 14:07:16 +03:00
wire.rs Implement enqueue_message trait requirements on Message enum 2023-05-26 14:40:14 -07:00