Make Vaguer less mean
JonRay15 opened this issue · 0 comments
JonRay15 commented
Currently Vaguer requires that a node matches on both block height AND on all hashes generated in order to award a score of 1 for that time period, but we believe this is a little harsh.
We propose instead to reward a score of 1 as long as:
- The hash of the actual data matches consensus
- The block height is either in front of or equal to the consensus
This should make it less mean.