This release introduces support for the Keymanager API, enabling you to override settings like fee recipient, gas limit and graffiti on a per-validator basis.
Keymanager API
As of v1.1.0 Vero supports the following Keymanager API endpoints:
- Fee Recipient
- Gas Limit
- Graffiti
- Remote Key Manager
- Voluntary Exit
The Local Key Manager endpoints are not supported since Vero does not manage validator keys directly.
For more details on the Keymanager API-related CLI arguments, see the CLI reference.
Features
- Ensure attestation data checkpoints are not in the future by @eth2353 in #138
- Add support for the Keymanager API by @eth2353 in #107
Maintenance
- Update compatibility for Grandine by @eth2353 in #133
- Update docs and compose-example by @eth2353 in #135
- Update hoodi config by @eth2353 in #136
- Update
--gas-limit
documentation by @eth2353 in #140 - Update Slashing detection - add Teku by @eth2353 in #142
Full Changelog: v1.0.0...v1.1.0