Skip to content

Commit

Permalink
remove openRPC generated rpc client
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 15, 2024
1 parent 8079041 commit fa5345d
Show file tree
Hide file tree
Showing 19 changed files with 683 additions and 2,404 deletions.
12 changes: 0 additions & 12 deletions open_rpc/openrpc.config.json

This file was deleted.

136 changes: 42 additions & 94 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:browser": "jest --config=jest.browser.config.js",
"test:cov": "jest --detectOpenHandles --coverage --forceExit",
"test:cov:watch": "jest --detectOpenHandles --coverage --watch",
"test:integration": "jest --detectOpenHandles --forceExit ./test/integration",
"test:integration": "jest --forceExit --runInBand ./test/integration",
"test:all": "npm run test && npm run test:integration",
"test:watch:all": "jest --watchAll",
"check-types": "tsc --noEmit",
Expand Down Expand Up @@ -61,14 +61,10 @@
"dependencies": {
"@noble/ed25519": "^1.7.3",
"@noble/hashes": "^1.2.0",
"@open-rpc/client-js": "^1.8.1",
"@open-rpc/meta-schema": "^1.14.9",
"@open-rpc/schema-utils-js": "^2.0.5",
"bs58check": "^4.0.0",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.3",
"eventemitter3": "^5.0.1",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"secure-random": "^1.1.2",
"varint": "^6.0.0"
Expand Down
Loading

1 comment on commit fa5345d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for experimental massa-web3

St.
Category Percentage Covered / Total
🟡 Statements 65.51% 1130/1725
🔴 Branches 47.56% 195/410
🔴 Functions 49.3% 210/426
🟡 Lines 65.83% 1123/1706

Test suite run success

131 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from fa5345d

Please sign in to comment.