Skip to content

add sync clients and helpers; add examples; fix clippy warnings #204

add sync clients and helpers; add examples; fix clippy warnings

add sync clients and helpers; add examples; fix clippy warnings #204

Triggered via push September 9, 2024 18:22
Status Failure
Total duration 1m 58s
Artifacts

unit_test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
xrpl-rust: src/asynch/wallet/mod.rs#L52
failed to resolve: use of undeclared crate or module `tokio`
xrpl-rust: src/asynch/wallet/mod.rs#L52
failed to resolve: use of undeclared crate or module `tokio`
xrpl-rust
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
unreachable statement: src/asynch/mod.rs#L49
warning: unreachable statement --> src/asynch/mod.rs:49:5 | 46 | return; | ------ any code following this expression is unreachable ... 49 | / { 50 | | embassy_time::Timer::after_secs(1).await; 51 | | return; 52 | | } | |_____^ unreachable statement | = note: `#[warn(unreachable_code)]` on by default
xrpl-rust
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/
xrpl-rust
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@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/
xrpl-rust
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/
xrpl-rust
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/
xrpl-rust
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/
xrpl-rust
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/
xrpl-rust: src/asynch/clients/client.rs#L5
unused import: `alloc::borrow::Cow`
xrpl-rust: src/asynch/mod.rs#L40
unused variable: `seconds`
xrpl-rust
`xrpl-rust` (lib) generated 2 warnings