near-cli icon indicating copy to clipboard operation
near-cli copied to clipboard

Fixing generate-key with --seedPhrase

Open mm-near opened this issue 2 years ago • 1 comments

Currently when you call

near --generate-key --seedPhrase a b c ..

It will create 2 implicit keys (one with the seedPhrase and the other one with random value) - which is a little bit confusing.

Moreover, I think that something's wrong with seed-phrase.js code - as it should probably store the key in a seedPhraseKeystore (but I'm not very familiar with this code).

mm-near avatar Jul 20 '22 10:07 mm-near

@judith-Near can you please fix tests, since they are broken on master after your last merge.

volovyks avatar Jul 25 '22 13:07 volovyks