lnd/protofsm
Boris Nagaev dee8ad3754
multi: context.Background() -> t.Context()
Use the new feature of Go 1.24, fix linter warnings.

This change was produced by:
 - running golangci-lint run --fix
 - sed 's/context.Background/t.Context/' -i `git grep -l context.Background | grep test.go`
 - manually fixing broken tests
 - itest, lntest: use ht.Context() where ht or hn is available
 - in HarnessNode.Stop() we keep using context.Background(), because it is
   called from a cleanup handler in which t.Context() is canceled already.
2025-08-30 14:13:44 -03:00
..
daemon_events.go protofsm: add option to allow conf resp to return full back 2025-06-03 16:39:48 -07:00
log.go protofsm: use prefixed logger for StateMachine 2025-01-10 18:25:19 +02:00
msg_mapper.go lnwallet/chancloser: enforce pubkey binding for msg mapper 2025-03-18 11:44:20 -05:00
state_machine.go chancloser: fix nolint comments, fix formatting 2025-07-21 13:48:31 +02:00
state_machine_test.go multi: context.Background() -> t.Context() 2025-08-30 14:13:44 -03:00