lnd/kvdb
Oliver Gugger 97f139b617
Merge pull request #7353 from bottlepay/bump-kvdb-etcd
kvdb: bump etcd to v3.5.7
2023-01-24 15:58:15 +01:00
..
etcd kvdb+docs: remove etcd test fixture cleanup calls 2023-01-24 09:23:50 +02:00
postgres kvdb+refactor: move all general sqlite code to seprate dir 2023-01-23 09:05:11 +02:00
sqlbase kvdb: add sqlite 2023-01-23 09:14:08 +02:00
sqlite kvdb: add sqlite 2023-01-23 09:14:08 +02:00
backend_js.go
backend.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
bolt_compact.go kvdb/bolt_compact: have log message take account space multiplier 2021-11-21 21:52:30 -08:00
bolt_fixture.go kvdb: use T.TempDir to create temporary test directory 2022-08-24 09:03:04 +08:00
bolt_test.go kvdb: use T.TempDir to create temporary test directory 2022-08-24 09:03:04 +08:00
config.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
debug.go
etcd_test.go kvdb+docs: remove etcd test fixture cleanup calls 2023-01-24 09:23:50 +02:00
go.mod kvdb: bump etcd to v3.5.7 2023-01-24 13:52:20 +01:00
go.sum kvdb: bump etcd to v3.5.7 2023-01-24 13:52:20 +01:00
interface.go kvdb: add ForAll 2022-01-12 19:11:53 +01:00
kvdb_etcd.go kvdb: unify how the db backend for tests is set 2023-01-23 09:05:11 +02:00
kvdb_no_etcd.go kvdb: unify how the db backend for tests is set 2023-01-23 09:05:11 +02:00
kvdb_no_postgres.go multi: run go fmt with go 1.17 2021-11-08 22:39:41 +01:00
kvdb_no_sqlite.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
kvdb_postgres.go multi: run go fmt with go 1.17 2021-11-08 22:39:41 +01:00
kvdb_sqlite.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
log.go kvdb+refactor: move all general sqlite code to seprate dir 2023-01-23 09:05:11 +02:00
nodebug.go
postgres_test.go kvdb: add ForAll 2022-01-12 19:11:53 +01:00
prefetch_test.go
readwrite_bucket_test.go kvdb: add ForAll 2022-01-12 19:11:53 +01:00
readwrite_cursor_test.go
readwrite_tx_test.go
test_utils.go channeldb/test: test with postgres 2021-10-29 10:54:44 +02:00
test.go