-
Notifications
You must be signed in to change notification settings - Fork 6
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 🚀 #65
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.0
to6.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 returningfalse
if passed an
s
-value greater thansecp256k1n/2
onhomestead
or later.If you use the method signature with more than three arguments (so not just
passing in
v
,r
,s
and use it likeisValidSignature(v, r, s)
and omitthe optional args) please read the thread from
PR #171 carefully
and check your code.
Development
@types/node
to Node11
types,PR #175
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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴