Feature: Add an in-memory wallet backend framework #5090
ci.yml
on: pull_request
Bitrot check
1m 43s
Clippy (MSRV)
2m 32s
Clippy (beta)
15s
Code coverage
3m 58s
Intra-doc links
2m 10s
Rustfmt
14s
protobuf consistency
1m 30s
UUID validity
3s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Annotations
26 errors and 9 warnings
Rustfmt
Process completed with exit code 1.
|
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.
|
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.
|
protobuf consistency
Process completed with exit code 101.
|
Intra-doc links
Process completed with exit code 101.
|
struct `data_api::mem_wallet::MemoryWalletDb` has no field named `orchard_tree`:
zcash_client_backend/src/data_api/mem_wallet.rs#L115
error[E0560]: struct `data_api::mem_wallet::MemoryWalletDb` has no field named `orchard_tree`
--> zcash_client_backend/src/data_api/mem_wallet.rs:115:13
|
115 | orchard_tree: ShardTree::new(MemoryShardStore::empty(), max_checkpoints),
| ^^^^^^^^^^^^ `data_api::mem_wallet::MemoryWalletDb` does not have this field
|
= note: available fields are: `network`, `accounts`, `blocks`, `tx_idx`, `sapling_spends`, `sapling_tree`
|
struct `data_api::mem_wallet::MemoryWalletDb` has no field named `orchard_tree`:
zcash_client_backend/src/data_api/mem_wallet.rs#L115
error[E0560]: struct `data_api::mem_wallet::MemoryWalletDb` has no field named `orchard_tree`
--> zcash_client_backend/src/data_api/mem_wallet.rs:115:13
|
115 | orchard_tree: ShardTree::new(MemoryShardStore::empty(), max_checkpoints),
| ^^^^^^^^^^^^ `data_api::mem_wallet::MemoryWalletDb` does not have this field
|
= note: available fields are: `network`, `accounts`, `blocks`, `tx_idx`, `sapling_spends`, `sapling_tree`
|
struct `data_api::mem_wallet::MemoryWalletDb` has no field named `orchard_spends`:
zcash_client_backend/src/data_api/mem_wallet.rs#L113
error[E0560]: struct `data_api::mem_wallet::MemoryWalletDb` has no field named `orchard_spends`
--> zcash_client_backend/src/data_api/mem_wallet.rs:113:13
|
113 | orchard_spends: BTreeMap::new(),
| ^^^^^^^^^^^^^^ `data_api::mem_wallet::MemoryWalletDb` does not have this field
|
= note: available fields are: `network`, `accounts`, `blocks`, `tx_idx`, `sapling_spends`, `sapling_tree`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Check ZFuture build on macOS
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.
|
Test on macOS
Process completed with exit code 101.
|
Test Orchard on Linux
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test on Linux
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test NU6 on Linux
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test NU6 on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on Windows
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on macOS
The job was canceled because "macOS_NOT_A_PUZZLE" failed.
|
Test Orchard on macOS
The operation was canceled.
|
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/
|
Clippy (MSRV)
Failed to download action 'https://api.github.com/repos/actions-rs/clippy-check/tarball/b5b5f21f4797c02da247df37026fcd0a5024aa4d'. Error: An error occurred while sending the request.
|
Clippy (MSRV)
Back off 13.012 seconds before retry.
|
Clippy (MSRV)
Failed to download action 'https://api.github.com/repos/actions-rs/clippy-check/tarball/b5b5f21f4797c02da247df37026fcd0a5024aa4d'. Error: The SSL connection could not be established, see inner exception.
|
Clippy (MSRV)
Back off 16.582 seconds before retry.
|