Completely rewrite channel HTLC tracking and processing
authorMatt Corallo <git@bluematt.me>
Wed, 4 Apr 2018 15:56:54 +0000 (11:56 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 17 Apr 2018 00:35:21 +0000 (20:35 -0400)
commit374ea1f05e301b7f2c47781ad4f7a3ac5ac909fd
tree8a4e01120353eb3e55892ff6e21465a46268727f
parente2b1b1be78384ab7a5d63dd3ef5e54eb7eb6e662
Completely rewrite channel HTLC tracking and processing

It obviously was nonsensical prior, though its now way more
complicated...there's refactoring work to be done here, but it
should at least kinda sorta work now.
fuzz/fuzz_targets/channel_target.rs
src/ln/channel.rs
src/ln/channelmanager.rs
src/ln/msgs.rs
src/ln/peer_handler.rs
src/util/events.rs