rust-lightning/lightning
Matt Corallo 1c6ce8e789 Add skipping variants to impl_writeable_tlv_based_enum_upgradable
In some cases, we have variants of an enum serialized using
`impl_writeable_tlv_based_enum_upgradable` which we don't want to
write/read. Here we add support for such variants by writing them
using the (odd) type 255 without any contents and using
`MaybeReadable` to decline to read them.
2024-07-08 19:06:59 +00:00
..
src Add skipping variants to impl_writeable_tlv_based_enum_upgradable 2024-07-08 19:06:59 +00:00
Cargo.toml Upgrade rust-bitcoin to 0.31 2024-05-30 18:35:29 +08:00