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/babe): fix timing for transition between epochs #1636

Merged
merged 20 commits into from
Jun 15, 2021

Commits on Jun 9, 2021

  1. add 3 auth genesis

    noot committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e92668d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    8a67205 View commit details
    Browse the repository at this point in the history
  2. improve epoch transition logic

    noot committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f893b82 View commit details
    Browse the repository at this point in the history
  3. fix babe tests

    noot committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a919188 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. add wait until epoch starts

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c23fee5 View commit details
    Browse the repository at this point in the history
  2. lint

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    d23f2be View commit details
    Browse the repository at this point in the history
  3. merge w development

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    52d0f73 View commit details
    Browse the repository at this point in the history
  4. cleanup

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b6c88b1 View commit details
    Browse the repository at this point in the history
  5. restore genesis

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    578ff9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6177b10 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. address comments

    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    13cf25c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'noot/fix-babe-epoch' of github.com:ChainSafe/gossamer i…

    …nto noot/fix-babe-epoch
    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    0b7e8f5 View commit details
    Browse the repository at this point in the history
  3. increase test epoch length

    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e1ea906 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    18460c8 View commit details
    Browse the repository at this point in the history
  2. add go.mod

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    af33101 View commit details
    Browse the repository at this point in the history
  3. update b.Paused to close channel

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d2f38b2 View commit details
    Browse the repository at this point in the history
  4. update babe.Pause

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    27dc09f View commit details
    Browse the repository at this point in the history
  5. remove unneeded files

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7a5ce9e View commit details
    Browse the repository at this point in the history
  6. add pause/resume test

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    749da75 View commit details
    Browse the repository at this point in the history
  7. lint

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    1058a9a View commit details
    Browse the repository at this point in the history