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

Conversation

@JoshOrndorff
Copy link
Contributor

Fixes #4574 by removing references to the no-longer-existant frame_consensus.

Should anything more be done here? The docs for Aura used to say:

The Consensus module does not relate directly to Aura, but serves to manage offline reporting by implementing ProvideInherent in a similar way.

@parity-cla-bot
Copy link

It looks like @JoshOrndorff signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@gavofyork gavofyork added the A0-please_review Pull request needs code review. label Jan 10, 2020
//!
//! ## Related Modules
//!
//! - [Consensus](../frame_consensus/index.html)
Copy link
Member

Choose a reason for hiding this comment

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

There are more occurrences in this module. However, the whole description of the module in the docs is not correct anymore.

Copy link
Member

Choose a reason for hiding this comment

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

(maybe not the whole, but crucial parts)

@JoshOrndorff
Copy link
Contributor Author

I've pushed another commit that attempts a more thorough re-write of the docs for the Session pallet. This writeup is based on my understanding from reading the code and the Seminar about interfacing with Session

While the big-picture ideas are correct, I'm not confident that every detail I've written is correct and would appreciate a thorough review and perhaps mentoring if I missed the target. It seems the docs went stale with #2802

@JoshOrndorff JoshOrndorff requested a review from gui1117 January 13, 2020 14:10
@kianenigma kianenigma added A7-looksgoodtestsfail and removed A0-please_review Pull request needs code review. labels Jan 15, 2020
@bkchr
Copy link
Member

bkchr commented Jan 21, 2020

@JoshOrndorff tests are failing.

@JoshOrndorff JoshOrndorff added A0-please_review Pull request needs code review. and removed A7-looksgoodtestsfail labels Jan 25, 2020
Copy link
Contributor

@gui1117 gui1117 left a comment

Choose a reason for hiding this comment

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

Except the that OnSessionEnding has changed to SessionManager::new_session. Otherwise lgtm

@gui1117 gui1117 merged commit e46f77b into master Jan 27, 2020
@gui1117 gui1117 deleted the joshy-kill-frame-consensus branch January 27, 2020 16:14
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.

pallet_aura docs still refer to frame_consensus

7 participants