Editorial mdlint and vale updates in Develop/Dapps directory#208
Conversation
| Do not use the accounts in the examples on mainnet or any public network except for testing. | ||
| The private keys are displayed which means the accounts are not secure. | ||
| They display the private keys, which means the accounts are not secure. | ||
|
|
There was a problem hiding this comment.
./docs/HowTo/Develop-Dapps/Use-web3js.md:17: MD009 Trailing spaces
line number 17 is missleading as the spaces are really on the line 18.
There was a problem hiding this comment.
I could have sworn I fixed those before. hmmmm. Fixed now.
| offline, or use [EthSigner](https://docs.ethsigner.pegasys.tech/) to isolate your private keys | ||
| and sign transactions with | ||
| [`eth_sendTransaction`](https://docs.ethsigner.pegasys.tech/Using-EthSigner/Using-EthSigner/#eth_sendtransaction). | ||
|
|
There was a problem hiding this comment.
Same here for ./docs/HowTo/Develop-Dapps/Use-web3js.md:26: MD009 Trailing spaces where the spaces are on line 27.
You can configure your IDE to trim spaces even on blank lines automatically or use a regex to search and replace trailing spaces: [ ]+$ will well work to detect all extra spaces at the end of a line.
It will also fix ./docs/HowTo/Develop-Dapps/Use-web3js.md:27: MD022 Headers should be surrounded by blank lines as the spaces are not considered as a blank line.
|
@grantnoble don't hesitate to check if the path of the files you edited are present in the checks output artifacts. For instance in https://app.circleci.com/jobs/github/hyperledger/besu-docs/4102/artifacts you can find 3 errors in lintchecker.out that must be solved. I put the comments on the right line changes in this PR so you don't have to search for this one. |
|
Yes, I am checking the output artefacts after my changes to make sure I haven't left a small thing behind. And like I said in my previous comment, I specifically remember these two edits I missed, and I thought I had up updated them. Perhaps I just imagined that I made the change. :-) |
* removed CLI Styleguide images to wiki. * docs contributor content refactor: * updated README * simplified CONTRIBUTING.md * removed unecessary root MD files * Links to Docs Wiki section * added removed image file + url link unification * LF wording and links * wording improvement * removed rule from link_check_conf.json * deleted docs/community and moved content over to wiki * formatting and contributing wiki link * small typo and config update * fixed links Signed-off-by: Felipe Faraggi <felipefaraggi@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Added default data location Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * Added links Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * rework Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Added default data location Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * Moved licence note Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* updating the hdwallet provider package * updating json rpc port in the quickstart docs * pr fixes Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net> Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Added default data location Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * Fixed typo Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Add multi-tenancy information. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Minor updates. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Update diagram. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Address reviewer feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Remove instructions for broken Azure Quickstart * Rename Quickstart tutorials to Example Tutorials * Rename references to the repository to be sample-networks Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Added default data location Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * added protocol upgrades content Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * rework Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Added default data location Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * added protocol upgrades content Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * rework Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * Updated link and changed topic name Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: wslyvh <wslyvh@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>
- updated CI config to remove useless DIND -> now directly using the target image with the correct soft installed as it was otherwise not possible to run the jobs locally with Circle CI CLI. - Updated and customised Vale config rules - Updated en customised markdownlint config and rules - moved config files to CI folder - added scripts to run CI jobs locally with Circle CI CLI. Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
…ectory (#180) Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* BESU-163: Add inbound TLS information. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback.. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add privacy CLI options. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add privact CLI options. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Added privacy CLI commands. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add Privacy CLI options. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Add multi-tenancy whitelist info. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Minor change to kick off Circle CI build. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
* add redirect plugin and initial configuration from RTD redirects * added redirect for uPnP Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
* Added default data location Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * added protocol upgrades content Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * rework Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> * Updated link and changed topic name Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
- updated CI config to remove useless DIND -> now directly using the target image with the correct soft installed as it was otherwise not possible to run the jobs locally with Circle CI CLI. - Updated and customised Vale config rules - Updated en customised markdownlint config and rules - moved config files to CI folder - added scripts to run CI jobs locally with Circle CI CLI. Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
* BESU-163: Add inbound TLS information. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback.. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add privacy CLI options. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add privact CLI options. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Added privacy CLI commands. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add Privacy CLI options. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Implement reviewer feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
adding an info pass that's not breaking the build the breaking checks are on another run in the same job two artifacts are now produced line length check is now only in the info pass Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
The usual mdlint and vale updates, like line length, eol spaces, sentence case headings, blank lines before and after headings and lists. Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>
* Add Besu Plugin information. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Added webinar link. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Address Tech Review comments. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Address review feedback. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> * Add javadoc links. Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com> Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>
NicolasMassart
left a comment
There was a problem hiding this comment.
Looks good to me.
The usual mdlint and vale updates, like line length, eol spaces, sentence case headings, blank lines before and after headings and lists.