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

sync -- add handling for fatal error #1690

Merged
merged 41 commits into from
Aug 9, 2023
Merged

Commits on Jul 3, 2023

  1. comment nits

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    737d4d0 View commit details
    Browse the repository at this point in the history
  2. comment nits

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    accde38 View commit details
    Browse the repository at this point in the history
  3. Error --> Warn log

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8beeb86 View commit details
    Browse the repository at this point in the history
  4. nits

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2dd784d View commit details
    Browse the repository at this point in the history
  5. change order of return values in get

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c68b57c View commit details
    Browse the repository at this point in the history
  6. remove sleep

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c6d57c4 View commit details
    Browse the repository at this point in the history
  7. comment nits

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    17235ad View commit details
    Browse the repository at this point in the history
  8. comment nits

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    49a9f16 View commit details
    Browse the repository at this point in the history
  9. clean up tracking of outstanding requests

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2b52ab3 View commit details
    Browse the repository at this point in the history
  10. comment

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a6ae3a5 View commit details
    Browse the repository at this point in the history
  11. revert error changes

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a852001 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b17c2fe View commit details
    Browse the repository at this point in the history
  13. nit

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    81f9dbc View commit details
    Browse the repository at this point in the history
  14. sync -- add exponential backoff (#1684)

    Dan Laine authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9b3b955 View commit details
    Browse the repository at this point in the history
  15. unexport stuff

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b8e99ff View commit details
    Browse the repository at this point in the history
  16. unexport stuff

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    32bb544 View commit details
    Browse the repository at this point in the history
  17. more export changes

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    43912de View commit details
    Browse the repository at this point in the history
  18. unexport client

    Dan Laine committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    62996e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. nit

    Dan Laine committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8202366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f641c5 View commit details
    Browse the repository at this point in the history
  3. typo

    Dan Laine committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    82e242d View commit details
    Browse the repository at this point in the history
  4. switch return value order for RequestAny

    Dan Laine committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    264f143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc8f887 View commit details
    Browse the repository at this point in the history
  6. add handling for fatal error

    Dan Laine committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e55ae21 View commit details
    Browse the repository at this point in the history
  7. comment nits

    Dan Laine committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9cb255e View commit details
    Browse the repository at this point in the history
  8. fix client range proof tests

    Dan Laine committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1d75906 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix change proof tests

    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    816426e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into sync-refactor-client

    Dan Laine authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    325e48f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/dev' into sync-refactor-client…

    …-error-handling
    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1967344 View commit details
    Browse the repository at this point in the history
  4. add test

    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5ea4efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b0f248 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sync-refactor-client' of github.com:ava-labs/avalancheg…

    …o into sync-refactor-client
    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    96d3118 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'sync-refactor-client' into sync-refactor-client-error-h…

    …andling
    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c39e6cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c1db70 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'sync-refactor-client-unexport' into sync-refactor-clien…

    …t-error-handling
    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2381cc9 View commit details
    Browse the repository at this point in the history
  10. comment

    Dan Laine committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e1dd22d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge remote-tracking branch 'upstream/dev' into sync-refactor-client…

    …-error-handling
    Dan Laine committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    08af0b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge remote-tracking branch 'upstream/dev' into sync-refactor-client…

    …-error-handling
    Dan Laine committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6cb8674 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Dan Laine committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2d8d200 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge remote-tracking branch 'upstream/dev' into sync-refactor-client…

    …-error-handling
    Dan Laine committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    89825d5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/dev' into sync-refactor-client…

    …-error-handling
    Dan Laine committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    01d9862 View commit details
    Browse the repository at this point in the history