generic storage #159
Annotations
14 warnings
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/.
|
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Run Tests:
src/dynamic_merkle_tree.rs#L3
unused import: `util::as_bytes`
|
Run Tests:
src/dynamic_merkle_tree.rs#L7
unused imports: `fs::OpenOptions`, `io::Write`, `path::PathBuf`
|
Run Tests:
src/dynamic_merkle_tree.rs#L13
unused import: `thiserror::Error`
|
Run Tests:
src/dynamic_merkle_tree.rs#L15
unused imports: `MmapMut`, `MmapOptions`
|
Run Tests:
src/lazy_merkle_tree.rs#L3
unused import: `util::as_bytes`
|
Run Tests:
src/dynamic_merkle_tree.rs#L511
function `children` is never used
|
Run Tests:
src/util.rs#L24
function `as_bytes` is never used
|
Run Tests
`semaphore` (lib) generated 7 warnings (run `cargo fix --lib -p semaphore` to apply 5 suggestions)
|
Loading