-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathCODEOWNERS
85 lines (59 loc) · 2.13 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Centrifudge Code Owners
# Changes to .github
.github/* @mikiquantum @mustermeiszer @branan @NunoAlexandre
# Changes to ci
ci/* @mikiquantum @mustermeiszer @branan @NunoAlexandre
# Changes to the service of our chain.
src/* @mikiquantum @mustermeiszer @branan @NunoAlexandre
# Changes to chain-specs
res/* @mikiquantum @mustermeiszer @branan @NunoAlexandre
# Changes to specific pallets
## Connectors related logic
pallets/connectors/* @NunoAlexandre @offerijns
## Rewards related logic
pallets/rewards/* @lemunozm @mikiquantum
pallets/liquidity-rewards/* @lemunozm @mikiquantum
pallets/block-rewards/* @wischli @lemunozm
## Nft-sales related logic
pallets/nft-sales/* @NunoAlexandre
## Pallet Keystore
pallets/keystore/* @cdamian @mikiquantum
## Pallet Registry
pallets/pool-registry/* @mustermeiszer
## Pallet Pool-System
pallets/pool-system/* @mustermeiszer @branan @offerijns
## Pallet Pool-System
pallets/loans-ref/* @mustermeiszer @branan @offerijns @lemunozm
## Pallet Interest-Accrual
pallets/interest-accrual/* @branan @lemunozm
## Pallet Investments
pallets/investments/* @mustermeiszer
## Pallet Permissions
pallets/permissions/* @mustermeiszer
## Pallet Restricted-Tokens
pallets/restricted-tokens/* @mustermeiszer
## Pallet Collection-Data-Feed
pallets/collection-data-feed/* @lemunozm
# Changes to libs
## Changes to specific libraries
### mock-builder crate
libs/mock-builder/* @lemunozm
### cfg-traits crate
#### rewards module
libs/traits/src/rewards.rs @lemunozm
#### rewards module
libs/traits/src/data.rs @lemunozm
#### ensure module
libs/traits/src/ops.rs @lemunozm
# Changes to runtime
## Changes to centrifuge-runtime
runtime/altair/* @branan @mikiquantum @mustermeiszer @NunoAlexandre @offerijns
## Changes to altair-runtime
runtime/centrifuge/* @branan @mikiquantum @mustermeiszer @NunoAlexandre @offerijns
## Changes to folders inside runtime
### Changes to runtime/integration-tests
runtime/integration-tests/* @mustermeiszer @NunoAlexandre
### Changes to runtime/integration-tests/rewards
runtime/integration-tests/rewards/* @wischli
### Changes to runtime/integration-tests/xcm/
runtime/integration-tests/xcm/* @NunoAlexandre