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

fix!: check v1 and v1beta1 MsgVote in VoteSpamDecorator #2923

Merged
merged 6 commits into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. fix!: check v1 and v1beta1 MsgVote in VoteSpamDecorator

    #2912 introuced the VoteSpamDecorator.
    
    The implementation was not complete and only v1beta1 gov types were handled.
    
    The CLI supports v1 gov types so the validation was not sufficient.
    
    This commit expands the antehandler validation to allow correct processing of both v1 and v1beta1 messages.
    MSalopek committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f22537f View commit details
    Browse the repository at this point in the history
  2. appease linter

    MSalopek committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    775151e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3edc9d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    318ba76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7f328 View commit details
    Browse the repository at this point in the history
  3. appease linter

    MSalopek committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a32e686 View commit details
    Browse the repository at this point in the history