shutter-network / shutter

Prevent frontrunning and malicious MEV on Ethereum by using a threshold cryptography-based distributed key generation (DKG) protocol.
https://twitter.com/project_shutter
MIT License
62 stars 15 forks source link

Send slashed deposits to configurable receiver #84

Closed jannikluhn closed 3 years ago

jannikluhn commented 3 years ago

If a keyper is slashed, their deposit is currently sent to the zero address where it can not be recovered from. However, it might be desirable to be able to access slashed funds, e.g., to redistribute them towards a damaged party or a common good or to return them in case of accidental slashing in case of a bug. Therefore, we should make the address configurable by an owner account (which could be the DAO).

jannikluhn commented 3 years ago

done