Skip to content

Added new NAT options #179

Merged
MadelineMurray merged 8 commits into
besu-eth:masterfrom
MadelineMurray:moreNat
Feb 20, 2020
Merged

Added new NAT options #179
MadelineMurray merged 8 commits into
besu-eth:masterfrom
MadelineMurray:moreNat

Conversation

@MadelineMurray
Copy link
Copy Markdown
Contributor

Added new NAT options

@MadelineMurray MadelineMurray marked this pull request as ready for review February 19, 2020 09:12
Copy link
Copy Markdown

@AbdelStark AbdelStark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Comment thread docs/Concepts/Node-Keys.md Outdated

If [UPnP](../HowTo/Find-and-Connect/Using-UPnP.md) is enabled, the enode advertised to other nodes during discovery is the
external IP address and port.
The enode advertised to other nodes during discovery is the external IP address and port as defined
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking here. Comma between "... IP address and port" and "as defined ..."?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

While Hyperledger Besu is running, the following are not supported:

* IP address changes
* Changing NAT methods. To change NAT method, restart the node with the [`--nat-method`](../../Reference/CLI/CLI-Syntax.md#nat-method)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the NAT method," ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


* IP address changes
* Changing NAT methods. To change NAT method, restart the node with the [`--nat-method`](../../Reference/CLI/CLI-Syntax.md#nat-method)
option set as required.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comma between "option set" and "as required"?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed "as required"

* Changing NAT methods. To change NAT method, restart the node with the [`--nat-method`](../../Reference/CLI/CLI-Syntax.md#nat-method)
option set as required.

# UPnP
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading level 2 instead of 1?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - good catch. I was looking at the rendered version yesterday wondering why there was so much white space after the headings.

Specify `UPNP` to quickly allow inbound peer connections without manual router configuration. Use UPnP
in home or small office environments where a wireless router or modem provides NAT isolation.

UPnP automatically detects that a node is running in a UPnP environment and provides port forwarding.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"detects that a node is running" -> "detects if a node is running"?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Copy Markdown

@grantnoble grantnoble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of my comments are suggestions, but I did find one typo.

UPnP might introduce delays during node startup, especially on networks where no UPnP gateway device can be found.

!!! tip
UPnP support is often disabled by default in networking firmware. If disabled by default, explicitly
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what the convention is here for whether we have a blank line between !!! tip (or note, or example, etc.) and the text or not. I've seen it as both, and I've been including a blank line in my mklint and vale update PRs.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It renders exactly the same way with or without the blank line so I think it's fine either way

UPnP might introduce delays during node startup, especially on networks where no UPnP gateway device can be found.

!!! tip
UPnP support is often disabled by default in networking firmware. If disabled by default, explicitly
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"If disabled by default, you need to explicitly..."?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added you must


The [enode](../../Concepts/Node-Keys.md#enode-url) advertised to other nodes during discovery is the
external IP address and port. The [`admin_nodeInfo`](../../Reference/API-Methods.md#admin_nodeinfo)
JSON-RPC API method returns the external address and port for the `enode` and `listenAddr` properties.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"... external IP address ..."?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The enode is more than the IP address so leaving as is


# Manual

Specify `MANUAL` to explicitly configure the external IP and ports to advertise.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... external IP address ...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

When `MANUAL` is specified:

* [`--p2p-host`](../../Reference/CLI/CLI-Syntax.md#p2p-host) and [`--p2p-port`](../../Reference/CLI/CLI-Syntax.md#p2p-port)
define the P2P advertised host and port.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2P-advertised?

Copy link
Copy Markdown
Contributor Author

@MadelineMurray MadelineMurray Feb 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reworded

* [`--rpc-http-host`](../../Reference/CLI/CLI-Syntax.md#rpc-http-host) and [`rpc-http-port`](../../Reference/CLI/CLI-Syntax.md#rpc-http-port)
define the JSON-RPC advertised host and port.

# Docker
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading level 2?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

If not specified in the `docker run` command, the advertised host defaults to [`--p2p-host`](../../Reference/CLI/CLI-Syntax.md#p2p-host)
and [`--p2p-port`](../../Reference/CLI/CLI-Syntax.md#p2p-port).

# Auto
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading level 2?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

`AUTO` is the default NAT method. `AUTO` detects if Besu is running inside Docker container and:

* If so, acts as if [`DOCKER`](#docker) is specified.
* If not, acts as if [`NONE`](#none) is specfied.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo. specfied -> specified.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


# Auto

`AUTO` is the default NAT method. `AUTO` detects if Besu is running inside Docker container and:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inside a Docker container...
Also, would you consider rewriting as a regular para instead of a bulleted list with just two options? For example,
AUTO detects if Besu is running inside a Docker container. If inside a Docker container, the AUTO option acts as if DOCKER is specified. Otherwise, the option acts as if NONE is specified.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's better. I tried to reword a couple of times but didn't manage it. Thanks!

* If so, acts as if [`DOCKER`](#docker) is specified.
* If not, acts as if [`NONE`](#none) is specfied.

# None
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading level 2?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

MadelineAu and others added 7 commits February 20, 2020 11:58
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
- 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: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Copy link
Copy Markdown
Contributor

@bgravenorst bgravenorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@MadelineMurray MadelineMurray merged commit 05ee339 into besu-eth:master Feb 20, 2020
@MadelineMurray MadelineMurray deleted the moreNat branch February 20, 2020 03:08
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
…188)

* Moved license note  (#129)

* 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>

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates in HowTo/Configure/ConfigureHA dir

Usual mdlint and vale updates

Signed-off-by: grantnoble <grant.noble@consensys.net>

* A few more updates

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Fix up spacing on bullet point

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updates based on @MadelineMurray feedback

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
…ols dir (#195)

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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. (#193)

* 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>

* Editorial mdlint and vale updates in HowTo/Configure/Consensus-Protocols dir

The usual mdlint and vale updates

Signed-off-by: grantnoble <grant.noble@consensys.net>

* A few more updates missed first go

Signed-off-by: grantnoble <grant.noble@consensys.net>

* And a couple of final changes

Signed-off-by: grantnoble <grant.noble@consensys.net>

* HTML comment at the top of the document converted to markdown comment

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updates based on @MadelineMurray feedback

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Changes based on @NicolasMassart feedback

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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. (#193)

* 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 (#172)

* 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>

* Fixed typo (#150)

* 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>

* Added content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale edits for HowTo/Deploy directory

The ususal mdlint and vale edits

Signed-off-by: grantnoble <grant.noble@consensys.net>

* A few extra changes

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates in the Concepts/Privacy dir (#183)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlink and vale updates for HowTo/Configure directory (#187)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to Howto/Backup directory (#186)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updates based on @MadelineMurray feedback

Signed-off-by: grantnoble <grant.noble@consensys.net>

* add an info pass for md linting (#205)

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>

* add postman collection locally and fix the postman button style (#174)

* add postman collection locally and fix the postman button style

fixed the button that is an image and was taken in account for zoom feature.
Zoom only works on non link images now.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* ignore the link to postman as include prevents the check

Ignoring an internal file is ok as soon as we target it in a detailed
way to prevent the pattern to accidentally ignore another file.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* remove the reference to "our site" as requested by @MadelineMurray

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* fix code blocks in doc by updating mkdocs and dependencies (#158)

* update mkdocs and dependencies to fix code blocks

anyway it was a necessary update

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* trying material 4.6.3

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add links to TLS content. (#191)

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>

* Add TLS diagram. (#194)

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>

* Updates based on @NicolasMassart feedback

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add Besu Plugin information (#142)

* 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>

* Added reorg compatible privacy (#192)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add priv_call API Method (#144)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added tracing API (#182)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add Grant as a maintainer (#199)

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added auto log bloom caching option (#210)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updated EthStats Lite para in Lite-Network-Monitor.md

and updated metadata syntax

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added level 1 headers

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updated unordered list style

Signed-off-by: grantnoble <grant.noble@consensys.net>

* List indentation update

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
* Refactor/contributor content (#126)

* 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  (#123)

* 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>

* Moved license note  (#129)

* 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>

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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. (#193)

* 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 (#172)

* 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>

* Editorial mdlint and vale updates in the Concepts/Privacy dir (#183)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlink and vale updates for HowTo/Configure directory (#187)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to Howto/Backup directory (#186)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add an info pass for md linting (#205)

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>

* add postman collection locally and fix the postman button style (#174)

* add postman collection locally and fix the postman button style

fixed the button that is an image and was taken in account for zoom feature.
Zoom only works on non link images now.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* ignore the link to postman as include prevents the check

Ignoring an internal file is ok as soon as we target it in a detailed
way to prevent the pattern to accidentally ignore another file.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* remove the reference to "our site" as requested by @MadelineMurray

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* fix code blocks in doc by updating mkdocs and dependencies (#158)

* update mkdocs and dependencies to fix code blocks

anyway it was a necessary update

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* trying material 4.6.3

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add links to TLS content. (#191)

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>

* Add TLS diagram. (#194)

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>

* Moved license note  (#129)

* 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>

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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 and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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>

* Editorial mdlint and vale updates in the Concepts/Privacy dir (#183)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlink and vale updates for HowTo/Configure directory (#187)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to Howto/Backup directory (#186)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add an info pass for md linting (#205)

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>

* Add links to TLS content. (#191)

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>

* Editorial mdlint and vale updates in Develop/Dapps directory

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>

* minor update

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add Besu Plugin information (#142)

* 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>

* Added reorg compatible privacy (#192)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add priv_call API Method (#144)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added tracing API (#182)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add Grant as a maintainer (#199)

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added auto log bloom caching option (#210)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* A couple of EOL spaces fixed

Signed-off-by: grantnoble <grant.noble@consensys.net>

* One more minor update

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: Felipe Faraggi <felipefaraggi@gmail.com>
Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
…ctory (#209)

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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. (#193)

* 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 (#172)

* 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>

* Editorial mdlint and vale updates in the Concepts/Privacy dir (#183)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlink and vale updates for HowTo/Configure directory (#187)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to Howto/Backup directory (#186)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add an info pass for md linting (#205)

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>

* add postman collection locally and fix the postman button style (#174)

* add postman collection locally and fix the postman button style

fixed the button that is an image and was taken in account for zoom feature.
Zoom only works on non link images now.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* ignore the link to postman as include prevents the check

Ignoring an internal file is ok as soon as we target it in a detailed
way to prevent the pattern to accidentally ignore another file.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* remove the reference to "our site" as requested by @MadelineMurray

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* fix code blocks in doc by updating mkdocs and dependencies (#158)

* update mkdocs and dependencies to fix code blocks

anyway it was a necessary update

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* trying material 4.6.3

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add links to TLS content. (#191)

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>

* Add TLS diagram. (#194)

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>

* Add Besu Plugin information (#142)

* 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>

* Editorial mdlint and vale updates for the HowTo/Find-and-Connect directory

The usual mdlint and vale updates (line lengths, where possible), eol spaces, passive to active voice, etc.)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* A few more changes

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updates based on @NicolasMassart review

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
…#214)

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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. (#193)

* 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 (#172)

* 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>

* Editorial mdlint and vale updates in the Concepts/Privacy dir (#183)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlink and vale updates for HowTo/Configure directory (#187)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to Howto/Backup directory (#186)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add an info pass for md linting (#205)

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>

* add postman collection locally and fix the postman button style (#174)

* add postman collection locally and fix the postman button style

fixed the button that is an image and was taken in account for zoom feature.
Zoom only works on non link images now.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* ignore the link to postman as include prevents the check

Ignoring an internal file is ok as soon as we target it in a detailed
way to prevent the pattern to accidentally ignore another file.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* remove the reference to "our site" as requested by @MadelineMurray

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* fix code blocks in doc by updating mkdocs and dependencies (#158)

* update mkdocs and dependencies to fix code blocks

anyway it was a necessary update

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* trying material 4.6.3

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add links to TLS content. (#191)

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>

* Add TLS diagram. (#194)

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>

* Add Besu Plugin information (#142)

* 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>

* Added reorg compatible privacy (#192)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add priv_call API Method (#144)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added tracing API (#182)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add Grant as a maintainer (#199)

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added auto log bloom caching option (#210)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added caution about pruning bug (#212)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updated per feedback (#213)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates for the HowTo/Get-Started directory

The usual edits including line length <=100, EOL spaces removed, appropriate blank lines, passive voice to active voice.

Signed-off-by: grantnoble <grant.noble@consensys.net>

* More changes

Signed-off-by: grantnoble <grant.noble@consensys.net>

* and more more minor changes

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updates based on @NicolasMassart feedback

Signed-off-by: grantnoble <grant.noble@consensys.net>

* Second level bullet points now have four space indent

Two space indent was not enough. They were still showing as first level points.

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
grantnoble pushed a commit that referenced this pull request Mar 1, 2020
)

* Windows is now supported in the quickstart (#143)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* quickstart updates all round (#141)

* 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>

* Fixed typo (#150)

* 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. (#131)

* 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>

* Apply renames for the quickstart repo (#152)

* 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 content on protocol upgrades (#132)

* 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>

* Fixed Ansible link and renamed topic (#168)

* 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>

* permissioning (#170)

Signed-off-by: wslyvh <wslyvh@users.noreply.github.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Vale and mdlint editorial updates - DCO.md (#162)

Signed-off-by: grantnoble <grant.noble@consensys.net>

* updated CI and customised checks (#165)

- 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>

* Added new NAT options  (#179)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint vale updates for Concepts/Transactions directory (#185)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mklint and vale updates in Concepts/Permissioning dir (#181)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates in Concepts/Consensus-Protocols directory (#180)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial edits in the Concepts directory (#177)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* vale and mklint editorial updates - CONTRIBUTING.md (#163)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* mdlint and vale editorial updates - index.md (#169)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added plugins_reloadPluginConfig (#184)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>

Signed-off-by: grantnoble <grant.noble@consensys.net>

* [BESU-163] Add inbound and outbound TLS information. (#124)

* 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. (#193)

* 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 (#172)

* 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>

* Editorial mdlint and vale updates in the Concepts/Privacy dir (#183)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlink and vale updates for HowTo/Configure directory (#187)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to Howto/Backup directory (#186)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add an info pass for md linting (#205)

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>

* add postman collection locally and fix the postman button style (#174)

* add postman collection locally and fix the postman button style

fixed the button that is an image and was taken in account for zoom feature.
Zoom only works on non link images now.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* ignore the link to postman as include prevents the check

Ignoring an internal file is ok as soon as we target it in a detailed
way to prevent the pattern to accidentally ignore another file.

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* remove the reference to "our site" as requested by @MadelineMurray

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* fix code blocks in doc by updating mkdocs and dependencies (#158)

* update mkdocs and dependencies to fix code blocks

anyway it was a necessary update

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

* trying material 4.6.3

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add links to TLS content. (#191)

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>

* Add TLS diagram. (#194)

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>

* Add Besu Plugin information (#142)

* 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>

* Added reorg compatible privacy (#192)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* add priv_call API Method (#144)

Signed-off-by: grantnoble <grant.noble@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added tracing API (#182)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Add Grant as a maintainer (#199)

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added auto log bloom caching option (#210)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Added caution about pruning bug (#212)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Updated per feedback (#213)

Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
Signed-off-by: grantnoble <grant.noble@consensys.net>

* Editorial mdlint and vale updates to  HowTo/Interact/APIs dir

mdlint and vale updates including line length <=100, EOL spaces removed, blank lines, passive voice to active voice.

Signed-off-by: grantnoble <grant.noble@consensys.net>

* More changes, espec to Using-JSON-RPC-API.md

Signed-off-by: grantnoble <grant.noble@consensys.net>

* A few minor changes

Signed-off-by: grantnoble <grant.noble@consensys.net>

Co-authored-by: Edward <edjojob@gmail.com>
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Co-authored-by: MadelineAu <40311741+MadelineAu@users.noreply.github.com>
Co-authored-by: bgravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Wesley van Heije <wslyvh@users.noreply.github.com>
Co-authored-by: Nicolas MASSART <NicolasMassart@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants