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

improve(clients): Add "NotReady" failure cause #729

Merged
merged 2 commits into from
Sep 11, 2024
Merged

improve(clients): Add "NotReady" failure cause #729

merged 2 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. improve(clients): Add "NotReady" failure cause

    This is useful in the looping model where some SpokePoolClient instances
    will be updated faster than others. The looping model doesn't wait for
    the SpokePoolClient to be ready, so it's useful to signal that update
    did not occur, rather than assuming that it did.
    pxrl committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5ae2613 View commit details
    Browse the repository at this point in the history
  2. lint

    pxrl committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ce64409 View commit details
    Browse the repository at this point in the history