From f8969b9fd01819114297914e49dcc63ce98a9734 Mon Sep 17 00:00:00 2001 From: Adam Jonas Date: Sat, 1 May 2021 17:01:28 +0200 Subject: [PATCH] script: update REVIEWERS --- REVIEWERS | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/REVIEWERS b/REVIEWERS index fa9a8f525f697..d7a7b183f81b9 100644 --- a/REVIEWERS +++ b/REVIEWERS @@ -19,6 +19,7 @@ # Maintainers # @fanquake +# @hebasto # @jonasschnelli # @laanwj # @marcofalke @@ -59,11 +60,17 @@ /src/test/fuzz/ @practicalswift /doc/fuzzing.md @practicalswift -# Test framework +# Tests +/src/test/net_peer_eviction_tests.cpp @jonatack /test/functional/mempool_updatefromblock.py @hebasto /test/functional/feature_asmap.py @jonatack /test/functional/interface_bitcoin_cli.py @jonatack -/test/functional/tool_wallet.py @jonatack + +# Backwards compatibility tests +/test/get_previous_releases.py @sjors +/test/functional/feature_backwards_compatibility.py @sjors +/test/functional/mempool_compatibility.py @sjors +/test/functional/wallet_upgradewallet.py @sjors @achow101 # Translations /src/util/translation.h @hebasto @@ -98,6 +105,11 @@ # Descriptors *descriptor* @achow101 @sipa +# External signer +*external_signer* @sjors +/doc/external-signer.md @sjors +*signer.py @sjors + # Interfaces /src/interfaces/ @ryanofsky