likecoin / likecoin-eth-util

Misc utility functions for web3
https://www.npmjs.com/package/@likecoin/likecoin-eth-util
GNU General Public License v3.0
5 stars 0 forks source link

An in-range update of web3 is breaking the build 🚨 #12

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency web3 was updated from 1.2.2 to 1.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 - ❌ **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/likecoin/likecoin-eth-util/212?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

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

  • Fix perfect gas usage causes tx to error (#3175)
  • Fix regenerator runtime error in web3.min.js (#3155)
  • Fix TS types for eth.subscribe syncing, newBlockHeaders, pendingTransactions (#3159)
  • Improve web3-eth-abi decodeParameters error message (#3134)
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 1.2.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for web3.js 1.2.4

This release is a hotfix for the scrypt-shim and websocket dependency.

Fixed

  • Fix npm installation error for scrypt-shim and websocket (#3210)
Commits

The new version differs by 7 commits.

  • 341015a v1.2.4
  • 5b24175 changelog updated, min file updated, and versions bumped manually if required
  • e252b8c Merge pull request #3211 from ethereum/issue/3210
  • c516845 Update changelog
  • daca785 Fix import package names in web3-ws / web3-accounts
  • 5dda383 Add dependency-check to CI
  • 79d0aff Merge pull request #3206 from ethereum/release/1.2.3

See the full diff