mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Upgrade to substrate alpha.3 crates.io dependencies (#73)
* Use substrate dependencies from crates.io * Remove test that depends on node_runtime. Because node_runtime is not on crates.io and was downloading duplicate substrate dependencies. The integration tests will test whether the serialization of keys and calls works. * Fix updated jsonrpsee compilation errors * Add missing frame-metadata dependency
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
use jsonrpsee::{
|
||||
client::RequestError,
|
||||
ws::WsNewDnsError,
|
||||
transport::ws::WsNewDnsError,
|
||||
};
|
||||
use sp_core::crypto::SecretStringError;
|
||||
use sp_runtime::transaction_validity::TransactionValidityError;
|
||||
|
||||
Reference in New Issue
Block a user