8000 Release v1.1.0 · serenita-org/vero · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@eth2353 eth2353 released this 19 May 10:34
· 3 commits to master since this release
1c24f14

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

Full Changelog: v1.0.0...v1.1.0

0