Skip to content

Commit

Permalink
Pin nimbus branch to 94e54bd (#986)
Browse files Browse the repository at this point in the history
* Pin nimbus branch to 94e54bd

* s/NimbusApi/AuthorFilterAPI/
  • Loading branch information
notlesh authored Nov 12, 2021
1 parent 1733d8d commit 6fdccb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/service/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub trait RuntimeApiCollection:
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ moonbeam_rpc_primitives_debug::DebugRuntimeApi<Block>
+ moonbeam_rpc_primitives_txpool::TxPoolRuntimeApi<Block>
+ nimbus_primitives::NimbusApi<Block, nimbus_primitives::NimbusId>
+ nimbus_primitives::AuthorFilterAPI<Block, nimbus_primitives::NimbusId>
+ cumulus_primitives_core::CollectCollationInfo<Block>
where
<Self as sp_api::ApiExt<Block>>::StateBackend: sp_api::StateBackend<BlakeTwo256>,
Expand All @@ -62,7 +62,7 @@ where
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ moonbeam_rpc_primitives_debug::DebugRuntimeApi<Block>
+ moonbeam_rpc_primitives_txpool::TxPoolRuntimeApi<Block>
+ nimbus_primitives::NimbusApi<Block, nimbus_primitives::NimbusId>
+ nimbus_primitives::AuthorFilterAPI<Block, nimbus_primitives::NimbusId>
+ cumulus_primitives_core::CollectCollationInfo<Block>,
<Self as sp_api::ApiExt<Block>>::StateBackend: sp_api::StateBackend<BlakeTwo256>,
{
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/src/apis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ macro_rules! impl_runtime_apis_plus_common {
}
}

impl nimbus_primitives::NimbusApi<Block, nimbus_primitives::NimbusId> for Runtime {
impl nimbus_primitives::AuthorFilterAPI<Block, nimbus_primitives::NimbusId> for Runtime {
fn can_author(
author: nimbus_primitives::NimbusId,
slot: u32,
Expand Down

0 comments on commit 6fdccb0

Please sign in to comment.