mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -3,19 +3,19 @@
|
||||
#![cfg(not(debug_assertions))]
|
||||
|
||||
use beacon_chain::{
|
||||
BeaconChainError,
|
||||
observed_operations::ObservationOutcome,
|
||||
test_utils::{
|
||||
test_spec, AttestationStrategy, BeaconChainHarness, BlockStrategy, DiskHarnessType,
|
||||
AttestationStrategy, BeaconChainHarness, BlockStrategy, DiskHarnessType, test_spec,
|
||||
},
|
||||
BeaconChainError,
|
||||
};
|
||||
use state_processing::per_block_processing::errors::{
|
||||
AttesterSlashingInvalid, BlockOperationError, ExitInvalid, ProposerSlashingInvalid,
|
||||
};
|
||||
use std::sync::{Arc, LazyLock};
|
||||
use store::database::interface::BeaconNodeBackend;
|
||||
use store::StoreConfig;
|
||||
use tempfile::{tempdir, TempDir};
|
||||
use store::database::interface::BeaconNodeBackend;
|
||||
use tempfile::{TempDir, tempdir};
|
||||
use types::*;
|
||||
|
||||
pub const VALIDATOR_COUNT: usize = 24;
|
||||
|
||||
Reference in New Issue
Block a user