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

Commit 401d6d6

Browse files
authored
Merge branch '1.x' into issue/3245
2 parents 0b2ca31 + c9482d7 commit 401d6d6

File tree

4 files changed

+17
-115
lines changed

4 files changed

+17
-115
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Released with 1.0.0-beta.37 code base.
108108
- ``BN`` and ``BigNumber`` objects are now supported by the ``abi.encodeParameter(s)`` method (#3238)
109109
- ``getPendingTransactions`` added to web3-eth package (#3239)
110110

111+
### Changed
112+
113+
- ``eth-lib`` dependency updated (0.2.7 => 0.2.8) (#3242)
114+
111115
### Fixed
112116

113117
- ``clearSubscriptions`` does no longer throw an error if no running subscriptions do exist (#3246)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-eth-accounts/package-lock.json

Lines changed: 9 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-eth-accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@web3-js/scrypt-shim": "^0.1.0",
1717
"any-promise": "1.3.0",
1818
"crypto-browserify": "3.12.0",
19-
"eth-lib": "0.2.7",
19+
"eth-lib": "^0.2.8",
2020
"ethereumjs-common": "^1.3.2",
2121
"ethereumjs-tx": "^2.1.1",
2222
"underscore": "1.9.1",

0 commit comments

Comments
 (0)