-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
44 lines (35 loc) · 2.76 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
# Define individuals that are responsible for code in this repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.github/ @fuxingloh
/.husky/ @fuxingloh
/.idea/ @fuxingloh @jingyi2811 @thedoublejay
/website/ @fuxingloh @canonbrother @jingyi2811
/packages/jellyfish/ @fuxingloh @canonbrother
/packages/jellyfish-address/ @fuxingloh @ivan-zynesis
/packages/jellyfish-api-core/ @fuxingloh @canonbrother @jingyi2811 @thedoublejay
/packages/jellyfish-api-core/src/category/icxorderbook.ts @fuxingloh @surangap @monstrobishi @canonbrother @ivan-zynesis
/packages/jellyfish-api-core/src/category/oracle.ts @fuxingloh @jingyi2811 @surangap @canonbrother @monstrobishi
/packages/jellyfish-api-jsonrpc/ @fuxingloh @thedoublejay
/packages/jellyfish-crypto/ @fuxingloh @ivan-zynesis
/packages/jellyfish-json/ @fuxingloh @canonbrother
/packages/jellyfish-network/ @fuxingloh @ivan-zynesis
/packages/jellyfish-transaction/ @fuxingloh @ivan-zynesis
/packages/jellyfish-transaction/src/script/ @fuxingloh @canonbrother @ivan-zynesis @jingyi2811
/packages/jellyfish-transaction/src/script/buffer/ @fuxingloh @canonbrother @ivan-zynesis
/packages/jellyfish-transaction/src/script/defi/ @fuxingloh @canonbrother @ivan-zynesis @monstrobishi
/packages/jellyfish-transaction-builder/ @fuxingloh @ivan-zynesis @monstrobishi
/packages/jellyfish-transaction-signature/ @fuxingloh @ivan-zynesis
/packages/jellyfish-wallet/ @fuxingloh @ivan-zynesis
/packages/jellyfish-wallet-mnemonic/ @fuxingloh @ivan-zynesis
/packages/testcontainers/ @fuxingloh
/packages/testing/ @fuxingloh @canonbrother
lerna.json @fuxingloh @canonbrother
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
CONTRIBUTING.md @fuxingloh @canonbrother @jingyi2811
README.md @fuxingloh
LICENSE @fuxingloh