Change in chitchat gossiping priority. #332
ci.yml
on: pull_request
Check (fmt, dependency check, clippy, test)
1m 4s
Annotations
2 errors and 2 warnings
unused variable: `heartbeat`:
chitchat/src/state.rs#L548
error: unused variable: `heartbeat`
--> chitchat/src/state.rs:548:13
|
548 | let heartbeat = node_state.heartbeat;
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_heartbeat`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
Check (fmt, dependency check, clippy, test)
Clippy had exited with the 101 exit code
|
Check (fmt, dependency check, clippy, test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check (fmt, dependency check, clippy, test)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, 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/
|