nnn-gif / ethvm

EthVM: Open source Ethereum networks explorer
MIT License
0 stars 0 forks source link

An in-range update of ethereumjs-abi is breaking the build 🚨 #40

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency ethereumjs-abi was updated from 0.6.5 to 0.6.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ethereumjs-abi 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/niktrix/ethvm/builds/482332528?utm_source=github_status&utm_medium=notification)).

Release Notes for v0.6.6 - Bugfix/Maintenance Release
  • Include size of fixed-size array in offset for dynamic type,
    PR #60
  • Replaced problematic for..in loops with C-style loops,
    PR #68
  • Updated ethereumjs-util dependency to v5.0.0,
    PR #59
  • Run CI tests on currently supported Node versions,
    PR #61
Commits

The new version differs by 13 commits.

  • 5117e51 Merge pull request #75 from ethereumjs/new-release-v066
  • 8a08a24 Bumped version to v0.6.6, added CHANGELOG entry
  • 2863c40 Merge pull request #68 from SettleFinance/master
  • 3c73e56 Replace problematic for..in loops with C-style loops
  • 00ba846 Merge pull request #62 from ritave/patch-2
  • b7b010a Fix serpent examples of rawEncode / rawDecode
  • 4ea2fdf Merge pull request #61 from ethereumjs/update-travis-node-versions
  • f67bc4e Update Travis to run tests with currently supported Node versions
  • 09c3c48 Merge pull request #60 from yondonfu/abi-offset-fixed-arrays
  • cd6dacd Add space before function parens to fix linting error
  • 64cb261 Merge pull request #59 from gre/patch-1
  • b3a1a21 Incorporate size of fixed size arrays when calculating offset for dynamic types
  • f61a70d Bump major version of ethereumjs-util

See the full diff

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 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v0.6.7 - Maintenance Release
  • Added support/CI testing for Node 10, 11, PR #77
  • Dropped support for Node 4, 6, PR #77
  • Updated ethereumjs-util dependency to v6.0.0, bn.js to 4.11.8, PR #77
  • Updated dev dependency versions, PR #77
Commits

The new version differs by 11 commits.

  • 572d4ba Merge pull request #78 from ethereumjs/new-release-v067
  • dff7dfe Bumped version to v0.6.7, added CHANGELOG entry
  • 497010c Added standard .gitignore file used in other libraries
  • de3beef Removed package-lock.json
  • d8d7fc9 Merge pull request #77 from centrys-sergiu/master
  • 3fb41d7 Undo version range to dependencies
  • b0a3eb1 Travis remove deprecated node versions
  • 1b51e98 Upgrade ethereumjs-util library
  • d84a967 Merge pull request #72 from JAG-UK/patch-1
  • 1cec899 Add test case for simpleEncode with and without arguments
  • d472a8a Fixup in parseSignature for functions with no args

See the full diff