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

chore(dot/core, dot/state, lib/grandpa): implement GrandpaState, use in DigestHandler and grandpa.Service #1540

Merged
merged 26 commits into from
Apr 27, 2021

Commits on Apr 20, 2021

  1. pull changes

    noot committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    698cffa View commit details
    Browse the repository at this point in the history
  2. add primary proposal sending

    noot committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    03651b8 View commit details
    Browse the repository at this point in the history
  3. lint

    noot committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    7a0f9b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. fix decoding CommitMessage error

    noot committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9b3ae8e View commit details
    Browse the repository at this point in the history
  2. readd code

    noot committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    0cced87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e67c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0687988 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. fix some tests

    noot committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d81b5eb View commit details
    Browse the repository at this point in the history
  2. merge w development

    noot committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    864e231 View commit details
    Browse the repository at this point in the history
  3. add go.mod

    noot committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    98cafe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f4310c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development' of github.com:ChainSafe/gossamer into noot…

    …/update-grandpa-messages
    noot committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    115faa5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a1f6a5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'noot/update-grandpa-messages' of github.com:ChainSafe/g…

    …ossamer into noot/grandpa-catch-up
    noot committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    45d16fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04ebee8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. fix tests, update DigestHandler

    noot committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    81b1886 View commit details
    Browse the repository at this point in the history
  2. remove grandpa interface from core; update grandpa.Service to get nex…

    …t auths from GrandpaState
    noot committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    f6ef369 View commit details
    Browse the repository at this point in the history
  3. fix grandpa tests

    noot committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7a90491 View commit details
    Browse the repository at this point in the history
  4. cleanup, add tests

    noot committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    4c96abf View commit details
    Browse the repository at this point in the history
  5. cleanup

    noot committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6ede432 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b96fd85 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. merge w development

    noot committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    af5aa2e View commit details
    Browse the repository at this point in the history
  2. fix deepsource issue

    noot committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    017222d View commit details
    Browse the repository at this point in the history
  3. address comments

    noot committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    71b4123 View commit details
    Browse the repository at this point in the history
  4. lint

    noot committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3d3f054 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. address comments

    noot committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    971ea44 View commit details
    Browse the repository at this point in the history