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

p2p: hybrid node net identity for connection deduplication #6035

Merged
merged 26 commits into from
Jul 19, 2024

Commits on Jul 1, 2024

  1. Implement shared identity tracker

    add TestPeerIDChallengeSigner
    refactor NewIdentityChallengeScheme
    p2pnet: use identity tracker
    add NewIdentityChallengeScheme tests
    fix TestNodeHybridTopology after enforcing PublicAddress in config
    fix ident tracker reinit
    fix wsnet setup
    CR: self review
    algorandskiy committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3221ba3 View commit details
    Browse the repository at this point in the history
  2. CR: fix identityOpts reuse concern

    extend error message in TestHybridNetwork_DuplicateConn
    algorandskiy committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d2de05c View commit details
    Browse the repository at this point in the history
  3. gossipsub: fix pubsub.processLoop and test termination race

    * there is no way to say if pubsub.processLoop terminated so
      bump logging level to exclude it from logging.
    
    fix build error after Verify removal
    algorandskiy committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a1a33b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    808ba67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c6c43e View commit details
    Browse the repository at this point in the history
  6. CR fixes

    algorandskiy committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4350de3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    798722e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fbe979 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d12f93f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b281bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8532f1f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: Gary Malouf <[email protected]>
    algorandskiy and gmalouf authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c11a329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b64ff3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    5767554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef77424 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    219f4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d04b94 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    cea2d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a096c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfdd101 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    1425b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f002752 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    c6ca8b1 View commit details
    Browse the repository at this point in the history
  2. post merge fixes

    algorandskiy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d0b973a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Update config/localTemplate.go

    Co-authored-by: Gary Malouf <[email protected]>
    algorandskiy and gmalouf authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c3cd19c View commit details
    Browse the repository at this point in the history