-
Notifications
You must be signed in to change notification settings - Fork 81
/
CODEOWNERS
Validating CODEOWNERS rules...
51 lines (43 loc) · 1.7 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
# Centrifudge Code Owners
## Changes to .github
.github/* @mustermeiszer @NunoAlexandre @lemunozm
.github/workflows @gpmayorga @wischli
.github/actions @gpmayorga @wischli
## Changes to ci
ci/* @mustermeiszer @NunoAlexandre @lemunozm
## Changes to the service of our chain.
node/* @mustermeiszer @NunoAlexandre
## Changes to chain-specs
node/res/* @mustermeiszer @NunoAlexandre @wischli
## Changes to specific pallets
pallets/liquidity-pools/* @NunoAlexandre @cdamian @wischli @mustermeiszer
pallets/rewards/* @lemunozm
pallets/liquidity-rewards/* @lemunozm
pallets/block-rewards/* @wischli @lemunozm
pallets/nft-sales/* @NunoAlexandre
pallets/keystore/* @cdamian
pallets/pool-registry/* @mustermeiszer
pallets/pool-system/* @mustermeiszer @hieronx
pallets/loans/* @mustermeiszer @hieronx @lemunozm
pallets/interest-accrual/* @lemunozm
pallets/investments/* @mustermeiszer
pallets/permissions/* @mustermeiszer
pallets/restricted-tokens/* @mustermeiszer
pallets/data-collector/* @lemunozm
pallets/fees/* @lemunozm
pallets/transfer-allowlist/* @mustermeiszer
pallets/foreign-investments/* @wischli
## Changes to specific libraries
libs/mock-builder/* @lemunozm
libs/mocks/* @lemunozm
libs/traits/src/rewards.rs @lemunozm
libs/traits/src/changes.rs @lemunozm
libs/traits/src/data.rs @lemunozm
## Changes to runtime
runtime/common/* @mustermeiszer @NunoAlexandre @hieronx @lemunozm @wischli
runtime/altair/* @mustermeiszer @NunoAlexandre @hieronx @wischli
runtime/centrifuge/* @mustermeiszer @NunoAlexandre @hieronx @wischli
## Changes to integration tests
runtime/integration-tests/* @mustermeiszer @NunoAlexandre @wischli @cdamian
runtime/integration-tests/rewards/* @wischli @lemunozm
runtime/integration-tests/xcm/* @NunoAlexandre