lnd.xprv/channeldb/kvdb/etcd
Andras Banki-Horvath 415de2f0c7 kvdb+etcd: remove retry goroutine from the STM
This commit removes the retry goroutine from the STM as the retry loop
is only running when the STM transaction is encapsulated in Update/View
whereas for self-standing transactions we use a different approach.
By removing the goroutine we won't catch panics thrown that are supposed
to be catched outside of the STM.
2020-06-03 17:44:44 +02:00
..
bucket_test.go etcd: add namespace support to separate key spaces 2020-05-22 11:26:25 +02:00
bucket.go etcd: add namespace support to separate key spaces 2020-05-22 11:26:25 +02:00
db_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
db.go etcd: add namespace support to separate key spaces 2020-05-22 11:26:25 +02:00
driver_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
driver.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
embed.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
fixture_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
readwrite_bucket_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
readwrite_bucket.go etcd: add namespace support to separate key spaces 2020-05-22 11:26:25 +02:00
readwrite_cursor_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
readwrite_cursor.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
readwrite_tx_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
readwrite_tx.go etcd: add namespace support to separate key spaces 2020-05-22 11:26:25 +02:00
stm_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
stm.go kvdb+etcd: remove retry goroutine from the STM 2020-06-03 17:44:44 +02:00
walletdb_interface_test.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00