-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fix 1.6.1 build size issue with removing static asset files #4506
Conversation
Your Render PR Server URL is https://web3-js-pr-4506.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c5spem3ru51qbihhec80. |
Pull Request Test Coverage Report for Build 1391448415
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome job, @nazarhussain!!
Failing |
* 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 <[email protected]> Co-authored-by: Anh Hong <[email protected]> Co-authored-by: Alex <[email protected]> * 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 <[email protected]> Co-authored-by: Anh Hong <[email protected]> Co-authored-by: Alex <[email protected]>
Description
Fix the build size issue for 1.6.1 release.
Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:cov
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.