Skip to content

Commit

Permalink
Fix compilation and update Kurtosis test config for PeerDAS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jan 13, 2025
1 parent cd77b2c commit 2082c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions beacon_node/network/src/sync/tests/lookups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use tokio::sync::mpsc;
use types::{
data_column_sidecar::ColumnIndex,
test_utils::{SeedableRng, TestRandom, XorShiftRng},
BeaconState, BeaconStateBase, BlobSidecar, DataColumnSidecar, Epoch, EthSpec, ForkName,
BeaconState, BeaconStateBase, BlobSidecar, DataColumnSidecar, EthSpec, ForkName,
Hash256, MinimalEthSpec as E, SignedBeaconBlock, Slot,
};

Expand All @@ -54,7 +54,7 @@ type DCByRootIds = Vec<DCByRootId>;
type DCByRootId = (SyncRequestId, Vec<ColumnIndex>);

impl TestRig {
fn test_setup() -> Self {
pub fn test_setup() -> Self {
let logger_type = if cfg!(feature = "test_logger") {
LoggerType::Test
} else if cfg!(feature = "ci_logger") {
Expand Down
3 changes: 2 additions & 1 deletion scripts/local_testnet/network_params_das.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ participants:
- --target-peers=3
count: 2
network_params:
electra_fork_epoch: 0
fulu_fork_epoch: 0
seconds_per_slot: 6
snooper_enabled: false
global_log_level: debug
additional_services:
- dora
- goomy_blob
- spamoor_blob
- prometheus_grafana

0 comments on commit 2082c92

Please sign in to comment.