pool/clientdb
positiveblue a66a63e895
fmt: run go fmt
Since v1.19.0 `go fmt` also formats comments. This commit is only to
ensure that `go fmt ./...` does not modify any of our commited files.
2023-01-06 01:53:15 -08:00
..
migrations clientdb: add migration for existing orders 2020-10-01 13:16:50 +02:00
account.go account+clientdb: add version to account 2022-09-12 17:20:10 +02:00
account_test.go account+clientdb: add version to account 2022-09-12 17:20:10 +02:00
batch.go clientdb: remove unused pending batch TX key 2020-12-09 09:42:30 +01:00
batch_snapshot.go fmt: run go fmt 2023-01-06 01:53:15 -08:00
batch_snapshot_test.go account+clientdb: add version to account 2022-09-12 17:20:10 +02:00
batch_test.go multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
codec.go account+clientdb: add version to account 2022-09-12 17:20:10 +02:00
codec_test.go multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
db.go macaroons+clientdb: add timeout to DB open 2021-04-27 10:19:55 +02:00
event.go clientdb: add event storage 2020-10-01 13:16:48 +02:00
event_test.go multi: fix linter issues 2022-08-03 20:33:06 +02:00
log.go multi: add persistent bolt storage 2019-12-11 18:59:58 -08:00
metadata.go multi: fix linter issues 2022-08-03 20:33:06 +02:00
order.go order: add auction type field to order struct/db 2022-10-18 06:44:01 -07:00
order_event.go multi: prepare for upcoming lnd v0.14.0-beta release 2021-10-20 19:25:54 -07:00
order_test.go order: add auction type field to order struct/db 2022-10-18 06:44:01 -07:00
sidecar.go multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
sidecar_test.go clientdb: add SidecarsByID 2021-09-29 15:41:34 +02:00