mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
XXX: Strip pallet metadata to dedicated files
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
+6
-6
@@ -36,10 +36,10 @@ jsonrpsee-web = ["jsonrpsee/async-wasm-client", "jsonrpsee/client-web-transport"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] }
|
||||
scale-info = "2.0.0"
|
||||
scale-value = "0.6.0"
|
||||
scale-bits = "0.3"
|
||||
scale-decode = "0.4.0"
|
||||
scale-info = { path = "/home/lexnv/workspace/scale-info" }
|
||||
scale-value = { version = "0.6.0", path = "/home/lexnv/workspace/scale-value" }
|
||||
scale-bits = { version = "0.3.0", path = "/home/lexnv/workspace/scale-bits" }
|
||||
scale-decode = {version = "0.4.0", path ="/home/lexnv/workspace/scale-decode" }
|
||||
futures = { version = "0.3.26", default-features = false, features = ["std"] }
|
||||
hex = "0.4.3"
|
||||
jsonrpsee = { version = "0.16", optional = true, features = ["jsonrpsee-types"] }
|
||||
@@ -48,7 +48,7 @@ serde_json = { version = "1.0.94", features = ["raw_value"] }
|
||||
thiserror = "1.0.39"
|
||||
tracing = "0.1.34"
|
||||
parking_lot = "0.12.0"
|
||||
frame-metadata = "15.0.0"
|
||||
frame-metadata = { version = "15.0.0", path = "/home/lexnv/workspace/frame-metadata/frame-metadata" }
|
||||
derivative = "2.2.0"
|
||||
|
||||
subxt-macro = { version = "0.27.1", path = "../macro" }
|
||||
@@ -73,7 +73,7 @@ getrandom = { version = "0.2", features = ["js"] }
|
||||
[dev-dependencies]
|
||||
bitvec = "1"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
||||
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
||||
scale-info = { path = "/home/lexnv/workspace/scale-info", features = ["bit-vec"] }
|
||||
tokio = { version = "1.26", features = ["macros", "time", "rt-multi-thread"] }
|
||||
sp-core = { version = "18.0.0", default-features = false }
|
||||
sp-runtime = "20.0.0"
|
||||
|
||||
Reference in New Issue
Block a user