Include pending HTLCs in ChannelDetails
authorWillem Van Lint <noreply@wvanlint.dev>
Sat, 5 Aug 2023 00:07:04 +0000 (17:07 -0700)
committerWillem Van Lint <noreply@wvanlint.dev>
Tue, 6 Feb 2024 01:35:54 +0000 (17:35 -0800)
commit67e788eaa7b12e102c33d568017be3b97080f198
tree0992c4fbac0c63dde362670312975a71f8177d84
parente64342afab9c5aed1ed3592fcc2e2f3a38fac101
Include pending HTLCs in ChannelDetails

This exposes details around pending HTLCs in ChannelDetails.  The state
of the HTLC in the state machine is also included, so it can be
determined which protocol message the HTLC is waiting for to advance.
fuzz/src/router.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/routing/router.rs