Skip to content

Commit

Permalink
Merge branch 'main' into marktanrj/updatemasternode-transaction-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
marktanrj authored Jan 13, 2023
2 parents 8953a70 + 586ab63 commit 47e51b6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 41 deletions.
79 changes: 38 additions & 41 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,66 +1,63 @@
# 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
/apps/libs @fuxingloh @eli-lim

/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
# Legacy API
/docs/legacy/ @fuxingloh @joeldavidw @eli-lim
/apps/legacy-api/ @fuxingloh @joeldavidw @eli-lim

# Status API
/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
# 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

/apps/playground-api/ @fuxingloh @canonbrother @surangap
/packages/playground-api-client/ @fuxingloh @canonbrother @surangap
# 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

/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
# jellyfish api
/docs/node/ @fuxingloh @canonbrother @ivan-zynesis
/packages/jellyfish-api-core/ @fuxingloh @canonbrother @ivan-zynesis
/packages/jellyfish-api-jsonrpc/ @fuxingloh @canonbrother @ivan-zynesis

/packages/jellyfish-testing/ @fuxingloh @canonbrother @jingyi2811 @surangap
# 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 @surangap
/packages/testing/ @fuxingloh @canonbrother @surangap
/packages/testcontainers/ @fuxingloh @canonbrother
/packages/testing/ @fuxingloh @canonbrother

# SIG: Wallet
# jellyfish wallet
/packages/jellyfish-address/ @fuxingloh @ivan-zynesis
/packages/jellyfish-crypto/ @fuxingloh @ivan-zynesis @surangap
/packages/jellyfish-transaction-signature/ @fuxingloh @ivan-zynesis @surangap

/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

# Chore
# others
/.github/ @fuxingloh
/.husky/ @fuxingloh
Dockerfile @fuxingloh @kodemon
Dockerfile @fuxingloh
.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
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
Expand Down
2 changes: 2 additions & 0 deletions .idea/dictionaries/fuxing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47e51b6

Please sign in to comment.