Add --ignore-unviable-attestations and deprecate --disable-last-epoch-targets (#16094)

This PR introduces flag `--ignore-unviable-attestations` (replaces and
deprecates `--disable-last-epoch-targets`) to drop attestations whose
target state is not viable; default remains to process them unless
explicitly enabled.
This commit is contained in:
terence
2025-12-05 10:03:04 -05:00
committed by GitHub
parent a2b84c9320
commit 7a70abbd15
5 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
### Changed
- Introduced flag `--ignore-unviable-attestations` (replaces and deprecates `--disable-last-epoch-targets`) to drop attestations whose target state is not viable; default remains to process them unless explicitly enabled.