Skip to content

Commit

Permalink
Merge branch 'main' into kvenho/get-block-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kven Ho authored Dec 8, 2022
2 parents 1bec04e + a36a67c commit 00d31a3
Show file tree
Hide file tree
Showing 21 changed files with 1,865 additions and 2,199 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
/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
Expand Down
2 changes: 1 addition & 1 deletion apps/libs/rootserver/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export abstract class RootServer {
maxAge: 60 * 24 * 7
})

// for ocean-api & rich-list-api
// for ocean-api
// avoid duplication for now due to small
// TODO(canonbrother): move to its own class while wide variety of configuration
const version = config.get<string>('API_VERSION') as string
Expand Down
6 changes: 0 additions & 6 deletions apps/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
"entryFile": "apps/playground-api/src/index",
"sourceRoot": "playground-api/src"
},
"rich-list-api": {
"type": "application",
"root": "rich-list-api",
"entryFile": "apps/rich-list-api/src/index",
"sourceRoot": "rich-list-api/src"
},
"status-api": {
"type": "application",
"root": "status-api",
Expand Down
13 changes: 5 additions & 8 deletions apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"start:legacy-api": "nest start legacy-api",
"start:ocean-api": "nest start ocean-api",
"start:playground-api": "nest start playground-api",
"start:rich-list-api": "nest start rich-list-api",
"start:status-api": "nest start status-api",
"start:whale-api": "nest start whale-api",
"clean": "rm -rf dist"
Expand Down Expand Up @@ -39,7 +38,6 @@
"@nestjs/platform-fastify": "8.4.7",
"@nestjs/schedule": "2.1.0",
"@nestjs/terminus": "8.1.1",
"@nestjs/typeorm": "8.0.4",
"async-mutex": "0.4.0",
"bignumber.js": "9.0.2",
"cache-manager": "4.1.0",
Expand All @@ -61,18 +59,17 @@
"pg": "8.8.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.7",
"subleveldown": "^6.0.1",
"typeorm": "0.2.45"
"rxjs": "7.6.0",
"subleveldown": "^6.0.1"
},
"devDependencies": {
"@nestjs/cli": "9.1.2",
"@nestjs/cli": "9.1.5",
"@nestjs/schematics": "9.0.3",
"@nestjs/testing": "8.4.7",
"@types/cache-manager": "4.0.1",
"@types/cron": "2.0.0",
"@types/express": "4.17.14",
"@types/lodash": "4.14.190",
"@types/lodash": "4.14.191",
"@types/level": "^6.0.0",
"@types/levelup": "4.3.1",
"@types/lossless-json": "1.0.1",
Expand All @@ -82,7 +79,7 @@
"@types/supertest": "2.0.12",
"@types/validator": "13.7.10",
"source-map-support": "0.5.21",
"supertest": "6.3.1",
"supertest": "6.3.2",
"testcontainers": "8.16.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
Expand Down
36 changes: 0 additions & 36 deletions apps/rich-list-api/README.md

This file was deleted.

140 changes: 0 additions & 140 deletions apps/rich-list-api/__test__/modules/QueueModule.test.ts

This file was deleted.

52 changes: 0 additions & 52 deletions apps/rich-list-api/docker-compose.yml

This file was deleted.

17 changes: 0 additions & 17 deletions apps/rich-list-api/src/index.ts

This file was deleted.

41 changes: 0 additions & 41 deletions apps/rich-list-api/src/modules/ControllerModule.ts

This file was deleted.

Loading

0 comments on commit 00d31a3

Please sign in to comment.