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

litep2p/discovery: Publish authority records with external addresses only #5176

Merged
merged 12 commits into from
Jul 31, 2024

Commits on Jul 26, 2024

  1. litep2p/discovery: Increase maximum external addresses in the LRU map

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2d0893b View commit details
    Browse the repository at this point in the history
  2. litep2p/discovery: Confirm addresses on second reporting

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b24c9d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. authority-discovery: Do not publish empty addresses yet

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    251c2c8 View commit details
    Browse the repository at this point in the history
  2. authority-discovery: Change log to suggest we are not always publishing

    records
    
    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7b92b57 View commit details
    Browse the repository at this point in the history
  3. net/litep2p: Align log with libp2p

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fd5d697 View commit details
    Browse the repository at this point in the history
  4. litep2p/discovery: Only add global addresses to the extenral address

    list
    
    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5efd51b View commit details
    Browse the repository at this point in the history
  5. litep2p/discovery: Keep old maybe nonglobal ip

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    15c056b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update substrate/client/network/src/litep2p/mod.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    lexnv and bkchr authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0630bd0 View commit details
    Browse the repository at this point in the history
  2. discovery: Report addresses on different peers

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e339df3 View commit details
    Browse the repository at this point in the history
  3. authority: Refactor publish logs

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f17a08c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/lexnv/unknown-authority-records'…

    … into lexnv/unknown-authority-records
    lexnv committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8367766 View commit details
    Browse the repository at this point in the history
  5. discovery: Fix clippy

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    331b006 View commit details
    Browse the repository at this point in the history