You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up when testing upgrade_domain_runtime in a local network. In addition to RuntimeUpgradeDelay, we could set other timing constants to faster values as well
The text was updated successfully, but these errors were encountered:
Make sense, I usually update these constants manually before building the binary for the local test network.
An alternative is to move these constants to pallet-runtime-config and export extrinsic to update these values, though extract effort is required to ensure the update will take effect as expected.
I usually just update the things I need and often store in chain spec so it doesn't change between recompilations when many restarts are needed. Not sure about the feature though.
This came up when testing
upgrade_domain_runtime
in a local network. In addition toRuntimeUpgradeDelay
, we could set other timing constants to faster values as wellThe text was updated successfully, but these errors were encountered: