codeowners: full coverage

This commit is contained in:
Evan Gray 2022-11-30 13:22:17 -05:00 committed by Evan Gray
parent b2fdebb9cb
commit e3ec8adabd
1 changed files with 49 additions and 16 deletions

65
.github/CODEOWNERS vendored
View File

@ -1,43 +1,76 @@
## Guardiand node
# Default
# Fallback
* @evan-gray @hendrikhofstadt
# Chains
/algorand/ @jumpsiegel
/aptos/ @kcsongor
/bitcoin/ @conorpp @jumpsiegel
/cosmwasm/ @jynnantonix @kcsongor
/ethereum/ @a5-pickle @calebrate @gator-boi @hendrikhofstadt @kcsongor
/near/ @jumpsiegel
/solana/ @hendrikhofstadt @jynnantonix @kcsongor
/sui/ @kcsongor
/terra/ @jynnantonix @kcsongor
/wormchain/ @conorpp @hendrikhofstadt
# Utilities
/clients/ @kcsongor @kev1n-peters
/lp_ui/ @evan-gray @kev1n-peters
/relayer/ @evan-gray @kev1n-peters
/scripts/ @evan-gray @kcsongor
/sdk/ @bruce-riley @evan-gray @jynnantonix
/sdk/js-proto-node/ @evan-gray @kev1n-peters
/sdk/js-proto-web/ @evan-gray @kev1n-peters
/sdk/js-wasm/ @evan-gray @kev1n-peters
/sdk/js/ @evan-gray @kev1n-peters
/sdk/rust/ @hendrikhofstadt @jynnantonix
/sdk/vaa/ @bruce-riley @hendrikhofstadt
/spydk/ @evan-gray
/testing/ @a5-pickle @evan-gray
# Guardiand node
## Fallback
/node/ @leoluk @hendrikhofstadt
# Entrypoint / RPC
## Entrypoint / RPC
/node/cmd/ @bruce-riley @jynnantonix
# DB
## DB
/node/pkg/db/ @bruce-riley
# Governor
## Governor
/node/pkg/governor/ @bruce-riley @claudijd
# P2P
## P2P
/node/pkg/p2p/ @leoluk @hendrikhofstadt
# Consensus / Processor
## Consensus / Processor
/node/pkg/processor/ @jynnantonix @hendrikhofstadt
# Public RPC
## Public RPC
/node/pkg/publicrpc/ @bruce-riley
# Supervisor Framework
## Supervisor Framework
/node/pkg/supervisor/ @hendrikhofstadt @leoluk
# Watcher - Algorand
## Watcher - Algorand
/node/pkg/watchers/algorand/ @evan-gray @jumpsiegel
# Watcher - Aptos
## Watcher - Aptos
/node/pkg/watchers/aptos/ @jumpsiegel
# Watcher - Cosmwasm
## Watcher - Cosmwasm
/node/pkg/watchers/cosmwasm/ @evan-gray @hendrikhofstadt
# Watcher - EVM
## Watcher - EVM
/node/pkg/watchers/evm/ @bruce-riley @hendrikhofstadt
# Watcher - NEAR
## Watcher - NEAR
/node/pkg/watchers/near/ @jumpsiegel
# Watcher - Solana
/node/pkg/watchers/solana/ @hendrikhofstadt
## Watcher - Solana
/node/pkg/watchers/solana/ @hendrikhofstadt