paritytech/Nomidot

bug: remove duplicates in validators table

Opened this issue · 0 comments

currently there are somehow multiple rows of the same validator in the table. This should not be the case.

This should be fixed by v1.5 sync considering we're inserting to a Set there.

In the meantime, it might be necessary to also dedup on the frontend.