You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For each slot N in the configured range:
14
14
15
15
Blocks come from [ERA files](https://github.com/eth-clients/e2store-format-specs). The starting beacon state is fetched from a beacon node API and cached locally. BLS verification is disabled (`fake_crypto`) for speed since all blocks are from the canonical chain.
16
16
17
-
The attestation model is optimistic: we assume attestations from the next block all arrived at the attestation deadline. This gives an upper bound on confirmation rates.
17
+
The attestation model is optimistic: we assume attestations from the next block all arrived at the attestation deadline. [This investigation](https://investigations.ethpandaops.io/2026-03/fcr-attestation-proxy/) validates that on-chain attestations are a reasonable proxy for what a node would see at the attestation deadline.
0 commit comments