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(lib/grandpa): check equivocatory votes count #2497

Merged

Commits on Apr 26, 2022

  1. fix(lib/grandpa): check equivocatory votes count

    A valid justification can't have more than two equivocatory votes per
    voter. Check the number of equivocatory votes per voter and throw an
    error if more than two.
    
    Fixes #2401
    kishansagathiya committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f337624 View commit details
    Browse the repository at this point in the history
  2. Update lib/grandpa/message_handler_test.go

    Co-authored-by: Quentin McGaw <[email protected]>
    kishansagathiya and qdm12 authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    e2538be View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Update lib/grandpa/message_handler.go

    Co-authored-by: Quentin McGaw <[email protected]>
    kishansagathiya and qdm12 authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cd39891 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. addressed comments

    kishansagathiya committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c337f31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kishan/fix/equivocatory-vote-multiplicity' of github.co…

    …m:ChainSafe/gossamer into kishan/fix/equivocatory-vote-multiplicity
    kishansagathiya committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7ddd666 View commit details
    Browse the repository at this point in the history