feat(autonatv2): Implement autonat v2 #177
ci.yml
on: pull_request
gather_published_crates
11s
Run all WASM tests
1m 20s
Compile with MSRV
28s
Check rustdoc intra-doc links
1m 2s
IPFS Integration tests
1m 0s
examples
3m 10s
semver
3m 30s
rustfmt
13s
manifest_lint
14s
Check for changes in proto files
16s
Ensure that `Cargo.lock` is up-to-date
18s
cargo-deny
27s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Annotations
19 errors
Compile with MSRV:
misc/server/src/behaviour.rs#L27
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Compile with MSRV:
misc/server/src/behaviour.rs#L60
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Compile with MSRV:
misc/server/src/behaviour.rs#L60
use of deprecated associated function `libp2p::libp2p_autonat::Behaviour::new`: Please use `v2` module instead.
|
Compile with MSRV
Process completed with exit code 101.
|
clippy (beta):
misc/server/src/behaviour.rs#L27
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
clippy (beta):
misc/server/src/behaviour.rs#L60
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
clippy (beta):
misc/server/src/behaviour.rs#L60
use of deprecated associated function `libp2p::libp2p_autonat::Behaviour::new`: Please use `v2` module instead.
|
clippy (beta)
Process completed with exit code 101.
|
clippy (1.78.0):
misc/server/src/behaviour.rs#L27
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
clippy (1.78.0):
misc/server/src/behaviour.rs#L60
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
clippy (1.78.0):
misc/server/src/behaviour.rs#L60
use of deprecated associated function `libp2p::libp2p_autonat::Behaviour::new`: Please use `v2` module instead.
|
clippy (1.78.0)
Process completed with exit code 101.
|
Test libp2p-autonat
Process completed with exit code 1.
|
Test libp2p-dcutr
Process completed with exit code 101.
|
Test libp2p-server:
misc/server/src/behaviour.rs#L27
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Test libp2p-server:
misc/server/src/behaviour.rs#L60
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Test libp2p-server:
misc/server/src/behaviour.rs#L60
use of deprecated associated function `libp2p::libp2p_autonat::Behaviour::new`: Please use `v2` module instead.
|
Test libp2p-server
Process completed with exit code 101.
|
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|