-
Notifications
You must be signed in to change notification settings - Fork 624
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (31 loc) · 1.29 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
33
34
35
36
37
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
/chain/ @bowenwang1996 @mzhangmzz @mm-near
/chain/client/src/view_client.rs @khorolets @rtsai123
/chain/client-primitives/ @khorolets @rtsai123
/chain/network/ @mm-near @bowenwang1996 @pmnoxx
/chain/network-primitives/ @mm-near @pmnoxx
/chain/jsonrpc/ @khorolets @rtsai123
/chain/jsonrpc-primitives/ @khorolets @miraclx @rtsai123
/chain/indexer/ @khorolets
/chain/indexer-primitives/ @khorolets
/chain/rosetta-rpc/ @frol @mina86
/utils @pmnoxx @mm-near
/runtime/ @bowenwang1996 @EgorKulikov @mzhangmzz @mm-near
/runtime/runtime-params-estimator/ @olonho @matklad @jakmeier
/runtime/near-test-contracts/ @olonho @matklad @Longarithm
/runtime/near-vm-runner-standalone/ @olonho @matklad @nagisa
/runtime/near-vm-runner/ @olonho @matklad @nagisa
/genesis-tools/ @nikurt
/tools/indexer/ @khorolets
/tools/themis/ @miraclx
/core/ @bowenwang1996 @matklad @mm-near
/core/store/src/trie @mzhangmzz @longarithm
/neard/ @bowenwang1996 @mm-near
/nearcore/ @bowenwang1996 @mm-near
/test-utils/state-viewer @nikurt
/test-utils/runtime-tester @posvyatokum @matklad
/.buildkite/ @rtsai123 @mhalambek
/scripts/ @rtsai123 @mhalambek @mina86 @nikurt
/docs/ @bowenwang1996 @matklad @mm-near
/pytest/ @mm-near @mina86
/pytest/tests/sanity/rosetta.py @mm-near @mina86 @frol