-
Notifications
You must be signed in to change notification settings - Fork 36
/
CODEOWNERS
Validating CODEOWNERS rules...
68 lines (58 loc) · 3.82 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
# Define individuals that are responsible for code in this repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/apps/libs @fuxingloh @eli-lim
# Legacy API
/docs/legacy/ @fuxingloh @joeldavidw @eli-lim
/apps/legacy-api/ @fuxingloh @joeldavidw @eli-lim
# Status API
/apps/status-api/ @fuxingloh @joeldavidw @nichellekoh
# Playground API
/apps/playground-api/ @fuxingloh @canonbrother @thedoublejay @kyleleow @pierregee
/packages/playground/ @fuxingloh @canonbrother @thedoublejay @kyleleow @pierregee
/packages/playground-api-client/ @fuxingloh @canonbrother @thedoublejay @kyleleow @pierregee
# Whale API
/apps/whale-api/ @fuxingloh @canonbrother @ivan-zynesis @eli-lim @thedoublejay @kyleleow @pierregee
/packages/whale-api-client/ @fuxingloh @canonbrother @ivan-zynesis @eli-lim @thedoublejay @kyleleow @pierregee
/packages/whale-api-wallet/ @fuxingloh @canonbrother @ivan-zynesis @eli-lim @thedoublejay @kyleleow @pierregee
# jellyfish api
/docs/node/ @fuxingloh @canonbrother @ivan-zynesis
/packages/jellyfish-api-core/ @fuxingloh @canonbrother @ivan-zynesis
/packages/jellyfish-api-jsonrpc/ @fuxingloh @canonbrother @ivan-zynesis
# jellyfish core
/packages/jellyfish-json/ @fuxingloh @canonbrother
/packages/jellyfish-network/ @fuxingloh @ivan-zynesis @canonbrother
/packages/jellyfish-block/ @fuxingloh @ivan-zynesis @canonbrother
/packages/jellyfish-buffer/ @fuxingloh @ivan-zynesis @canonbrother
/packages/jellyfish-transaction/ @fuxingloh @ivan-zynesis @canonbrother
/packages/jellyfish-transaction-builder/ @fuxingloh @ivan-zynesis @canonbrother
/packages/jellyfish-transaction-signature/ @fuxingloh @ivan-zynesis @canonbrother
# jellyfish testing
/packages/jellyfish-testing/ @fuxingloh @canonbrother
/packages/playground/ @fuxingloh @canonbrother
/packages/testcontainers/ @fuxingloh @canonbrother
/packages/testing/ @fuxingloh @canonbrother
# jellyfish wallet
/packages/jellyfish-address/ @fuxingloh @ivan-zynesis
/packages/jellyfish-crypto/ @fuxingloh @ivan-zynesis
/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
# others
/.github/ @fuxingloh
/.husky/ @fuxingloh
Dockerfile @fuxingloh
.dockerignore @fuxingloh
lerna.json @fuxingloh
tsconfig.json @fuxingloh
tsconfig.base.json @fuxingloh
tsconfig.build.json @fuxingloh
jest.config.js @fuxingloh
package.json @fuxingloh
package-lock.json @fuxingloh
.codeclimate.yml @fuxingloh
.eslintrc @fuxingloh
netlify.toml @fuxingloh
CONTRIBUTING.md @fuxingloh
README.md @fuxingloh
LICENSE @fuxingloh