Pass signing_data to sign_message, not signing_digest #25
Annotations
15 warnings
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/
|
Run actions-rs/cargo@v1:
crates/antelope/src/api/v1/structs.rs#L1
unused imports: `Deserialize`, `Serialize`
|
Run actions-rs/cargo@v1:
crates/antelope/src/chain/block_id.rs#L2
unused import: `crate::chain::checksum::Checksum256`
|
Run actions-rs/cargo@v1:
crates/antelope/src/chain/signature.rs#L2
unused import: `k256::elliptic_curve::Curve`
|
Run actions-rs/cargo@v1:
crates/antelope/src/chain/time.rs#L2
unused imports: `DateTime`, `ParseError`
|
Run actions-rs/cargo@v1:
crates/antelope/src/chain/blob.rs#L26
use of deprecated function `base64::decode`: Use Engine::decode
|
Run actions-rs/cargo@v1:
crates/antelope/src/chain/blob.rs#L42
use of deprecated function `base64::encode`: Use Engine::encode
|
Run actions-rs/cargo@v1:
crates/antelope/src/api/v1/chain.rs#L62
unused variable: `obj`
|
Run actions-rs/cargo@v1:
crates/antelope/src/chain/signature.rs#L64
value assigned to `size` is never read
|
Run actions-rs/cargo@v1:
crates/antelope/src/util.rs#L42
unused `Result` that must be used
|
Run actions-rs/cargo@v1
`antelope` (lib) generated 9 warnings (run `cargo fix --lib -p antelope` to apply 5 suggestions)
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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 logs for this run have expired and are no longer available.
Loading