filecoin-project / FIPs

The Filecoin Improvement Proposal repository
312 stars 166 forks source link

FIP-0086: Using max ticket #987

Closed ranchalp closed 4 months ago

ranchalp commented 5 months ago

Update to using max ticket instead of min ticket and adjust by power. See here for the analogous in the implementation.

Also specify that there is no need to store equivocating messages.

Built upon the first round of audits #985 , so merge that other PR first.

jsoares commented 5 months ago

Following https://github.com/filecoin-project/FIPs/pull/983, the pseudocode will require some conflict resolution.

In the future, please include the FIP number in the title, otherwise this shared repo rapidly becomes confusing.

anorth commented 4 months ago

Please rebase now #985 has merged.

ranchalp commented 4 months ago

Done.

ranchalp commented 4 months ago

@anorth @jsoares could we get this merged?