Skip to content

prevent double injection of the same evidence

This MR prevents a delegate to be slash for the same level. This prevent an evidence to be used twice against a delegate on two different cycle.

To do that it store for each delegate all level on wich a proof exists. This storage is clean at the end of each cycle.


fix #41 (closed)

Edited by Sylvain R.

Merge request reports