ethereumjs-util
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -9,4 +9,24 @@ # Changelog | ||
## [7.0.2] - 2020-05-25 | ||
This patch release re-establishes the state of `v7.0.0` release and upgrades | ||
the `BN.js` re-export version back to `v5` since quick patches for both | ||
the `v5` ([v5.1.2](https://github.com/indutny/bn.js/releases/tag/v5.1.2)) and | ||
the `v4` branch ([v4.11.9](https://github.com/indutny/bn.js/releases/tag/v4.11.9)) | ||
have been released to fix interoperability issues between the `BN.js` versions. | ||
This now makes it possible to move to the latest `BN.js` `v5` version and profit | ||
from future upgrades and patches. | ||
An upgrade is highly recommended, the `v7.0.1` release will be marked as | ||
deprecated along this release. | ||
See: Issue [#250](https://github.com/ethereumjs/ethereumjs-util/issues/250) | ||
[7.0.2]: https://github.com/ethereumjs/ethereumjs-util/compare/v7.0.1...v7.0.2 | ||
## [7.0.1] - 2020-05-15 | ||
[DEPRECATED in favour of v7.0.2] | ||
This patch release downgrades the re-exported `BN.js` version from `v5` to | ||
@@ -26,2 +46,4 @@ `v4` (so a continuation of what has being used within the `v6.x` versions). | ||
[DEPRECATED in favour of v7.0.1] | ||
This release comes with significant changes to the API, updated versions of | ||
@@ -28,0 +50,0 @@ the core crypto libraries and substantial developer improvements in the form |
{ | ||
"name": "ethereumjs-util", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "a collection of utility functions for Ethereum", | ||
@@ -93,3 +93,3 @@ "main": "dist/index.js", | ||
"@types/bn.js": "^4.11.3", | ||
"bn.js": "^4.11.8", | ||
"bn.js": "^5.1.2", | ||
"create-hash": "^1.1.2", | ||
@@ -96,0 +96,0 @@ "ethjs-util": "0.1.6", |
@@ -73,3 +73,3 @@ # SYNOPSIS | ||
- [BN.js](https://github.com/indutny/bn.js) (version `4.x`) | ||
- [BN.js](https://github.com/indutny/bn.js) (version `5.x`) | ||
- [rlp](https://github.com/ethereumjs/rlp) (version `2.x`) | ||
@@ -76,0 +76,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
97388
0
Updatedbn.js@^5.1.2