eth-alarm-clock-dapp
eth-alarm-clock-dapp copied to clipboard
Update ethereumjs-util to the latest version π
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 :palm_tree:
Changelog for 6.0.0:
- Support for EIP-155 replay protection by adding an optional chainId parameter
to ecsign(), ecrecover(), toRpcSig() and isValidSignature(), if present the
new signature format relying on the chainId is used, see PR #143
- New generateAddress2() for CREATE2 opcode (EIP-1014) address creation
(Constantinople HF), see PR #146
- [BREAKING] Fixed signature to comply with Geth and Parity in toRpcSig() changing
v from 0/1 to 27/28, this changes the resulting signature buffer, see PR #139
- BREAKING] Remove deprecated sha3-named constants and methods (see v5.2.0 release),
see PR #154
Since we rely on signature checks for signing DAY token checks, this might be a breaking release. Let's wait with it and merge in future sprints.
- The
devDependency
ethereumjs-util was updated from5.2.0
to6.1.0
.
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 returningfalse
if passed ans
-value greater thansecp256k1n/2
onhomestead
or later.
If you use the method signature with more than three arguments (so not just
passing inv
,r
,s
and use it likeisValidSignature(v, r, s)
and omit
the optional args) please read the thread from
PR #171 carefully
and check your code.
Development
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
- The
devDependency
ethereumjs-util was updated from5.2.0
to6.2.0
.
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
- The
devDependency
ethereumjs-util was updated from5.2.0
to7.0.0
.
π¨ 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
devDependency
ethereumjs-util was updated from5.2.0
to7.0.1
.
π¨ 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
devDependency
ethereumjs-util was updated from5.2.0
to7.0.2
.