Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
This commit only adds a documentation line to the release notes for LND version 0.21.0, describing a previously merged feature that allows multiple read-only RPC middleware interceptors to be registered at the same time. There are no code …
This commit only adds a new integration test that checks whether two read-only RPC middlewares can be registered at the same time and both receive copies of the same RPC traffic. It does not change any production code, so it cannot introdu…
This change loosens a registration rule in LND's RPC middleware system so that multiple 'read-only' middlewares can be registered at the same time. Previously, the code treated all middlewares the same and rejected any second registration …
Change relaxes a uniqueness constraint that previously blocked multiple read-only middleware registrationsRead-only middlewares are now explicitly prevented from affecting message flow even if they return a replacementNo authentication, authorization, or cryptographic changes are present