Skip to content

Commit

Permalink
Partially replace the use of eth-lib (#4390)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
spacesailor24 committed Sep 26, 2021
1 parent c82db7a commit ff78232
Show file tree
Hide file tree
Showing 10 changed files with 54,418 additions and 41,515 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,14 @@ Released with 1.0.0-beta.37 code base.

## [Unreleased]

## [1.5.4]
## [1.6.0]

### Changed

- Partially replace usage of [eth-lib](https:/MaiaVictor/eth-lib) with [ethereumjs-util](https:/ethereumjs/ethereumjs-monorepo/tree/master/packages/util) (#4390)

## [1.6.1]

### Changed

- Not considering `tx.chainId` if `tx.common.customChain.chainId` is provided for `web3.eth.accounts.signTransaction` function (#4293)
90,291 changes: 48,834 additions & 41,457 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"crypto-js": "^3.3.0",
"decache": "^4.6.0",
"dependency-check": "^4.1.0",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.4.4",
"ganache-cli": "^6.12.0",
"jshint": "^2.12.0",
Expand All @@ -132,6 +133,5 @@
"wait-port": "^0.2.9",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}
}
Loading

0 comments on commit ff78232

Please sign in to comment.