Skip to content

Add dedicated EdDSA verifier crate #4094

Add dedicated EdDSA verifier crate

Add dedicated EdDSA verifier crate #4094

Triggered via pull request September 20, 2023 11:39
Status Failure
Total duration 3m 46s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
no function or associated item named `new` found for struct `identity_credential::validator::JwtCredentialValidator` in the current scope: identity_storage/src/storage/tests/credential_jws.rs#L217
error[E0599]: no function or associated item named `new` found for struct `identity_credential::validator::JwtCredentialValidator` in the current scope --> identity_storage/src/storage/tests/credential_jws.rs:217:75 | 217 | let validator = identity_credential::validator::JwtCredentialValidator::new(); | ^^^ function or associated item not found in `JwtCredentialValidator<_>`
clippy
Clippy had exited with the 101 exit code
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/