fix: ensure logs returned by RPC match filter #969
Annotations
10 errors and 4 warnings
Run actions-rs/cargo@v1:
ethereum/consensus-core/src/types/mod.rs#L221
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
Run actions-rs/cargo@v1:
core/src/execution/evm.rs#L95
field assignment outside of initializer for an instance created with Default::default()
|
Run actions-rs/cargo@v1:
core/src/execution/state.rs#L306
this loop could be written as a `while let` loop
|
Run actions-rs/cargo@v1:
core/src/execution/state.rs#L327
unnecessary use of `get(&prev).is_none()`
|
Run actions-rs/cargo@v1:
core/src/execution/state.rs#L375
large size difference between variants
|
Run actions-rs/cargo@v1:
core/src/execution/mod.rs#L373
unneeded `return` statement
|
Run actions-rs/cargo@v1:
core/src/execution/mod.rs#L535
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Run actions-rs/cargo@v1:
ethereum/consensus-core/src/consensus_core.rs#L39
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
ethereum/consensus-core/src/consensus_core.rs#L141
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
ethereum/consensus-core/src/consensus_core.rs#L299
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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/
|
Loading