feature/BLO-46 | update ipns functions #776
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, 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/
|
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/
|
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/
|
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/
|
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/
|
|
bloock-libs/keys/src/certificates/mod.rs#L11
unused import: `KeyType`
|
bloock-libs/keys/src/certificates/mod.rs#L15
unused imports: `LocalCertificateParams` and `managed::ManagedCertificate`
|
bloock-libs/identity/src/claim.rs#L119
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
|
bloock-libs/identity/src/merklize/merklize.rs#L460
use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
|
bloock-libs/identity/src/merklize/merklize.rs#L461
use of deprecated method `chrono::NaiveDateTime::timestamp_subsec_nanos`: use `.and_utc().timestamp_subsec_nanos()` instead
|
bloock-libs/identity/src/vc.rs#L126
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
bloock-libs/identity/src/claim.rs#L176
unused variable: `slot_name`
|
bloock-libs/identity/src/claim.rs#L20
variants `None` and `Value` are never constructed
|
bloock-libs/identity/src/claim.rs#L35
constant `SLOT_NAME_VALUE_A` is never used
|
The logs for this run have expired and are no longer available.
Loading