Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Move validator voting restrictions from Msg handler to Keeper #104

Merged
merged 2 commits into from
Aug 17, 2022
Merged

refactor: Move validator voting restrictions from Msg handler to Keeper #104

merged 2 commits into from
Aug 17, 2022

Commits on Aug 11, 2022

  1. Limited validator power in Delegate keeper rather than in Handler to …

    …capture delegate and redelegate
    edk208 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    538eafe View commit details
    Browse the repository at this point in the history
  2. restrict validator delegation, redelegation, and create new validator…

    …s with voting power over 20%
    edk208 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    1c9d962 View commit details
    Browse the repository at this point in the history