mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 04:41:04 +00:00
Improve error handling in proc-macros, handle DispatchError etc. (#123)
* Improve error handling. * Fix build. * Handle runtime errors. * Add runtime trait for better type inference. * Use runtime trait part 1. * wip * Add support for sudo. * Finish error handling. * Fix tests. * Fix clippy warnings.
This commit is contained in:
@@ -18,8 +18,9 @@ proc-macro = true
|
||||
heck = "0.3.1"
|
||||
proc-macro2 = "1.0.18"
|
||||
proc-macro-crate = "0.1.4"
|
||||
proc-macro-error = "1.0.2"
|
||||
quote = "1.0.7"
|
||||
syn = "1.0.30"
|
||||
syn = "1.0.31"
|
||||
synstructure = "0.12.4"
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -29,7 +30,7 @@ env_logger = "0.7.1"
|
||||
pretty_assertions = "0.6.1"
|
||||
sp-keyring = "2.0.0-rc3"
|
||||
substrate-subxt = { path = ".." }
|
||||
trybuild = "1.0.28"
|
||||
trybuild = "1.0.30"
|
||||
|
||||
[[test]]
|
||||
name = "balances"
|
||||
|
||||
Reference in New Issue
Block a user