lnd.xprv/kvdb
Andras Banki-Horvath 11a44a94b1
etcd: remove unnecessary iterator step from cursor Delete
The etcd cursor Delete stepped to the next item in the range before
Delete to not invalidate the iteation. This is unnecessary and not
compatible with bbolt, resulting in an extra fetch too.
2021-07-16 15:21:14 +02:00
..
etcd etcd: remove unnecessary iterator step from cursor Delete 2021-07-16 15:21:14 +02:00
backend.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
bolt_compact.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
bolt_fixture.go kvdb/test: add bolt test 2021-07-12 11:31:11 +02:00
bolt_test.go kvdb/test: add bolt test 2021-07-12 11:31:11 +02:00
config.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
etcd_test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
go.mod kvdb: add ForEachBucket implementation 2021-05-13 10:35:35 +02:00
go.sum kvdb/test: add bolt test 2021-07-12 11:31:11 +02:00
interface.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
kvdb_etcd.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
kvdb_no_etcd.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
log.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
readwrite_bucket_test.go kvdb/test: remove invalid operations 2021-07-12 11:31:07 +02:00
readwrite_cursor_test.go kvdb/test: fix cursor tests to match bbolt semantics 2021-07-12 11:31:09 +02:00
readwrite_tx_test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00