Oliver Gugger 1e84b52fee
lncfg+etcd: add namespace support for etcd databases
Since we're now storing the content of multiple previously distinct
database files in etcd, we want to properly namespace them as not to
provoke any key collisions. We append a sub namespace to the given
global namespace in order to still support multiple lnd nodes using the
same etcd database simultaneously.

Because the btcwallet code uses the legacy walletdb interface we must
assume it is not fully concurrency safe. Therefore we make sure only a
single writer can be active at any given time for the wallet DB backend
when using etcd.
2021-08-04 14:55:54 +02:00
..
2021-07-12 11:31:11 +02:00
2021-07-12 11:31:11 +02:00
2021-07-27 13:09:59 +02:00
2021-07-27 13:09:59 +02:00
2021-05-07 14:18:56 +02:00
2021-07-12 11:31:05 +02:00