This repository was archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 629
/
Copy pathCODEOWNERS
64 lines (47 loc) · 1.98 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Unless a later match takes precedence, @gromakovsky will be requested
# for review when someone opens a pull request, because @gromakovsky
# is the Head Vulture of this project.
* @gromakovsky
# Order is important; the last matching pattern takes the most precedence.
*.purs @akegalj
daedalus/ @akegalj
# Explorer
explorer/ @akegaljj
explorer/frontend/ @sectore
explorer/src/ @ksaric
explorer/src/Pos/Explorer/Socket/ @martoon
explorer/test/ @ksaric
# CI, Nix
*.nix @domenkozar
.travis.yml @domenkozar
appveyor.yml @domenkozar
nixpkgs-src.json @domenkozar
pkgs/generate.sh @domenkozar
# Documentation
*.md @denisshevchenko
Delegation/ @volhovm
Wallet/ @akegalj @flyingleafe
txp/ @gromakovsky @pva701 @neongreen
update/ @gromakovsky @pva701
lrc/ @pva701
godtossing/ @neongreen
core/Pos/Binary/ @neongreen
core/Pos/Crypto/ @neongreen
core/Pos/Merkle.hs @neongreen
core/Pos/Util/Config.hs @neongreen
core/Pos/Util/Config/ @neongreen
node/src/Pos/CompileConfig/ @neongreen
scripts/build/cardano-sl.sh @neongreen
HLint.hs @neongreen
node/test/ @rockbmb
node/test/Test/Pos/Block/Logic/ @gromakovsky
# Networking
infra/Pos/Network @dcoutts @avieth
infra/Pos/Subscription @dcoutts @avieth
# Benchmarks
scripts/bench @kantp @avieth
# Wallet
wallet/src @martoon @flyingleafe @akegalj
wallet/purescript @akegalj
wallet/web-api-swagger @martoon
genesis-info/ @georgeee