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 c1b0c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon_node/network/src/sync/tests/lookups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/local_testnet/network_params_das.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ snooper_enabled: false
global_log_level: debug
additional_services:
- dora
- goomy_blob
- spamoor_blob
- prometheus_grafana

0 comments on commit c1b0c91

Please sign in to comment.