fix(code): Do not cancel prevote/precommit timeout when threshold is reached #805
Annotations
3 errors and 3 warnings
Clippy:
actors/src/consensus.rs#L370
error: unused variable: `timeout`
--> actors/src/consensus.rs:370:21
|
370 | let timeout = match vote_type {
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timeout`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
Test
unused variable: `timeout`
|
Test
Process completed with exit code 101.
|
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|