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 0c4f61f commit 8c3dff8
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 @@ -2229,6 +2229,9 @@ impl ProtocolConfig {

// Enable resolving abort code IDs to package ID instead of runtime module ID
cfg.feature_flags.resolve_abort_locations_to_package_id = true;

// 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 8c3dff8

Please sign in to comment.