animist-io / wallowa

Solidity contracts for Animist with tests, continuous integration and docs
http://animist.io
ISC License
2 stars 0 forks source link

An in-range update of ethereumjs-util is breaking the build 🚨 #35

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 5.1.0 of ethereumjs-util just got published.

Branch Build failing 🚨
Dependency ethereumjs-util
Current Version 5.0.1
Type dependency

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

As ethereumjs-util is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/animist-io/wallowa/builds/198227386)
Commits

The new version differs by 17 commits .

  • 4997328 5.1.0
  • ac5d090 Add helpers for new eth_sign behavior (#67)
  • 0e246cd Merge pull request #64 from ethereumjs/feature/keccak
  • 75f5294 Use keccak instead keccakjs
  • f0f2aae Merge pull request #66 from zmanian/patch-1
  • 142b618 Fix missing comma
  • 656d534 Name field is mandatory in npm >3
  • b3443fd Merge pull request #65 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.4
  • 1c17800 chore(package): update karma-detect-browsers to version 2.2.4
  • a32309d Merge pull request #61 from ethereumjs/greenkeeper/update-all
  • c6392b5 chore(package): update dependencies
  • c16bcd0 Merge pull request #59 from ethereumjs/feature/buffer
  • 9d2f362 Update Buffer creation
  • c86d92b Merge pull request #58 from ethereumjs/rpcsig-padding
  • e555b3b Add tests for toRpcSig

There are 17 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 5.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 5.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 8 commits.

  • b01a58c 5.1.2
  • fbe8985 fix hex validation
  • 13c9a03 Merge pull request #75 from serapath-contribution/master
  • 06646e2 add browserify field to babelify es2015
  • 529c180 Merge pull request #74 from ethereumjs/greenkeeper-karma-detect-browsers-2.2.5
  • 356c29e Merge pull request #73 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.5
  • c3b74dd chore(package): update karma-detect-browsers to version 2.2.5
  • 5ac7625 chore(package): update karma-detect-browsers to version 2.2.5

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v5.1.3 - Maintenance Release
  • ES6 syntax updates
  • Dropped Node 5 support
  • Moved babel to dev dependencies, switched to env preset
  • Usage of safe-buffer instead of Node Buffer
  • Do not allow capital 0X as valid address in isValidAddress()
  • New methods zeroAddress() and isZeroAddress()
  • Updated dependencies
Commits

The new version differs by 40 commits.

  • 3e72947 Release commit for v5.1.3
  • 279ac78 Updated deprecated babel es2015 to env preset
  • 3d05254 chore(package): update babelify to version 8.0.0
  • aed81b9 Merge pull request #106 from ethereumjs/greenkeeper/karma-2.0.0
  • acc9130 chore(package): update karma to version 2.0.0
  • a65787d Merge pull request #102 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.6
  • deb4019 chore(package): update karma-detect-browsers to version 2.2.6
  • 193a119 Merge pull request #98 from ethereumjs/greenkeeper/mocha-4.0.0
  • f0aafb0 Update travis to build with Node 8 (from Node 7)
  • 5d59ad6 Merge branch 'master' into greenkeeper/mocha-4.0.0
  • 9e6cda9 Merge pull request #96 from ethereumjs/greenkeeper/coveralls-3.0.0
  • 7f31795 Merge branch 'master' into greenkeeper/coveralls-3.0.0
  • 15d4085 Merge pull request #91 from ethereumjs/greenkeeper/documentation-5.2.0
  • 0c0f23f Rebuild docs with new documentation version
  • d75a4b2 Updated build:docs command to reflect syntax changes from updated documentation version

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits.

  • cf511cc Merge pull request #116 from ethereumjs/new-release-514
  • 1a96b69 Bumped version to v5.1.4, added CHANGELOG entry
  • 5da67f4 Merge pull request #115 from ethereumjs/byzantium-is-precompiled
  • 7685191 Updated isPrecomile according to Byzantium precompile-used address space
  • 3550ee3 Merge pull request #114 from ethereumjs/es5-dist
  • 121e850 Run both Node and browser tests on distribution version
  • b293cff Added babel-cli to distribute ES5 version on npm
  • 1617d8b Updated .gitignore with EthereumJS standard version
  • 757ba73 Merge pull request #29 from axic/patch/isbn
  • 1ec8717 Add test for obsolete (?) toArray
  • d22539c Support BN.isBN in toBuffer()

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v5.1.5 - Bugfix Release
  • Fix browserify issue leading to 3rd-party build problems, PR #119
Commits

The new version differs by 4 commits.

  • 523432f Merge pull request #120 from ethereumjs/new-release-v515
  • f7d13a8 Bumped version to v5.1.5, added CHANGELOG entry
  • ea95661 Merge pull request #119 from ethereumjs/fix-browserify-issue
  • ba1ae59 Move browserify config section from package.json to karma.conf.js to avoid 3rd-party build conflicts

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v5.2.0 - Minor Release
  • Rename all sha3 hash related constants and functions to keccak, see
    this EIP discussion for context
    (tl;dr: Ethereum uses a slightly different hash algorithm then in the official
    SHA-3 standard)
  • Renamed constants:
    • SHA3_NULL_S -> KECCAK256_NULL_S
    • SHA3_NULL -> KECCAK256_NULL
    • SHA3_RLP_ARRAY_S -> KECCAK256_RLP_ARRAY_S
    • SHA3_RLP_ARRAY -> KECCAK256_RLP_ARRAY
    • SHA3_RLP_S -> KECCAK256_RLP_S
    • SHA3_RLP -> KECCAK256_RLP
  • Renamed functions:
    • sha3() -> keccak() (number of bits determined in arguments)
  • New keccak256() alias function for keccak(a, 256)
  • The usage of the sha-named versions is now DEPRECATED and the related
    constants and functions will be removed on the next major release v6.0.0
Commits

The new version differs by 8 commits.

  • 7e3be1d Merge pull request #129 from ethereumjs/new-release-v520
  • 9781fed Bump version to v5.2.0, added CHANGELOG entry
  • 8abcba5 Merge pull request #128 from ethereumjs/add-keccak256-alias
  • 9165b92 Added keccak256 alias for keccak(a, 256)
  • 54aa41c Merge pull request #121 from ethereumjs/keccak
  • f617e37 Rebuild documentation after API changes
  • 39af61c Rename sha3 constants to keccak
  • 121b4d9 Rename sha3 to keccak

See the full diff