lnd/channeldb/migration32
Elle Mouton 5370c90906
routing+migration32: update MC encoding to use pure TLV
In this commit, we update an existing migration which at the time of
writing has not been included in a release. We update it so that it
converts the format used for MissionControl result encoding to use pure
TLV instead. The 3 structs that have been updated are: `mcHop`,
`mcRoute` and `paymentResult`.
2024-11-01 12:28:06 +02:00
..
codec.go channeldb: boiler plate code for migration32 2024-09-30 11:40:25 +02:00
hop.go channeldb: boiler plate code for migration32 2024-09-30 11:40:25 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
migration_test.go routing+migration32: update MC encoding to use pure TLV 2024-11-01 12:28:06 +02:00
migration.go routing+channeldb: migrate MC store to use minimal Route encoding 2024-09-30 11:40:25 +02:00
mission_control_store.go routing+migration32: update MC encoding to use pure TLV 2024-11-01 12:28:06 +02:00
route.go routing+channeldb: let Vertex implement tlv.RecordProducer 2024-11-01 08:59:54 +02:00