github: add CODEOWNERS for node

Change-Id: If9777816d8d0902a9f0eff23c1364ba277157f84
This commit is contained in:
Hendrik Hofstadt 2022-10-20 18:54:38 +02:00 committed by Evan Gray
parent 4a88c0a468
commit 6b4de5be9d
1 changed files with 43 additions and 0 deletions

43
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,43 @@
## Guardiand node
# Fallback
/node/ @leoluk @hendrikhofstadt
# Entrypoint / RPC
/node/cmd/ @bruce-riley @jynnantonix
# DB
/node/pkg/db/ @bruce-riley
# Governor
/node/pkg/governor/ @bruce-riley @claudijd
# P2P
/node/pkg/p2p/ @leoluk @hendrikhofstadt
# Consensus / Processor
/node/pkg/processor/ @jynnantonix @hendrikhofstadt
# Public RPC
/node/pkg/publicrpc/ @bruce-riley
# Supervisor Framework
/node/pkg/supervisor/ @hendrikhofstadt @leoluk
# Watcher - Algorand
/node/pkg/watchers/algorand/ @evan-gray @jumpsiegel
# Watcher - Aptos
/node/pkg/watchers/aptos/ @jumpsiegel
# Watcher - Cosmwasm
/node/pkg/watchers/cosmwasm/ @evan-gray @hendrikhofstadt
# Watcher - EVM
/node/pkg/watchers/evm/ @bruce-riley @hendrikhofstadt
# Watcher - NEAR
/node/pkg/watchers/near/ @jumpsiegel
# Watcher - Solana
/node/pkg/watchers/solana/ @hendrikhofstadt