Migrate ChannelMonitor serialization to new ser framework(ish)
authorMatt Corallo <git@bluematt.me>
Wed, 19 Sep 2018 17:31:14 +0000 (13:31 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Sep 2018 14:46:13 +0000 (10:46 -0400)
commit79a0a0c95910509b54ca98371758aac9af23b2ba
tree83bc8658e1e73bc9ebec721b0033a9b71aa32347
parent28d0d44e442d2a5455d58b2820acaae794807415
Migrate ChannelMonitor serialization to new ser framework(ish)

Sadly we can't straight up use the new serialization framework as
we have a few different serialization variants, but that's OK, it
looks identical and is just missing the Writeable impl
fuzz/fuzz_targets/chanmon_deser_target.rs
src/ln/channelmonitor.rs
src/util/test_utils.rs