clawoflight / aursec

Blockchain-based security layer for the AUR
Mozilla Public License 2.0
16 stars 2 forks source link

Improve security of consensus #25

Open clawoflight opened 7 years ago

clawoflight commented 7 years ago

Because of the way we currently handle the consensus, we don't have any metric for how often it was committed vs the next most common hash.

This could e.g. be remedied by:

We could add this as an additional metric, or replace our current return value with it.

The worst case is we only mention this as a possible improvement in the evaluation section of the paper, but we'd be much more secure if we added that. What do you think?