mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 02:12:33 +00:00
Write range sync tests in external event-driven form (#6618)
* Write range sync tests in external event-driven form * Fix remaining test * Drop unused generics * Merge branch 'unstable' into range-sync-tests * Add reference to test author * Use async await * Fix failing test. Not sure how it was passing before without an EL.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
//! peers.
|
||||
|
||||
mod batch;
|
||||
mod block_storage;
|
||||
mod chain;
|
||||
mod chain_collection;
|
||||
mod range;
|
||||
@@ -13,5 +12,7 @@ pub use batch::{
|
||||
ByRangeRequestType,
|
||||
};
|
||||
pub use chain::{BatchId, ChainId, EPOCHS_PER_BATCH};
|
||||
#[cfg(test)]
|
||||
pub use chain_collection::SyncChainStatus;
|
||||
pub use range::RangeSync;
|
||||
pub use sync_type::RangeSyncType;
|
||||
|
||||
Reference in New Issue
Block a user