Commit Graph

13 Commits

Author SHA1 Message Date
MadelineMurray
d9b9ea9204 fixed cli error (#1718)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-19 11:33:55 +10:00
Nicolas MASSART
47170803f1 fixes PAN-2766 adding quotes around asterisks params to prevent shell expansion (#1588)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-06-20 17:43:58 +02:00
MadelineMurray
cfd9a11847 Reorganised API docs (#1441)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-05-14 10:32:48 +10:00
MadelineMurray
764e18174f Removed all option for host-whitelist (#1347)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-04-29 07:44:22 +10:00
MadelineMurray
625ea9d709 Updated 127.0.0.1 to localhost in examples
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-02-27 12:02:51 +10:00
MadelineMurray
f4b0e1d0ce changes for CLI updates (#699)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-30 21:06:46 +10:00
MadelineMurray
666709d5f4 Added reference to changelog for CLI changes mapping (#673)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-29 05:33:01 +10:00
Nicolas MASSART
2ef0694c6f Nc 2026 network option (#645)
fixes NC-2026 adds a `--network` option instead of separated options

Networks are now defined using a `--network` option that takes the case insensitive
name of an enum values as input :   MAINNET, RINKEBY, ROPSTEN, GOERLI, DEV

These presets are a set of network-id, genesis file and boonodes list.

If the `--genesis-file` is provided with a valid JSON genesis file,
Pantheon uses it instead of the default network. An empty bootnodes list is then
the default value and network id is the chain id found in the genesis file.

`--network-id` and `--bootnodes` options can override these defaults.

You can of course also override the `--network-id` and `--bootnodes` for a
predefined known network (using `--network`).

User have no reason to set `--network` and `--genesis-file` options at the same
time that would lead to misunderstandings so we raise an error to prevent both
options to be defined at the same time on the command line.

Also fixes NC-2189 renaming --private-genesis-file to --genesis-file

Updates a lot of doc according to the options changes

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-25 12:50:08 +01:00
MadelineMurray
391e2610ac Added host-whitelist to command line example (#602)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-22 07:27:41 +13:00
MadelineMurray
4a48df1df7 Updated doc to specify bootnodes using --bootnodes with no arguments (#560)
* Updated for --bootnodes option to take no arguments


Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-15 11:31:47 +11:00
MadelineMurray
59ccc5a027 Configuration file content (#517)
* started

* WIP

* Added configuration file examples

* Review rework

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-11 14:50:18 +11:00
MadelineMurray
4dd4cb1249 Merging changes made to Wiki post migration (#484)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2018-12-21 18:30:41 +10:00
Nicolas MASSART
12e3d10913 Doc migration (#381)
Readthedoc migration, still some content to update from the wiki that were updated after I made the last diff
- fixes #406 by configuring readthedocs
- fixes #407 by configuring material theme
- fixes #408 by adding footer with jQuery to enable readthedocs.org versions
- fixes #409 
- fixes #410 
- fixes #411

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2018-12-18 09:48:32 +01:00