WIP #103
ci.yml
on: push
Bitrot check
3m 47s
Clippy (MSRV)
3m 16s
Intra-doc links
3m 58s
Rustfmt
12s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
23 errors
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.
|
Build target wasm32-wasi
Process completed with exit code 101.
|
unresolved import `keys::ViewingKey`:
src/lib.rs#L39
error[E0432]: unresolved import `keys::ViewingKey`
--> src/lib.rs:39:83
|
39 | pub use keys::{Diversifier, NullifierDerivingKey, ProofGenerationKey, SaplingIvk, ViewingKey};
| ^^^^^^^^^^ no `ViewingKey` in `keys`
|
cannot find type `ViewingKey` in this scope:
src/lib.rs#L386
error[E0412]: cannot find type `ViewingKey` in this scope
--> src/keys.rs:386:37
|
386 | pub fn to_viewing_key(&self) -> ViewingKey {
| ^^^^^^^^^^ not found in this scope
|
cannot find struct, variant or union type `ViewingKey` in this scope:
src/lib.rs#L387
error[E0422]: cannot find struct, variant or union type `ViewingKey` in this scope
--> src/keys.rs:387:9
|
387 | ViewingKey {
| ^^^^^^^^^^ not found in this scope
|
field `nk` of struct `keys::FullViewingKey` is private:
src/lib.rs#L96
error[E0616]: field `nk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:96:89
|
96 | let nk_internal = NullifierDerivingKey(PROOF_GENERATION_KEY_GENERATOR * i_nsk + fvk.nk.0);
| ^^ private field
|
field `ak` of struct `keys::FullViewingKey` is private:
src/lib.rs#L102
error[E0616]: field `ak` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:102:21
|
102 | ak: fvk.ak.clone(),
| ^^ private field
|
field `nk` of struct `keys::FullViewingKey` is private:
src/lib.rs#L708
error[E0616]: field `nk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:708:41
|
708 | Scope::External => self.fvk.nk,
| ^^ private field
|
field `nk` of struct `keys::FullViewingKey` is private:
src/lib.rs#L709
error[E0616]: field `nk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:709:59
|
709 | Scope::Internal => self.derive_internal().fvk.nk,
| ^^ private field
|
field `ovk` of struct `keys::FullViewingKey` is private:
src/lib.rs#L724
error[E0616]: field `ovk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:724:41
|
724 | Scope::External => self.fvk.ovk,
| ^^^ private field
|
field `ovk` of struct `keys::FullViewingKey` is private:
src/lib.rs#L725
error[E0616]: field `ovk` of struct `keys::FullViewingKey` is private
--> src/zip32.rs:725:59
|
725 | Scope::Internal => self.derive_internal().fvk.ovk,
| ^^^ private field
|
no field `vk` on type `keys::FullViewingKey`:
src/lib.rs#L760
error[E0609]: no field `vk` on type `keys::FullViewingKey`
--> src/zip32.rs:760:18
|
760 | self.fvk.vk.to_payment_address(diversifier)
| ^^ help: a field with a similar name exists: `ak`
|
Bitrot check
Process completed with exit code 101.
|
Intra-doc links
Process completed with exit code 101.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on macOS-latest
The operation was canceled.
|