Files
pezkuwi-subxt/prdoc/pr_3801.prdoc
T
Bastian Köcher 22b95a8a55 parachain-template: Simplify it (#3801)
Also while doing this, move slot duration fetching into the AURA code.
2024-04-09 09:43:42 +00:00

11 lines
347 B
Plaintext

title: "Remove `slot_duration` from `aura::collators::basic::Params`"
doc:
- audience: Node Dev
description: |
Removes the `slot_duration` parameter from the `aura::collators::basic::Params`.
The `slot_duration` will now be fetched from the runtime using the `Aura` runtime api.
crates:
- name: cumulus-client-consensus-aura