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

feat: async backing #672

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

feat: async backing #672

wants to merge 14 commits into from

Conversation

vgantchev
Copy link
Contributor

@vgantchev vgantchev commented Oct 2, 2024

This PR introduces async backing (6s block time)

The changes have been prepared following this guide: https://wiki.polkadot.network/docs/maintain-guides-async-backing

Copy link

github-actions bot commented Oct 2, 2024

Crate versions that have been updated:

  • basilisk: v16.0.0 -> v17.0.0
  • primitives: v6.6.3 -> v6.6.4
  • basilisk-runtime: v121.0.0 -> v122.0.0

Runtime version has been increased.

@@ -359,30 +360,7 @@ mod benches {
);
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need the inherents. ( I saw somebody had problem with this )

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But if we have it elsewhere then ok

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.

2 participants