This repository was archived by the owner on Jun 17, 2021. It is now read-only.
File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
(modification: no type change headlines) and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ 7.0.1] - 2020-05-15
10
+
11
+ This patch release downgrades the re-exported ` BN.js ` version from ` v5 ` to
12
+ ` v4 ` (so a continuation of what has being used within the ` v6.x ` versions).
13
+ This is due to some unexpected interoperability problems in libraries using
14
+ the older ` v4 ` ` BN.js ` branch in their some of their respective dependencies.
15
+
16
+ An upgrade is highly recommended, the ` v7.0.0 ` release will be marked as
17
+ deprecated along this release.
18
+
19
+ See: Issue [ #250 ] ( https://github.com/ethereumjs/ethereumjs-util/issues/250 )
20
+
21
+ [ 7.0.1 ] : https://github.com/ethereumjs/ethereumjs-util/compare/v7.0.0...v7.0.1
22
+
9
23
## [ 7.0.0] - 2020-04-30
10
24
11
25
This release comes with significant changes to the API, updated versions of
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ The following methods are available provided by [ethjs-util](https://github.com/
70
70
71
71
Additionally ` ethereumjs-util ` re-exports a few commonly-used libraries. These include:
72
72
73
- - ` BN ` ( [ bn .js] ( https://github.com/indutny/bn.js ) )
74
- - ` rlp ` ( [ rlp] ( https://github.com/ethereumjs/rlp ) )
73
+ - [ BN .js] ( https://github.com/indutny/bn.js ) (version ` 4.x ` )
74
+ - [ rlp] ( https://github.com/ethereumjs/rlp ) (version ` 2.x ` )
75
75
76
76
# EthereumJS
77
77
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-util" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"description" : " a collection of utility functions for Ethereum" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
90
90
"homepage" : " https://github.com/ethereumjs/ethereumjs-util" ,
91
91
"dependencies" : {
92
92
"@types/bn.js" : " ^4.11.3" ,
93
- "bn.js" : " ^5.1.1 " ,
93
+ "bn.js" : " ^4.11.8 " ,
94
94
"create-hash" : " ^1.1.2" ,
95
95
"ethjs-util" : " 0.1.6" ,
96
96
"keccak" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments