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

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3. Changelog Sourced from async's changelog. v3.2.3 Fix bugs in comment parsing in autoInject. (#1767, #1780) v3.2.2 Fix potential prototype pollution exploit Commits 62943ca Version...

dependencies

I'm trying to create Wallet object from keystore, and whenever I try to create it I get the following error: ``` Error: sorry, createDecipheriv is not implemented yet we accept...

I can import wallet with privateKey + 1 random character. How to fix it? ``` let key = privateKey if (key.startsWith('0x')) { key = key.substring(2) } let buf = Buffer.from(key,...

Hi is there a way i can print private keys from my mnemonic and display them?

### TODO - [ ] Remove default `Wallet` export, see https://github.com/ethereumjs/ethereumjs-wallet/issues/144

prio: P3 important
type: meta
type: release

A couple of simple tests can be added to cover `index.js` (except the `fromV1` function). Covering `thirdparty.js` is secondary.

prio: P3 important
help wanted
type: tests
effort: E1 hours

Hi, I am trying to generate a possible public key(receiving address) from xPub key. Currently, I am using this code ``` var hdkey = require('ethereumjs-wallet/hdkey'); var extPubKey = 'xpub6D4vX5InpWpivgUZixTzYlsuFCpnimEv7UFaxrcTGnBMUtdL3RpdsdekdCkEeGelLUt31N2LCe3TwA8ge5sC9d72HSRYYhgq1DO4yMaQb9g0'; var...

Cannot read property 'kdf' of undefined when the keystore file uses "Crypto" rather than "crypto"

@michaelsbradleyjr commented in [this PR](https://github.com/ethereumjs/ethereumjs-wallet/pull/95) that more validations in `fromV3` would be useful: > I do think it would be a good idea to do a bit more options checking...