Skip to content

Commit

Permalink
Merge branch 'tim/enable-consensus-http22' into 'rc--2023-12-13_23-01'
Browse files Browse the repository at this point in the history
feat: enable new p2p protocol for https outcalls

This enables the new p2p protocol for https outcalls.

It should be rolled to all subnets **EXCEPT:**

* tdb26-jop6k-aogll-7ltgs-eruif-6kk7m-qpktf-gdiqx-mxtrf-vb5e6-eqe
* uzr34-akd3s-xrdag-3ql62-ocgoh-ld2ao-tamcv-54e7j-krwgb-2gm4z-oqe
* pzp6e-ekpqk-3c5x7-2h6so-njoeq-mt45d-h3h6c-q3mxf-vpeq5-fk5o7-yae 

See merge request dfinity-lab/public/ic!16728
  • Loading branch information
tthebst committed Dec 14, 2023
2 parents 91d71f0 + 98f315b commit 206a50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/replica/setup_ic_network/src/lib.rs
Expand Up @@ -80,7 +80,7 @@ const ENABLE_NEW_P2P_CERTIFICATION: bool = false;
const ENABLE_NEW_P2P_DKG: bool = false;
const ENABLE_NEW_P2P_INGRESS: bool = false;
const ENABLE_NEW_P2P_ECDSA: bool = false;
const ENABLE_NEW_P2P_HTTPS_OUTCALLS: bool = false;
const ENABLE_NEW_P2P_HTTPS_OUTCALLS: bool = true;

struct P2PSenders {
consensus: Channel<ConsensusArtifact>,
Expand Down

0 comments on commit 206a50f

Please sign in to comment.