mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
Add tool for auto generating runtime code from metadata (#1812)
* Create CLI tool for generating indirect runtimes code * Use the generated runtime for rialto parachain * Avoid autogenerated files when executing cargo spellcheck * Fix clippy warning
This commit is contained in:
committed by
Bastian Köcher
parent
2657973bb8
commit
b2832575f6
@@ -17,7 +17,7 @@ fixed-hash = { version = "0.8.0", default-features = false }
|
||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||
impl-codec = { version = "0.6", default-features = false }
|
||||
impl-serde = { version = "0.4.0", optional = true }
|
||||
parity-util-mem = { version = "0.12", default-features = false, features = ["primitive-types"] }
|
||||
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0", optional = true, features = ["derive"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user