vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Enabling slashing spammers in RLN-Relay #136

Open staheri14 opened 1 year ago

staheri14 commented 1 year ago

Problem

So far, the rln-relay membership group by implementation had an insertion-only structure. Member deletion was not supported mostly since the killic lib lacked the corresponding API. But this issue is resolved in the zero-kit, hence now is the time to implement the slashing part as well.

This issue is to capture the necessary steps: