dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
35 stars 21 forks source link

Importing old mnemonic in browser #167

Closed ghost closed 2 years ago

ghost commented 3 years ago

I cannot import my "old" mnemonic within Chrome Wallet in Chrome or Firefox since new dashjs 16.3 release. Import works with a newly generated mnemonic from dashjs 16.3 - but not with the old one.

Import will just freeze while executing account = await sdk.getWalletAccount(); not giving an error or success (waited 20 min). Source line in CW: https://github.com/readme55/Dash-Chrome-Wallet/blob/master/app/background.js#L143

"old" Mnemonic: wealth recycle unit rocket milk defy alter just into inquiry universe cloth

I can import it within Node on command line.

dashameter commented 3 years ago

@readme55 can you verify that this issue is still current on js-sdk v.20 or if it can be closed?

SamKirby22 commented 2 years ago

Closing as duplicate of https://github.com/dashevo/wallet-lib/issues/277#issue-936172688