Account APIs needed for the mobile SDKs #5005
ci.yml
on: pull_request
Bitrot check
1m 44s
Clippy (MSRV)
1m 59s
Clippy (beta)
12s
Code coverage
17m 22s
Intra-doc links
2m 27s
Rustfmt
12s
protobuf consistency
1m 35s
UUID validity
3s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Annotations
9 errors and 5 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
this expression creates a reference which is immediately dereferenced by the compiler:
zcash_client_sqlite/src/wallet.rs#L237
error: this expression creates a reference which is immediately dereferenced by the compiler
--> zcash_client_sqlite/src/wallet.rs:237:52
|
237 | ViewingKey::Full(ufvk) => ufvk_to_uivk(&ufvk, params),
| ^^^^^ help: change this to: `ufvk`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
zcash_client_sqlite/src/wallet.rs#L230
error: this expression creates a reference which is immediately dereferenced by the compiler
--> zcash_client_sqlite/src/wallet.rs:230:44
|
230 | ViewingKey::Full(ufvk) => Some(&ufvk),
| ^^^^^ help: change this to: `ufvk`
|
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
zcash_client_sqlite/src/wallet.rs#L237
error: this expression creates a reference which is immediately dereferenced by the compiler
--> zcash_client_sqlite/src/wallet.rs:237:52
|
237 | ViewingKey::Full(ufvk) => ufvk_to_uivk(&ufvk, params),
| ^^^^^ help: change this to: `ufvk`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
zcash_client_sqlite/src/wallet.rs#L230
error: this expression creates a reference which is immediately dereferenced by the compiler
--> zcash_client_sqlite/src/wallet.rs:230:44
|
230 | ViewingKey::Full(ufvk) => Some(&ufvk),
| ^^^^^ help: change this to: `ufvk`
|
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Test Orchard on Linux
Process completed with exit code 101.
|
Test Orchard on macOS
Process completed with exit code 101.
|
Test Orchard on Windows
Process completed with exit code 1.
|
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
protobuf consistency
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: supplypike/setup-bin@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (MSRV)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (MSRV)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|