lnd/lnmock
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
..
chain.go mod+multi: bump neutrino to v0.16.2, btcwallet to 70a94ea39e9c 2026-03-10 17:19:29 -05:00
clock.go lnmock: add new package lnmock to host mocks 2023-01-12 22:08:02 +08:00
routing.go multi: update channel db HTLC OnionBlob to array 2023-06-02 11:01:43 -04:00