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

Conversation

@cmichi
Copy link

@cmichi cmichi commented Jul 26, 2019

This is the basic version of the module which was merged a week ago.

There will be some follow-up PR when the module supports integration with slashing.

}),
im_online: Some(ImOnlineConfig{
gossip_at: 0,
last_new_era_start: 0,
Copy link
Author

Choose a reason for hiding this comment

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

We can remove those two properties from the config in the next version of the module.

@cmichi cmichi added the A0-please_review Pull request needs code review. label Jul 26, 2019
@ltfschoen
Copy link
Contributor

ltfschoen commented Jul 31, 2019

i had a quick look and it looks interesting from a layman's perspective

@kianenigma kianenigma mentioned this pull request Aug 6, 2019
12 tasks
Co-Authored-By: Robert Habermeier <[email protected]>
@kianenigma
Copy link
Contributor

closed via #353

@kianenigma kianenigma closed this Aug 7, 2019
@cmichi cmichi deleted the cmichi-integrate-srml-im-online branch August 8, 2019 07:08
imstar15 pushed a commit to imstar15/polkadot that referenced this pull request Aug 25, 2021
…itytech#342)

Currently validation data is shared by using a well known key between
the parachain system pallet and the validate block implementation. This
pr changes this by passing the parachain system directly to the validate
block implementation to make use of it. Besides that, we also store the
validation params in some thread local variable to make it inspectable
by parachain system. This moves the validation of validation data and
validation params to the parachain system pallet directly, instead of
having this hidden inside the validate block implementation.

Fixes: paritytech/cumulus#217
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A0-please_review Pull request needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants