Open countvonzero opened 1 year ago
current design doesn't guarantee that rewarded ballots will be downloaded either. it guarantees that node will download enough weight to cross threshold in the same direction, so for example it can download 77% of ballots, but there will be no distinction between them. it would be wrong-headed to focus on downloading non-rewarded ballots, without rethinking this more broadly
Iddo shared sync design ideas that used hash based on rewarded ballots (instead of consensus/mesh hash) , this will guarantee downloading rewarded ballots, but leave non-rewarded ballots outside of this protocol. only then it makes sense to focus on downloading non-rewarded ballots
it was decided during the research meeting on June 26 that we will
Description
related https://github.com/spacemeshos/go-spacemesh/issues/3987
from Iddo
from Tal
from Iddo
Implementation plan
TBD