Skip to content

Commit 042c238

Browse files
authored
Merge pull request #4881 from NomicFoundation/edr/remove-ethereumjs-dependencies
Remove unneeded ethereumjs code and deps
2 parents b886b40 + 2c64151 commit 042c238

File tree

20 files changed

+76
-2539
lines changed

20 files changed

+76
-2539
lines changed

packages/hardhat-core/package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"console.sol"
6363
],
6464
"devDependencies": {
65+
"@nomicfoundation/ethereumjs-block": "5.0.3",
6566
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
6667
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
6768
"@types/async-eventemitter": "^0.2.1",
@@ -107,16 +108,9 @@
107108
"@ethersproject/abi": "^5.1.2",
108109
"@ignored/edr": "workspace:^0.2.0-alpha.1",
109110
"@metamask/eth-sig-util": "^4.0.0",
110-
"@nomicfoundation/ethereumjs-block": "5.0.3",
111-
"@nomicfoundation/ethereumjs-blockchain": "7.0.3",
112111
"@nomicfoundation/ethereumjs-common": "4.0.3",
113-
"@nomicfoundation/ethereumjs-evm": "2.0.3",
114-
"@nomicfoundation/ethereumjs-rlp": "5.0.3",
115-
"@nomicfoundation/ethereumjs-statemanager": "2.0.3",
116-
"@nomicfoundation/ethereumjs-trie": "6.0.3",
117112
"@nomicfoundation/ethereumjs-tx": "5.0.3",
118113
"@nomicfoundation/ethereumjs-util": "9.0.3",
119-
"@nomicfoundation/ethereumjs-vm": "7.0.3",
120114
"@nomicfoundation/solidity-analyzer": "^0.1.0",
121115
"@sentry/node": "^5.18.1",
122116
"@types/bn.js": "^5.1.0",

0 commit comments

Comments
 (0)