github attestantio/vouch v1.3.2
Release 1.3.2

latest releases: v1.9.0, v1.9.0-beta.3, v1.9.0-beta.2...
2 years ago

This is the first public release of Vouch 1.3.x. This release contains a number of optimizations, bug fixes and resiliency improvements. Notable changes from the prior release include:

  • add beacon-node-addresses configuration option, which connects to multiple beacon nodes in parallel and reconnects to failed nodes when available. This provides higher levels of resiliency for Vouch as it schedules its own operations
  • add options to specify durations before carrying out certain operations (note that supplying these values can result in Vouch generating operations outside of the times set by the consensus specification, which can result in the operations being ignored by the network; only change these if you understand the consequences). Options include
    • controller.max-proposal-delay
    • controller.max-sync-committee-message-delay
    • controller.attestation-aggregation-delay
    • controller.sync-committee-aggregation-delay
  • add mark metrics, to show at what point in the 12-second window specific actions such as attestations, proposals and sync committee messages take place. See the metrics documentation for the specific metric names
  • remove basic scheduler; advanced scheduler is now the only supported option

Don't miss a new vouch release

NewReleases is sending notifications on new releases.