besu-docs GitHub

PR #693 doc ethstats options
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [x] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Add CLI documentation for enabling EthStats support. ## Issue fixed fixes #464 ## Impacted parts ### For content changes - [x] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing see https://hyperledger-besu--693.org.readthedocs.build/en/693/Reference/CLI/CLI-Syntax/#ethstats ## Screenshots / recording
Created At 2021-04-24 00:31:13 +0000 UTC
PR #692 doc --static-nodes-file
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [x] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Add documentation for --static-nodes-file. ## Issue fixed fixes #581 ## Impacted parts ### For content changes - [ ] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing https://hyperledger-besu--692.org.readthedocs.build/en/692/Reference/CLI/CLI-Syntax/#static-nodes-file ## Screenshots / recording
Created At 2021-04-24 00:06:13 +0000 UTC
PR #691 add redirect for multinode example
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [x] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Add redirect for old multinode example link. ## Issue fixed fixes #672 ## Impacted parts ### For content changes - [ ] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [x] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing see https://hyperledger-besu--691.org.readthedocs.build/en/691/Tutorials/Privacy/eeajs-Multinode-example/ ## Screenshots / recording
Created At 2021-04-23 18:19:19 +0000 UTC
PR #690 add projects using besu
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [ ] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Add Projects Using Besu page with Blockscout and Alethio block explorers. ## Issue fixed fixes #440 ## Impacted parts ### For content changes - [ ] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing https://hyperledger-besu--690.org.readthedocs.build/en/690/ ## Screenshots / recording
Created At 2021-04-22 21:04:03 +0000 UTC
PR #689 add info about API listening host
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [ ] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Add info about setting API listening host to allow remote connections to the sending transactions page. ## Issue fixed fixes #583 ## Impacted parts ### For content changes - [x] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing see https://hyperledger-besu--689.org.readthedocs.build/en/689/ ## Screenshots / recording
Created At 2021-04-21 17:37:54 +0000 UTC
PR #688 update pet shop tutorial link
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [ ] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Update link to Truffle's pet shop tutorial on the private network example tutorial. ## Issue fixed fixes #687 ## Impacted parts ### For content changes - [x] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing https://hyperledger-besu--688.org.readthedocs.build/en/688/Tutorials/Examples/Private-Network-Example/#smart-contract-and-dapp-usage ## Screenshots / recording
Created At 2021-04-21 17:11:15 +0000 UTC
PR #686 clarify min-gas-price
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [ ] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Clarify expected behavior for min-gas-price configuration. ## Issue fixed fixes #322 ## Impacted parts ### For content changes - [ ] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing see https://hyperledger-besu--686.org.readthedocs.build/en/686/ ## Screenshots / recording
Created At 2021-04-21 03:58:55 +0000 UTC
PR #685 update status codes for PMT transaction
## Pull request checklist Use the following list to make sure your PR fits the Besu doc quality standard. ### Before creating the pull request Make sure that: - [x] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO). - [x] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation). - [x] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review. ### After creating your pull request and tests finished Make sure that: - [ ] you fixed all the issues raised by the tests, if any. - [x] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) and updated the testing link (see [Testing](#testing)). ## Describe the change Add invalid status for PMT transactions. ## Issue fixed fixes #458 ## Impacted parts ### For content changes - [ ] Doc content - [ ] Doc pages organisation ### For tools changes - [ ] CircleCI workflow - [ ] Build and QA tools (lint, vale,…) - [ ] MkDocs templates - [ ] MkDocs configuration - [ ] Python dependencies - [ ] Node dependencies and JavaScript - [ ] ReadTheDocs configuration - [ ] GitHub integration ## Testing see https://hyperledger-besu--685.org.readthedocs.build/en/685/ ## Screenshots / recording
Created At 2021-04-21 03:02:49 +0000 UTC