filecoin-saturn / caboose

A blockstore for distributing load
Other
12 stars 2 forks source link

Relative correctness policy in Caboose #130

Closed aarshkshah1992 closed 1 year ago

aarshkshah1992 commented 1 year ago

We don't want to evict nodes if their correctness is similar to other nodes even if their absolute correctness is below a certain random threshold as software bugs can cause absolute correctness to dip which will result in us evicting legit nodes.

aarshkshah1992 commented 1 year ago

@willscott Whenever you are ready.

aarshkshah1992 commented 1 year ago

@willscott Addressed your last couple of comments.