-
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
v1.7.1-rc.0 #4765
v1.7.1-rc.0 #4765
Conversation
Your Render PR Server URL is https://web3-js-pr-4765.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c82hvck41ls8pls6vv5g. |
Pull Request Test Coverage Report for Build 1927078793
💛 - Coveralls |
As part of the RC process, am doing some test installations in other projects and running their tests to see if everything.
(This list will be actively edited)
|
Could I ask to include this PR before merging this? #4808 |
@0xayanami Unfortunately no, the feature list for this release was frozen when the RC was first made. We'll discuss internally about including this in the next release though, thank you for your participation in maintaining Web3.js |
Added
transactionPollingInterval
added to web3, contract and method constructor options. defaults to 1 second. (add: custom transaction polling interval #4584)Fixed
methods.myMethod.send
(Fix a typo #4599)web3.eth.accounts.signTransaction
(doc update for chainId #4576)methods.myMethod.estimateGas
(Update estimateGas documentation #4702)Changed
Removed
Security
npm audit fix
to address vulnerabilities and update libraries (updating libs #4719) (updating library #4728)