Skip to content

Commit

Permalink
v1.5.3 (#4308)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 1.5.3 release

* Build for 1.5.3-rc.0

* v1.5.3-rc.0

* v1.5.3

* npm i and build for v1.5.3
  • Loading branch information
spacesailor24 authored Sep 22, 2021
1 parent c5599d0 commit 7e10eb4
Show file tree
Hide file tree
Showing 49 changed files with 41,605 additions and 18,791 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,6 @@ Released with 1.0.0-beta.37 code base.
- Remove transaction `type` defaulting for `eth.sendTransaction`, `eth.sendRawTransaction` (#4241)
- `type: 0x0` was being added to legacy transaction when using `eth.signTransaction` (#4241)

## [Unreleased]

## [1.5.3]

### Fixed
Expand All @@ -447,4 +445,8 @@ Released with 1.0.0-beta.37 code base.
- lerna from 3.22.1 to 4.0.0 (#4231)
- Dropped build tests in CI for Node v8 and v10, and added support for Node v14
- Change default value for `maxPriorityFeePerGas` from `1 Gwei` to `2.5 Gwei` (#4284)
- Fixed bug in signTransaction (#4295)
- Fixed bug in signTransaction (#4295)

## [Unreleased]

## [1.5.4]
10 changes: 5 additions & 5 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.5.2",
"version": "1.5.3",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
Loading

0 comments on commit 7e10eb4

Please sign in to comment.