Skip to content

Commit

Permalink
feat(api): use akash-api protobuf instead of akashjs (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed May 1, 2024
1 parent 47935e7 commit c922205
Show file tree
Hide file tree
Showing 20 changed files with 2,249 additions and 3,003 deletions.
2,351 changes: 2,177 additions & 174 deletions indexer/package-lock.json

Large diffs are not rendered by default.

26 changes: 16 additions & 10 deletions indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "cloudmos-indexer",
"version": "1.8.0",
"description": "Indexer for any Cosmos based blockchain",
"author": "Cloudmos",
"license": "Apache-2.0",
"main": "server.js",
"scripts": {
"start": "webpack --mode development --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js",
"test": "jest"
"homepage": "https://github.com/akash-network/cloudmos",
"bugs": {
"url": "https://github.com/akash-network/cloudmos/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akash-network/cloudmos.git"
},
"bugs": {
"url": "https://github.com/akash-network/cloudmos/issues"
"license": "Apache-2.0",
"author": "Cloudmos",
"main": "server.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack --mode development --config webpack.dev.js --watch",
"test": "jest"
},
"homepage": "https://github.com/akash-network/cloudmos",
"dependencies": {
"@akashnetwork/akash-api": "^1.0.3",
"@akashnetwork/akashjs": "^0.6.1",
Expand All @@ -40,6 +40,7 @@
"human-interval": "^2.0.1",
"js-sha256": "^0.9.0",
"level": "^8.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-gzip": "^1.1.2",
"pg": "^8.7.3",
Expand All @@ -53,16 +54,21 @@
"devDependencies": {
"@types/async": "^3.2.15",
"@types/express": "^4.17.13",
"@types/lodash": "^4.17.0",
"@types/node": "^16.11.68",
"@types/node-fetch": "^2.6.2",
"@types/node-gzip": "^1.1.0",
"@types/pg": "^8.6.5",
"@types/semver": "^7.5.6",
"@types/uuid": "^8.3.1",
"@types/validator": "^13.7.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"alias-hq": "^5.1.6",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"nodemon": "^2.0.7",
"nodemon-webpack-plugin": "^4.5.2",
"prettier": "^3.2.5",
"supertest": "^6.1.5",
"ts-jest": "^27.0.4",
"ts-loader": "^9.5.1",
Expand Down
154 changes: 0 additions & 154 deletions indexer/src/proto/gen/akash/base/v1beta3/attribute_pb.ts

This file was deleted.

55 changes: 0 additions & 55 deletions indexer/src/proto/gen/akash/inventory/v1/cluster_pb.ts

This file was deleted.

111 changes: 0 additions & 111 deletions indexer/src/proto/gen/akash/inventory/v1/cpu_pb.ts

This file was deleted.

Loading

0 comments on commit c922205

Please sign in to comment.