Skip to content

v0.7.0 - 2022-06-22

Compare
Choose a tag to compare
@OisinKyne OisinKyne released this 22 Jun 15:59
· 1666 commits to main since this release
2bc98cb

This release introduces general fixes, UX improvements, refactor work, and the addition of some new features such as QBFT consensus being enabled by default.

Breaking Changes

This release updates the cluster-lock.json structure ahead of the introduction of the DV Launchpad based authentication of Node Operators. Lock files generated with earlier versions of charon will not work with this latest version. Future versions of the client will maintain backwards compatibility as far back as this new file format. If you are running a distributed validator with files generated with an earlier alpha version of charon, reach out to the team for specific upgrade instructions on how to regenerate your cluster-lock file with this new format.

Full Changelog: v0.6.0..v0.7.0

Feature

Bug

  • clashing read only cluster definition and lock files. #584 (#676)
  • Proxy event stream from beacon node #688 (#696)

Refactor

Test

  • compose: migrate alerts from pushed-grafana to pulled-prometheus #631 (#722,#720,#719)

Misc

  • core: add log when duty missing for some validator indices #664 (#685)
  • Auto-generate dynamic changelog in github actions #320 (#679,#678,#677)