-
Notifications
You must be signed in to change notification settings - Fork 25
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
An in-range update of web3 is breaking the build 🚨 #1281
Comments
After pinning to 1.2.2 your tests are passing again. Downgrade this dependency 📌. |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for web3.js 1.2.4This release is a hotfix for the scrypt-shim and websocket dependency. Fixed
CommitsThe new version differs by 7 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for web3.js 1.2.5This release does add the Added
Changed
Fixed
CommitsThe new version differs by 208 commits.
There are 208 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for web3.js 1.2.6This release does update the ENS registry address in the web3.js library. Added
Changed
CommitsThe new version differs by 57 commits.
There are 57 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for web3.js 1.2.7Hi! FeaturesAlongside some small bug fixes, this release contains two large improvements, authored by @nivida.
Note about behavioral change in Geth 1.9.12Recently in issue #3456 @Aniket-Engg drew attention to an important breaking change in Geth 1.9.12 which affects Web3 users. From their release notes:
This means that if you're:
... without explicitly setting a In Web3.js, the // Call myContract.methods.myMethod(123).call({from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'}); Added
Changed
Fixed
Please don't hesitate to report any problems you see to the issues, and thanks for checking out this new release! CommitsThe new version differs by 326 commits ahead by 326, behind by 6.
There are 250 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for web3.js 1.2.8Hi! FeaturesAlongside some Typescript improvements and patches for the Websocket Provider reconnection logic introduced in 1.2.7, this release contains two larger changes:
Added
Changed
Fixed
CommitsThe new version differs by 143 commits ahead by 143, behind by 7.
There are 143 commits in total. See the full diff |
The dependency web3 was updated from
1.2.2
to1.2.3
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
web3 is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for web3.js 1.2.3
We have improved with this release the TypeScript type definitions, we applied a fix for the OOG (out-of-gas) error issue, and we added a missing polyfill to the web3.min.js file.
Fixed
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: