Skip to content

Add methods for validating aspects of PCZT bundles #185

Add methods for validating aspects of PCZT bundles

Add methods for validating aspects of PCZT bundles #185

Triggered via push December 13, 2024 00:13
Status Failure
Total duration 2m 26s
Artifacts

ci.yml

on: push
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 6 warnings
Latest build on macOS-latest
Process completed with exit code 101.
Latest build on ubuntu-latest
The job was canceled because "macOS-latest" failed.
Latest build on ubuntu-latest
Process completed with exit code 101.
Latest build on windows-latest
The job was canceled because "macOS-latest" failed.
Latest build on windows-latest
The operation was canceled.
mismatched types: src/lib.rs#L82
error[E0308]: mismatched types --> src/pczt/verify.rs:82:34 | 82 | if vk.to_payment_address(note.recipient().diversifier()) != Some(note.recipient()) { | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `keys::Diversifier`, found `&keys::Diversifier` | | | arguments to this function are incorrect | note: associated function defined here --> src/keys.rs:342:12 | 342 | pub fn to_payment_address(&self, diversifier: Diversifier) -> Option<PaymentAddress> { | ^^^^^^^^^^^^^^^^^^ ------------------------ help: consider dereferencing the borrow | 82 | if vk.to_payment_address(*note.recipient().diversifier()) != Some(note.recipient()) { | +
aborting due to previous error
error: aborting due to previous error
Clippy (MSRV)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
Clippy (MSRV)
{ "rendered": "For more information about this error, try `rustc --explain E0308`.\n", "children": [], "code": null, "level": "failure-note", "message": "For more information about this error, try `rustc --explain E0308`.", "spans": [] }
Build target wasm32-wasi
Process completed with exit code 101.
Bitrot check
Process completed with exit code 101.
Test on macOS-latest
Process completed with exit code 101.
Test on windows-latest
The job was canceled because "macOS-latest" failed.
Test on windows-latest
The operation was canceled.
Test on ubuntu-latest
The job was canceled because "macOS-latest" failed.
Test on ubuntu-latest
The operation was canceled.
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy (MSRV)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
Build target wasm32-wasi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Bitrot check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Intra-doc links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636