lightning-terminal/rpcmiddleware
George Tsagkarelis 3ccfc5231b
multi: prepare for new non-constant string rule
In preparation for the next commit which bumps golang to a newer
version, we want to make some code changes that would otherwise render
some log-related calls problematic. With go1.24 a new govet rule was
added that disallows non-constant strings (i.e including a tag like
"%s") in calls to printf. See more in the related issue
https://github.com/golang/go/issues/60529.
2025-09-18 12:05:28 +02:00
..
config.go golangci: enable line length linter 2025-02-13 15:50:48 +02:00
interface.go accounts+mid: support for error handlers in accounts 2024-06-06 12:43:56 -04:00
interface_test.go rpcmiddleware: add context to request and response handlers 2022-10-15 09:04:59 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
manager.go rpcmiddleware: thread context through to Start 2025-01-13 09:29:22 +02:00
proto.go multi: prepare for new non-constant string rule 2025-09-18 12:05:28 +02:00