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.
Vero now supports the following Keymanager API endpoints: Fee Recipient, Gas Limit, Graffiti, Remote Key Manager, and Voluntary Exit. The Local Key Manager endpoints are not supported, as 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-limitdocumentation by @eth2353 in #140
Full Changelog: v1.0.0...v1.1.0-rc.0