Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

add RelaychainBlockNumberProvider #515

Merged
merged 2 commits into from
Jun 28, 2021

Conversation

xlc
Copy link
Contributor

@xlc xlc commented Jun 28, 2021

closes #514

@@ -1038,3 +1039,15 @@ pub trait CheckInherents<Block: BlockT> {
validation_data: &RelayChainStateProof,
) -> frame_support::inherent::CheckInherentsResult;
}

pub struct RelaychainBlockNumberProvider<T>(sp_std::marker::PhantomData<T>);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs?

@bkchr bkchr merged commit f878c49 into paritytech:master Jun 28, 2021
@xlc xlc deleted the relaychain-blocknumber-provider branch June 28, 2021 21:00
slumber pushed a commit that referenced this pull request Sep 1, 2021
* add RelaychainBlockNumberProvider

* add docs
@Polkadot-Forum
Copy link

This pull request has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/open-discussion-thread-fall-2022-roadmap-roundup/542/12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement BlockNumberProvider for cumulus-pallet-parachain-system
3 participants