You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(starfish-core): fix clippy lints surfaced by ci-clippy
- Gate `DagState::new` behind `#[cfg(test)]` (production uses
`new_with_misbehavior_store` to share the misbehavior store).
- Drop the unused test-only `MisbehaviorStore::dummy_for_test` and
`DagState::evicted_rounds` helpers.
- Remove redundant `use bcs;` in `scoring_metrics_store::tests`.
- Use `BTreeMap::keys()` instead of `iter().map(|(k, _)| ..)` in
DagState's flush trace log.
- Drop redundant clones at `DagState::new` / `RegularCommitSyncer::new`
call sites where the source values are dropped without further use.
0 commit comments