Sina Mahmoodi
5e3047dd7a
doc: add setTrieFlushInterval method ( #26366 )
...
debug: add setTrieFlushInterval method docs
2 years ago
Sina Mahmoodi
761fcd5965
docs: update tracing docs ( #26270 )
...
* Move JS tracing ref from API page
* add tracerConfig to ref, link to traceConfig in other methods
2 years ago
Joseph Cook
8d3e5664e5
docs: add info on `ns personal` deprecation ( #26269 )
...
adds deprecation warning note to the ns_personal api docs and adds a new page showing Clef's alternatives for each method in ns_personal.
2 years ago
Joseph Cook
1f9c494d07
docs: update tracer docs ( #26140 )
...
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
2 years ago
Joseph Cook
98679ed2a0
docs: purge references to rinkeby and ropsten ( #26036 )
2 years ago
Sina Mahmoodi
428576604a
debug: small clarification about getAccessibleState
2 years ago
Joseph Cook
2c070c6a7e
docs: add engine-api section to rpc/server.md ( #25724 )
2 years ago
Sina Mahmoodi
31488e4ef0
doc: add info about tracer config, rm revertReasonTracer ( #25509 )
...
* Add info about tracer config
* rm revertreason, add calltracer modifications
3 years ago
Vincent Cloutier
48827ec279
docs: fix dead link ( #25496 )
3 years ago
Leonor Boga
70f98aef9d
ns-debug: add missing js tracing ctx fields ( #25486 )
...
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
3 years ago
Leonor Boga
25dcb48052
Fix stack description in tracing docs ( #25418 )
3 years ago
Hootan Shadmehr
23f391bb0f
Fix Typo: ))) -> ))
3 years ago
Joseph Cook
f7b51243ce
docs: update RPC server page to describe transport protocols ( #25292 )
...
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
3 years ago
Sina Mahmoodi
ab02b0ebe5
doc: add missing API methods ( #25194 )
...
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
3 years ago
wren
55d0612aa4
chore(typo): ExecutionResurt -> ExecutionResult
3 years ago
Sina Mahmoodi
3b5a767ef7
doc: update transaction call object ( #25113 )
...
* rpc: add transactionArgs object
* rm deprecated note
* admin: rename rpc->http
* rpc: link to transaction object from methods
* rpc/personal: add signTransaction
* change link order
3 years ago
Luozhu
c57e3788b5
typo error: keccack256 -> keccak256 ( #25054 )
3 years ago
Martin Holst Swende
e38dcbdec0
docs: documentation about block overrides in debug traceCall ( #25014 )
3 years ago
Sina Mahmoodi
91ddb9e03e
docs: add debug.getRawReceipts ( #24937 )
3 years ago
bittrainee
54441e56d3
fix typo
3 years ago
Sina Mahmoodi
623cc56c3e
docs: add some undocumented debug methods ( #24827 )
...
Co-authored-by: Martin Holst Swende <martin@swende.se>
3 years ago
Joseph Cook
24465aabda
Debug namespace ( #24828 )
...
* add api info to ns-debug.md
* fix typo
* Apply suggestions from code review
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
3 years ago
muang0
f19b3ccdc0
docs: update rpc server docs ( #24740 )
...
* docs update rpc server default namespaces
* docs update rpc server call out overwrite
3 years ago
Sina Mahmoodi
d0815e2a28
pubsub: clarify what newHeads emits ( #24722 )
3 years ago
Samuel Laferriere
bc5617d57f
newHeads subscription doesn't take a second param
...
Running this command results in the response:
```
{"jsonrpc":"2.0","id":1,"error":{"code":-32602,"message":"too many arguments, want at most 1"}}
```
Also there are other newHeads subscription examples in this page, which don't have the {} param.
3 years ago
rjl493456442
5130988cb9
docs/_rpc: fix doc for tracing configs ( #24498 )
3 years ago
Sina Mahmoodi
6cde301e53
Add page about JSON-RPC batch requests ( #24394 )
3 years ago
Sina Mahmoodi
51242a49f4
docs: add page on graphql ( #24250 )
...
* docs: add page on graphql
* mv graphql to rpc category
3 years ago
Enes Zeren
f388b16fa4
docs: fix typo in pub/sub text ( #23860 )
3 years ago
Ev
3b47d95e1d
docs: fix debug_traceCall example ( #23817 )
...
* Fixes debug_traceCall example
- Closes double quote, fixing syntax error on debug.traceCall example
- Uses double quotes on call object, to make it easier to paste to raw RPC requests
* nitpick: fixes length of `from` address on debug_traceCall example
3 years ago
verheesj
e24881989b
[DOCS] add doc for eth_createAccessList ( #23623 )
...
* eth_createAccessList added to docs
Added `eth_createAccessList` method to documentation
* Update ns-eth.md
Added example usage (via RPC call) of eth_createAccessList.
Added example usage (in form of pseudo code) to demonstrate how it may be used.
Added reference and link to relevant EIP which will give more technical direction and rationale.
Moved eth_createAccessList documentation to follow eth_call
* [DOCS] updated eth_createAccessList example
* [DOCS] fix nit picks
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
3 years ago
Sina Mahmoodi
af30dfd9b6
docs: add info on call frame tracing ( #23688 )
3 years ago
Eika4
f06db2fa82
[DOCS]: fix spelling error ( #23444 )
4 years ago
gary rong
8ee2cca199
docs: fix debug_traceCall description ( #23378 )
...
* docs: fix debug_traceCall description
* docs: update
4 years ago
Romain
2df64ff554
Update clique_getSnapshot in RPC (ns-clique.md) ( #23314 )
...
clique_getSnapshot in RPC changed from `{"method": "clique_getSnapsnot", "params": [blockNumber]}` to `{"method": "clique_getSnapshot", "params": [blockNumber]}`
4 years ago
Tim Beiko
c0b08a579a
Add miner_setGasLimit ( #23175 )
...
* Add miner_setGasLimit
Format copied from miner_setGasPrice
* Update docs/_rpc/ns-miner.md
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
* Update docs/_rpc/ns-miner.md
Co-authored-by: Tim Beiko <t.beiko23@gmail.com>
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
4 years ago
ipiv
5fbb98097f
docs: fix typo in ns-clique.md ( #23166 )
...
fixed missing closing bracket
4 years ago
Shiruco
c87e781c51
[DOCS] remove includeTransactions parameter in newHeads example ( #23109 )
4 years ago
Crypto Gohan
cc488a3e29
docs: remove typo in rpc docs ( #23007 )
...
Removes double occurence of the word "included".
4 years ago
Martin Holst Swende
b5d0fbf69d
document debug.traceCall ( #22382 )
4 years ago
rene
b7f5e58563
gh-pages: remove mention of deprecated flags ( #22265 )
...
* update docs to remove old deprecated flags
* typo
4 years ago
Franco Victorio
2c81e00ea7
Minor grammar fix ( #22234 )
...
* Minor grammar fix
* Minor grammar fix
4 years ago
ligi
21ee44bbaf
docs: fix some broken links ( #22167 )
...
This fixes broken links that where reported via:
https://validator.w3.org/checklink?uri=http%3A%2F%2Fgeth.ethereum.org%2Fdocs%2F&hide_type=all&recursive=on&depth=10&check=Check
It also moves the 'getting started' pages from /getting-started/... to
/docs/getting-started/... In order to not break any old links, redirects
from the old location have been added.
Co-authored-by: Felix Lange <fjl@twurst.com>
4 years ago
Sina Mahmoodi
1bd2070f0a
docs: update traceTransaction docs ( #22004 )
4 years ago
Georgios Konstantopoulos
791f127150
fix: update txpool inspect docs ( #21720 )
...
The description was changed in : c7b0abf86b
4 years ago
Guillaume Ballet
c3f5e07cb6
pages: fix typo in rpc example ( #21713 )
4 years ago
Marius van der Wijden
12be83b71c
[DOCS] Update http server docs with new flags ( #21546 )
5 years ago
Adam Schmideg
ee73348658
[DOCS] Add default windows IPC path ( #20722 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
5 years ago
Chris Chinchilla
03bb2f40e1
[DOCS] Clarify calling non-whitelisted namespace ( #20704 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
5 years ago
Péter Szilágyi
10ab23cc56
docs: fix txpool APIs to get rid of lists-per-nonces
5 years ago