Skip to content

Commit 2082c92

Browse files
committed
Fix compilation and update Kurtosis test config for PeerDAS.
1 parent cd77b2c commit 2082c92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

beacon_node/network/src/sync/tests/lookups.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use tokio::sync::mpsc;
4242
use types::{
4343
data_column_sidecar::ColumnIndex,
4444
test_utils::{SeedableRng, TestRandom, XorShiftRng},
45-
BeaconState, BeaconStateBase, BlobSidecar, DataColumnSidecar, Epoch, EthSpec, ForkName,
45+
BeaconState, BeaconStateBase, BlobSidecar, DataColumnSidecar, EthSpec, ForkName,
4646
Hash256, MinimalEthSpec as E, SignedBeaconBlock, Slot,
4747
};
4848

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

5656
impl TestRig {
57-
fn test_setup() -> Self {
57+
pub fn test_setup() -> Self {
5858
let logger_type = if cfg!(feature = "test_logger") {
5959
LoggerType::Test
6060
} else if cfg!(feature = "ci_logger") {

scripts/local_testnet/network_params_das.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ participants:
1111
- --target-peers=3
1212
count: 2
1313
network_params:
14+
electra_fork_epoch: 0
1415
fulu_fork_epoch: 0
1516
seconds_per_slot: 6
1617
snooper_enabled: false
1718
global_log_level: debug
1819
additional_services:
1920
- dora
20-
- goomy_blob
21+
- spamoor_blob
2122
- prometheus_grafana

0 commit comments

Comments
 (0)