Check the sent_notes table. #63
ci.yml
on: push
Bitrot check
4m 29s
Clippy (MSRV)
4m 31s
Clippy (beta)
18s
Code coverage
5m 41s
Intra-doc links
5m 59s
Rustfmt
14s
Matrix: build
Matrix: test
Annotations
10 errors and 2 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
unused import: `data_api::WalletWrite`:
zcash_client_sqlite/src/wallet/sapling.rs#L473
error: unused import: `data_api::WalletWrite`
--> zcash_client_sqlite/src/wallet/sapling.rs:473:32
|
473 | zcash_client_backend::{data_api::WalletWrite, wallet::WalletTransparentOutput},
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
|
the name `WalletWrite` is defined multiple times:
zcash_client_sqlite/src/wallet/sapling.rs#L473
error[E0252]: the name `WalletWrite` is defined multiple times
--> zcash_client_sqlite/src/wallet/sapling.rs:473:32
|
454 | AccountBirthday, PoolType, ShieldedProtocol, WalletRead, WalletWrite,
| ------------
| |
| previous import of the trait `WalletWrite` here
| help: remove unnecessary import
...
473 | zcash_client_backend::{data_api::WalletWrite, wallet::WalletTransparentOutput},
| ^^^^^^^^^^^^^^^^^^^^^ `WalletWrite` reimported here
|
= note: `WalletWrite` must be defined only once in the type namespace of this module
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Code coverage
Process completed with exit code 2.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on macOS-latest
The operation was canceled.
|
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/
|
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/
|