lnd/channeldb/migration32
Elle Mouton ab7aae0708
multi: rename nolint:lll to nolint:ll
Find and replace all nolint instances refering to the `lll` linter and
replace with `ll` which is the name of our custom version of the `lll`
linter which can be used to ignore log lines during linting.

The next commit will do the configuration of the custom linter and
disable the default one.
2024-12-02 09:14:21 +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.go routing+channeldb: migrate MC store to use minimal Route encoding 2024-09-30 11:40:25 +02:00
migration_test.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +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