MadelineMurray
10581e74a3
[PAN-2846] Added eea_getPrivacyPrecompileAddress ( #1650 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
0da4160e01
Added privacy group methods for web3.js-eea ( #1761 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
1ccd3acbfe
[PAN-2881] [PAN-2885] Updated onchain permissioning to include accounts and dapp ( #1652 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
286368bb7b
Moved priv methods into priv section ( #1770 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Nicolas MASSART
8128a7c34b
fixes PAN-2958 list typo (missing new line) ( #1742 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Josh Richardson
d9f35948be
[PAN-2943] Renames various eea methods to priv methods, with associated docs ( #1736 )
...
* Renames various eea methods to priv methods, with associated docs
* Restructures packages
* Adds priv commandline switch
* Refactors eea_getTransactionCount and eea_getPrivateTransaction to priv
* Changes package structure and fixes TODO
* Remove whitespace
* Update docs with new method names
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
a8b5106034
[PAN-2845] Added eea_getPrivateTransaction ( #1729 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
6185129dc7
Added note about private transaction nonce ( #1740 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
6c8fb7ad38
Add web3.js-eea reference doc ( #1617 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
1278bde762
Added eea_getTransactionCount ( #1722 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
021dcac73f
Added create, delete, and find privacy group endpoints ( #1721 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
70e7536062
Reorganised privacy section ( #1732 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
41ceae791d
Added references to eea_sendTransaction ( #1730 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
6a20e04a3f
Added remote connection limit options ( #1694 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
e1ef09a1b7
Added UPnP content ( #1689 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
29d0421302
Added revert reason ( #1700 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
02419d1310
Updated for new Docker image ( #1693 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
fad6c3e8a0
Added reference from logging content to change log level API method ( #1698 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Karim T
90acf20c97
add documentation for the admin_changeLogLevel JSON RPC API. ( #1696 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Karim T
5da905874b
PAN-2076 Update PantheonCommand to accept minTransactionGasPriceWei as an integer ( #1668 )
...
* Update PantheonCommand to accept minTransactionGasPriceWei as an integer (not String)
* update config file and documentation
* fix format violation
* add the Wei type in the TomlConfigFileDefaultProvider
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
Stephen Shelton
3e410b48fc
Add UPnP Support ( #1334 )
...
Add support for working within Network Address Translation (NAT) environments.
This adds a CLI flag `--nat-method` with two options, `NONE` (the default and
current behavior) and `UPNP.` `--nat-method` will affect what IP address and
ports are advertised via the P2P discovery and other APIs that report the
address and port for P2P actions.
`UPNP` is intended for a typical home or small office environment where a
wireless router or modem provides NAT isolation.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
df9d656bb4
Added setting of CLI options as env variables ( #1621 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
5 years ago
MadelineMurray
322d0611f3
Fixed typo ( #1583 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
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>
6 years ago
MadelineMurray
013814e4d9
[PAN-2799] Added generate-blockchain-config ( #1570 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
c3add3eef0
Reorganise monitoring docs ( #1554 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
498a453083
Added debug_traceBlock* methods ( #1536 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
49ba1cf67a
Added pretty printed tab for graphQL ( #1529 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
56cd2f695e
Added Graphql options ( #1496 )
...
* Added GraphQL options
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
d5c1048366
Added API methods ( #1468 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
c23482c60b
[PIE-1617] Added tx-pool-retention-hours CLI option ( #1481 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Danno Ferrin
f171a87049
Rename GraphQLRPC to just GraphQL ( #1472 )
...
In most places the RPC gets dropped. In a few places it made more sense
to rename to GraphQLHttp when we are talking about the HTTP Server and
service.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
569013b2c4
Added GraphQL ( #1461 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Tim Beiko
659c79b6d8
Typo in JSON RPC command + add Goerli Network ID ( #1457 )
...
* Update index.md
* Add Goerli network ID and fix typo
There were two quote marks at the start of the curl request.
* Update index.md
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
a95229daba
Add placeholders system to have global variables in markdown ( #1425 )
...
* fixes PIE-1374 add placeholders system to have global variables in markdown
implement and configure a first batch of variables for versions to be changeable
in only one place and change in the whole doc.
available placeholders are :
{{ versions.pantheon_stable }} -> the latest stable release
{{ versions.quickstart }} -> the latest quickstart release whicjh is currently
pointing to the same value as Pantheon as QS and Pantheon releases are in sync
but I still keep two separated values to make it clear.
Also includes few fixes like removing $ in front of bash commands and changed an
info block syntax
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
efb5df51c5
Updated for EthSigner ( #1440 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
cfd9a11847
Reorganised API docs ( #1441 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
9e6a435a7c
Troubleshooting doc ( #1405 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
97f0f73b57
Onchain permissioning ( #1300 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
91cf99ba20
Added txpool_pantheonStatistics ( #1354 )
...
* Added txpool_pantheonStatistics
* Update docs/Reference/JSON-RPC-API-Methods.md
Co-Authored-By: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
764e18174f
Removed all option for host-whitelist ( #1347 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
bd7742857c
Added net_services ( #1306 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Nicolas MASSART
d8766c9060
removed unstable fast sync note in documentation ( #1341 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
36650aff55
Removed available in 1.1 notes and added links from CLI options ( #1294 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
5eaf2f40e7
Updated eth_getTransactionCount
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
Puneetha Karamsetty
08d8700795
[PRIV-54] Use default enclave public key to generate eea_getTransactionReceipt ( #1280 )
...
* Use default enclave public key to generate eea_getTransactionReceipt
* Update the docs to reflect the changes
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
f24fe70bb9
Added fast sync options ( #1241 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
b2f9001798
Fixed link ( #1249 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
ad30020c74
Added permissioning overview ( #1242 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago
MadelineMurray
e9c42f9b1b
Updated eea_getTransactionReceipt to include extra parameter
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
6 years ago