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:
Andrew Jones
2020-03-06 11:58:23 +00:00
committed by GitHub
parent dcc6b91d10
commit 8ea264d7b0
4 changed files with 15 additions and 47 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
use jsonrpsee::{
client::RequestError,
ws::WsNewDnsError,
transport::ws::WsNewDnsError,
};
use sp_core::crypto::SecretStringError;
use sp_runtime::transaction_validity::TransactionValidityError;