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

gossip-support: add unittests for update authorities #3258

Merged
merged 12 commits into from
Feb 19, 2024

Commits on Feb 8, 2024

  1. fixup! approval-distribution: Update topology if authorities are disc…

    …overed later (#2981)
    
    The previous fix was actually incomplete because we update the
    authorties only on the situation where we decided to reconnect because
    we had a low connectivity issue. Now the problem is that
    update_authority_ids use the list of connected peers, so on restart that
    does contain anything, so calling immediately after
    issue_connection_request won't detect all authorties, so we need to also
    check every block as the comment said, but that did not match the code.
    alexggh committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5f694a4 View commit details
    Browse the repository at this point in the history
  2. [ci] Remove path from check-workspace GHA trigger (#3255)

    In order to make the action `Required` it should run always.
    
    cc @ggwpez
    alvicsam authored and alexggh committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    28561d5 View commit details
    Browse the repository at this point in the history
  3. Add unitest for update_authorities

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0e38394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4c052b View commit details
    Browse the repository at this point in the history
  5. Fixup comment

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b473dd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Remove unneeded fix

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6fe3f8c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fixup review comments

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e4f3ccf View commit details
    Browse the repository at this point in the history
  2. More cleanups

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3cc7fa7 View commit details
    Browse the repository at this point in the history
  3. Remove timeout

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ce8d19d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b63fb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 19, 2024

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