vegaprotocol/vaguer

Make Vaguer less mean

JonRay15 opened this issue · 0 comments

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:

  1. The hash of the actual data matches consensus
  2. The block height is either in front of or equal to the consensus

This should make it less mean.