WIP #152
Annotations
5 errors and 15 warnings
the trait bound `usize: merkle_tree::Hasher` is not satisfied:
src/dynamic_merkle_tree.rs#L503
error[E0277]: the trait bound `usize: merkle_tree::Hasher` is not satisfied
--> src/dynamic_merkle_tree.rs:503:25
|
503 | fn sibling(i: usize) -> Branch<usize> {
| ^^^^^^^^^^^^^ the trait `merkle_tree::Hasher` is not implemented for `usize`
|
= help: the trait `merkle_tree::Hasher` is implemented for `poseidon_tree::PoseidonHash`
note: required by a bound in `merkle_tree::Branch`
--> src/merkle_tree.rs:41:20
|
41 | pub enum Branch<H: Hasher> {
| ^^^^^^ required by this bound in `Branch`
|
Lint
could not compile `semaphore` (lib) due to 2 previous errors; 1 warning emitted
|
Lint
Clippy had exited with the 101 exit code
|
Test:
src/dynamic_merkle_tree.rs#L503
the trait bound `usize: merkle_tree::Hasher` is not satisfied
|
Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
unused import: `util::as_bytes`:
src/lazy_merkle_tree.rs#L3
warning: unused import: `util::as_bytes`
--> src/lazy_merkle_tree.rs:3:5
|
3 | util::as_bytes,
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, 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/.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, 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/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test:
src/lazy_merkle_tree.rs#L3
unused import: `util::as_bytes`
|
Test
`semaphore` (lib) generated 1 warning
|