-
-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (16 loc) · 594 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (16 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# RustChain Code Owners
# These users will be auto-requested for review on PRs touching these paths
# Core node & consensus — security-critical
rustchain_v2_integrated*.py @Scottcjn
rip_200_round_robin_1cpu1vote.py @Scottcjn
rewards_implementation_rip200.py @Scottcjn
# Security & fingerprinting
fingerprint_checks.py @Scottcjn
hardware_fingerprint.py @Scottcjn
rustchain_crypto.py @Scottcjn
# Wallet & transfers
rustchain_wallet_*.py @Scottcjn
# CI/CD & repo config
.github/ @Scottcjn
# Documentation — community can review
# docs/ (no owner = anyone can review)