mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
change HashFor to HashingFor (#7465)
* change HashFor to HashingFor * Update node/service/src/lib.rs Co-authored-by: Bastian Köcher <git@kchr.de> * Bump Substrate Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Revert "Bump Substrate" This reverts commit 5df19d03e85a7d39c8c7faa8b5f0f2225751d19a. * Bump Substrate Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * fmt Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Generated
+184
-184
File diff suppressed because it is too large
Load Diff
@@ -100,9 +100,7 @@ pub use service::{
|
|||||||
pub use sp_api::{ApiRef, ConstructRuntimeApi, Core as CoreApi, ProvideRuntimeApi, StateBackend};
|
pub use sp_api::{ApiRef, ConstructRuntimeApi, Core as CoreApi, ProvideRuntimeApi, StateBackend};
|
||||||
pub use sp_runtime::{
|
pub use sp_runtime::{
|
||||||
generic,
|
generic,
|
||||||
traits::{
|
traits::{self as runtime_traits, BlakeTwo256, Block as BlockT, Header as HeaderT, NumberFor},
|
||||||
self as runtime_traits, BlakeTwo256, Block as BlockT, HashFor, Header as HeaderT, NumberFor,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "kusama-native")]
|
#[cfg(feature = "kusama-native")]
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ where
|
|||||||
P: TransactionPool + Sync + Send + 'static,
|
P: TransactionPool + Sync + Send + 'static,
|
||||||
SC: SelectChain<Block> + 'static,
|
SC: SelectChain<Block> + 'static,
|
||||||
B: sc_client_api::Backend<Block> + Send + Sync + 'static,
|
B: sc_client_api::Backend<Block> + Send + Sync + 'static,
|
||||||
B::State: sc_client_api::StateBackend<sp_runtime::traits::HashFor<Block>>,
|
B::State: sc_client_api::StateBackend<sp_runtime::traits::HashingFor<Block>>,
|
||||||
{
|
{
|
||||||
use frame_rpc_system::{System, SystemApiServer};
|
use frame_rpc_system::{System, SystemApiServer};
|
||||||
use mmr_rpc::{Mmr, MmrApiServer};
|
use mmr_rpc::{Mmr, MmrApiServer};
|
||||||
|
|||||||
Reference in New Issue
Block a user