Overview
Port the EC finality calculator shed/CLI tool from Lotus to Forest, as implemented in filecoin-project/lotus#12093.
Background
Lotus PR #12093 (feat(shed): ec finality calculator (FRC-0089)) adds a shed utility that takes a file of chain tipset counts and computes the EC finality probability based on FRC-0089. This is a standalone CLI tool useful for analysis and validation.
References
Related