This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Some typos and misspellings in docs I found, during my studies.#2144
Merged
Some typos and misspellings in docs I found, during my studies.#2144
Conversation
I found during studying how Polkadot works.
Contributor
|
Make sure to add an A, B, and C label to each PR. Typically ''Pleasereview, 'Silent', and 'Low', respectively. |
rphmeier
approved these changes
Dec 18, 2020
rphmeier
reviewed
Dec 18, 2020
| //! | ||
| //! `overseer` implements the Overseer architecture described in the | ||
| //! [implementers-guide](https://github.com/paritytech/polkadot/blob/master/roadmap/implementers-guide/guide.md). | ||
| //! [implementers-guide](https://w3f.github.io/parachain-implementers-guide/node/index.html). |
Contributor
There was a problem hiding this comment.
I guess this has become the canonical source of the guide lately. It's as stable as the current location in the source, so no complaint against this change.
rphmeier
pushed a commit
that referenced
this pull request
Dec 19, 2020
* Fix stale link to overseer docs * Some typos and mispellings in docs/comments I found during studying how Polkadot works.
rphmeier
added a commit
that referenced
this pull request
Dec 20, 2020
* add candidate hash statement circulation span * add relay-parent to hash-span * Some typos and misspellings in docs I found, during my studies. (#2144) * Fix stale link to overseer docs * Some typos and mispellings in docs/comments I found during studying how Polkadot works. * Rococo V1 (#2141) * Update to latest master and use 30 minutes sessions * add bootnodes to chainspec * Update Substrate * Update chain-spec * Update Cargo.lock * GENESIS * Change session length to one hour * Bump spec_version to not fuck anything up ;) Co-authored-by: Erin Grasmick <erin@parity.io> * avoid creating duplicate unbacked spans when we see extra statements (#2145) * improve jaeger spans for statement distribution * tweak and add failing test for repropagation * make a change that gets the test passing * guide: clarify * remove semicolon Co-authored-by: Robert Klotzner <eskimor@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Erin Grasmick <erin@parity.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.