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
I'm linking here a issue I posted on substrate repo, I created the issue there because I wasn't sure if junction derivation is part of substrate's bip39 standard, it should in my opinion.
Yeah, we should keep the derivation simple an accessible, subject to being obligated to support the old derivation types in subkey. I've no idea if #3579 is an improvement.
Also, it's sensible for hard derivations to work uniformly across key types, but we kinda screwed up by permitting soft derivations to be treated uniformly. It should've been hard derivations first and then the crypto crates handle soft derivations internally. bip32 doesn't work this way, but it's fucked up too. Oh well what's done is done.
I'm linking here a issue I posted on substrate repo, I created the issue there because I wasn't sure if junction derivation is part of substrate's bip39 standard, it should in my opinion.
paritytech/substrate#14631
The text was updated successfully, but these errors were encountered: