Skip to content

feat: add reorgs support + indexer restructuring #22

feat: add reorgs support + indexer restructuring

feat: add reorgs support + indexer restructuring #22

Triggered via pull request January 31, 2024 11:16
Status Failure
Total duration 2m 30s
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
cannot find type `ChainReorgResponse` in this scope: src/indexer.rs#L123
error[E0412]: cannot find type `ChainReorgResponse` in this scope --> src/indexer.rs:123:48 | 123 | serde_json::from_str::<ChainReorgResponse>(&message.data)?; | ^^^^^^^^^^^^^^^^^^ not found in this scope | help: you might be missing a type parameter | 19 | impl<ChainReorgResponse> Indexer { | ++++++++++++++++++++
lint
Clippy has exited with exit code 101