lnd/lnwallet/test
Olaoluwa Osuntokun 641ff68c03 mod+multi: bump neutrino to v0.16.2, btcwallet to 70a94ea39e9c
In this commit, we update our two core chain backend dependencies:
neutrino is bumped from v0.16.1 to v0.16.2, and btcwallet is updated
to commit 70a94ea39e9c (a pre-release past v0.16.17).

The updated btcwallet changes the `chain.Interface` `Start` method
signature from `Start() error` to `Start(context.Context) error`. The
same change was made to neutrino's `ChainService.Start`. We update all
call sites and interface implementations across the codebase to pass a
`context.Background()` at non-test call sites, and `t.Context()` in
tests.

The affected packages are: chainntnfs/bitcoindnotify, chainreg,
config_builder, lnmock, lntest/unittest, lnwallet/btcwallet,
lnwallet/test, and routing/chainview.
2026-03-10 17:19:29 -05: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 mod+multi: bump neutrino to v0.16.2, btcwallet to 70a94ea39e9c 2026-03-10 17:19:29 -05:00