Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
659 stars 278 forks source link

Support external signing with Dirk #2681

Open ajsutton opened 4 years ago

ajsutton commented 4 years ago

Description

Support external signing using Dirk (https://github.com/attestantio/dirk). It uses a different external signing API but has enough information to do slashing protection so is likely a good model for a richer external signing API.

ajsutton commented 4 years ago

Requested in #2675