parachain-template: Simplify it (#3801)

Also while doing this, move slot duration fetching into the AURA code.
This commit is contained in:
Bastian Köcher
2024-04-09 11:43:42 +02:00
committed by GitHub
parent 9d6c0f446a
commit 22b95a8a55
6 changed files with 125 additions and 165 deletions
+10
View File
@@ -0,0 +1,10 @@
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