Files
Rod Vagg d6f827c73d feat(shed): ec finality calculator (FRC-0089) (#12093)
Add `lotus-shed finality-calculator` subcommand that computes the
probability a tipset gets replaced, based on FRC-0089. Reads chain
history from a running node or text file and outputs a summary table
with the shallowest depth achieving the 2^-30 safety target.

Under healthy conditions (~5 blocks/epoch), probabilistic finality is
typically reached within ~30 epochs (~15 min), compared to the static
900-epoch (~7.5 hr) EC finality assumption.
2026-03-11 10:06:35 +13:00
..