lnd.xprv/channeldb/kvdb
Oliver Gugger c9ab713f59
etcd: increment port for embedded etcd server
Instead of letting the OS pick a random port for us in a way that wasn't
concurrency safe, we use an atomically incremented port to avoid
collisions.
2020-12-09 09:54:23 +01:00
..
etcd etcd: increment port for embedded etcd server 2020-12-09 09:54:23 +01:00
backend.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
bolt_compact.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
config.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
interface.go multi: add reset closure to kvdb.Update 2020-11-05 17:57:12 +01:00
kvdb_etcd.go lnd+kvdb: pass LND abort context to etcd 2020-06-03 17:44:44 +02:00
kvdb_no_etcd.go lnd+kvdb: pass LND abort context to etcd 2020-06-03 17:44:44 +02:00
log.go channeldb: implement compaction 2020-11-13 10:19:50 +01:00