Open ManuelBilbao opened 1 week ago
Currently, Commit-Boost only support Lighthouse-like keystore, with a file structure similar to:
├── keys │ ├── <PUBLIC_KEY_1> │ │ └── voting-keystore.json │ └── <PUBLIC_KEY_2> │ └── voting-keystore.json |── secrets │ ├── <PUBLIC_KEY_1> │ └── <PUBLIC_KEY_2>
This PR adds support for many other formats, like Prysm, Teku and Lodestar. Solves a part of #17
Currently, Commit-Boost only support Lighthouse-like keystore, with a file structure similar to:
This PR adds support for many other formats, like Prysm, Teku and Lodestar. Solves a part of #17