[PAN-3134] Add retesteth subcommand.#4
Conversation
MadelineMurray
left a comment
There was a problem hiding this comment.
This is probably a @shemnon question (and not sure if you've already asked it) but should we mention retesteth in the Contributing guidelines -> https://github.com/hyperledger/besu/blob/master/CONTRIBUTING.md
Editing suggestions made but otherwise looks good.
* PAN-3100: Add content describing how to sign Private Marker Transactions. * Improve readability, and fix grammatical errors. * Add technical review feedback. * Add link to additional information. Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
* Explain requirements for private transactions * Update Privacy-Overview.md * Update Privacy-Overview.md * Update Creating-Sending-Private-Transactions.md * Update Creating-Sending-Private-Transactions.md * Update Privacy-Overview.md * Update Creating-Sending-Private-Transactions.md * Update Privacy-Overview.md Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
* Rename from Pantheon to Besu First pass, changing PegaSysEng/* repos and *.pegasys.tech urls is still required when we know the values * renaming/branding and adjustments - updated config files - added headers in files where it was missing - replaced Besu by Hyperledger Besu at least on the first occurrence in the page - changed logo - updated footer and 404 - updated nav to have link on top item - moved scripts to a global directory as they were not moved with nav reorg * rename pantheon/pegasyseng and replace gitter by chat * replace gitter by chat * remove useless files now that we will apply Hyperledger policies * fix links (at least the ones where we can fix now) * fix links that are not yet migrated * fix links in merged pages and fixed Besu name in index * renames Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Edward Evans <edward.evans@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Nicolas <nicolas.massart@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Steven Gregg <steven.gregg@consensys.net> Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
|
|
||
| The command accepts the following command line options: | ||
|
|
||
| * [\--data-path](../CLI-Syntax#data-path) |
There was a problem hiding this comment.
Your links have to point to the .md files and not to the final URL. Mkdocs will compile these links and generate them in the HTML but in the MD, they have to be locally valid. If you use intelliJ, it will show you that as it enables you to navigate using links in the MD source file. If you try to CMD+click on this link on intelliJ it will tell you that it can't find the link. Maybe there's some Atom plugins to do that to.
There was a problem hiding this comment.
So here you links have to be:
* [\--data-path](../CLI-Syntax.md#data-path)
* [\--host-whitelist](../CLI-Syntax.md#host-whitelist)
* [\--rpc-http-host](../CLI-Syntax.md#rpc-http-host)
* [\--rpc-http-port](../CLI-Syntax.md#rpc-http-port)
* [\--logging](../CLI-Syntax.md#logging)
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
PR description
Add the retesteth subcommand documentation.
Fixed Issue(s)
PAN-3134