Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.6.1 #4445

Merged
merged 28 commits into from
Nov 15, 2021
Merged

v1.6.1 #4445

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
50f09d3
Build for 1.6.1-rc.0
spacesailor24 Oct 9, 2021
a1b3573
v1.6.1-rc.0
spacesailor24 Oct 9, 2021
0dd79a2
Manual commit for v1.6.1-rc.0 dist build
spacesailor24 Oct 9, 2021
687ed07
Merge conflicts and npm i
spacesailor24 Oct 20, 2021
1b27549
Manual build for 1.6.1-rc.1
spacesailor24 Oct 20, 2021
5ee13f5
v1.6.1-rc.1
spacesailor24 Oct 20, 2021
6391f7d
Fix 1.6.1. bundle size growth (#4501)
nazarhussain Oct 26, 2021
dc36af7
npm i and manual build for 1.6.1-rc.2
spacesailor24 Oct 26, 2021
83827f9
Debug CI tests
spacesailor24 Oct 26, 2021
83d2385
Debug CI tests
spacesailor24 Oct 26, 2021
d523d4b
Debug CI tests
spacesailor24 Oct 26, 2021
4a81669
Fix 1.6.1 build size issue with removing static asset files (#4506)
nazarhussain Oct 27, 2021
2f2775b
npm i and npm run build for 1.6.1-rc.2
spacesailor24 Oct 27, 2021
766156b
Update CHANGELOG
spacesailor24 Oct 27, 2021
38829c0
v1.6.1-rc.2
spacesailor24 Oct 27, 2021
144fbe4
Manual build commit for 1.6.2-rc.2
spacesailor24 Oct 27, 2021
0e6da89
Improve timeout handling for the block polling for confirmation (#4527)
nazarhussain Nov 10, 2021
a0444f9
Merge branch '1.x' into release/1.6.1
spacesailor24 Nov 10, 2021
77fbf79
npm i
spacesailor24 Nov 10, 2021
dfa2dce
Merge branch '1.x' into release/1.6.1
spacesailor24 Nov 10, 2021
88d15fe
Update CHANGELOG
spacesailor24 Nov 10, 2021
0019872
Build for 1.6.1-rc.3
spacesailor24 Nov 10, 2021
87c343f
v1.6.1-rc.3
spacesailor24 Nov 10, 2021
edb812d
Build for 1.6.1-rc.3
spacesailor24 Nov 10, 2021
994988b
Merge branch '1.x' into release/1.6.1
spacesailor24 Nov 15, 2021
3d44eeb
npm i
spacesailor24 Nov 15, 2021
a3af4b8
v1.6.1
spacesailor24 Nov 15, 2021
3299240
Manual commit for 1.6.1
spacesailor24 Nov 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 14.17.6
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,15 +472,14 @@ Released with 1.0.0-beta.37 code base.
- Correct `web3-eth-personal.sendTransaction` example in documentation (#4409)
- Updated README to include Webpack 5 angular support instructions (#4174)

## [Unreleased]

## [1.6.2]

### Changed
### Fixed

- Fix 1.6.1 build size issue with removing static asset files (#4506)
- Correct `web3.rst` example in documentation (#4511)
- Correct `BlockHeader` typing (`receiptRoot` -> `receiptsRoot`) (#4452)

## [Unreleased]

## [1.7.0]

### Changed
Expand Down
41 changes: 25 additions & 16 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 karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['ChromeHeadless', 'FirefoxHeadless'],
browsers: ['ChromeHeadless', 'FirefoxHeadless']
};

config.set(configuration);
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1-rc.0",
"version": "1.6.1",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
Loading