Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ff78232

Browse files
committed
Partially replace the use of eth-lib (#4390)
* Replace usage of eth-lib with etheruemjs-util for hashing in web3-eth-accounts * Replace usafe of eth-lib with etheruemjs-util for hashing in web3-utils * Update web3.utils tests * Add etheruemjs-util as dev dependency for use in tests * Update CHANGELOG * Fix typo in packages/web3-utils/src/utils.js
1 parent c82db7a commit ff78232

File tree

10 files changed

+54418
-41515
lines changed

10 files changed

+54418
-41515
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -449,4 +449,14 @@ Released with 1.0.0-beta.37 code base.
449449

450450
## [Unreleased]
451451

452-
## [1.5.4]
452+
## [1.6.0]
453+
454+
### Changed
455+
456+
- Partially replace usage of [eth-lib](https://github.com/MaiaVictor/eth-lib) with [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/util) (#4390)
457+
458+
## [1.6.1]
459+
460+
### Changed
461+
462+
- Not considering `tx.chainId` if `tx.common.customChain.chainId` is provided for `web3.eth.accounts.signTransaction` function (#4293)

package-lock.json

+48,834-41,457
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"crypto-js": "^3.3.0",
114114
"decache": "^4.6.0",
115115
"dependency-check": "^4.1.0",
116+
"ethereumjs-util": "^7.1.0",
116117
"ethers": "^5.4.4",
117118
"ganache-cli": "^6.12.0",
118119
"jshint": "^2.12.0",
@@ -132,6 +133,5 @@
132133
"wait-port": "^0.2.9",
133134
"webpack": "^4.44.2",
134135
"webpack-cli": "^3.3.12"
135-
},
136-
"dependencies": {}
136+
}
137137
}

0 commit comments

Comments
 (0)