ethereum-node icon indicating copy to clipboard operation
ethereum-node copied to clipboard

Various checks when importing validator account keys

Open stefa2k opened this issue 3 years ago • 1 comments

Before importing a validator account key there should be certain checks to ensure no slashing can occure:

  • [ ] Look on beaconcha.in if the validator account key is offline for the last 2 epochs
  • [x] Look up if there is a slashing protection file provided #629

Notify the user about any failed checks. The user can still import when confirming about the failed checks.

stefa2k avatar Aug 06 '22 15:08 stefa2k

// change plans to get Data from Beacon API

daGscheid avatar Dec 05 '22 10:12 daGscheid

// change plans to get Data from Beacon API

works with up to 10 keys for now using beaconcha https://github.com/stereum-dev/ethereum-node/pull/1084

gbayasgalan avatar Mar 20 '23 14:03 gbayasgalan