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): add --babe-lead flag, update epoch handling logic #1895

Merged
merged 55 commits into from
Oct 21, 2021

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    f9d3d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11edb8 View commit details
    Browse the repository at this point in the history
  3. fix core tests

    noot committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    af49037 View commit details
    Browse the repository at this point in the history
  4. add unit test

    noot committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    da7f10e View commit details
    Browse the repository at this point in the history
  5. fix grandpa >2/3 check

    noot committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    56136ea View commit details
    Browse the repository at this point in the history
  6. lint

    noot committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    3449217 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. fix grandpa unit tests

    noot committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    04fc7b0 View commit details
    Browse the repository at this point in the history
  2. fix grandpa skipped tests

    noot committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    701dc09 View commit details
    Browse the repository at this point in the history
  3. fix get grandpa-ghost

    noot committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d839ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a58ef35 View commit details
    Browse the repository at this point in the history
  5. merge w other branch

    noot committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e411560 View commit details
    Browse the repository at this point in the history
  6. re-gossip consensus msgs again

    noot committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cd71260 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb87877 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. update logs

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2a7eb15 View commit details
    Browse the repository at this point in the history
  2. address comments

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3c23837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e267b53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cc41c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aa48d0 View commit details
    Browse the repository at this point in the history
  6. add epoch timeout in invokeBlockAuthoring, add lead bool to BABE, rem…

    …ove core handleCurrentSlot
    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    fde6e68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea75c91 View commit details
    Browse the repository at this point in the history
  8. fix waiting for first block

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d13d5fd View commit details
    Browse the repository at this point in the history
  9. lint

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    70bd312 View commit details
    Browse the repository at this point in the history
  10. lint

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9345b0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2294703 View commit details
    Browse the repository at this point in the history
  12. cleanup

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2f59f64 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'noot/sync-finality' of github.com:ChainSafe/gossamer in…

    …to noot/sync-babe-fix
    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    059e122 View commit details
    Browse the repository at this point in the history
  14. add --babe-lead flag

    noot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7539451 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. update log

    noot committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    21d2fb3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'noot/sync-finality' of github.com:ChainSafe/gossamer in…

    …to noot/sync-babe-fix
    noot committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1bbc646 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. address comments

    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ec5fba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674af10 View commit details
    Browse the repository at this point in the history
  3. lint

    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    67809ae View commit details
    Browse the repository at this point in the history
  4. Merge branch 'noot/sync-finality' of github.com:ChainSafe/gossamer in…

    …to noot/sync-babe-fix
    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6c3f134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a7d68c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edfee2c View commit details
    Browse the repository at this point in the history
  7. merge w development

    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bae7217 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'noot/sync-finality' of github.com:ChainSafe/gossamer in…

    …to noot/sync-finality
    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4fccb85 View commit details
    Browse the repository at this point in the history
  9. fix grandpa round test

    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5ce9c8e View commit details
    Browse the repository at this point in the history
  10. merge w base

    noot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    05e8e88 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    dc8c892 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    noot committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9719415 View commit details
    Browse the repository at this point in the history
  3. fix integration tests

    noot committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    fceafe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. fix unit tests

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b0ee396 View commit details
    Browse the repository at this point in the history
  2. address comments

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9f2e5e7 View commit details
    Browse the repository at this point in the history
  3. lint

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c2dce86 View commit details
    Browse the repository at this point in the history
  4. fix log

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    bc41726 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cd77c1 View commit details
    Browse the repository at this point in the history
  6. fix tests

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    911a7fc View commit details
    Browse the repository at this point in the history
  7. fix deadlock

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    398eab2 View commit details
    Browse the repository at this point in the history
  8. fix stress tests

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    57717f4 View commit details
    Browse the repository at this point in the history
  9. address comments

    noot committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    486001d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. address comments

    noot committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    5b53ca0 View commit details
    Browse the repository at this point in the history
  2. lint

    noot committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    b62dd86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9dd14 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    bec16d8 View commit details
    Browse the repository at this point in the history