refactor(network): split bearer into read / write parts #1002
Annotations
6 errors and 9 warnings
pallas-network/src/multiplexer.rs#L8
unresolved import `tokio::net::unix`
|
pallas-network/src/multiplexer.rs#L153
no variant or associated item named `Unix` found for enum `BearerReadHalf` in the current scope
|
pallas-network/src/multiplexer.rs#L116
no variant or associated item named `Unix` found for enum `Bearer` in the current scope
|
pallas-network/src/multiplexer.rs#L118
no variant or associated item named `Unix` found for enum `BearerReadHalf` in the current scope
|
pallas-network/src/multiplexer.rs#L118
no variant or associated item named `Unix` found for enum `BearerWriteHalf` in the current scope
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
pallas-network/src/facades.rs#L1
unused import: `std::path::Path`
|
pallas-network/src/facades.rs#L11
unused import: `Confirmation`
|
pallas-network/src/multiplexer.rs#L9
unused import: `tokio::select`
|
|
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/
|
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/
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading