Crate maintenance #2
Annotations
8 errors
src/lib.rs#L18
error[E0433]: failed to resolve: could not find `witness` in `incrementalmerkletree`
--> src/tree.rs:18:28
|
18 | incrementalmerkletree::witness::IncrementalWitness<Node, NOTE_COMMITMENT_TREE_DEPTH>;
| ^^^^^^^ could not find `witness` in `incrementalmerkletree`
|
src/lib.rs#L16
error[E0412]: cannot find type `CommitmentTree` in module `incrementalmerkletree::frontier`
--> src/tree.rs:16:38
|
16 | incrementalmerkletree::frontier::CommitmentTree<Node, NOTE_COMMITMENT_TREE_DEPTH>;
| ^^^^^^^^^^^^^^ not found in `incrementalmerkletree::frontier`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/incrementalmerkletree-0.5.0/src/frontier.rs:312:12
|
312 | pub struct CommitmentTree<H, const DEPTH: u8> {
| ^^^^^^^^^^^^^^
= note: the item is gated behind the `legacy-api` feature
help: consider importing this type alias through its public re-export
|
1 + use crate::CommitmentTree;
|
help: if you import `CommitmentTree`, refer to it directly
|
16 - incrementalmerkletree::frontier::CommitmentTree<Node, NOTE_COMMITMENT_TREE_DEPTH>;
16 + CommitmentTree<Node, NOTE_COMMITMENT_TREE_DEPTH>;
|
|
src/lib.rs#L449
error[E0599]: no method named `dynamic_usage` found for struct `group::WnafScalar` in the current scope
--> src/keys.rs:449:16
|
449 | self.0.dynamic_usage()
| ^^^^^^^^^^^^^ method not found in `WnafScalar<Fr, 4>`
|
src/lib.rs#L453
error[E0599]: no method named `dynamic_usage_bounds` found for struct `group::WnafScalar` in the current scope
--> src/keys.rs:453:16
|
453 | self.0.dynamic_usage_bounds()
| ^^^^^^^^^^^^^^^^^^^^ method not found in `WnafScalar<Fr, 4>`
|
src/lib.rs#L396
error[E0599]: no function or associated item named `new_with_esk` found for struct `zcash_note_encryption::NoteEncryption` in the current scope
--> src/note_encryption.rs:396:21
|
396 | NoteEncryption::new_with_esk(esk, ovk, note, memo)
| ^^^^^^^^^^^^ function or associated item not found in `NoteEncryption<_>`
|
|
|
|
The logs for this run have expired and are no longer available.
Loading