prysmaticlabs / prysm

Go implementation of Ethereum proof of stake
https://www.offchainlabs.com
GNU General Public License v3.0
3.47k stars 1k forks source link

Prysm Wallet Recovery Not Aligned With Latest Launchpad #7448

Closed rauljordan closed 4 years ago

rauljordan commented 4 years ago

💎 Issue

Background

The current Zinken launchpad now supports an updated EIP2333 derivation scheme https://github.com/ethereum/eth2.0-deposit-cli/pull/108 which we are not compliant with. Unfortunately, updating Prysm to be compliant would break existing Medalla user's key recovery. This is a tracking issue for us to find a sensible way to upgrade, which would likely be through a migration tool that runs automatically for users.

potuz commented 4 years ago

Just my two cents: leave this incompatible. Add instructions on your website on how to use ethdo to recover and upgrade the accounts for those users that wish to do so.