Commit Graph

9 Commits

Author SHA1 Message Date
MadelineMurray
02419d1310 Updated for new Docker image (#1693)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-16 13:53:42 +10: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
fc3383eb5d Added links to running from Docker image (#1079)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-03-12 13:01:54 +10:00
MadelineMurray
42e84431af Updated Clique and IBFT 2.0 docs to include complete genesis file (#968)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-02-26 19:49:58 +10:00
MadelineMurray
2e416aa2d1 Clique private network (#771)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-02-08 12:05:18 +10:00
MadelineMurray
80670c5c46 Wrong config keys in Clique genesis file config (#721)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-31 10:59:17 +10:00
MadelineMurray
ace391be11 Updated to reflect CLIQUE and IBFT methods no longer enabled by default (#666)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-29 11:37:56 +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
3d83bce306 IBFT 2.0 Doc (#604)
Added Consensus Protocols section and IBFT 2.0 content 

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-23 07:30:36 +13:00