Skip to content

Commit

Permalink
Merge branch '1.x' into bugfix/#4724
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored Jun 22, 2022
2 parents 67958f7 + 9d5ce48 commit 2e17bdb
Show file tree
Hide file tree
Showing 51 changed files with 405 additions and 73,010 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,6 @@ Released with 1.0.0-beta.37 code base.

- Fixed build issues of 1.7.2

## [Unreleased]

## [1.7.4]

### Fixed
Expand All @@ -548,7 +546,7 @@ Released with 1.0.0-beta.37 code base.
- Fix static tuple encoding (#4673) (#4884)
- Fix bug in handleRevert logic for eth_sendRawTransaction (#4902)
- Fix resolve type of getBlock function (#4911)
- Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#4724)
- Web3-utils BN fix (#5132)

### Changed
- Replace deprecated String.prototype.substr() (#4855)
Expand All @@ -562,3 +560,10 @@ Released with 1.0.0-beta.37 code base.

### Security
- `npm audit fix` to address vulnerabilities and update libraries (#5014)

## [Unreleased]

## [1.7.5]

### Fixed
- Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#4724)
33 changes: 21 additions & 12 deletions dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
Loading

0 comments on commit 2e17bdb

Please sign in to comment.