Skip to content

Commit

Permalink
Add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 17, 2024
1 parent b2db428 commit 6012b67
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions prdoc/pr_5737.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
title: Make syncing service an argument of `build_network`

doc:
- audience: Node Dev
description: |
`build_network` no longer creates syncing engine internally, it now takes a handle to syncing service is an
argument instead. In most cases typical syncing engine with polkadot syncing strategy and default block downloader
can be created with newly introduced `sc_service::build_default_syncing_engine()` function, but lower-level
`build_default_block_downloader` also exists for those needing more customization.

These changes allow developers higher than ever control over syncing implementation.

crates:
- name: cumulus-client-service
bump: patch
- name: polkadot-service
bump: patch
- name: sc-consensus
bump: major
- name: sc-service
bump: major
- name: sc-network-sync
bump: major

0 comments on commit 6012b67

Please sign in to comment.