-
Couldn't load subscription status.
- Fork 6
Update ethereumjs-util to the latest version 🚀 #65
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
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 CommitsThe new version differs by 49 commits.
There are 49 commits in total. See the full diff |
|
|
🚨 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
|
|
🚨 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
|
The dependency ethereumjs-util was updated from
6.0.0to6.1.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.
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
isValidSignature()not correctly returningfalseif passed an
s-value greater thansecp256k1n/2onhomesteador later.If you use the method signature with more than three arguments (so not just
passing in
v,r,sand use it likeisValidSignature(v, r, s)and omitthe optional args) please read the thread from
PR #171 carefully
and check your code.
Development
@types/nodeto Node11types,PR #175
PR #156
Commits
The new version differs by 23 commits.
46ed31dMerge pull request #176 from ethereumjs/new-release-v610ae5194fBumped version to v6.1.0, added CHANGELOG entry3d41cbdMerge pull request #175 from ethereumjs/greenkeeper/@types/node-11.9.08a7d38fchore(package): update @types/node to version 11.9.0153b7c3Merge pull request #170 from ethereumjs/typescript0c322f6Update docsa3d662bConvert index to typescript01b3779Update package.json with new typescript configs50f507cRename src/index.js to src/index.ts0ca5751Mv index.js to src/1b03b86Add tsc, tslint and prettier config filesfb864daMerge pull request #171 from ethereumjs/fix-isValidSignature-method777241fImprove readibility and defaults of homestead or greater checks in isValidSignature7fb0a30Fix validation of s size in isValidSignature so that it applies to the correct hardforks5d316ceFix jsdoc param type of v for documentation of isValidSignatureThere are 23 commits in total.
See the full diff
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 🌴