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: dot/network: improve syncing at head #1465

Merged
merged 49 commits into from
Mar 16, 2021
Merged

fix: dot/network: improve syncing at head #1465

merged 49 commits into from
Mar 16, 2021

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    4b269b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edcd0f7 View commit details
    Browse the repository at this point in the history
  3. near head, sync from head+1

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

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    5f6fb1a View commit details
    Browse the repository at this point in the history
  2. cleanup logs

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d3f4960 View commit details
    Browse the repository at this point in the history
  3. better logs

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2dadf47 View commit details
    Browse the repository at this point in the history
  4. fix

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8337e3c View commit details
    Browse the repository at this point in the history
  5. lint

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cd2e6c8 View commit details
    Browse the repository at this point in the history
  6. fix logs

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a4e5686 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18b2aa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    828485a View commit details
    Browse the repository at this point in the history
  9. cleanup

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6aeb9b6 View commit details
    Browse the repository at this point in the history
  10. fix network tests

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    9360ecc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb6ad38 View commit details
    Browse the repository at this point in the history
  12. cleanup

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    06a033a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86c2e9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3c18e6c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c16cef8 View commit details
    Browse the repository at this point in the history
  16. fix tests

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e6355ab View commit details
    Browse the repository at this point in the history
  17. cleanup processBlockResponses

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    ffa99cb View commit details
    Browse the repository at this point in the history
  18. cleanup

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a15bd3b View commit details
    Browse the repository at this point in the history
  19. add syncAtHead goroutine

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

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    ea0bb5f View commit details
    Browse the repository at this point in the history
  21. add BlockAnnounce log

    noot committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    1792bab View commit details
    Browse the repository at this point in the history
  22. fix

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

Commits on Mar 16, 2021

  1. fix

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    85808e2 View commit details
    Browse the repository at this point in the history
  2. add more logs

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0b5f3f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa1381b View commit details
    Browse the repository at this point in the history
  4. add IsUint64 check

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

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8dca407 View commit details
    Browse the repository at this point in the history
  6. log cleanup

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ee14cfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    410293c View commit details
    Browse the repository at this point in the history
  8. re-add empty block data err

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8148ab9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7032632 View commit details
    Browse the repository at this point in the history
  10. cleanup

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e8daa5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0d6880 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c2bc18f View commit details
    Browse the repository at this point in the history
  13. fix rpc system tests

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fc77048 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53a6193 View commit details
    Browse the repository at this point in the history
  15. merge w development

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    053fe8f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef57219 View commit details
    Browse the repository at this point in the history
  17. lint

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0352a7a View commit details
    Browse the repository at this point in the history
  18. cleanup

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    595b5ef View commit details
    Browse the repository at this point in the history
  19. add unit tests

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bbfdb45 View commit details
    Browse the repository at this point in the history
  20. more unit tests

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3404f6d View commit details
    Browse the repository at this point in the history
  21. allow retry in TestMaxPeers

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    23bdca2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    13ea0fe View commit details
    Browse the repository at this point in the history
  23. fix style errors

    noot committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5694367 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    605a42e View commit details
    Browse the repository at this point in the history