ethereum / staking-deposit-cli

Secure key generation for deposits
Creative Commons Zero v1.0 Universal
530 stars 330 forks source link

Verification of withdrawal credentials #40

Open CarlBeek opened 4 years ago

CarlBeek commented 4 years ago

It is very scary to me that withdrawal credentials are not verified at any point after generation. Adding a withdrawal signature & and the full withdrawal public key would allow verification of the key and it's encoding which would be a comforting sanity check.

hwwhww commented 3 years ago

195 would fix this.

hwwhww commented 3 years ago

Update: #195 verifies the withdrawal public key validation but not the withdrawal signature. We mostly rely on the launchpad to double verify the signatures.