-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
74 lines (60 loc) · 4.56 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
# Define individuals that are responsible for code in this repository.
# More details are here: https://help.github.com/articles/about-codeowners/
# SIG: Blockchain
/docs/node/ @fuxingloh @surangap @canonbrother @ivan-zynesis @jingyi2811 @chee-chyuan @chanakasameera
/packages/jellyfish-api-core/ @fuxingloh @surangap @canonbrother @ivan-zynesis @jingyi2811 @chee-chyuan @chanakasameera
/packages/jellyfish-api-jsonrpc/ @fuxingloh @surangap
/packages/jellyfish-json/ @fuxingloh @canonbrother
/packages/jellyfish-network/ @fuxingloh @surangap @ivan-zynesis @canonbrother
/packages/jellyfish-block/ @fuxingloh @surangap @ivan-zynesis @canonbrother
/packages/jellyfish-buffer/ @fuxingloh @surangap @ivan-zynesis @canonbrother @jingyi2811
/packages/jellyfish-transaction/ @fuxingloh @surangap @ivan-zynesis @canonbrother @jingyi2811 @chee-chyuan
/packages/jellyfish-transaction-builder/ @fuxingloh @surangap @ivan-zynesis @canonbrother @jingyi2811 @chee-chyuan
# SIG: Ecosystem
/website/ @fuxingloh @kodemon
/docs/ecosystem/ @fuxingloh @canonbrother @ivan-zynesis
/docs/testing/ @fuxingloh @canonbrother @ivan-zynesis
/apps/libs @fuxingloh @eli-lim @kodemon
/docs/legacy/ @fuxingloh @eli-lim
/apps/legacy-api/ @fuxingloh @joeldavidw @eli-lim
/apps/status-api/ @fuxingloh @joeldavidw @nichellekoh
/docs/ocean/ @fuxingloh @canonbrother @ivan-zynesis
/apps/ocean-api/ @fuxingloh @canonbrother @kodemon
/packages/ocean-api-client/ @fuxingloh @canonbrother @kodemon
/apps/playground-api/ @fuxingloh @canonbrother @surangap
/packages/playground-api-client/ @fuxingloh @canonbrother @surangap
/apps/whale-api/ @fuxingloh @canonbrother @ivan-zynesis @jingyi2811 @kodemon @eli-lim
/packages/whale-api-client/ @fuxingloh @canonbrother @ivan-zynesis @jingyi2811 @kodemon @eli-lim
/packages/whale-api-wallet/ @fuxingloh @canonbrother @ivan-zynesis @jingyi2811 @kodemon @eli-lim
/packages/jellyfish-testing/ @fuxingloh @canonbrother @jingyi2811 @surangap
/packages/playground/ @fuxingloh @canonbrother
/packages/testcontainers/ @fuxingloh @canonbrother @surangap
/packages/testing/ @fuxingloh @canonbrother @surangap
# SIG: Wallet
/packages/jellyfish-address/ @fuxingloh @ivan-zynesis
/packages/jellyfish-crypto/ @fuxingloh @ivan-zynesis @surangap
/packages/jellyfish-transaction-signature/ @fuxingloh @ivan-zynesis @surangap
/packages/jellyfish-wallet/ @fuxingloh @ivan-zynesis
/packages/jellyfish-wallet-classic/ @fuxingloh @ivan-zynesis
/packages/jellyfish-wallet-encrypted/ @fuxingloh @ivan-zynesis
/packages/jellyfish-wallet-mnemonic/ @fuxingloh @ivan-zynesis
/apps/rich-list-api/ @ivan-zynesis @cwkang1998
/packages/rich-list-api-client/ @ivan-zynesis @cwkang1998
# Chore
/.github/ @fuxingloh
/.husky/ @fuxingloh
Dockerfile @fuxingloh @kodemon
.dockerignore @fuxingloh
lerna.json @fuxingloh @canonbrother @ivan-zynesis
tsconfig.json @fuxingloh @canonbrother @ivan-zynesis
tsconfig.base.json @fuxingloh @canonbrother @ivan-zynesis
tsconfig.build.json @fuxingloh @canonbrother @ivan-zynesis
jest.config.js @fuxingloh @canonbrother @ivan-zynesis
package.json @fuxingloh
package-lock.json @fuxingloh
.codeclimate.yml @fuxingloh
.eslintrc @fuxingloh
netlify.toml @fuxingloh
CONTRIBUTING.md @fuxingloh
README.md @fuxingloh
LICENSE @fuxingloh