fix kx caching on receive #77
Annotations
17 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/[email protected], actions/cache/restore@v3, actions-rs/cargo@v1, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/[email protected], 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/
|
Setup toolchain
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/
|
Setup toolchain
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/
|
Setup toolchain
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/
|
Setup toolchain
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/
|
Pre-build tests:
core/src/crypto/mod.rs#L8
unused import: `digest::FixedOutput`
|
Pre-build tests:
core/src/types/datetime.rs#L76
use of deprecated method `chrono::NaiveDateTime::timestamp_millis`: use `.and_utc().timestamp_millis()` instead
|
Pre-build tests:
core/src/crypto/native.rs#L4
unused import: `aead::AeadInPlace`
|
Pre-build tests:
core/src/crypto/mod.rs#L8
unused import: `digest::FixedOutput`
|
Pre-build tests:
core/src/crypto/native.rs#L4
unused import: `aead::AeadInPlace`
|
Pre-build tests:
core/src/service/net.rs#L216
function `encrypt_message` is never used
|
Pre-build tests:
engine/src/store/sqlite_store.rs#L139
trait `Storable` is never used
|
Pre-build tests
`dsf-engine` (lib) generated 1 warning
|
Pre-build tests:
rpc/src/peer.rs#L52
non-local `impl` definition, they should be avoided as they go against expectation
|
Pre-build tests
`dsf-core` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p dsf-core --tests` to apply 1 suggestion)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dsfd-aarch64-unknown-linux-gnu", "dsfd-armv7-unknown-linux-gnueabihf", "dsfd-x86_64-apple-darwin", "dsfd-x86_64-unknown-linux-gnu".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading