mev-commit icon indicating copy to clipboard operation
mev-commit copied to clipboard

feat: vanilla registry blacklisting

Open shaspitz opened this issue 1 year ago • 0 comments

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 addStake to only work for a withdrawal address calling the function itself (ie. one addr can no longer delegate stake to another).
  • Modifies stake to 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

shaspitz avatar Sep 28 '24 00:09 shaspitz