Remove some substrate dependencies to improve compile time (#194)

* Copy ReadProof and TransactionStatus types

* Define local app crypto types

* Fmt

* Restore logging and add comments
This commit is contained in:
Andrew Jones
2020-12-03 13:20:50 +00:00
committed by GitHub
parent 27c377a9d6
commit 0b3c8d4523
4 changed files with 103 additions and 29 deletions
+1 -1
View File
@@ -52,7 +52,6 @@ pub use sp_runtime;
use codec::Decode;
use futures::future;
use jsonrpsee::client::Subscription;
use sc_rpc_api::state::ReadProof;
use sp_core::{
storage::{
StorageChangeSet,
@@ -94,6 +93,7 @@ pub use crate::{
rpc::{
BlockNumber,
ExtrinsicSuccess,
ReadProof,
SystemProperties,
},
runtimes::*,