Cleaner protocol and blinded verification #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
on_pull_request.yml
on: pull_request
Lint
17s
Test Rust
1m 35s
Annotations
13 errors and 1 warning
Lint:
src/client/protocol/mod.rs#L494
expected expression, found `,`
|
Lint:
src/client/protocol/mod.rs#L494
expected `;`, found `next_block`
|
Lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test Rust:
src/client/protocol/mod.rs#L494
expected expression, found `,`
|
Test Rust:
src/client/protocol/mod.rs#L494
expected `;`, found `next_block`
|
Test Rust:
src/main.rs#L1
`#![feature]` may not be used on the stable release channel
|
Test Rust:
src/main.rs#L2
`#![feature]` may not be used on the stable release channel
|
Test Rust:
src/client/mod.rs#L2
unused import: `error::Error`
|
Test Rust:
src/client/protocol/mod.rs#L8
unused imports: `Approval`, `BlockHeaderInnerLite`
|
Test Rust:
src/client/mod.rs#L58
unused macro definition: `cvec`
|
Test Rust:
src/main.rs#L1
`#![feature]` may not be used on the stable release channel
|
Test Rust:
src/client/mod.rs#L326
use of unstable library feature 'result_option_inspect'
|
Test Rust:
src/client/proof.rs#L38
no function or associated item named `inner_lite_hash` found for struct `LightClientState` in the current scope
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|