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

paras-scheduler: Fix migration to V1 #1969

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Commits on Oct 20, 2023

  1. paras-scheduler: Fix migration to V1

    The migration was missing to migrate `AvailabilityCores`. If this isn't
    migrated, all parachains in the availability phase would stall until the
    next session is started. This pull request fixes this by migrating this
    data. Besides that it is doing some cosmetics.
    bkchr committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8299c97 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Easier code

    bkchr committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f27a5a3 View commit details
    Browse the repository at this point in the history