chore: bump governance to 1.1.0 #386
Annotations
3 errors and 2 warnings
infinite loop detected:
node/src/manual_seal_service.rs#L179
error: infinite loop detected
--> node/src/manual_seal_service.rs:179:9
|
179 | / loop {
180 | | jsonrpsee::tokio::time::sleep(std::time::Duration::from_secs(8)).await;
181 | | sink.try_send(sc_consensus_manual_seal::EngineCommand::SealNewBlock {
182 | | create_empty: true,
... |
187 | | .unwrap();
188 | | }
| |_________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#infinite_loop
= note: requested on the command line with `-D clippy::infinite-loop`
help: if this is intentional, consider specifying `!` as function return
|
178 | task_manager.spawn_handle().spawn("block_authoring", None, -> !);
| ~~~~
|
check
Clippy had exited with the 101 exit code
|
check
Process completed with exit code 2.
|
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@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-rs/cargo@v1, arduino/setup-protoc@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|