-
Notifications
You must be signed in to change notification settings - Fork 717
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: Corrected Typos Across Documentation and Code Comments #4179
base: main
Are you sure you want to change the base?
Conversation
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.
@cypherpepe do not tag random contributors to review PRs. This is handled by CODEOWNERS.
Thanks for the contribution. This looks good to me, but needs another reviewer.
@@ -114,7 +114,7 @@ devnet_query_request_0000000000000| | |||
|
|||
#### Solana Support | |||
|
|||
An experimental implementation of queries for Solana is being added as of January, 2024. This implementation is considered experimental because Solana does not natively support reading account data for a specific slot number, meaning each guardiand watcher will return data for its version of the most recent slot, possibly making it difficult to reach consensus. The plan is to deploy this to mainnet so that we can experiment with various ways to achieve consensus. | |||
An experimental implementation of queries for Solana is being added as of January, 2024. This implementation is considered experimental because Solana does not natively support reading account data for a specific slot number, meaning each guardian watcher will return data for its version of the most recent slot, possibly making it difficult to reach consensus. The plan is to deploy this to mainnet so that we can experiment with various ways to achieve consensus. |
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.
guardiand
is the name of the executable for the guardian node software, so the original version was also correct.
@@ -1,6 +1,6 @@ | |||
<img alt="Banner" src="docs/images/banner.jpg"/> | |||
|
|||
This monorepo contains the reference implementation of the [Wormhole protocol](https://wormholenetwork.com). | |||
This monorepo contains the reference implementation of the [Wormhole protocol](https://wormhole.com). |
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.
Note for other reviewers, I very carefully ensured this url is the valid one and is not some utf magic that looks like wormhole.com and goes to an invalid website.
This pull request addresses various typographical errors across multiple files in the repository. Below is a summary of the changes:
All changes are thoroughly verified to ensure accuracy without altering the intended meaning or functionality of the content.