Skip to content

Commit

Permalink
v1.6.1 (#4445)
Browse files Browse the repository at this point in the history
* Build for 1.6.1-rc.0

* v1.6.1-rc.0

* Manual commit for v1.6.1-rc.0 dist build

* Manual build for 1.6.1-rc.1

* v1.6.1-rc.1

* Fix 1.6.1. bundle size growth (#4501)

* ➖ Remove unused dependency

* ⬆️ Update dependencies

* 👷 Update webpack config to exclude static json files

* npm i and manual build for 1.6.1-rc.2

* Debug CI tests

* Debug CI tests

* Debug CI tests

* Fix 1.6.1 build size issue with removing static asset files (#4506)

* 👷 Update the build configurations

* 🔧 Update karma configuraiton to remove uninteded config

* 🎨 Update build steps to minimize build size

* 🎨 Update build config

* npm i and npm run build for 1.6.1-rc.2

* Update CHANGELOG

* v1.6.1-rc.2

* Manual build commit for 1.6.2-rc.2

* Improve timeout handling for the block polling for confirmation  (#4527)

* 🎨 Improve the block header timeout handling

* Update comment web3.rst (#4511)

* Update comment web3.rst

* updating changelog

Co-authored-by: Alex <alex.luu@mail.utoronto.ca>

Co-authored-by: Anh Hong <hong4rc@gmail.com>
Co-authored-by: Alex <alex.luu@mail.utoronto.ca>

* npm i

* Update CHANGELOG

* Build for 1.6.1-rc.3

* v1.6.1-rc.3

* Build for 1.6.1-rc.3

* npm i

* v1.6.1

* Manual commit for 1.6.1

Co-authored-by: Nazar Hussain <nazarhussain@gmail.com>
Co-authored-by: Anh Hong <hong4rc@gmail.com>
Co-authored-by: Alex <alex.luu@mail.utoronto.ca>
  • Loading branch information
4 people committed Nov 15, 2021
1 parent 2812172 commit 8b5610d
Show file tree
Hide file tree
Showing 56 changed files with 28,191 additions and 60,743 deletions.
1 change: 1 addition & 0 deletions .tool-versions
@@ -0,0 +1 @@
nodejs 14.17.6
9 changes: 4 additions & 5 deletions CHANGELOG.md
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
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
@@ -1,5 +1,5 @@
{
"version": "1.6.1-rc.0",
"version": "1.6.1",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down

0 comments on commit 8b5610d

Please sign in to comment.