Skip to content

BLS Signature PR with clippy fixed #6942

BLS Signature PR with clippy fixed

BLS Signature PR with clippy fixed #6942

Triggered via pull request August 30, 2024 13:51
Status Failure
Total duration 7m 31s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
7m 19s
Contracts / Wasm tests
Contracts  /  Test Coverage
1m 36s
Contracts / Test Coverage
Contracts  /  Rust tests
47s
Contracts / Rust tests
Contracts  /  Clippy linter check
48s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 4 warnings
Contracts / Rust tests: vm/src/crypto_functions.rs#L24
failed to resolve: use of undeclared type `PublicKey`
Contracts / Rust tests: vm/src/crypto_functions.rs#L30
no method named `is_err` found for struct `ed25519_dalek::Signature` in the current scope
Contracts / Rust tests: vm/src/crypto_functions.rs#L34
no method named `unwrap` found for struct `ed25519_dalek::Signature` in the current scope
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Test Coverage: vm/src/crypto_functions.rs#L24
failed to resolve: use of undeclared type `PublicKey`
Contracts / Test Coverage: vm/src/crypto_functions.rs#L30
no method named `is_err` found for struct `ed25519_dalek::Signature` in the current scope
Contracts / Test Coverage: vm/src/crypto_functions.rs#L34
no method named `unwrap` found for struct `ed25519_dalek::Signature` in the current scope
Contracts / Test Coverage
Process completed with exit code 101.
Contracts / Wasm tests: vm/src/crypto_functions.rs#L24
failed to resolve: use of undeclared type `PublicKey`
Contracts / Wasm tests: vm/src/crypto_functions.rs#L30
no method named `is_err` found for struct `ed25519_dalek::Signature` in the current scope
Contracts / Wasm tests: vm/src/crypto_functions.rs#L34
no method named `unwrap` found for struct `ed25519_dalek::Signature` in the current scope
Contracts / Wasm tests
Process completed with exit code 101.
Contracts / Rust tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Clippy linter check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Test Coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Wasm tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/