-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
1.7.4 #5036
1.7.4 #5036
Conversation
Your Render PR Server URL is https://web3-js-pr-5036.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-ca1paqn5f99a0a8g12og. |
Pull Request Test Coverage Report for Build 2536509381
💛 - Coveralls |
As part of the RC process, following test installations are performed in other projects and running their tests to see if everything.
(This list will be actively edited)
|
For 1.7.4-rc.1: As part of the RC process, following test installations are performed in other projects and running their tests to see if everything.
(This list will be actively edited)
|
Synthetix test passed for 1.7.4-rc.1 ✔️ , open zepelin testcases had around 80 failing test cases due to attributes not existing on web3.utils.BN due to my BN PR that merged. #5132 This PR fixes it. |
For 1.7.4-rc.2: As part of the RC process, following test installations are performed in other projects and running their tests to see if everything.
(This list will be actively edited)
|
For 1.7.4-rc.2: As part of the RC process, following test installations are performed in other projects and running their tests to see if everything.
(This list will be actively edited)
|
FYI, this turned out to be a breaking change on nonbreaking semver, as discussed in more detail in the above-linked comment. |
Fixed
f.call = this.call
when intrinsic is frozen (fix: assignment to function.call #4918) (assignment to function.call (#4918) #4938)Changed
Added
web3.eth.Contract.setProvider()
as per public documentation (Exposing web3.eth.Contract.setProvider() as per public documentation #4822) (Exposing web3.eth.Contract.setProvider() as per public documentation #5001)Security
npm audit fix
to address vulnerabilities and update libraries (Libs and CI updates #5014)