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
Background
Two (or more) forks may have the same exact weight and in this case we need a rule to decide which one to extend.
Proposal
Implement the following rule already described in the spec link:
When selecting between Tipsets of equal weight, a miner chooses the one with the smallest final ticket.
In the case where two Tipsets of equal weight have the same min ticket, the miner will compare the next smallest ticket (and select the Tipset with the next smaller ticket). This continues until one Tipset is selected.
Note: we should use the ticket used as election proof (VRF(drand)) for this (updated spec).
Background
Two (or more) forks may have the same exact weight and in this case we need a rule to decide which one to extend.
Proposal
Implement the following rule already described in the spec link:
Note: we should use the ticket used as election proof (
VRF(drand)
) for this (updated spec).CC @sa8 @Kubuxu
The text was updated successfully, but these errors were encountered: