mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 15:55:49 +00:00
Fix and test sr25519 signing in nostd (#1872)
* Fix and test sr25519 signing in nostd * Remove sr25519 signing test on nostd for thumbabi target * Don't use sr25519 feature in nostd tests * Fix nits, remove WASM deps from nostd test, improve comments * Change copypasted comment * fmt * Update CI to account for signer tests
This commit is contained in:
@@ -8,7 +8,7 @@ resolver = "2"
|
||||
[dependencies]
|
||||
subxt-metadata = { path = "../../metadata", default-features = false }
|
||||
subxt-core = { path = "../../core", default-features = false }
|
||||
subxt-signer = { path = "../../signer", default-features = false, features = ["subxt", "sr25519"] }
|
||||
subxt-signer = { path = "../../signer", default-features = false, features = ["subxt"] }
|
||||
subxt-macro = { path = "../../macro" }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] }
|
||||
libc_alloc = { version = "1.0.6" }
|
||||
|
||||
Reference in New Issue
Block a user