Files
pezkuwi-subxt/prdoc/1.6.0/pr_2834.prdoc
T
Egor_P f80cfc2259 [Backport] Version bumps from 1.6.0 release (#2965)
This PR backports version bumps from release branch
`release-polkadot-v1.6.0` back to `master` and also moved `prdoc` files
related to the release to the appropriate folder
2024-01-17 14:40:23 +00:00

14 lines
471 B
Plaintext

title: "proposer: return optional block"
doc:
- audience: Node Dev
description: |
The `ProposerInterface` trait now returns an optional `Proposal`, allowing
for no block to be created. This is a breaking change that only impacts custom
`ProposerInterface` implementations. The change allows more flexibility in choosing
when to create blocks.
crates:
- name: "cumulus-client-consensus-aura"
- name: "cumulus-client-consensus-proposer"