-
Notifications
You must be signed in to change notification settings - Fork 121
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
1611(docs): improves clarity for profile #1631
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Frankly, some of these profiles were developed before we switched our Default "defaults." For example, staker had different options configured that we then made the default. Let's discuss this in our next chat. |
Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
* Add cli options for bonsai-limit-trie-logs-enabled and bonsai-trie-logs-pruning-window-size Signed-off-by: Simon Dudley <[email protected]> * Update how to page Signed-off-by: Simon Dudley <[email protected]> * Update docs/public-networks/how-to/bonsai-limit-trie-logs.md Co-authored-by: Joan E <[email protected]> Signed-off-by: Simon Dudley <[email protected]> * Use note as prerequisite Signed-off-by: Simon Dudley <[email protected]> * Adding pruning prerequisite Signed-off-by: Simon Dudley <[email protected]> * typo Signed-off-by: Simon Dudley <[email protected]> * edit and add to versioned docs Signed-off-by: Alexandra Tran <[email protected]> * edits Signed-off-by: Alexandra Tran <[email protected]> --------- Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Alexandra Tran <[email protected]> Co-authored-by: Joan E <[email protected]> Co-authored-by: Alexandra Tran <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
* Update minimum Java version. Signed-off-by: bgravenorst <[email protected]> * Missed a few instances. Signed-off-by: bgravenorst <[email protected]> --------- Signed-off-by: bgravenorst <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
* :1576(docs): documents config option Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md edit Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md edit Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md proof Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md proof Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md proof Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md proof Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md proof Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: m4sterbunny <[email protected]> * Update options.md Implements feedback Signed-off-by: m4sterbunny <[email protected]> * Update options.md alphabetical relocate Signed-off-by: m4sterbunny <[email protected]> --------- Signed-off-by: m4sterbunny <[email protected]> Co-authored-by: Matt Nelson <[email protected]> Co-authored-by: Alexandra Carrillo <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
* fixes:1620 deprecates old image improves new Signed-off-by: m4sterbunny <[email protected]> * Add files via upload Signed-off-by: m4sterbunny <[email protected]> --------- Signed-off-by: m4sterbunny <[email protected]>
New workflow file update.yml automates the process outlined in https://wiki.hyperledger.org/display/BESU/Documentation+release+process. Added a comment token to the file to identify the location of the version configuration Signed-off-by: Chaminda Divitotawela <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
* 1577: adds price bump config Signed-off-by: m4sterbunny <[email protected]> * 1577: QA Signed-off-by: m4sterbunny <[email protected]> * Update docs/public-networks/reference/cli/options.md as per review Co-authored-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]> --------- Signed-off-by: m4sterbunny <[email protected]> Co-authored-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
* Promote x-trie-log subcommand to trie-log Signed-off-by: Simon Dudley <[email protected]> * small edit --------- Co-authored-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
@@ -2584,7 +2583,7 @@ UPnP support is often disabled by default in networking firmware. If disabled by | |||
|
|||
:::tip | |||
|
|||
Use `UPNPP2PONLY` if you wish to enable UPnP for p2p traffic but not JSON-RPC. | |||
Use `UPNPP2PONLY` if you wish to enable UPnP for P2P traffic but not JSON-RPC. |
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.
I would take "wish" out
https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/w/want
Maybe something like:
Use `UPNPP2PONLY` if you wish to enable UPnP for P2P traffic but not JSON-RPC. | |
Use `UPNPP2PONLY` to enable UPnP for P2P traffic but not JSON-RPC. |
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.
Er -- don't want to stray too far from issue >> this will need its own issue. My OC just couldn't help itself and corrected p2p
Hey @m4sterbunny. You probably are not able to view the checks/ error messages: It's throwing an error because it doesn't recognize two words: "tollerated" and "simplifes". If you correct these, all checks should pass :] |
Co-authored-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Co-authored-by: Joan E <[email protected]> Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
Signed-off-by: m4sterbunny <[email protected]>
Responds to issue
Qs answered: