Fix tree-states tests after latest update (#5528)

* Fix clippy

* Fix beacon chain tests

* Comment out dodgy iterator test

* Fix imports for beta compiler
This commit is contained in:
Michael Sproul
2024-04-08 09:40:33 +10:00
committed by GitHub
parent 0d9fb5a755
commit 8705ac507b
10 changed files with 31 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
use super::signature_sets::Error as SignatureSetError;
use crate::{ContextError, EpochCacheError};
use crate::ContextError;
use merkle_proof::MerkleTreeError;
use safe_arith::ArithError;
use ssz::DecodeError;

View File

@@ -5,7 +5,6 @@ use crate::common::{
};
use crate::per_block_processing::errors::{BlockProcessingError, IntoWithIndex};
use crate::VerifySignatures;
use safe_arith::SafeArith;
use std::sync::Arc;
use types::consts::altair::{PARTICIPATION_FLAG_WEIGHTS, PROPOSER_WEIGHT, WEIGHT_DENOMINATOR};