XXX: Strip pallet metadata to dedicated files

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-03-08 15:30:31 +02:00
parent 1f12320d50
commit 2f17c5cf1d
70 changed files with 2037 additions and 71 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ default = ["subxt/integration-tests"]
[dev-dependencies]
assert_matches = "1.5.0"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
frame-metadata = "15.0.0"
frame-metadata = { version = "15.0.0", path = "/home/lexnv/workspace/frame-metadata/frame-metadata" }
futures = "0.3.26"
hex = "0.4.3"
regex = "1.5.0"
scale-info = { version = "2.0.0", features = ["bit-vec"] }
scale-info = { path = "/home/lexnv/workspace/scale-info", features = ["bit-vec"] }
sp-core = { version = "18.0.0", default-features = false }
sp-keyring = "20.0.0"
sp-runtime = "20.0.0"