mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
update substrate reference (#244)
* port polkadot_runtime and polkadot_validation * update storages build (#245) * all tests pass * rebuild wasm
This commit is contained in:
committed by
GitHub
parent
e42019e1dc
commit
a65be1b2df
@@ -21,8 +21,11 @@ use runtime_primitives::RuntimeString;
|
||||
use primitives::ed25519::Public as AuthorityId;
|
||||
|
||||
error_chain! {
|
||||
foreign_links {
|
||||
Client(::client::error::Error);
|
||||
}
|
||||
|
||||
links {
|
||||
Client(::client::error::Error, ::client::error::ErrorKind);
|
||||
Consensus(::consensus::error::Error, ::consensus::error::ErrorKind);
|
||||
}
|
||||
|
||||
@@ -53,9 +56,3 @@ error_chain! {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// impl From<::bft::InputStreamConcluded> for Error {
|
||||
// fn from(err: ::bft::InputStreamConcluded) -> Self {
|
||||
// ::bft::Error::from(err).into()
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user