coblox / bobtimus

an autobot that automatically handles swaps as Bob
Apache License 2.0
1 stars 1 forks source link

Bump ethereumjs-util from 5.2.0 to 6.1.0 #73

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ethereumjs-util from 5.2.0 to 6.1.0.

Release notes *Sourced from [ethereumjs-util's releases](https://github.com/ethereumjs/ethereumjs-util/releases).* > ## 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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/171) carefully > and check your code. > > **Development** > > - Updated `@types/node` to Node `11` types, > PR [#175](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/175) > - Changed browser from Chrome to ChromeHeadless, > PR [#156](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/156) > > ## v6.0.0 - Major Release > - 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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/143) > - New ``generateAddress2()`` for ``CREATE2`` opcode (``EIP-1014``) address creation > (Constantinople HF), see PR [#146](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/139) > - [BREAKING] Remove deprecated ``sha3``-named constants and methods (see ``v5.2.0`` release), > see PR [#154](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/154)
Changelog *Sourced from [ethereumjs-util's changelog](https://github.com/ethereumjs/ethereumjs-util/blob/master/CHANGELOG.md).* > ## [6.1.0] - 2019-02-12 > > First **TypeScript** based release of the library, now also including a > **type declaration file** distributed along with the package published, > see PR [#170](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/171) carefully > and check your code. > > **Development** > > - Updated `@types/node` to Node `11` types, > PR [#175](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/175) > - Changed browser from Chrome to ChromeHeadless, > PR [#156](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/156) > > [6.1.0]: https://github.com/ethereumjs/ethereumjs-util/compare/v6.0.0...v6.1.0 > > ## [6.0.0] - 2018-10-08 > > - 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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/143) > - New `generateAddress2()` for `CREATE2` opcode (`EIP-1014`) address creation > (Constantinople HF), see PR [#146](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/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](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/139) > - [BREAKING] Remove deprecated `sha3`-named constants and methods (see `v5.2.0` release), > see PR [#154](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/pull/154) > > [6.0.0]: https://github.com/ethereumjs/ethereumjs-util/compare/v5.2.0...v6.0.0
Commits - [`46ed31d`](https://github.com/ethereumjs/ethereumjs-util/commit/46ed31db75aacaa3c124ee251229d09ffe0534c8) Merge pull request [#176](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/issues/176) from ethereumjs/new-release-v610 - [`ae5194f`](https://github.com/ethereumjs/ethereumjs-util/commit/ae5194fc14996e835ee7b3bf2d8dcdd1e210b371) Bumped version to v6.1.0, added CHANGELOG entry - [`3d41cbd`](https://github.com/ethereumjs/ethereumjs-util/commit/3d41cbd0ae02de582cad4f466844a84908a51af0) Merge pull request [#175](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/issues/175) from ethereumjs/greenkeeper/@types/node-11.9.0 - [`8a7d38f`](https://github.com/ethereumjs/ethereumjs-util/commit/8a7d38f31cdaa0ffe06bf86686ce9ef3630b46aa) chore(package): update @types/node to version 11.9.0 - [`153b7c3`](https://github.com/ethereumjs/ethereumjs-util/commit/153b7c35dbd275067d04ba42773aeefcdf99377d) Merge pull request [#170](https://github-redirect.dependabot.com/ethereumjs/ethereumjs-util/issues/170) from ethereumjs/typescript - [`0c322f6`](https://github.com/ethereumjs/ethereumjs-util/commit/0c322f613cdfc4c985a237541dc5ca041da729fb) Update docs - [`a3d662b`](https://github.com/ethereumjs/ethereumjs-util/commit/a3d662b3d0e5c8e8f2c78399adb0b4ce6202bbde) Convert index to typescript - [`01b3779`](https://github.com/ethereumjs/ethereumjs-util/commit/01b37794e5cb6566894cc121ab51c5abd5fbe94c) Update package.json with new typescript configs - [`50f507c`](https://github.com/ethereumjs/ethereumjs-util/commit/50f507c4cea60440c4f27d12c54113447ab83600) Rename src/index.js to src/index.ts - [`0ca5751`](https://github.com/ethereumjs/ethereumjs-util/commit/0ca57517f485567aa4b832ac954e8e3c1cfff41f) Mv index.js to src/ - Additional commits viewable in [compare view](https://github.com/ethereumjs/ethereumjs-util/compare/v5.2.0...v6.1.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 2 PRs for your first few update runs. Once an update run creates fewer than 2 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

The following labels could not be found: dependencies.

D4nte commented 5 years ago

@thomaseizinger build fail