You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/test
carla 435238ac03
mutli: bump lndclient version
We need the newer version of lndclient to get our synced to chain
state. This requires changes to our test mock, so it is separated
into a different commit. Since lndclient is expanding to be used in
projects other than loop, the client interface is embedded in our
mock rather than implementing functions we do not need. Functions that
we already use in tests are updated accordingly.

Note that while this commit bumps us to a version of lndclient that
defaults to requiring lnd 0.11, we do not bump our required version
yet because we are not using any new endpoints.
4 years ago
..
chainnotifier_mock.go test: followup update chainnotifier mock to fwd notifications for matching txs 4 years ago
context.go multi: store loop out htlc confirmations on disk 4 years ago
invoices_mock.go lndclient: move to github.com/lightninglabs/lndclient 4 years ago
keys.go Lightning Loop initial version 5 years ago
lightning_client_mock.go mutli: bump lndclient version 4 years ago
lnd_services_mock.go mutli: bump lndclient version 4 years ago
log.go multi: fix most obvious linter errors 5 years ago
router_mock.go lndclient: move to github.com/lightninglabs/lndclient 4 years ago
signer_mock.go mutli: bump lndclient version 4 years ago
testutils.go multi: fix most obvious linter errors 5 years ago
timeout.go multi: fix most obvious linter errors 5 years ago
versioner_mock.go lndclient: move to github.com/lightninglabs/lndclient 4 years ago
walletkit_mock.go lndclient: move to github.com/lightninglabs/lndclient 4 years ago