encointer/pallets

Remove attest_claims extrinsic

Closed this issue · 0 comments

Since the app uses attest_attendees now, we should get rid of this legacy extrinsic.

We realized that the two are in fact incompatible if both are used by attendees of the same meetup, because one registers the vote of origin an the other registers votes of attestees, leaving an edge case where a single attendee with the old version will not have their vote registered and not get a reward

pub fn attest_claims(

Must bump tx version in runtime!