1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Send telemetry broadcasts to fast sync overlays

This commit is contained in:
SpyCheese 2024-11-26 10:53:55 +03:00
parent e6aac0b143
commit d9aeab07db
8 changed files with 141 additions and 27 deletions

View file

@ -154,7 +154,7 @@ class FullNodeImpl : public FullNode {
// Old overlays - one private overlay for all validators
// New overlays (fast sync overlays) - semiprivate overlay per shard (monitor_min_split depth)
// for validators and authorized nodes
bool use_old_private_overlays_ = false; // TODO: set from config or something
bool use_old_private_overlays_ = true;
std::map<PublicKeyHash, td::actor::ActorOwn<FullNodePrivateBlockOverlay>> private_block_overlays_;
bool broadcast_block_candidates_in_public_overlay_ = false;
FullNodeFastSyncOverlays fast_sync_overlays_;