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 version 0.5.0 backport to 1.11.0 #4605

Merged
merged 2 commits into from
May 28, 2024

Commits on May 27, 2024

  1. network: Update litep2p to v0.5.0 (#4570)

    This is a small patch release that makes the `FindNode` command a bit
    more robst:
    
    - The `FindNode` command now retains the K (replication factor) best
    results.
    - The `FindNode` command has been updated to handle errors and
    unexpected states without panicking.
    
    - kad: Refactor FindNode query, keep K best results and add tests
    ([#114](paritytech/litep2p#114))
    
    ---------
    
    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8739f79 View commit details
    Browse the repository at this point in the history
  2. Use old bs58

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