zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent. #5159
ci.yml
on: pull_request
Bitrot check
2m 8s
Clippy (MSRV)
2m 24s
Clippy (beta)
16s
Code coverage
4m 46s
Intra-doc links
2m 32s
Rustfmt
16s
protobuf consistency
2m 4s
UUID validity
7s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Annotations
29 errors and 5 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Check ZFuture build on Linux
Process completed with exit code 101.
|
Check ZFuture build on macOS
Process completed with exit code 101.
|
Latest build on ubuntu-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Build target wasm32-wasi
Process completed with exit code 101.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-latest
The operation was canceled.
|
Test on Linux
Process completed with exit code 101.
|
Test NU6 on Windows
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test on Windows
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test Orchard on Windows
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test Orchard on Windows
The operation was canceled.
|
protobuf consistency
Process completed with exit code 101.
|
Test NU6 on Linux
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test NU6 on Linux
The operation was canceled.
|
Test Orchard on Linux
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test Orchard on Linux
The operation was canceled.
|
Test Orchard on macOS
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test Orchard on macOS
The operation was canceled.
|
Test on macOS
The job was canceled because "Linux_NOT_A_PUZZLE" failed.
|
Test on macOS
The operation was canceled.
|
cannot find value `orchard_outputs` in this scope:
zcash_client_backend/src/data_api/wallet/input_selection.rs#L408
error[E0425]: cannot find value `orchard_outputs` in this scope
--> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31
|
408 | let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total;
| ^^^^^^^^^^^^^^^ not found in this scope
|
cannot find value `orchard_outputs` in this scope:
zcash_client_backend/src/data_api/wallet/input_selection.rs#L408
error[E0425]: cannot find value `orchard_outputs` in this scope
--> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31
|
408 | let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total;
| ^^^^^^^^^^^^^^^ not found in this scope
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Intra-doc links
Process completed with exit code 101.
|
Check ZFuture build on Windows
Process completed with exit code 1.
|
Code coverage
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/
|