You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This is the final piece of the puzzle when it comes to wiring the inherent-data pipeline to actually produce ParasInherents that contain dispute votes.
The Provisioner gives all recent disputes to the runtime because of the expectation that disputes are rare. As such, it's very likely that votes are redundant or even correspond to outdated disputes or disputes that concluded long ago.
We need to implement the filter_multi_dispute_data function in the disputes module to select only votes which are relevant and don't overfill spam slots. There should be a lot of code we can share between the actual import logic and the filtering logic. Maybe 2 different modes of the provide_multi_dispute_data routine.