Skip to content

Commit

Permalink
[feat] enable the mysticeti digest inclusion in the committed sub dag
Browse files Browse the repository at this point in the history
  • Loading branch information
akichidis committed May 23, 2024
1 parent 2dc5a07 commit d530a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2238,6 +2238,9 @@ impl ProtocolConfig {
cfg.random_beacon_dkg_timeout_round = Some(3000);
cfg.random_beacon_min_round_interval_ms = Some(200);
}

// Enable the committed sub dag digest inclusion on the commit output
cfg.feature_flags.mysticeti_use_committed_subdag_digest = true;
}
// Use this template when making changes:
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ feature_flags:
mysticeti_leader_scoring_and_schedule: true
reshare_at_same_initial_version: true
resolve_abort_locations_to_package_id: true
mysticeti_use_committed_subdag_digest: true
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down

0 comments on commit d530a1c

Please sign in to comment.