Skip to content

Commit baee733

Browse files
authored
feat: re-enable hashes-in-blocks feature on all subnets (dfinity#3562)
The feature has been gradually rolled out to all subnets except the NNS for two weeks and we haven't observed any issues.
1 parent b7a0b3d commit baee733

File tree

1 file changed

+1
-1
lines changed
  • rs/replica/setup_ic_network/src

1 file changed

+1
-1
lines changed

rs/replica/setup_ic_network/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ use tower_http::trace::TraceLayer;
7272
/// we will reconstruct the blocks by looking up the referenced ingress messages in the ingress
7373
/// pool or, if they are not there, by fetching missing ingress messages from peers who are
7474
/// advertising the blocks.
75-
const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = false;
75+
const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = true;
7676

7777
/// This limit is used to protect against a malicious peer advertising many ingress messages.
7878
/// If no malicious peers are present the ingress pools are bounded by a separate limit.

0 commit comments

Comments
 (0)