MadelineMurray
7fc448a9ac
Updates for CLI options use with Docker image
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
bf54ead34c
Removed version notes
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
9f597293cf
JSON-RPC Authentication
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
527cf58b05
RPC Pub/Sub clarification from feedback ( #889 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
4405571733
Added content for password command ( #882 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
96a431a679
Added --permissions-config-file option ( #874 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Lucas Saldanha
732ae450c4
[PAN-2270] Rename password hash command ( #879 )
...
* PAN-2270: Rename password hash command
* Fixing test
* PR review
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
1dd61a2a12
Added perm_reloadPermissionsFromFile
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
fa828ca1cd
Ready for review ( #780 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
6abc4604fb
Permissioning API methods ( #783 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
e3bdc13edb
debug_storageRangeAt ( #759 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
04a5aa001d
Contract genesis ( #751 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
aaa7a0ce5b
Minor cli doc updates ( #725 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
2730bdbdb3
Added password-hash subcommand
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
01feb87bc9
updates from Grant's review ( #712 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
b078310845
admin_addPeer ( #708 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
f4b0e1d0ce
changes for CLI updates ( #699 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
25275b070d
Updated for not being able to specify private key location with Docker ( #688 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
2651b00f0a
Updated Permissions CLI options ( #705 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
e785d77d6d
Added options for metrics push mode ( #674 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
11eea36977
Added privacy CLI options ( #669 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
61998b503d
NC-2206 Remove-- max-trailing-peers option ( #680 )
...
fixed NC-2206 remove --max-trailing-peers
Replaces the option by a constant.
Removes option test.
Doc update
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
73f4299b8c
Updated MetaMask note ( #668 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
08d36864fa
Added content on setting RPC host to 0.0.0.0 ( #665 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
ace391be11
Updated to reflect CLIQUE and IBFT methods no longer enabled by default ( #666 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
5333876eb9
IBFT available in v1.0 note added ( #667 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
93977c8c35
Removed available from vX.X notes ( #672 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
666709d5f4
Added reference to changelog for CLI changes mapping ( #673 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
ddefecbd7e
Added p2p enabled ( #654 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
fcf619ce54
NC-2120 --discovery-enabled option refactoring ( #661 )
...
fixes NC-2120 --discovery-enabled option refactoring
now able to have --discovery-enabled option with true as default
and --discovery-enabled=true or --discovery-enabled=false on CLI
and discovery-enabled=true or discovery-enabled=false in YAML config file.
updates doc
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
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>
6 years ago
Nicolas MASSART
e681f80c85
NC-2104 Clique and iBFT should not be defined by default in RPC APIs ( #635 )
...
fixes NC-2104 remove Clique and iBFT defaults and centralise default values
As toString() is used to display default values in CLI description and this is
not used anywhere else for RpcApi objects, it may have been used for debug long
ago, but now we can use the simple string value as return from toString.
Then we are able to use the DEFAULT_JSON_RPC_APIS constant as default value
directly instead of hard coded defaults string in option that was probably used
because previous toString was not outputting correct representation. It may be
interesting to comment when some does this sort of hack.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Donn Trenton
8fcee3222a
fixes #522 remove mention of gas setting from eth_estimateGas ( #593 )
...
* fixes #522 remove mention of gas setting from eth_estimateGas
* fixes #522 clarify that gasLimit is irrelevant to estimation
* fixes #522 clarifications on estimation process
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
2f58565a41
Ibft methods ( #620 )
...
* Added ibft_* methods
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
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>
6 years ago
MadelineMurray
d6728ef82d
Overview of Clique vs IBFT 2.0 properties ( #609 )
...
Add overview of PoA consensus protocols
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
ea4ca59bbb
CLI options and commands renaming ( #618 )
...
fixes Jira issues NC-2014, NC-2016, NC-2031, NC-2032, NC-2126 and NC-2127
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
49b8d6524f
Updated eth_sendRawTransaction to make link between reference and examples clearer ( #608 )
...
Updated eth_sendRawTransaction to make link between reference and examples clearer
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
8ef4398ff3
Events, logs, and accessing logs content ( #533 )
...
* Added content on events, logs, and using JSON-RPC methods to access logs
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
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>
6 years ago
MadelineMurray
4503db764a
Added note for permissioning methods ( #553 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Donn Trenton
8ed7247d71
#508 - Added CLI ref and Debugging conceptual content for metrics ( #532 )
...
Added metrics command line options and debugging content on using with Prometheus.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
ab7fe8d4e1
Added upcoming changes warnings ( #549 )
...
* Added upcoming changes warnings
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
59ccc5a027
Configuration file content ( #517 )
...
* started
* WIP
* Added configuration file examples
* Review rework
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
355e86c2cf
Added --ws-refresh-delay option. ( #493 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
db575c5033
Added doc on default APIs and enabled non-default APIs ( #498 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
bf4a467952
Added --accounts-whitelist ( #505 )
...
* Added --accounts-whitelist
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
69dab69529
Updated --nodes-whitelist ( #526 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Donn Trenton
4c3a95d24f
eth_estimateGas update #387 ( #485 )
...
* #387 - Updated eth_estimateGas description, params, and requests/returns
* Incorporated review changes requested in PR#485
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
0a78a03d69
Added eth_hashrate. ( #503 )
...
Added eth_hashrate
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago