Cleaner protocol and blinded verification #15
on_pull_request.yml
on: pull_request
Lint
15s
Test Rust
1m 46s
Annotations
11 errors and 2 warnings
Lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test Rust:
src/client/mod.rs#L16
unused imports: `Future`, `stream::FuturesUnordered`
|
Test Rust:
src/client/mod.rs#L21
unused import: `types::AccountId`
|
Test Rust:
src/client/message.rs#L5
unused import: `types::AccountId`
|
Test Rust:
src/client/message.rs#L56
unused import: `super::*`
|
Test Rust:
src/client/rpc.rs#L7
unused import: `types::TransactionOrReceiptId`
|
Test Rust:
src/client/rpc.rs#L8
unused import: `types::AccountId`
|
Test Rust:
src/client/store.rs#L224
unused import: `super::*`
|
Test Rust:
src/client/mod.rs#L319
unused import: `super::*`
|
Test Rust:
src/client/mod.rs#L283
unused variable: `p`
|
Test Rust:
src/client/protocol/experimental.rs#L557
no method named `fetch_light_client_receipt_proof` found for struct `NearRpcClient` 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/
|
Lint:
src/client/message.rs#L28
Diff in /home/runner/work/near-light-client/near-light-client/src/client/message.rs
|