Files
lnd/fn
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
..
2024-07-10 17:06:04 -07:00
2024-11-06 17:32:58 -07:00
2024-12-10 14:10:33 +01:00
2024-11-20 10:28:55 -07:00
2024-07-10 17:06:04 -07:00
2024-12-16 11:16:00 -03:00
2024-12-16 11:16:00 -03:00
2025-03-17 16:43:38 +08:00
2024-09-26 14:24:36 -06:00
2024-05-10 09:55:16 +01:00
2025-03-25 10:34:19 +08:00
2024-01-23 19:09:45 -08:00
2024-07-31 12:59:10 -07:00
2024-11-06 16:50:02 -07:00
2024-01-23 19:09:50 -08:00
2025-03-25 10:34:19 +08:00
2025-07-09 21:21:45 +01:00
2024-12-13 10:44:03 +02:00