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 setting first slot of network, fix loading BABE epoch params #1640

Merged
merged 98 commits into from
Jun 24, 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. implement code substitutes

    edwardmack committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    37e457a View commit details
    Browse the repository at this point in the history
  4. 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. Configuration menu
    Copy the full SHA
    5cccb37 View commit details
    Browse the repository at this point in the history
  5. 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
  6. 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
  7. Configuration menu
    Copy the full SHA
    6177b10 View commit details
    Browse the repository at this point in the history
  8. add log

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a49b3b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3182de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74d73f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17181f4 View commit details
    Browse the repository at this point in the history
  12. fmt

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

    noot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    cdee399 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    46dbf3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74f6ade View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. lint, test fixes

    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b42e644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a97a55b View commit details
    Browse the repository at this point in the history
  3. fix

    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    af18efb View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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
  6. 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
  7. merge w other branch

    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2544e1e View commit details
    Browse the repository at this point in the history
  8. cleanup

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

    noot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2fb14ed View commit details
    Browse the repository at this point in the history
  10. remove unused code

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

Commits on Jun 15, 2021

  1. start to fix tests

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    67227e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1d50e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18460c8 View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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
  6. merge w development

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

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    eb63f16 View commit details
    Browse the repository at this point in the history
  8. address PR comments

    edwardmack committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d580158 View commit details
    Browse the repository at this point in the history
  9. 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
  10. 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
  11. 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
  12. 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
  13. small cleanup

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    df318d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5716370 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f474f14 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b7af203 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ce94028 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e4364b View commit details
    Browse the repository at this point in the history
  19. merge w development

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a2f5452 View commit details
    Browse the repository at this point in the history
  20. fix test

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5d40e3d View commit details
    Browse the repository at this point in the history
  21. merge w development

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f36e546 View commit details
    Browse the repository at this point in the history
  22. add handler to babe cfg

    noot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9984b89 View commit details
    Browse the repository at this point in the history
  23. cleanup

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

Commits on Jun 16, 2021

  1. set core digestHandler

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ed5ad02 View commit details
    Browse the repository at this point in the history
  2. fix dot, core, sync tests

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    74a3d19 View commit details
    Browse the repository at this point in the history
  3. lint

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5c4dff5 View commit details
    Browse the repository at this point in the history
  4. merge w development

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    29a4f10 View commit details
    Browse the repository at this point in the history
  5. cleanup

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    034a685 View commit details
    Browse the repository at this point in the history
  6. cleanup

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    a0ac8e7 View commit details
    Browse the repository at this point in the history
  7. fix unit tests

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d71ae70 View commit details
    Browse the repository at this point in the history
  8. fix

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0f52ff1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bc76ee View commit details
    Browse the repository at this point in the history
  10. Merge branch 'development' of github.com:ChainSafe/gossamer into noot…

    …/block-handle-refactor
    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4010684 View commit details
    Browse the repository at this point in the history
  11. store trie before adding block

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7598f83 View commit details
    Browse the repository at this point in the history
  12. fix

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    b6bd916 View commit details
    Browse the repository at this point in the history
  13. merge w refactor branch

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    033d499 View commit details
    Browse the repository at this point in the history
  14. fix unit tests

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    786dc1c View commit details
    Browse the repository at this point in the history
  15. Merge branch 'noot/block-handle-refactor' of github.com:ChainSafe/gos…

    …samer into noot/fix-first-slot-tmp
    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c7e724f View commit details
    Browse the repository at this point in the history
  16. fix sync tests

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4b67fe7 View commit details
    Browse the repository at this point in the history
  17. fix dot test

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f50ebaf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    73c4168 View commit details
    Browse the repository at this point in the history
  19. lint

    noot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    35f38bc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    62b7277 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. fix

    noot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d1b23b1 View commit details
    Browse the repository at this point in the history
  2. fix unit test

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

    noot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ff3d140 View commit details
    Browse the repository at this point in the history
  4. add go.sum

    noot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    68c130e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development' of github.com:ChainSafe/gossamer into noot…

    …/block-handle-refactor
    noot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    589380e View commit details
    Browse the repository at this point in the history
  6. merge w development

    noot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    95ed8fb View commit details
    Browse the repository at this point in the history
  7. Merge branch 'noot/block-handle-refactor' of github.com:ChainSafe/gos…

    …samer into noot/fix-first-slot
    noot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    da1615c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1ad9cf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. merge w development

    noot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    692d6b5 View commit details
    Browse the repository at this point in the history
  2. fix rpc tests

    noot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    37e3942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3433473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd4cdc View commit details
    Browse the repository at this point in the history
  5. fix grandpa tests

    noot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    02d013d View commit details
    Browse the repository at this point in the history
  6. fix rpc tests

    noot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    9feab39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ffbf8f View commit details
    Browse the repository at this point in the history
  8. lint

    noot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    059eff3 View commit details
    Browse the repository at this point in the history
  9. lint

    noot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c2feee1 View commit details
    Browse the repository at this point in the history
  10. fix rpc integration tests

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

Commits on Jun 21, 2021

  1. cleanup

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

Commits on Jun 22, 2021

  1. address comments

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

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

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    7dc7f22 View commit details
    Browse the repository at this point in the history
  2. address comments

    noot committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d4aabcf View commit details
    Browse the repository at this point in the history
  3. add go.mod

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

Commits on Jun 24, 2021

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