mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
* fix migrations
* use society versioned runtime upgrade
* simplify usage of versionedruntimeupgrade
* use society experimental feature
* improve usage of experimental flag
* doc comment
* Merge branch 'master' of github.com:paritytech/polkadot into liam-fix-migrations
* Revert "Merge branch 'master' of github.com:paritytech/polkadot into liam-fix-migrations"
This reverts commit 41ab0621811ead11b0a7f91338b0895208feef77.
* doc comment
* westend experimental feature
* Revert "westend experimental feature"
This reverts commit 42f4f1b76655ef509a92c324d18d635a1b913dcb.
* feature gate experimental xcm migration
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -31,6 +31,10 @@ xcm-builder = { path = "../xcm-builder" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
# Enable `VersionedRuntimeUpgrade` for the migrations that is currently still experimental.
|
||||
experimental = [
|
||||
"frame-support/experimental"
|
||||
]
|
||||
std = [
|
||||
"bounded-collections/std",
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user