deps: update tendermint to 0.38 + prepare 0.16 #159
Annotations
30 errors and 44 warnings
Check:
src/v034/server.rs#L219
the trait bound `tendermint_proto::v0_34::abci::Request: prost::Message` is not satisfied
|
Check:
src/v034/server.rs#L228
the method `next` exists for struct `FramedRead<impl AsyncReadExt + std::marker::Unpin, Decode<Request>>`, but its trait bounds were not satisfied
|
Check:
src/v034/server.rs#L265
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Check:
src/v034/server.rs#L268
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Check:
src/v034/server.rs#L277
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Check:
src/v037/server.rs#L221
the trait bound `tendermint_proto::v0_37::abci::Request: prost::Message` is not satisfied
|
Check:
src/v037/server.rs#L230
the method `next` exists for struct `FramedRead<impl AsyncReadExt + std::marker::Unpin, Decode<Request>>`, but its trait bounds were not satisfied
|
Check:
src/v037/server.rs#L267
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Check:
src/v037/server.rs#L270
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Check:
src/v037/server.rs#L279
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Clippy:
src/v034/server.rs#L219
the trait bound `tendermint_proto::v0_34::abci::Request: prost::Message` is not satisfied
|
Clippy:
src/v034/server.rs#L228
the method `next` exists for struct `FramedRead<impl AsyncReadExt + std::marker::Unpin, Decode<Request>>`, but its trait bounds were not satisfied
|
Clippy:
src/v034/server.rs#L265
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Clippy:
src/v034/server.rs#L268
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Clippy:
src/v034/server.rs#L277
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Clippy:
src/v037/server.rs#L221
the trait bound `tendermint_proto::v0_37::abci::Request: prost::Message` is not satisfied
|
Clippy:
src/v037/server.rs#L230
the method `next` exists for struct `FramedRead<impl AsyncReadExt + std::marker::Unpin, Decode<Request>>`, but its trait bounds were not satisfied
|
Clippy:
src/v037/server.rs#L267
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Clippy:
src/v037/server.rs#L270
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Clippy:
src/v037/server.rs#L279
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v034/server.rs#L219
the trait bound `tendermint_proto::v0_34::abci::Request: prost::Message` is not satisfied
|
Test Suite:
src/v034/server.rs#L228
the method `next` exists for struct `FramedRead<impl AsyncReadExt + std::marker::Unpin, Decode<Request>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v034/server.rs#L265
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v034/server.rs#L268
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v034/server.rs#L277
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v037/server.rs#L221
the trait bound `tendermint_proto::v0_37::abci::Request: prost::Message` is not satisfied
|
Test Suite:
src/v037/server.rs#L230
the method `next` exists for struct `FramedRead<impl AsyncReadExt + std::marker::Unpin, Decode<Request>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v037/server.rs#L267
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v037/server.rs#L270
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Test Suite:
src/v037/server.rs#L279
the method `send` exists for struct `FramedWrite<impl AsyncWriteExt + std::marker::Unpin, Encode<Response>>`, but its trait bounds were not satisfied
|
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
|
Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check:
src/v038/server.rs#L4
unused import: `futures::sink::SinkExt`
|
Check:
src/v034/server.rs#L4
unused import: `futures::sink::SinkExt`
|
Check:
src/v037/server.rs#L4
unused import: `futures::sink::SinkExt`
|
Check
`tower-abci` (lib) generated 3 warnings
|
Check
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/
|
Check
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/
|
Check
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/
|
Check
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/
|
Check
The `save-state` 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/
|
Check
The `save-state` 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/
|
Check
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/
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
|
Clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
The `save-state` 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/
|
Clippy
The `save-state` 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/
|
Clippy
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/
|
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
|
Test Suite
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite:
src/v038/server.rs#L4
unused import: `futures::sink::SinkExt`
|
Test Suite:
src/v034/server.rs#L4
unused import: `futures::sink::SinkExt`
|
Test Suite:
src/v037/server.rs#L4
unused import: `futures::sink::SinkExt`
|
Test Suite
`tower-abci` (lib) generated 3 warnings
|
Test Suite
The `save-state` 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/
|
Test Suite
The `save-state` 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/
|
Test Suite
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/
|
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
|
Rustfmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rustfmt
The `save-state` 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/
|
Rustfmt
The `save-state` 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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|
Rustfmt
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/
|