You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.
We need to be able to recover private keys from the words written down in the fundraiser, which used HD (bip32). We already have the HD code under keys/hd but we don't expose it in any tooling.
We should have some way to specify an HD path when generating a secp256k1 key (note this only works for secp for now, not ed25519).
We need to be able to recover private keys from the words written down in the fundraiser, which used HD (bip32). We already have the HD code under
keys/hd
but we don't expose it in any tooling.We should have some way to specify an HD path when generating a secp256k1 key (note this only works for secp for now, not ed25519).
This is specifically to facilitate offline transactions, eg cosmos/cosmos-sdk#966
The text was updated successfully, but these errors were encountered: