Commit Graph

242 Commits

Author SHA1 Message Date
d3eb320477 Merge pull request #24504 from samlaf/patch-2
newHeads subscription doesn't take a second param
2022-03-04 13:00:28 +01:00
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.
2022-03-03 14:10:14 -05:00
5130988cb9 docs/_rpc: fix doc for tracing configs (#24498) 2022-03-03 14:59:30 +01:00
4adf98ae72 Fixed typo in tracing.md (ina -> a) (#24494) 2022-03-02 17:11:06 +02:00
9f031488a3 Tweak downloads page to work better on slow networks (#24458)
For #20855
2022-03-01 10:52:32 +01:00
58cd25b166 Update Getting Started guide (#24357)
This makes the text easier to follow for beginners.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-02-17 19:21:28 +01:00
6cde301e53 Add page about JSON-RPC batch requests (#24394) 2022-02-16 17:57:41 +01:00
2961064acf Fix typos in peer-to-peer.md (#24335) 2022-02-07 11:54:47 +01:00
5dbfb369d5 [DOCS]: Update copyright year (#24343) 2022-02-07 10:31:20 +01:00
18e05266c0 Merge pull request #24342 from Zachinquarantine/gethv11015
[DOCS]: update command line options to v1.10.15
2022-02-06 17:45:04 +01:00
2b2d5e6423 Update command line options to v1.10.15 2022-02-06 11:42:37 -05:00
7a36eb855d Remove mention of fast sync mode in Getting Started guide (#24300) 2022-01-27 10:30:56 +01:00
51242a49f4 docs: add page on graphql (#24250)
* docs: add page on graphql

* mv graphql to rpc category
2022-01-19 10:34:46 +01:00
4e44a3a870 docs: update mining.md (#24086)
updated attach command to match default schema of JSON-RPC Server
2021-12-14 10:18:16 +01:00
d62c773e3b docs: vulnerability disclosure (#23955) 2021-11-23 09:41:04 +01:00
ef878bbb42 docs/vulnerabilities: fix typo in last paragraph (#23888) 2021-11-11 11:04:33 +01:00
616dca157d Slight expansion of what eth.syncing returns (#23618)
resolves issue #23617
2021-11-08 09:49:21 +02:00
f388b16fa4 docs: fix typo in pub/sub text (#23860) 2021-11-05 16:23:55 +01:00
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
2021-10-27 10:09:17 +02:00
e40b377183 docs: update vulnerabilities with GHSA-59hh-656j-3p7v (#23801) 2021-10-25 08:28:12 +02:00
639f574e98 Update abigen documentation (#23769)
* Update abigen documentation

it looks like `make abigen` has been removed and is included under `make devtools`

* Update native-bindings.md

replace `make` with suggestion
2021-10-20 15:11:17 +02:00
e15f84783d Update geth flags for v1.10.10 (#23753) 2021-10-18 10:46:36 +03:00
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>
2021-10-12 13:45:45 +02:00
af30dfd9b6 docs: add info on call frame tracing (#23688) 2021-10-11 10:29:37 +02:00
77c3dda34b [DOCS] update cli flags for Geth v1.10.9 (#23661) 2021-10-04 14:10:39 +02:00
d5551de5cf [DOCS] add text about eth.syncing status check in mining tutorial (#23600) 2021-09-21 11:04:40 +02:00
49ee091152 Merge pull request #23597 from thadguidry/patch-1
Fix typos
2021-09-21 11:00:49 +02:00
881229ec76 Merge pull request #23606 from PabloCastellano/patch-1
Fix old link to eth wiki
2021-09-21 10:16:53 +02:00
ae2724318c Fix old link to eth wiki 2021-09-20 11:15:05 +02:00
d09a2b3c8d [DOCS] fix typo in ethminer command option -P and mention CUDA (#23601) 2021-09-20 10:07:09 +02:00
839130e395 Fix typos 2021-09-17 23:46:53 -05:00
3501163d4f docs: add vuln info (#23517)
* docs: add vuln info

* Update vulnerabilities.json

* vulnerabilities: add signature
2021-09-07 09:29:43 +02:00
94fb7c832a docs: update v1.10.8 cli options (#23469) 2021-08-25 18:52:24 +02:00
ed90fb7086 [DOCS] vulnerabilities: update for CVE-2021-39137 (#23446) 2021-08-24 10:03:07 +02:00
f06db2fa82 [DOCS]: fix spelling error (#23444) 2021-08-24 09:45:56 +02:00
8ee2cca199 docs: fix debug_traceCall description (#23378)
* docs: fix debug_traceCall description

* docs: update
2021-08-11 08:41:38 +02:00
6fdb770d95 docs: update copyright year (#23352) 2021-08-08 15:46:06 +02:00
6cfd7df510 Merge pull request #23326 from evertonfraga/patch-2
docs: typo fix on tracer tutorial
2021-08-04 11:11:25 +03:00
Ev
a4376b3bd3 docs: typo fix on tracer tutorial 2021-08-03 14:10:59 -04:00
b7932fa934 docs: update info about command line options (#23318)
* Update Command-Line-Options.md

replace "berlin" with "london", and "yolov3" with "calaveras"

* Update Command-Line-Options.md

* Update docs/_interface/Command-Line-Options.md

Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-08-03 17:13:23 +02:00
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]}`
2021-08-02 17:32:06 +03:00
56aa114ccc Fix broken link (#23229)
Removes link to Private Network page that is on the Private Network page
TL;DR link on page links to itself
2021-07-27 11:39:38 +02:00
fd73649cb1 update vulnerabilities (#23251) 2021-07-27 10:29:50 +02:00
aeb817a3f4 docs: update default sync mode (#23209) 2021-07-14 17:41:01 +02:00
19d3f49d57 Add 1559 txn example (#23181)
* Add 1559 txn example

* Update docs/_clef/apis.md
2021-07-12 21:35:15 +02:00
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>
2021-07-12 08:34:51 +02:00
5fbb98097f docs: fix typo in ns-clique.md (#23166)
fixed missing closing bracket
2021-07-06 09:26:53 +02:00
7f7bfbc058 one more improvement for vulnerabilities text 2021-07-06 00:25:46 +02:00
b03fa45284 improve vulnerabilities text 2021-07-06 00:24:06 +02:00
d2ebe15d84 remove whisper in sidebar 2021-07-06 00:19:21 +02:00