mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
Split subxt (#102)
* Proc macro improvements. * Use proc-macros. * Update examples. * Fix build. * Run rustfmt. * Fix total issuance test. * Remove gas limit from put code call. * Handle runtime errors. * Fix tests. * Make test more reliable. * Revert "Handle runtime errors." This reverts commit 26f30a9f4cfcfddfb3e49308cded46cfe6468697. * Use expect instead of unwrap. * Parse marker type. * Fetch doesn't fail.
This commit is contained in:
@@ -18,13 +18,10 @@ synstructure = "0.12.3"
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.5.0", features = ["attributes"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.2", default-features = false, features = ["derive", "full"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] }
|
||||
env_logger = "0.7.1"
|
||||
frame-support = "2.0.0-alpha.7"
|
||||
pretty_assertions = "0.6.1"
|
||||
sp-core = "2.0.0-alpha.7"
|
||||
sp-keyring = "2.0.0-alpha.7"
|
||||
sp-runtime = "2.0.0-alpha.7"
|
||||
substrate-subxt = { path = ".." }
|
||||
trybuild = "1.0.25"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user