lnd/channeldb/migration32
Elle Mouton 383a6d274f
routing+channeldb: migrate MC store to use minimal Route encoding
Add a new mcRoute type that houses the data about a route that MC
actually uses. Then add a migration (channeldb/migration32) that
migrates the existing store from its current serialisation to the new,
more minimal serialisation.
2024-09-30 11:40:25 +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 channeldb: boiler plate code for migration32 2024-09-30 11:40:25 +02:00
migration_test.go routing+channeldb: migrate MC store to use minimal Route encoding 2024-09-30 11:40:25 +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+channeldb: migrate MC store to use minimal Route encoding 2024-09-30 11:40:25 +02:00
route.go channeldb: boiler plate code for migration32 2024-09-30 11:40:25 +02:00