-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (47 loc) · 3.42 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
# 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
/packages/jellyfish-api-core/ @fuxingloh @surangap @canonbrother @ivan-zynesis @jingyi2811 @chee-chyuan
/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
/docs/ecosystem/ @fuxingloh @canonbrother @ivan-zynesis
/docs/ocean/ @fuxingloh @canonbrother @ivan-zynesis
/docs/testing/ @fuxingloh @canonbrother @ivan-zynesis
/apps/ocean-api/ @fuxingloh
/apps/website/ @fuxingloh
/packages/jellyfish-testing/ @fuxingloh @canonbrother @jingyi2811 @surangap
/packages/ocean-api-client/ @fuxingloh
/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 @monstrobishi
/packages/jellyfish-wallet-classic/ @fuxingloh @ivan-zynesis @monstrobishi
/packages/jellyfish-wallet-encrypted/ @fuxingloh @ivan-zynesis
/packages/jellyfish-wallet-mnemonic/ @fuxingloh @ivan-zynesis
# Chore
/.github/ @fuxingloh
/.husky/ @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