diff options
author | Adam Jonas <jonas@chaincode.com> | 2021-05-01 17:01:28 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-05-03 13:16:43 +0200 |
commit | 48bd9ebc5db92af5162598d9a6d32a765252c701 (patch) | |
tree | 17107a5cd60750d2b9a94d3ee4fcc8f6fdb11de2 /REVIEWERS | |
parent | d22e7ee93313b13365bd14a5fffeb055cff4dcd2 (diff) |
script: update REVIEWERS
Diffstat (limited to 'REVIEWERS')
-rw-r--r-- | REVIEWERS | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -19,6 +19,7 @@ # Maintainers # @fanquake +# @hebasto # @jonasschnelli # @laanwj # @marcofalke @@ -59,11 +60,16 @@ /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 +*_compatibility.py @sjors +/test/functional/wallet_upgradewallet.py @sjors @achow101 +/test/get_previous_releases.py @sjors # Translations /src/util/translation.h @hebasto @@ -98,6 +104,11 @@ # Descriptors *descriptor* @achow101 @sipa +# External signer +*external_signer* @sjors +/doc/external-signer.md @sjors +*signer.py @sjors + # Interfaces /src/interfaces/ @ryanofsky @@ -105,8 +116,7 @@ /src/txdb.* @jamesob /src/dbwrapper.* @jamesob -# Scripts/Linter -*.sh @practicalswift +# Linter /test/lint/ @practicalswift /test/lint/lint-shell.sh @hebasto |