Skip to content

Commit

Permalink
Remove unused deps (#3729)
Browse files Browse the repository at this point in the history
* monorepo: remove unused deps

* client: remove unused deps

* README.md: update dependency graph

* move it-pipe to devDeps

---------

Co-authored-by: acolytec3 <[email protected]>
  • Loading branch information
jochem-brouwer and acolytec3 authored Oct 9, 2024
1 parent 29799e4 commit 787c27a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 34 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ Detailed version can be seen on [Codecov.io][coverage-link]
genesis --> statemanager
genesis --> trie
tx --> block
tx --> evm
tx --> vm
vm --> client
statemanager --> evm
Expand Down
33 changes: 9 additions & 24 deletions package-lock.json

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

1 change: 0 additions & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@ethereumjs/tx": "^5.4.0",
"@ethereumjs/util": "^9.1.0",
"debug": "^4.3.3",
"ethereum-cryptography": "^3.0.0",
"lru-cache": "10.1.0"
},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@
"@ethereumjs/mpt": "6.2.2",
"@ethereumjs/tx": "5.4.0",
"@ethereumjs/util": "9.1.0",
"@ethereumjs/verkle": "^0.1.0",
"@ethereumjs/vm": "8.1.0",
"@js-sdsl/ordered-map": "^4.4.2",
"@multiformats/multiaddr": "^12.2.1",
"@polkadot/util": "^13.0.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@scure/base": "^1.1.7",
"abstract-level": "^1.0.3",
Expand All @@ -81,7 +79,6 @@
"cors": "^2.8.5",
"debug": "^4.3.3",
"ethereum-cryptography": "^3.0.0",
"it-pipe": "^1.1.0",
"jayson": "^4.0.0",
"@paulmillr/trusted-setups": "^0.1.2",
"micro-eth-signer": "^0.11.0",
Expand All @@ -107,6 +104,7 @@
"eventsource": "^2.0.2",
"isomorphic-ws": "^5.0.0",
"it-pair": "^1.0.0",
"it-pipe": "^1.1.0",
"it-pushable": "^1.4.2",
"testdouble": "^3.16.6",
"testdouble-timers": "^0.1.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"ethereum-cryptography": "^3.0.0"
"@ethereumjs/util": "^9.1.0"
},
"devDependencies": {
"@polkadot/util": "^12.6.2",
Expand Down
1 change: 0 additions & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"dependencies": {
"@ethereumjs/common": "^4.4.0",
"@ethereumjs/statemanager": "^2.4.0",
"@ethereumjs/tx": "^5.4.0",
"@ethereumjs/util": "^9.1.0",
"@types/debug": "^4.1.9",
"debug": "^4.3.3",
Expand Down
1 change: 0 additions & 1 deletion packages/mpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"dependencies": {
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/util": "^9.1.0",
"@types/readable-stream": "^2.3.13",
"debug": "^4.3.4",
"lru-cache": "10.1.0",
"ethereum-cryptography": "^3.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/verkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"debug": "^4.3.4",
"lru-cache": "10.1.0",
"verkle-cryptography-wasm": "^0.4.8",
"@ethereumjs/block": "^5.3.0",
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/util": "^9.1.0"
},
Expand Down

0 comments on commit 787c27a

Please sign in to comment.