Skip to content

The param in on_runtime_upgrade has been changed from bool to enum UpgradeCheckSelect #993

Open
@Dengjianping

Description

It's a breaking change, but we will know if manta includes this update.

paritytech/substrate#13045

- fn on_runtime_upgrade(checks: bool) -> (Weight, Weight)
+ fn on_runtime_upgrade(checks: frame_try_runtime::UpgradeCheckSelect) 

Metadata

Assignees

No one assigned

    Labels

    A-calamariArea: Issues and PRs related to the Calamari RuntimeA-runtimeArea: Issues and PRs related to RuntimesC-enhancementCategory: An issue proposing an enhancement or a PR with oneL-changedLog: Issues and PRs related to changesT-runtimeTeam: Relevant for the Runtime Team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions