mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
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. |
||
|---|---|---|
| .. | ||
| chain.go | ||
| clock.go | ||
| routing.go | ||