Skip to content
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

Update ethereumjs-util to the latest version 🚀 #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 10, 2018

The devDependency ethereumjs-util was updated from 5.2.0 to 6.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

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 🌴

greenkeeper bot added a commit that referenced this pull request Feb 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2019

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Nov 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2019

Update to this version instead 🚀

Commits

The new version differs by 49 commits.

  • 9354465 Merge pull request #222 from ethereumjs/new-release-v620
  • 7e303f4 added #168 to CHANGELOG
  • 98f4c75 Bumped version to v6.2.0, added CHANGELOG entry
  • f158d29 fix(package): update keccak to version 2.0.0 (#168)
  • 0ddaed8 CI: switch to chrome-headless on Travis (#221)
  • 3b10850 Merge pull request #204 from ethereumjs/eip1191
  • beecf2d Update EIP1191 doc
  • a91eaf3 Regenerate docs
  • cdf0b3c Implement EIP1191
  • a7bfe26 Update travis config to support node 8, 10, 11, and 12 (#207)
  • 3b28716 Make @types/bn.js a dependency instead of a devDependency (#205)
  • 47f8bfa Improve bufferToHex doc (#206)
  • 599ba5b Merge pull request #197 from ethereumjs/toBuffer-unrecognized-strings
  • f0df622 Include the unrecognized string in the error message
  • d8aee9c Rebuild docs

There are 49 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants