Skip to content

Commit

Permalink
Merge pull request #32 from etherspot/eth_method_changes
Browse files Browse the repository at this point in the history
Eth method changes
  • Loading branch information
ch4r10t33r authored May 26, 2023
2 parents ef5041c + ba0da24 commit 81594a5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0",
"version": "0.0.4",
"stream": "true",
"command": {
"version": {
"message": "chore(release): %s"
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"node": ">=12.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"ethers": "5.7.2",
"executor": "*",
"executor": "^0.0.1",
"fastify": "4.14.1",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"reflect-metadata": "0.1.13",
"types": "*"
"types": "^0.0.1"
},
"devDependencies": {
"@types/connect": "3.4.35"
Expand Down
1 change: 1 addition & 0 deletions packages/api/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ export const RedirectedRPCMethods = {
eth_getFilterLogs: "eth_getFilterLogs",
eth_getLogs: "eth_getLogs",
eth_maxPriorityFeePerGas: "eth_maxPriorityFeePerGas",
eth_sendRawTransaction: "eth_sendRawTransaction",
};
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli",
"version": "0.0.0",
"version": "0.0.1",
"description": "> TODO: description",
"author": "zincoshine <[email protected]>",
"homepage": "https://https://github.com/etherspot/skandha#readme",
Expand Down Expand Up @@ -31,14 +31,14 @@
"url": "https://https://github.com/etherspot/skandha/issues"
},
"dependencies": {
"db": "*",
"api": "*",
"executor": "*",
"types": "*",
"api": "^0.0.1",
"db": "^0.0.1",
"executor": "^0.0.1",
"find-up": "5.0.0",
"got": "12.5.3",
"js-yaml": "4.1.0",
"yargs": "17.6.2",
"find-up": "5.0.0"
"types": "^0.0.1",
"yargs": "17.6.2"
},
"devDependencies": {
"@types/js-yaml": "4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"devDependencies": {
"@types/rocksdb": "3.0.1",
"prettier": "^2.8.4",
"types": "*"
"types": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"async-mutex": "0.4.0",
"ethers": "5.7.2",
"types": "*",
"params": "*"
"params": "^0.0.1",
"types": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "params",
"version": "0.0.0",
"version": "0.0.1",
"description": "Various bundler parameters",
"author": "Etherspot",
"homepage": "https://github.com/etherspot/skandha#readme",
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/etherspot/skandha/issues"
},
"dependencies": {
"types": "*"
"types": "^0.0.1"
},
"scripts": {
"clean": "rm -rf lib && rm -f *.tsbuildinfo",
Expand Down

0 comments on commit 81594a5

Please sign in to comment.