lnd/chainreg
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
..
chainparams.go multi: add testnet4 support 2025-03-24 11:53:23 -05:00
chainregistry.go lncfg: add IsLocalNetwork helper 2025-07-01 11:23:29 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
no_chain_backend.go mod+multi: bump neutrino to v0.16.2, btcwallet to 70a94ea39e9c 2026-03-10 17:19:29 -05:00
taproot_check.go chainreg: update tapoort node awareness to account for bitcoind 19+ 2022-08-12 15:35:32 -07:00