Skip to content

Commit

Permalink
Add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 13, 2024
1 parent d793877 commit 714f587
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions prdoc/pr_5343.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
title: Allow to disable gap creation during block import

doc:
- audience: Node Dev
description: |
New API `Backend::no_gap()` allows to modify `Backend::BlockImportOperation` to not create block gap in case block
has no parent, which is helpful for sync protocols that do not need to sync the gap after this happens.

crates:
- name: sc-client-api
bump: major
- name: sc-consensus
bump: minor
- name: sc-client-db
bump: minor
- name: sc-service
bump: minor

0 comments on commit 714f587

Please sign in to comment.