Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tanssi: Add support for expectedBlockTime of async backing pallet #694

Merged

Conversation

Agusrodri
Copy link
Contributor

Motivation

At Tanssi, we are working on adding support for asynchronous backing. Of course, this involves changing the slot duration from 12000 milliseconds to 6000 milliseconds.

While trying to test some features using chopsticks (like upgrading the on-chain runtime), we are encountering the issue that the network doesn't even start. The reason for this is that at the moment of fetching the slot duration inside getSlotDuration function, Tanssi chain metadata doesn't match with any of the current statements.

As Tanssi doesn't make use of Aura or Babe pallets directly, but instead of the AsyncBacking pallet (implemented in Moonkit repo), it would be nice to have an extra statement that checks for the existence of this pallet and thus retrieve the correct slot duration from there.

@ermalkaleci ermalkaleci merged commit a8750f4 into AcalaNetwork:master Mar 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants