-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lookahead collator: read allowed ancestry len from relay client #1180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does what it's supposed to.
Even better would be to extract out a fn load_abridged_host_configuration
to cumulus/client/consensus/common.
I thought about making it a part of relay client, but e.g. polkadot-sdk/cumulus/primitives/parachain-inherent/src/client_side.rs Lines 38 to 52 in 2c17d39
Just uses |
bot merge |
@slumber Unknown command "merge". Refer to help docs and/or source code. |
* Read allowed ancestry len from active config * extract load_abridged_host_configuration --------- Co-authored-by: Javier Viola <javier@parity.io>
Implements 2nd approach from paritytech/cumulus#2706 (comment)