CODEOWNERS: add daywalker90 as owner of bip353, currencyrate, and clnrest plugins
What changed, and why it matters
This commit only updates the GitHub CODEOWNERS file, which assigns reviewers to certain plugin directories. It does not change any source code, build scripts, or runtime behavior of Core Lightning. There is no security-relevant change.
No action required. This is a repository governance change with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to .github/CODEOWNERS. It realigns existing entries and adds @daywalker90 as a code owner for plugins/bip353-plugin, plugins/currencyrate-plugin, plugins/rest-plugin, tests/test_clnrest.py, and tests/test_currencyrate.py. No executable code, configuration defaults, permissions, or cryptographic logic are modified.
Changed components
.github/CODEOWNERSInspect captured patch +20 / −15
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5d009f37..929c1629 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -4,22 +4,27 @@
# also can optionally require approval from a code owner before the
# author can merge a pull request in the repository.
-cln-grpc/ @cdecker
-cln-rpc/ @cdecker
-plugins/src/ @cdecker
-plugins/grpc-plugin/ @cdecker
-contrib/reprobuild/ @cdecker
-contrib/msggen/ @cdecker
-contrib/pyln-client/ @cdecker
-contrib/pyln-testing/ @cdecker
+cln-grpc/ @cdecker
+cln-rpc/ @cdecker
+plugins/src/ @cdecker
+plugins/grpc-plugin/ @cdecker
+contrib/reprobuild/ @cdecker
+contrib/msggen/ @cdecker
+contrib/pyln-client/ @cdecker
+contrib/pyln-testing/ @cdecker
# Needed to ensure hsmd wire compatibility between releases
-hsmd/hsmd_wire.csv @cdecker @ksedgwic @devrandom
-plugins/xpay/ @Lagrang3
-plugins/askrene/ @Lagrang3
-plugins/renepay/ @Lagrang3
-tests/test_xpay.py @Lagrang3
-tests/test_askrene.py @Lagrang3
-tests/test_renepay.py @Lagrang3
+hsmd/hsmd_wire.csv @cdecker @ksedgwic @devrandom
+plugins/xpay/ @Lagrang3
+plugins/askrene/ @Lagrang3
+plugins/renepay/ @Lagrang3
+tests/test_xpay.py @Lagrang3
+tests/test_askrene.py @Lagrang3
+tests/test_renepay.py @Lagrang3
+plugins/bip353-plugin @daywalker90
+plugins/currencyrate-plugin @daywalker90
+plugins/rest-plugin @daywalker90
+tests/test_clnrest.py @daywalker90
+tests/test_currencyrate.py @daywalker90
# See https://help.github.com/articles/about-codeowners/ for more
# information
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.