-
Notifications
You must be signed in to change notification settings - Fork 632
/
CODEOWNERS
Validating CODEOWNERS rules...
32 lines (26 loc) · 1.07 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
/chain/ @bowenwang1996 @mzhangmzz
/chain/client/src/view_client.rs @frol @khorolets @chefsale
/chain/client-primitives/ @frol @khorolets @chefsale
/chain/network/ @mfornet @bowenwang1996 @pmnoxx
/chain/jsonrpc/ @frol @khorolets @chefsale
/chain/jsonrpc-primitives/ @frol @khorolets @chefsale
/chain/indexer/ @khorolets @frol
/chain/rosetta-rpc/ @frol
/runtime/ @bowenwang1996 @EgorKulikov @mzhangmzz
/runtime/runtime-params-estimator/ @olonho @matklad
/runtime/near-test-contracts/ @olonho @ailisp @matklad
/runtime/near-vm-runner-standalone/ @olonho @ailisp @matklad
/runtime/near-vm-runner/ @olonho @ailisp @matklad
/genesis-tools/ @ailisp
/tools/rpctypegen/ @frol
/tools/indexer/ @khorolets @frol
/core/ @bowenwang1996 @frol @matklad
/core/store/src/trie @mzhangmzz @longarithm
/neard/ @bowenwang1996 @frol
/nearcore/ @bowenwang1996 @frol
/test-utils/state-viewer @nikurt
/test-utils/runtime-tester @posvyatokum @matklad
/.buildkite/ @chefsale @mhalambek
/scripts/ @chefsale @mhalambek
/docs/ @bowenwang1996 @matklad