tendermint / go-crypto

DEPRECATED: Merged into https://github.com/tendermint/tendermint under `crypto`
Other
44 stars 32 forks source link

Seedphrase Recover Issue #82

Closed kidinamoto01 closed 6 years ago

kidinamoto01 commented 6 years ago

the secret structure change from

[secret] = [secret] + [type] 

to

[secret] = [type] + [secret] 

which leads to key recover failure.

ebuchman commented 6 years ago

The address changed as well.

Is it valuable to be able to recover old seeds even if it will lead to a different address ?

See https://github.com/tendermint/go-crypto/issues/77 for ref