mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 04:11:09 +00:00
Rename pallet trait Trait to Config (#7599)
* rename Trait to Config * add test asserting using Trait is still valid. * fix ui tests
This commit is contained in:
committed by
GitHub
parent
dd3c84c362
commit
1cbfc9257f
@@ -25,6 +25,7 @@ trybuild = "1.0.33"
|
||||
pretty_assertions = "0.6.1"
|
||||
rustversion = "1.0.0"
|
||||
frame-metadata = { version = "12.0.0", default-features = false, path = "../../metadata" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../../system" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
@@ -33,6 +34,7 @@ std = [
|
||||
"codec/std",
|
||||
"sp-io/std",
|
||||
"frame-support/std",
|
||||
"frame-system/std",
|
||||
"sp-inherents/std",
|
||||
"sp-core/std",
|
||||
"sp-std/std",
|
||||
|
||||
Reference in New Issue
Block a user