Skip to content

fix(indexer): skip historical sync if we have reached or surpassed th… #69

fix(indexer): skip historical sync if we have reached or surpassed th…

fix(indexer): skip historical sync if we have reached or surpassed th… #69

Triggered via push March 10, 2024 15:38
Status Failure
Total duration 1m 31s
Artifacts

ci.yml

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

Annotations

2 errors
failed to resolve: use of undeclared crate or module `cmp`: src/indexer/mod.rs#L331
error[E0433]: failed to resolve: use of undeclared crate or module `cmp` --> src/indexer/mod.rs:331:9 | 331 | cmp::max(last_synced_slot, self.dencun_fork_slot) | ^^^ use of undeclared crate or module `cmp` | help: consider importing one of these items | 1 + use core::cmp; | 1 + use std::cmp; |
lint
Clippy has exited with exit code 101