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

Commit 8b5610d

Browse files
Spacesai1ornazarhussainhong4rcAlex
authored
v1.6.1 (#4445)
* 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>
1 parent 2812172 commit 8b5610d

Some content is hidden

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

56 files changed

+28191
-60743
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 14.17.6

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,15 +472,14 @@ Released with 1.0.0-beta.37 code base.
472472
- Correct `web3-eth-personal.sendTransaction` example in documentation (#4409)
473473
- Updated README to include Webpack 5 angular support instructions (#4174)
474474

475-
## [Unreleased]
476-
477-
## [1.6.2]
478-
479-
### Changed
475+
### Fixed
480476

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

481+
## [Unreleased]
482+
484483
## [1.7.0]
485484

486485
### Changed

dist/web3.min.js

Lines changed: 25 additions & 16 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.

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function (config) {
3535
colors: true,
3636
logLevel: config.LOG_INFO,
3737
autoWatch: false,
38-
browsers: ['ChromeHeadless', 'FirefoxHeadless'],
38+
browsers: ['ChromeHeadless', 'FirefoxHeadless']
3939
};
4040

4141
config.set(configuration);

lerna.json

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

0 commit comments

Comments
 (0)