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
@@ -8,6 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.1.5" }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
subxt = { git = "https://github.com/paritytech/subxt", branch = "master" }
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
@@ -24,3 +25,4 @@ relay-substrate-client = { path = "../client-substrate" }
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user