mev-commit
mev-commit copied to clipboard
feat: vanilla registry blacklisting
Describe your changes
- adds withdrawal address blacklisting to vanilla registry.
- Enables owner to unstake/withdraw only on behalf of blacklisted withdrawal addresses.
- Applies blacklisting checks to core functions of the vanilla registry.
- Modifies
addStaketo only work for a withdrawal address calling the function itself (ie. one addr can no longer delegate stake to another). - Modifies
staketo require minStake per validator key to even create a staking record.
Checklist before requesting a review
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have made corresponding changes to the documentation