Releases: attestantio/vouch
Release 1.12.1
This is a patch release for Vouch with the following update:
- update majordomo to v1.1.2
This provides more detailed error output with certain majordomo actions.
Release 1.13.0-alpha.2
This is an alpha feature release for Vouch.
This release is not suitable for running on mainnet. Please only run this release on testnets.
Major changes in this release include:
- update go-eth2-wallet-dirk to v1.6.0
Major changes in prior alpha releases include:
- update majordomo to v1.1.2
- add combinedmajority attestationdata strategy
Release 1.13.0-alpha.1
This is an alpha feature release for Vouch.
This release is not suitable for running on mainnet. Please only run this release on testnets.
Major changes in this release include:
- update majordomo to v1.1.2
- add combinedmajority attestationdata strategy
Release 1.12.0
This is a feature release for Vouch. Highlights include:
- import fulu container specs from go-eth2-client
- import fulu block handling from go-builder-client and go-block-relay
- add handling for fulu versioned containers
- import increase in max blobs from go-eth2-client
- add handling for correct data version on fulu attestations
This release is required to enable Vouch to work with chains that have undergone the Fusaka upgrade. Upgrades must take place prior to the mainnet hard fork to continue validating, which is scheduled for 3rd December 2025.
Release 1.12.0-beta.4
This is a beta feature release for Vouch.
This release is not suitable for running on mainnet. Please only run this release on testnets.
Major changes in this release include:
- set correct data version on attestations after fulu hardfork
Major changes in prior beta releases include:
- import fulu container specs from go-eth2-client
- import fulu block handling from go-builder-client and go-block-relay
- add handling for fulu versioned containers
- import increase in max blobs from go-eth2-client
Release 1.12.0-beta.3
This is a beta feature release for Vouch.
This release is not suitable for running on mainnet. Please only run this release on testnets.
Major changes in this release include:
- import increase in max blobs from go-eth2-client
Major changes in prior beta releases include:
- import fulu container specs from go-eth2-client
- import fulu block handling from go-builder-client and go-block-relay
- add handling for fulu versioned containers
Release 1.12.0-beta.1
This is a beta feature release for Vouch preparing for the Fusaka hardfork.
This release is not suitable for running on mainnet. Please only run this release on testnets.
Major changes in this release include:
- import fulu container specs from go-eth2-client
- import fulu block handling from go-builder-client and go-block-relay
- add handling for fulu versioned containers
Release 1.11.1
This is a patch release for Vouch with the following bugfix:
- ensure builderclient timeout defaults are set once on startup
This addresses an intermittent issue where vouch failed to start due to concurrent access to the config map.
Notes for multi instance
Multi instance gives the option of running a secondary instance of Vouch with a static-delay. The secondary instance will attempt to perform validator duties if it does not detect another instance performing them. Key considerations:
- You should only attempt to use multi instance if you have slashing protection external to Vouch (e.g. Dirk). A multi instance setup without slashing protection will likely lead to your validators getting slashed.
- You should test your setup thoroughly on testnets before moving to mainnet.
- The
static-delayparameters you need to set will be relative to your infrastructure. As a general guide - shorter delays will lead to more duplicate signing attempts; the longer the delay the less likely the secondary will perform duties within the necessary window.
Release 1.11.0
This is a feature release for Vouch. Highlights include:
- add initial multi instance implementation
- import latest go-eth2-client for complex Spec types
- add service-specific timeout configs for builderclient interactions
- add 'attester.grace' grace period to attester service
- enable 'latest' beacon block root strategy
- add combined attestation pool strategy
- use strategy fetchers for data where appropriate
Plus the usual round of performance, stability and security updates. The full list of changes can be found in CHANGELOG.md.
Notes for multi instance
Multi instance gives the option of running a secondary instance of Vouch with a static-delay. The secondary instance will attempt to perform validator duties if it does not detect another instance performing them. Key considerations:
- You should only attempt to use multi instance if you have slashing protection external to Vouch (e.g. Dirk). A multi instance setup without slashing protection will likely lead to your validators getting slashed.
- You should test your setup thoroughly on testnets before moving to mainnet.
- The
static-delayparameters you need to set will be relative to your infrastructure. As a general guide - shorter delays will lead to more duplicate signing attempts; the longer the delay the less likely the secondary will perform duties within the necessary window.
Release 1.11.0-beta.2
This is a beta feature release for Vouch.
This release is not suitable for running on mainnet. Please only run this release on testnets.
Major changes in this release include:
- fix for latest beaconblockroot strategy
Major changes in prior beta releases include:
- add initial multi instance implementation
- import latest go-eth2-client for complex Spec types
- add service-specific timeout configs for builderclient interactions
- add 'attester.grace' grace period to attester service
- enable 'latest' beacon block root strategy
- add combined attestation pool strategy
- use strategy fetchers for data where appropriate