Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

rust/: update dependencies #91

Closed
wants to merge 2 commits into from
Closed

rust/: update dependencies #91

wants to merge 2 commits into from

Conversation

kpp
Copy link

@kpp kpp commented Feb 16, 2023

Update libp2p v0.50.0 -> v0.51.0

    - Update libp2p v0.50.0 -> v0.51.0
@kpp
Copy link
Author

kpp commented Feb 26, 2023

@mxinden this PR is not blocked by 0.51 release anymore. However rust <-> go cannot connect to each other:

# Rust -> Golang

## Transport security noise
thread 'async-std/runtime' panicked at 'listener upgrade error Upgrade(Select(Failed))', src/handler.rs:288:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@kpp
Copy link
Author

kpp commented May 10, 2023

Can you run with multistream_select=trace logging?

Client logs:

[2023-05-10T04:47:15Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Header(V1)
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Protocol(Protocol(b"/noise"))
[2023-05-10T04:47:15Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2023-05-10T04:47:15Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Header(V1)
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Protocol(Protocol(b"/yamux/1.0.0"))
[2023-05-10T04:47:15Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2023-05-10T04:47:15Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /perf/0.1.0
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Header(V1)
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Protocol(Protocol(b"/perf/0.1.0"))
[2023-05-10T04:47:15Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /perf/0.1.0
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Header(V1)
[2023-05-10T04:47:15Z TRACE multistream_select::protocol] Received message: Protocol(Protocol(b"/ipfs/id/1.0.0"))
[2023-05-10T04:47:15Z DEBUG multistream_select::listener_select] Listener: rejecting protocol: /ipfs/id/1.0.0
thread 'async-std/runtime' panicked at 'listener upgrade error Upgrade(Select(Failed))', src/handler.rs:288:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

cc @thomaseizinger

@kpp
Copy link
Author

kpp commented May 10, 2023

Close this in favor of libp2p/test-plans#163

@kpp kpp closed this May 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant