Skip to content

feat: add reorgs support + indexer restructuring #28

feat: add reorgs support + indexer restructuring

feat: add reorgs support + indexer restructuring #28

Triggered via pull request February 2, 2024 13:15
Status Failure
Total duration 1m 22s
Artifacts

ci.yml

on: pull_request
build-test
0s
build-test
Deploy blobscan api (staging)
0s
Deploy blobscan api (staging)
Fit to window
Zoom out
Zoom in

Annotations

2 errors
useless use of `format!`: src/clients/beacon/types.rs#L115
error: useless use of `format!` --> src/clients/beacon/types.rs:115:31 | 115 | Err(_) => Err(format!( | _______________________________^ 116 | | "Invalid block ID. Expected 'head', 'finalized' or a number." 117 | | )), | |_________________^ help: consider using `.to_string()`: `"Invalid block ID. Expected 'head', 'finalized' or a number.".to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format = note: `-D clippy::useless-format` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_format)]`
lint
Clippy has exited with exit code 101