Catalyst icon indicating copy to clipboard operation
Catalyst copied to clipboard

As a node evaluating a candidate delta, I want to score the delta based on my mempool content

Open monsieurleberre opened this issue 6 years ago • 3 comments

In order to rank different candidate delta, as a node, I want to be able to

  • produce a candidate delta from my own mempool
  • use its hash to compare to the hashes of the candidates I receive
  • if they are different, assess how much they differ (maybe using the MerkleTree) and attribute a score that decreases with increasing differences

monsieurleberre avatar Apr 18 '19 11:04 monsieurleberre

very much related to #420

monsieurleberre avatar May 23 '19 17:05 monsieurleberre

In the icebox for now, in the first implementation of POA, we simply rank the hashes by popularity, but are not able to use them to compare contents of the deltas.

monsieurleberre avatar May 29 '19 09:05 monsieurleberre

Let's update this ticket to see how it compares to our paper

nshCore avatar Jan 27 '20 10:01 nshCore