nnn-gif / ethvm

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

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency ethereumjs-util was updated from 6.0.0 to 6.1.0.

🚨 View failing branch.

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

ethereumjs-util 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/492186359?utm_source=github_status&utm_medium=notification)).

Release Notes for v6.1.0 - TypeScript

First TypeScript based release of the library, now also including a
type declaration file distributed along with the package published,
see PR #170.

Bug Fixes

  • Fixed a bug in isValidSignature() not correctly returning false
    if passed an s-value greater than secp256k1n/2 on homestead or later.
    If you use the method signature with more than three arguments (so not just
    passing in v, r, s and use it like isValidSignature(v, r, s) and omit
    the optional args) please read the thread from
    PR #171 carefully
    and check your code.

Development

  • Updated @types/node to Node 11 types,
    PR #175
  • Changed browser from Chrome to ChromeHeadless,
    PR #156
Commits

The new version differs by 23 commits.

  • 46ed31d Merge pull request #176 from ethereumjs/new-release-v610
  • ae5194f Bumped version to v6.1.0, added CHANGELOG entry
  • 3d41cbd Merge pull request #175 from ethereumjs/greenkeeper/@types/node-11.9.0
  • 8a7d38f chore(package): update @types/node to version 11.9.0
  • 153b7c3 Merge pull request #170 from ethereumjs/typescript
  • 0c322f6 Update docs
  • a3d662b Convert index to typescript
  • 01b3779 Update package.json with new typescript configs
  • 50f507c Rename src/index.js to src/index.ts
  • 0ca5751 Mv index.js to src/
  • 1b03b86 Add tsc, tslint and prettier config files
  • fb864da Merge pull request #171 from ethereumjs/fix-isValidSignature-method
  • 777241f Improve readibility and defaults of homestead or greater checks in isValidSignature
  • 7fb0a30 Fix validation of s size in isValidSignature so that it applies to the correct hardforks
  • 5d316ce Fix jsdoc param type of v for documentation of isValidSignature

There are 23 commits in total.

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: