lnd.xprv/kvdb/etcd
Andras Banki-Horvath 96caa6f242
etcd: remove assertion when creating bucket and value with the same key
This commit removes an assertion which is not needed because with etcd
we can safely create keys and values with the same key since they are
stored under different keys in the DB. This saves us one unnecessary Get
on every Put.
2021-07-16 16:06:32 +02:00
..
bucket.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
commit_queue_test.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
commit_queue.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
config.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
db_test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
db.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
debug.go etcd: remove assertion when creating bucket and value with the same key 2021-07-16 16:06:32 +02:00
driver_test.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
driver.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
embed.go etcd: disable excessive logging when using embedded etcd 2021-07-15 15:35:38 +02:00
fixture.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
nodebug.go etcd: remove assertion when creating bucket and value with the same key 2021-07-16 16:06:32 +02:00
readwrite_bucket.go etcd: remove assertion when creating bucket and value with the same key 2021-07-16 16:06:32 +02:00
readwrite_cursor.go etcd: remove unnecessary iterator step from cursor Delete 2021-07-16 15:21:14 +02:00
readwrite_tx_test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
readwrite_tx.go kvdb: add ForEachBucket implementation 2021-05-13 10:35:35 +02:00
stm_test.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
stm.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
walletdb_interface_test.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00