lnd/lnwallet/test
positiveblue c602ac07e7
chainntnfs: move cache implementation to channeldb
This commit moves the `HeightHintCache` implementation to the
`channeldb` package and inverts the dependency relation between
`chainntnfs` and `channeldb`.

Many packages depend on channeldb for type definitions,
interfaces, etc. `chainntnfs` is an example of that. `chainntnfs`
defines the  `SpendHintCache` and `ConfirmHintCache` interfaces but
it also implments them (`HeightHintCache` struct). The implementation
uses logic that should not leak from channeldb (ex: bucket paths).
This makes our code highly coupled + it would not allow us to use any
of these interfaces in a package that is imported by `channeldb`
(circular dependency).
2023-01-16 03:13:17 -08:00
..
bitcoind lnwallet/test: test against bitcoind-rpc-polling backend 2022-05-11 09:02:13 +02:00
btcd lnwallet/test: execute ifacet tests for each backend in parallel 2020-12-10 17:42:26 -08:00
neutrino lnwallet/test: execute ifacet tests for each backend in parallel 2020-12-10 17:42:26 -08:00
test_interface.go chainntnfs: move cache implementation to channeldb 2023-01-16 03:13:17 -08:00