Files
lnd/kvdb
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
..
2025-04-09 18:47:53 +02:00
2024-04-11 15:04:03 +02:00
2025-04-09 18:47:53 +02:00
2024-01-03 12:06:32 +08:00
2025-07-25 12:21:18 -03:00
2023-01-23 09:14:08 +02:00
2023-01-23 09:14:08 +02:00
2024-10-26 14:16:31 +02:00
2022-01-12 19:11:53 +01:00
2024-01-03 12:06:32 +08:00
2021-07-12 11:31:05 +02:00