WIP: Create an in-memory wallet backend. #2486
ci.yml
on: push
Bitrot check
4m 13s
Clippy (MSRV)
3m 46s
Clippy (beta)
14s
Code coverage
6m 38s
Intra-doc links
4m 38s
Rustfmt
13s
protobuf consistency
4m 34s
UUID validity
7s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
33 errors and 5 warnings
Rustfmt
Process completed with exit code 1.
|
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
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.
|
the following explicit lifetimes could be elided: 'a:
zcash_primitives/src/transaction/sighash.rs#L78
error: the following explicit lifetimes could be elided: 'a
--> zcash_primitives/src/transaction/sighash.rs:78:1
|
78 | / pub fn signature_hash<
79 | | 'a,
80 | | TA: TransparentAuthorizingContext,
81 | | SA: sapling::bundle::Authorization<SpendProof = GrothProofBytes, OutputProof = GrothProofBytes>,
... |
86 | | txid_parts: &TxDigests<Blake2bHash>,
87 | | ) -> SignatureHash {
| |__________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
help: elide the lifetimes
|
79 ~ TA: TransparentAuthorizingContext,
80 | SA: sapling::bundle::Authorization<SpendProof = GrothProofBytes, OutputProof = GrothProofBytes>,
...
83 | tx: &TransactionData<A>,
84 ~ signable_input: &SignableInput<'_>,
|
|
useless conversion to the same type: `std::iter::Zip<std::vec::IntoIter<transaction::components::tze::builder::TzeSigner<'_, transaction::TransactionData<transaction::Unauthorized>>>, std::slice::Iter<'_, transaction::components::tze::TzeIn<()>>>`:
zcash_primitives/src/transaction/components/tze/builder.rs#L165
error: useless conversion to the same type: `std::iter::Zip<std::vec::IntoIter<transaction::components::tze::builder::TzeSigner<'_, transaction::TransactionData<transaction::Unauthorized>>>, std::slice::Iter<'_, transaction::components::tze::TzeIn<()>>>`
--> zcash_primitives/src/transaction/components/tze/builder.rs:165:24
|
165 | let payloads = signers
| ________________________^
166 | | .into_iter()
167 | | .zip(self.vin.iter())
168 | | .into_iter()
| |________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `-D clippy::useless-conversion` implied by `-D warnings`
help: consider removing `.into_iter()`
|
165 ~ let payloads = signers
166 + .into_iter()
167 + .zip(self.vin.iter())
|
|
this `impl` can be derived:
zcash_primitives/src/memo.rs#L174
error: this `impl` can be derived
--> zcash_primitives/src/memo.rs:174:1
|
174 | / impl Default for Memo {
175 | | fn default() -> Self {
176 | | Memo::Empty
177 | | }
178 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls
= note: `-D clippy::derivable-impls` implied by `-D warnings`
= help: remove the manual implementation...
help: ...and instead derive it...
|
148 | #[derive(Default)]
|
help: ...and mark the default variant
|
150 ~ #[default]
151 ~ Empty,
|
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
protobuf consistency
Process completed with exit code 101.
|
Intra-doc links
Process completed with exit code 101.
|
Test on ubuntu-latest with --features zfuture
Process completed with exit code 101.
|
Test on ubuntu-latest with --features unstable-nu6
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on ubuntu-latest with --features unstable-nu6
The operation was canceled.
|
Test on windows-latest with --features zfuture
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on windows-latest with --features zfuture
The operation was canceled.
|
Test on windows-latest with --features unstable-nu6
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on windows-latest with --features unstable-nu6
The operation was canceled.
|
Test on windows-latest with --features orchard
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on windows-latest with --features orchard
The operation was canceled.
|
Test on ubuntu-latest with --features orchard
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on ubuntu-latest with --features orchard
The operation was canceled.
|
Test on windows-latest
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on ubuntu-latest
The operation was canceled.
|
Test on macOS-latest with --features orchard
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on macOS-latest with --features orchard
The operation was canceled.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest_zfuture" failed.
|
Test on macOS-latest
The operation was canceled.
|
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/
|
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/.
|