Skip to content

Implement shared processed blocks state. #966

Implement shared processed blocks state.

Implement shared processed blocks state. #966

Triggered via pull request August 11, 2023 12:33
Status Success
Total duration 7m 59s
Artifacts

default.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test: src/types.rs#L3
unused import: `std::borrow::BorrowMut`
build_and_test: src/network/mod.rs#L23
use of deprecated type alias `libp2p::libp2p_noise::Keypair`: This type will be made private in the future. Use `libp2p_noise::Config::new` instead to use the noise protocol.
build_and_test: src/network/mod.rs#L23
use of deprecated struct `libp2p::libp2p_noise::NoiseConfig`: Use `libp2p_noise::Config` instead. All other handshake patterns are deprecated and will be removed.
build_and_test: src/network/mod.rs#L23
use of deprecated type alias `libp2p::libp2p_noise::X25519Spec`: This type will be made private in the future. Use `libp2p_noise::Config::new` instead to use the noise protocol.
build_and_test: src/network/mod.rs#L97
use of deprecated type alias `libp2p::libp2p_noise::Keypair`: This type will be made private in the future. Use `libp2p_noise::Config::new` instead to use the noise protocol.
build_and_test: src/network/mod.rs#L97
use of deprecated type alias `libp2p::libp2p_noise::X25519Spec`: This type will be made private in the future. Use `libp2p_noise::Config::new` instead to use the noise protocol.
build_and_test: src/network/mod.rs#L100
use of deprecated struct `libp2p::libp2p_noise::NoiseConfig`: Use `libp2p_noise::Config` instead. All other handshake patterns are deprecated and will be removed.
build_and_test: src/network/mod.rs#L101
use of deprecated type alias `libp2p::libp2p_yamux::YamuxConfig`: Import the `yamux` module and refer to this type as `yamux::Config` instead.
build_and_test
`avail-light` (bin "avail-light" test) generated 8 warnings (run `cargo fix --bin "avail-light" --tests` to apply 1 suggestion)
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/