Cleaner protocol and blinded verification #14
on_pull_request.yml
on: pull_request
Lint
14s
Test Rust
2m 6s
Annotations
11 errors and 3 warnings
Lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test Rust:
src/client/mod.rs#L16
unused import: `types::validator_stake::ValidatorStake`
|
Test Rust:
src/client/message.rs#L54
unused import: `super::*`
|
Test Rust:
src/client/store.rs#L102
unused import: `ConflictableTransactionError`
|
Test Rust:
src/client/store.rs#L239
unused import: `super::*`
|
Test Rust:
src/client/mod.rs#L333
unused import: `super::*`
|
Test Rust:
src/client/mod.rs#L312
unused variable: `p`
|
Test Rust:
src/client/error.rs#L16
variants `SignatureLenMismatch` and `InvalidProof` are never constructed
|
Test Rust:
src/client/protocol/mod.rs#L77
associated function `inclusion_proof_verify` is never used
|
Test Rust:
src/client/protocol/experimental.rs#L70
methods `hash` and `outcome_root` are never used
|
Test Rust:
src/client/store.rs#L114
methods `batch_entries` and `get_db` are never used
|
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/
|
Lint:
src/client/protocol/mod.rs#L70
Diff in /home/runner/work/near-light-client/near-light-client/src/client/protocol/mod.rs
|
Lint:
src/config.rs#L9
Diff in /home/runner/work/near-light-client/near-light-client/src/config.rs
|