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

Commit 9d5ce48

Browse files
authored
1.7.4 (#5036)
* npm i and CHANGELOG update for 1.7.4 release * v1.7.4-rc.0 * Manual build commit for 1.7.4-rc.0 * npm i * v1.7.4-rc.1 * Manual build commit for 1.7.4-rc.1 * changelog update and npm i * v1.7.4-rc.2 * Manual build commit for 1.7.4-rc.2 * v1.7.4 * Build for 1.7.4
1 parent 739217c commit 9d5ce48

51 files changed

Lines changed: 402 additions & 73009 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ Released with 1.0.0-beta.37 code base.
538538

539539
- Fixed build issues of 1.7.2
540540

541-
## [Unreleased]
542-
543541
## [1.7.4]
544542

545543
### Fixed
@@ -548,6 +546,7 @@ Released with 1.0.0-beta.37 code base.
548546
- Fix static tuple encoding (#4673) (#4884)
549547
- Fix bug in handleRevert logic for eth_sendRawTransaction (#4902)
550548
- Fix resolve type of getBlock function (#4911)
549+
- Web3-utils BN fix (#5132)
551550

552551
### Changed
553552
- Replace deprecated String.prototype.substr() (#4855)
@@ -561,3 +560,7 @@ Released with 1.0.0-beta.37 code base.
561560

562561
### Security
563562
- `npm audit fix` to address vulnerabilities and update libraries (#5014)
563+
564+
## [Unreleased]
565+
566+
## [1.7.5]

dist/web3.min.js

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

dist/web3.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.3",
2+
"version": "1.7.4",
33
"lerna": "2.0.0",
44
"command": {
55
"init": {

0 commit comments

Comments
 (0)