Update ChannelConfig serialization to be TLV-based
authorMatt Corallo <git@bluematt.me>
Mon, 21 Jun 2021 19:55:45 +0000 (19:55 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 9 Jul 2021 00:50:30 +0000 (00:50 +0000)
commitdac8b7b399d020bc79a6a6c4a119345da0ee8acd
tree0a6186096b72945d26e212c3d58c8e09cf80e561
parent12253e533165fdc13bec0d4e292886068eb79b0a
Update ChannelConfig serialization to be TLV-based

This was missed prior to 0.0.98, so requires a
backwards-compatibility wrapper inside the `Channel` serialization
logic, but it's not very complicated to do so.
lightning/src/ln/channel.rs
lightning/src/util/config.rs
lightning/src/util/ser_macros.rs