rust-lightning/pending_changelog/3604-upgrades-prior-to-113-not-supported.txt
Jeffrey Czyz e23d32dadd
Remove InMemorySigner (de-)serialization support
InMemorySigner no longer holds channel_value_satoshis and
channel_parameters. Instead of writing 0 and None, respectively, drop
(de-)serialization support entirely since InMemorySigner hasn't been
serialized since SERIALIZATION_VERSION 2.
2025-02-27 14:12:53 -06:00

2 lines
97 B
Text

## API Updates (0.2)
* Upgrading from versions prior to 0.0.113 is no longer supported (#3604).