Migrate from rust-web3 to alloy #10846
ci.yml
on: pull_request
Run unit tests
3m 15s
Subgraph Runner integration tests
3m 11s
Run integration tests
5m 30s
Check rustfmt style
29s
Clippy linting
2m 4s
Build in release mode
2m 38s
Annotations
10 errors
|
Clippy linting:
graph/src/abi/function_ext.rs#L56
this expression creates a reference which is immediately dereferenced by the compiler
|
|
Clippy linting:
graph/src/abi/function_ext.rs#L55
this expression creates a reference which is immediately dereferenced by the compiler
|
|
Clippy linting:
graph/src/abi/event_ext.rs#L17
this expression creates a reference which is immediately dereferenced by the compiler
|
|
Clippy linting:
graph/src/util/test_utils.rs#L13
field assignment outside of initializer for an instance created with Default::default()
|
|
Clippy linting:
graph/src/components/ethereum/types.rs#L230
casting to the same type is unnecessary (`u64` -> `u64`)
|
|
Clippy linting:
graph/src/components/ethereum/types.rs#L104
needlessly taken reference of both operands
|
|
Clippy linting:
graph/src/components/ethereum/types.rs#L95
needlessly taken reference of both operands
|
|
Clippy linting:
graph/src/util/test_utils.rs#L54
redundant field names in struct initialization
|
|
Clippy linting:
graph/src/components/ethereum/types.rs#L238
redundant field names in struct initialization
|
|
Clippy linting:
graph/src/components/ethereum/types.rs#L236
redundant field names in struct initialization
|