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

Bump keythereum from 1.2.0 to 2.0.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps keythereum from 1.2.0 to 2.0.0.

Changelog

Sourced from keythereum's changelog.

2.0.0 - 2022-08-03

Maintenance release with various library updates and dependency simplifications.

Note that this version now uses the native JS BigInt datatype, which is not supported in some older versions of browsers and dev/build tools!

Following Updates:

  1. Replaced crypto-browserify with browserify-aes, which is a dependency of crypto-browserify; without all the unnecessary modules. We are still using browserify-aes because the keythereum's related api methods are synchronous - ethereum-cryptography/aes exposes async-only methods.
  2. Replaced keccak with ethereum-cryptography/keccak
  3. Replaced scrypt-js with ethereum-cryptography/scrypt
  4. Replaced secp256k1 with ethereum-cryptography/secp256k1-compat
  5. Removed sjcl which had pbkdf2 implementation
  6. Updated uuid from 3.0.0 to 8.3.2
  7. The package versions are exact, like before - no version ranges

wc < dist/keythereum.js output:

  • before 31994 118030 921363
  • after 15243 63140 484003

Backwards incompatibilities:

  • BigInt support is now required
  • keythereum.crypto is now an emulated object instead of crypto-browserify stuff
Commits
Maintainer changes

This version was pushed to npm by holgerd77, a new releaser for keythereum since your current version.


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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [keythereum](https://github.com/ethereumjs/keythereum) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/ethereumjs/keythereum/releases)
- [Changelog](https://github.com/ethereumjs/keythereum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethereumjs/keythereum/commits)

---
updated-dependencies:
- dependency-name: keythereum
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants