zcash_client_sqlite: Support Orchard scanning #2608
ci.yml
on: push
Bitrot check
4m 29s
Clippy (MSRV)
4m 39s
Clippy (beta)
14s
Code coverage
9m 56s
Intra-doc links
5m 16s
Rustfmt
12s
protobuf consistency
4m 21s
UUID validity
6s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
41 errors and 5 warnings
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.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-latest
The operation was canceled.
|
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
unresolved item provided when a constant was expected:
zcash_client_sqlite/src/wallet.rs#L295
error[E0747]: unresolved item provided when a constant was expected
--> zcash_client_sqlite/src/wallet.rs:295:13
|
295 | ORCHARD_SHARD_HEIGHT,
| ^^^^^^^^^^^^^^^^^^^^
|
help: if this generic argument was intended as a const parameter, surround it with braces
|
295 | { ORCHARD_SHARD_HEIGHT },
| + +
|
no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope:
zcash_client_sqlite/src/wallet.rs#L290
error[E0599]: no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope
--> zcash_client_sqlite/src/wallet.rs:290:38
|
290 | if let Some(frontier) = birthday.orchard_frontier().value() {
| ^^^^^^^^^^^^^^^^ method not found in `zcash_client_backend::data_api::AccountBirthday`
|
unresolved item provided when a constant was expected:
zcash_client_sqlite/src/wallet.rs#L300
error[E0747]: unresolved item provided when a constant was expected
--> zcash_client_sqlite/src/wallet.rs:300:13
|
300 | ORCHARD_SHARD_HEIGHT,
| ^^^^^^^^^^^^^^^^^^^^
|
help: if this generic argument was intended as a const parameter, surround it with braces
|
300 | { ORCHARD_SHARD_HEIGHT },
| + +
|
unresolved item provided when a constant was expected:
zcash_client_sqlite/src/wallet.rs#L295
error[E0747]: unresolved item provided when a constant was expected
--> zcash_client_sqlite/src/wallet.rs:295:13
|
295 | ORCHARD_SHARD_HEIGHT,
| ^^^^^^^^^^^^^^^^^^^^
|
help: if this generic argument was intended as a const parameter, surround it with braces
|
295 | { ORCHARD_SHARD_HEIGHT },
| + +
|
no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope:
zcash_client_sqlite/src/wallet.rs#L290
error[E0599]: no method named `orchard_frontier` found for struct `zcash_client_backend::data_api::AccountBirthday` in the current scope
--> zcash_client_sqlite/src/wallet.rs:290:38
|
290 | if let Some(frontier) = birthday.orchard_frontier().value() {
| ^^^^^^^^^^^^^^^^ method not found in `zcash_client_backend::data_api::AccountBirthday`
|
failed to resolve: could not find `orchard` in the list of imported crates:
zcash_client_sqlite/src/wallet.rs#L299
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates
--> zcash_client_sqlite/src/wallet.rs:299:17
|
299 | { ::orchard::NOTE_COMMITMENT_TREE_DEPTH as u8 },
| ^^^^^^^ could not find `orchard` in the list of imported crates
|
failed to resolve: could not find `orchard` in the list of imported crates:
zcash_client_sqlite/src/wallet.rs#L294
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates
--> zcash_client_sqlite/src/wallet.rs:294:15
|
294 | ::orchard::tree::MerkleHashOrchard,
| ^^^^^^^ could not find `orchard` in the list of imported crates
|
unresolved import `crate::ORCHARD_TABLES_PREFIX`:
zcash_client_sqlite/src/wallet.rs#L104
error[E0432]: unresolved import `crate::ORCHARD_TABLES_PREFIX`
--> zcash_client_sqlite/src/wallet.rs:104:5
|
104 | use crate::ORCHARD_TABLES_PREFIX;
| ^^^^^^^---------------------
| | |
| | help: a similar name exists in the module: `SAPLING_TABLES_PREFIX`
| no `ORCHARD_TABLES_PREFIX` in the root
|
unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT`:
zcash_client_sqlite/src/wallet.rs#L76
error[E0432]: unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT`
--> zcash_client_sqlite/src/wallet.rs:76:5
|
76 | use zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ORCHARD_SHARD_HEIGHT` in `data_api`
|
unresolved item provided when a constant was expected:
zcash_client_sqlite/src/wallet.rs#L300
error[E0747]: unresolved item provided when a constant was expected
--> zcash_client_sqlite/src/wallet.rs:300:13
|
300 | ORCHARD_SHARD_HEIGHT,
| ^^^^^^^^^^^^^^^^^^^^
|
help: if this generic argument was intended as a const parameter, surround it with braces
|
300 | { ORCHARD_SHARD_HEIGHT },
| + +
|
failed to resolve: could not find `orchard` in the list of imported crates:
zcash_client_sqlite/src/wallet.rs#L299
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates
--> zcash_client_sqlite/src/wallet.rs:299:17
|
299 | { ::orchard::NOTE_COMMITMENT_TREE_DEPTH as u8 },
| ^^^^^^^ could not find `orchard` in the list of imported crates
|
failed to resolve: could not find `orchard` in the list of imported crates:
zcash_client_sqlite/src/wallet.rs#L294
error[E0433]: failed to resolve: could not find `orchard` in the list of imported crates
--> zcash_client_sqlite/src/wallet.rs:294:15
|
294 | ::orchard::tree::MerkleHashOrchard,
| ^^^^^^^ could not find `orchard` in the list of imported crates
|
unresolved import `crate::ORCHARD_TABLES_PREFIX`:
zcash_client_sqlite/src/wallet.rs#L104
error[E0432]: unresolved import `crate::ORCHARD_TABLES_PREFIX`
--> zcash_client_sqlite/src/wallet.rs:104:5
|
104 | use crate::ORCHARD_TABLES_PREFIX;
| ^^^^^^^---------------------
| | |
| | help: a similar name exists in the module: `SAPLING_TABLES_PREFIX`
| no `ORCHARD_TABLES_PREFIX` in the root
|
unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT`:
zcash_client_sqlite/src/wallet.rs#L76
error[E0432]: unresolved import `zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT`
--> zcash_client_sqlite/src/wallet.rs:76:5
|
76 | use zcash_client_backend::data_api::ORCHARD_SHARD_HEIGHT;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ORCHARD_SHARD_HEIGHT` in `data_api`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Intra-doc links
Process completed with exit code 101.
|
Test on windows-latest
Process completed with exit code 1.
|
Test on ubuntu-latest with --features zfuture
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on windows-latest with --features unstable-nu6
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on windows-latest with --features zfuture
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on windows-latest with --features zfuture
The operation was canceled.
|
Test on windows-latest with --features orchard
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on windows-latest with --features orchard
The operation was canceled.
|
Test on ubuntu-latest with --features unstable-nu6
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on ubuntu-latest with --features unstable-nu6
The operation was canceled.
|
Test on ubuntu-latest with --features orchard
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on ubuntu-latest with --features orchard
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on ubuntu-latest
The operation was canceled.
|
Test on macOS-latest with --features orchard
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on macOS-latest with --features orchard
The operation was canceled.
|
Test on macOS-latest
The job was canceled because "windows-latest_NOT_A_PUZZ" failed.
|
Test on macOS-latest
The operation was canceled.
|
Code coverage
Process completed with exit code 1.
|
protobuf consistency
Process completed with exit code 101.
|
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/
|
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/
|
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/.
|