mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +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:
+2
-1
@@ -35,8 +35,9 @@ pallet-indices = { version = "2.0.0-alpha.7", package = "pallet-indices" }
|
||||
hex = "0.4.0"
|
||||
sp-rpc = { version = "2.0.0-alpha.7", package = "sp-rpc" }
|
||||
sp-core = { version = "2.0.0-alpha.7", package = "sp-core" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.7", package = "sp-transaction-pool" }
|
||||
sc-rpc-api = { version = "0.8.0-alpha.7", package = "sc-rpc-api" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.7", package = "sp-transaction-pool" }
|
||||
substrate-subxt-proc-macro = { path = "proc-macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.5.0", features = ["attributes"] }
|
||||
|
||||
Reference in New Issue
Block a user