Skip to content

Commit 3692097

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#21823: script: update REVIEWERS
48bd9eb script: update REVIEWERS (Adam Jonas) Pull request description: Meta: `git show a06eb03` indicates the commit was first made one year ago and the PR was merged in September 2020. It might be time for an update, if automated review requests via DrahtBot are operational. "Regular contributors are free to add their names to specific directories or files provided that they are willing to provide a review." Perhaps we can compile and squash suggested updates here, per that guideline. ACKs for top commit: practicalswift: ACK 48bd9eb: patch looks correct :) adamjonas: ACK 48bd9eb. I ran through the new files added with `*`s using `git ls-files`. hebasto: ACK 48bd9eb, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: 770fd60d78bd64100814c72211e4bd97718c87a55a4c91e136fababa0149d12cdc1b3e89462dee3a55e5f51d3263420cc6d856868469eb9a72ff8c930859c54f
2 parents b859361 + 48bd9eb commit 3692097

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

REVIEWERS

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
# Maintainers
2121
# @fanquake
22+
# @hebasto
2223
# @jonasschnelli
2324
# @laanwj
2425
# @marcofalke
@@ -59,11 +60,16 @@
5960
/src/test/fuzz/ @practicalswift
6061
/doc/fuzzing.md @practicalswift
6162

62-
# Test framework
63+
# Tests
64+
/src/test/net_peer_eviction_tests.cpp @jonatack
6365
/test/functional/mempool_updatefromblock.py @hebasto
6466
/test/functional/feature_asmap.py @jonatack
6567
/test/functional/interface_bitcoin_cli.py @jonatack
66-
/test/functional/tool_wallet.py @jonatack
68+
69+
# Backwards compatibility tests
70+
*_compatibility.py @sjors
71+
/test/functional/wallet_upgradewallet.py @sjors @achow101
72+
/test/get_previous_releases.py @sjors
6773

6874
# Translations
6975
/src/util/translation.h @hebasto
@@ -98,15 +104,19 @@
98104
# Descriptors
99105
*descriptor* @achow101 @sipa
100106

107+
# External signer
108+
*external_signer* @sjors
109+
/doc/external-signer.md @sjors
110+
*signer.py @sjors
111+
101112
# Interfaces
102113
/src/interfaces/ @ryanofsky
103114

104115
# DB
105116
/src/txdb.* @jamesob
106117
/src/dbwrapper.* @jamesob
107118

108-
# Scripts/Linter
109-
*.sh @practicalswift
119+
# Linter
110120
/test/lint/ @practicalswift
111121
/test/lint/lint-shell.sh @hebasto
112122

0 commit comments

Comments
 (0)