Elle Mouton
fee94ae5af
watchtower: start using the new channel max heights
...
This commit also adds tests for the DB changes made in the previous
commit since we can now read the new field with the FetchChanInfos
method.
The commit following this one does the backfill migration.
2023-11-27 20:01:17 +02:00
Elle Mouton
ff0d8fc619
watchtower: completely remove the mock tower client DB
...
Remove the use of the mock tower client DB and use the actual bbolt DB
everywhere instead.
2023-09-13 12:21:04 +02:00
Elle Mouton
66f6bf3955
watchtower/wtmock: add in-memory impl of Queue
...
This commit adds an in-memory implementation of the Queue interface.
This can be used for tests.
2023-05-16 10:57:49 +02:00
Elle Mouton
5cc7438d33
watchtower/wtdb: add bolt db impl of Queue
...
This commit adds a new generic DiskQueueDB type which is an
bbolt implementation of the Queue interface.
2023-05-16 10:57:49 +02:00