-
Notifications
You must be signed in to change notification settings - Fork 130
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
fix: correct typos, improve consistency, and update URLs #4451
base: development
Are you sure you want to change the base?
fix: correct typos, improve consistency, and update URLs #4451
Conversation
Replaced the outdated Twitter URL (https://twitter.com) with the updated x.com format (https://x.com) to align with the platform's rebranding.
- Changed "setup" to "set up" for proper verb usage. - Corrected "docker file" and "alice docker file" to "Dockerfile" to maintain consistency. - Removed extra space before "Datadog API key". - Fixed "initialises" to "initializes" (American English spelling). - Corrected spelling of "strategiey" to "strategy".
- Changed "initialises" to "initializes" (American English spelling). - Corrected "whats" to "what's". - Capitalized "Gossamer Testnet" for consistency. - Changed "finalisation" to "finalization" (American English spelling). - Fixed grammatical error by changing "extrinsics is used" to "extrinsics are used".
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #4451 +/- ##
===============================================
+ Coverage 50.51% 54.35% +3.84%
===============================================
Files 230 345 +115
Lines 29006 45806 +16800
===============================================
+ Hits 14653 24900 +10247
- Misses 12856 18651 +5795
- Partials 1497 2255 +758 |
devnet/README.md
Outdated
@@ -27,7 +27,7 @@ docker-compose down | |||
|
|||
## Prometheus Datadog Integration | |||
|
|||
All Prometheus metrics from the nodes are piped to Datadog. You can setup your own dashboard and add additional tags by modifying the Dockerfiles. Currently the metrics are prefixed with `gossamer.local.devnet` and are tagged (Prometheus label) with a `key` tag for `alice`, `bob`, and `charlie`. | |||
All Prometheus metrics from the nodes are piped to Datadog. You can set up our own dashboard and add additional tags by modifying the Dockerfiles. Currently the metrics are prefixed with `gossamer.local.devnet` and are tagged (Prometheus label) with a `key` tag for `alice`, `bob`, and `charlie`. |
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.
All Prometheus metrics from the nodes are piped to Datadog. You can set up our own dashboard and add additional tags by modifying the Dockerfiles. Currently the metrics are prefixed with `gossamer.local.devnet` and are tagged (Prometheus label) with a `key` tag for `alice`, `bob`, and `charlie`. | |
All Prometheus metrics from the nodes are piped to Datadog. You can set up your own dashboard and add additional tags by modifying the Dockerfiles. Currently the metrics are prefixed with `gossamer.local.devnet` and are tagged (Prometheus label) with a `key` tag for `alice`, `bob`, and `charlie`. |
devnet/README.md
Outdated
@@ -41,12 +41,12 @@ export $DD_API_KEY=YourKey | |||
|
|||
### Dockerfiles | |||
|
|||
There are four Docker files used in the devnet. | |||
There are four Dockerfile s used in the devnet. |
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.
There are four Dockerfile s used in the devnet. | |
There are four Dockerfiles used in the devnet. |
@@ -48,7 +48,7 @@ type Service interface { | |||
|
|||
### Core Service | |||
|
|||
The **core service** is responsible for block production and finalisation (consensus) and processing messages received from the **network service**; it initialises <a target="_blank" rel="noopener noreferrer" href="https://research.web3.foundation/en/latest/polkadot/BABE/Babe/">BABE</a> sessions and <a target="_blank" rel="noopener noreferrer" href="https://github.com/w3f/consensus/blob/master/pdf/grandpa.pdf">GRANDPA</a> rounds and validates blocks and transactions before committing them to the **state service**. | |||
The **core service** is responsible for block production and finalization (consensus) and processing messages received from the **network service**; it initializes<a target="_blank" rel="noopener noreferrer" href="https://research.web3.foundation/en/latest/polkadot/BABE/Babe/">BABE</a> sessions and <a target="_blank" rel="noopener noreferrer" href="https://github.com/w3f/consensus/blob/master/pdf/grandpa.pdf">GRANDPA</a> rounds and validates blocks and transactions before committing them to the **state service**. |
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.
The **core service** is responsible for block production and finalization (consensus) and processing messages received from the **network service**; it initializes<a target="_blank" rel="noopener noreferrer" href="https://research.web3.foundation/en/latest/polkadot/BABE/Babe/">BABE</a> sessions and <a target="_blank" rel="noopener noreferrer" href="https://github.com/w3f/consensus/blob/master/pdf/grandpa.pdf">GRANDPA</a> rounds and validates blocks and transactions before committing them to the **state service**. | |
The **core service** is responsible for block production and finalization (consensus) and processing messages received from the **network service**; it initializes <a target="_blank" rel="noopener noreferrer" href="https://research.web3.foundation/en/latest/polkadot/BABE/Babe/">BABE</a> sessions and <a target="_blank" rel="noopener noreferrer" href="https://github.com/w3f/consensus/blob/master/pdf/grandpa.pdf">GRANDPA</a> rounds and validates blocks and transactions before committing them to the **state service**. |
Hey @sergeypanin1994 , thanks for your contribution. Are you planning to address the latest comments from Eclesio? let me know in case we need to close this PR as stale |
Fixed. Sorry for the wait. |
@sergeypanin1994 there is 2 more comments, can you address them? |
I corrected the mistake |
Is everything okay? |
Hey @sergeypanin1994 everything appears ok, will merge anytime soon. Thank you for you contributions. If you are interested in future contributions please join our discord https://discord.gg/N7aaw676. |
fix: correct typos, improve consistency, and update URLs