Skip to content
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

Open
wants to merge 9 commits into
base: development
Choose a base branch
from

Conversation

sergeypanin1994
Copy link

fix: correct typos, improve consistency, and update URLs

  • Changed "initialises" to "initializes" (American English spelling).
  • Corrected "whats" to "what's".
  • Capitalized "Gossamer Testnet" for consistency.
  • Changed "finalisation" to "finalization" (American English spelling).
  • Corrected grammatical error: "extrinsics is used" to "extrinsics are used".
  • Changed "setup" to "set up" for proper verb usage.
  • Corrected "docker file" and "alice docker file" to "Dockerfile" for consistency.
  • Removed extra space before "Datadog API key".
  • Fixed spelling of "strategiey" to "strategy".
  • Updated Twitter URL to x.com format.

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".
@CLAassistant
Copy link

CLAassistant commented Jan 13, 2025

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.55%. Comparing base (d1ca7aa) to head (c24043b).
Report is 260 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #4451      +/-   ##
===============================================
+ Coverage        50.51%   52.55%   +2.03%     
===============================================
  Files              230      302      +72     
  Lines            29006    38860    +9854     
===============================================
+ Hits             14653    20423    +5770     
- Misses           12856    16494    +3638     
- Partials          1497     1943     +446     

README.md Outdated Show resolved Hide resolved
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`.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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**.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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**.

@dimartiro
Copy link
Contributor

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

@sergeypanin1994
Copy link
Author

Привет@sergeypanin1994, спасибо за ваш вклад. Планируете ли вы ответить на последние комментарии от Eclesio? дайте мне знать, если нам нужно будет закрыть этот PR как устаревший

Fixed. Sorry for the wait.

@EclesioMeloJunior
Copy link
Member

@sergeypanin1994 there is 2 more comments, can you address them?

@sergeypanin1994
Copy link
Author

I corrected the mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants