ethereumjs-wallet icon indicating copy to clipboard operation
ethereumjs-wallet copied to clipboard

Utilities for handling Ethereum keys

Results 36 ethereumjs-wallet issues
Sort by recently updated
recently updated
newest added

I ran the following code and got an error. ```ts import bip39 from "bip39"; import * as WalletOriginal from "ethereumjs-wallet"; import { interopImportCJSDefault } from "node-cjs-interop"; const Wallet = interopImportCJSDefault(WalletOriginal);...

When I run my wallet generated keys through Ethereumjs-utils library functions, isValidpublic and isValidPrivate it returns false on the public one. For the private, I get this error: "Expected private...

1. Replaced `aes-js` with `ethereum-cryptography/aes`, which defers to browser/node.js native implementation. New AES is always async, which changes signature methods 2. Replaced `bs58check` with `@scure/base` which is a dependency of...

type: security
PR state: needs review
type: refactor
type: enhancement

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Based on: fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141 Probability of throw was ~1/2**499 But after fix it should never throw

Relates to #26 Adding a few missing negative tests. Much of the remaining missing coverage seem to be from the `_typeof` polyfills.

Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.5. Changelog Sourced from log4js's changelog. 6.4.5 chore(fix): deserialise for enableCallStack features: filename, lineNumber, columnNumber, callStack - thanks @​peteriman chore(fix): fileDepth for ESM - thanks...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.9. Commits 13136e9 Release version 1.14.9 of the npm package. 2ec9b0b Keep headers when upgrading from HTTP to HTTPS. 5fc74dd Reduce nesting. 3d81dc3 Release version...

dependencies