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

rust-client: handle address parsing error gracefully #64

Merged
merged 2 commits into from
Dec 12, 2022

Commits on Dec 8, 2022

  1. rust-client: handle address parsing error gracefully

    The multiaddress sent to us from the remote may contain a Protocol that
    is not yet implemented in rust-multiaddr. This causes the parsing from
    `Vec` to `Multiaddr` to fail.
    Rather than treating this as an error, this commit changes the
    implementation to simply skip the address in this case.
    elenaf9 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a3f23cd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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