|
15 | 15 | # review a pull request. Peer review is always welcome and is a critical |
16 | 16 | # component of the progress of the codebase. Information on peer review |
17 | 17 | # guidelines can be found in the CONTRIBUTING.md doc. |
18 | | - |
19 | | - |
20 | | -# Maintainers |
21 | | -# @achow101 |
22 | | -# @fanquake |
23 | | -# @hebasto |
24 | | -# @laanwj |
25 | | -# @marcofalke |
26 | | -# @sipa |
27 | | - |
28 | | -# Docs |
29 | | -/doc/*[a-zA-Z-].md @harding |
30 | | -/doc/Doxyfile.in @fanquake |
31 | | -/doc/REST-interface.md @jonasschnelli |
32 | | -/doc/benchmarking.md @ariard |
33 | | -/doc/bitcoin-conf.md @hebasto |
34 | | -/doc/build-freebsd.md @fanquake |
35 | | -/doc/build-netbsd.md @fanquake |
36 | | -/doc/build-openbsd.md @laanwj |
37 | | -/doc/build-osx.md @fanquake |
38 | | -/doc/build-unix.md @laanwj |
39 | | -/doc/build-windows.md @sipsorcery |
40 | | -/doc/dependencies.md @fanquake |
41 | | -/doc/developer-notes.md @laanwj |
42 | | -/doc/files.md @hebasto |
43 | | -/doc/reduce-memory.md @fanquake |
44 | | -/doc/reduce-traffic.md @jonasschnelli |
45 | | -/doc/release-process.md @laanwj |
46 | | -/doc/translation_strings_policy.md @laanwj |
47 | | - |
48 | | -# Build aux |
49 | | -/build-aux/m4/bitcoin_qt.m4 @hebasto |
50 | | - |
51 | | -# MSVC build system |
52 | | -/build_msvc/ @sipsorcery |
53 | | - |
54 | | -# Settings |
55 | | -/src/util/settings.* @ryanofsky |
56 | | - |
57 | | -# Fuzzing |
58 | | - |
59 | | -# Tests |
60 | | -/src/test/net_peer_eviction_tests.cpp @jonatack |
61 | | -/test/functional/mempool_updatefromblock.py @hebasto |
62 | | -/test/functional/feature_asmap.py @jonatack |
63 | | -/test/functional/interface_bitcoin_cli.py @jonatack |
64 | | - |
65 | | -# Backwards compatibility tests |
66 | | -*_compatibility.py @sjors |
67 | | -/test/functional/wallet_upgradewallet.py @sjors @achow101 |
68 | | -/test/get_previous_releases.py @sjors |
69 | | - |
70 | | -# Translations |
71 | | -/src/util/translation.h @hebasto |
72 | | - |
73 | | -# Dev Tools |
74 | | -/contrib/devtools/security-check.py @fanquake |
75 | | -/contrib/devtools/test-security-check.py @fanquake |
76 | | -/contrib/devtools/symbol-check.py @fanquake |
77 | | - |
78 | | -# Guix |
79 | | -/contrib/guix/ @dongcarl |
80 | | - |
81 | | -# Compatibility |
82 | | -/src/compat/glibc_* @fanquake |
83 | | - |
84 | | -# GUI |
85 | | -/src/qt/forms/ @hebasto |
86 | | - |
87 | | -# Wallet |
88 | | -/src/wallet/ @achow101 |
89 | | - |
90 | | -# CLI |
91 | | -/src/bitcoin-cli.cpp @jonatack |
92 | | - |
93 | | -# Coinstats |
94 | | -/src/node/coinstats.* @fjahr |
95 | | - |
96 | | -# Index |
97 | | -/src/index/ @fjahr |
98 | | - |
99 | | -# Descriptors |
100 | | -*descriptor* @achow101 @sipa |
101 | | - |
102 | | -# External signer |
103 | | -*external_signer* @sjors |
104 | | -/doc/external-signer.md @sjors |
105 | | -*signer.py @sjors |
106 | | - |
107 | | -# Interfaces |
108 | | -/src/interfaces/ @ryanofsky |
109 | | - |
110 | | -# DB |
111 | | -/src/txdb.* @jamesob |
112 | | -/src/dbwrapper.* @jamesob |
113 | | - |
114 | | -# Linter |
115 | | -/test/lint/lint-shell.py @hebasto |
116 | | - |
117 | | -# Bech32 |
118 | | -/src/bech32.* @sipa |
119 | | -/src/bench/bech32.* @sipa |
120 | | - |
121 | | -# PSBT |
122 | | -/src/psbt* @achow101 |
123 | | -/src/node/psbt* @achow101 |
124 | | -/doc/psbt.md @achow101 |
125 | | - |
126 | | -# P2P |
127 | | -/src/net_processing.* @sipa |
128 | | -/src/protocol.* @sipa |
129 | | - |
130 | | -# Consensus |
131 | | -/src/coins.* @sipa @jamesob |
132 | | -/src/script/script.* @sipa |
133 | | -/src/script/interpreter.* @sipa |
134 | | -/src/validation.* @sipa |
135 | | -/src/consensus/ @sipa |
136 | | - |
137 | | -# Tracing |
138 | | -/doc/tracing.md @jb55 @0xB10C |
139 | | -/src/util/trace.h @jb55 @0xB10C |
140 | | -/contrib/tracing/ @jb55 @0xB10C |
0 commit comments