Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Updated BN.js dependency (re-export) from 4.x to 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Apr 30, 2020
1 parent 08eccac commit ab1be0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,12 @@ The following methods are now `Buffer`-only:

#### Other Breaking Changes

- Added support for Node 14,
PR [#249](https://github.com/ethereumjs/ethereumjs-util/pull/249)
- Dropped support for Node `8` along
PR [#228](https://github.com/ethereumjs/ethereumjs-util/pull/228)
- Updated `BN.js` library re-export from `4.x` to `5.x`,
PR [#249], https://github.com/ethereumjs/ethereumjs-util/pull/249
- Removed `secp2561` re-export (use methods provided or import directly),
PR [#228](https://github.com/ethereumjs/ethereumjs-util/pull/228)

Expand All @@ -121,8 +125,6 @@ The `secp2561` ECDSA dependency has been updated from `3.0.1` to `4.0.1`.

### Developer Improvements

- Added support for Node 14,
PR [#249](https://github.com/ethereumjs/ethereumjs-util/pull/249)
- Refactored test suite (module split-up, headless Firefox and Chrome),
PR [#231](https://github.com/ethereumjs/ethereumjs-util/pull/231)
- Moved CI from Travis to GitHub Actions,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"homepage": "https://github.com/ethereumjs/ethereumjs-util",
"dependencies": {
"@types/bn.js": "^4.11.3",
"bn.js": "^4.11.0",
"bn.js": "^5.1.1",
"create-hash": "^1.1.2",
"ethjs-util": "0.1.6",
"keccak": "^3.0.0",
Expand Down

0 comments on commit ab1be0c

Please sign in to comment.