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

Accept /state requests in create_outlier_event #1231

Merged
merged 6 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. Accept /state reqeusts in create_outlier_event

    A follow-up to #1223: Another place that we can get `/state` requests.
    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6384373 View commit details
    Browse the repository at this point in the history
  2. Add /state listener earlier

    `/state` may come in as soon as we respond to `/state_ids`, so we need to add
    the listener earlier.
    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4f234de View commit details
    Browse the repository at this point in the history
  3. Register /state listeners earlier

    Per comments on #1231: we ought to set up the listeners for `/state`
    earlier. We also create a helper function to make it easier.
    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    490ac3d View commit details
    Browse the repository at this point in the history
  4. Update tests/50federation/00prepare.pl

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    richvdh and squahtx authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    826f9ff View commit details
    Browse the repository at this point in the history
  5. remove redundant cancel()

    richvdh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c382a94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40d7141 View commit details
    Browse the repository at this point in the history