-
Notifications
You must be signed in to change notification settings - Fork 3
/
CODEOWNERS
Validating CODEOWNERS rules...
58 lines (50 loc) · 1.85 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
# Chains
/core/chains/evm/bulletprooftxmanager @samsondav @archseer
/core/chains/evm/client @spooktheducks @samsondav
/core/chains/evm/estimator @samsondav @archseer
/core/chains/evm/headtracker @pinebit @samsondav
/core/chains/evm/log @jmank88 @spooktheducks
/core/chains/evm @samsondav
/core/chains/terra @connorwstein @jmank88
# Services
/core/services/cron @spooktheducks @samsondav
/core/services/directrequest @spooktheducks @j16r @connorwstein @samsondav
/core/services/feeds @jkongie
/core/services/fluxmonitorv2 @jkongie @PiotrTrzpil @spooktheducks @connorwstein
/core/services/health @archseer @samsondav
/core/services/job @spooktheducks @connorwstein @archseer
/core/services/keeper @RyanRHall @samsondav
/core/services/keystore @RyanRHall
/core/services/offchainreporting @spooktheducks @connorwstein @samsondav @archseer
/core/services/periodicbackup @PiotrTrzpil @samsondav
/core/services/pg @samsondav
/core/services/pipeline @spooktheducks @connorwstein @archseer @prashantkumar1982
/core/services/synchronization
/core/services/telemetry
/core/services/vrf @connorwstein
/core/services/webhook @spooktheducks @archseer
# API
/core/web @jkongie
# CLI
/core/cmd @jkongie
# UI
/operator-ui/ @DeividasK @jkongie
# Contracts
/contracts/ @alexroan @se3000 @connorwstein
# Tests
/integration-tests/ @kalverra
# Misc
/core/store @archseer @samsondav @jmank88
/core/chains @samsondav
/core/logger @jmank88
/core/internal @samsondav @jmank88 @archseer
# Dependencies
contracts/scripts/requirements.txt @smartcontractkit/prodsec-public
.tool-versions @smartcontractkit/prodsec-public
.nvmrc @smartcontractkit/prodsec-public
package.json @smartcontractkit/prodsec-public
yarn.lock @smartcontractkit/prodsec-public
go.mod @smartcontractkit/prodsec-public
go.sum @smartcontractkit/prodsec-public
flake.nix @smartcontractkit/prodsec-public
flake.lock @smartcontractkit/prodsec-public