filecoin-project / FIPs

The Filecoin Improvement Proposal repository
315 stars 165 forks source link

FIP-0086: adjust converge message selection, define activation epoch #1076

Closed Kubuxu closed 1 month ago

Kubuxu commented 1 month ago

Instead of using just the best ticket, use the best ticket that is acceptable to us. From background gathered by me, the decision to use the best ticket with no regard for acceptability was made for sake of implementation simplicity, but the code converged to the point where these two approaches are equivalent in complexity.