Commit Graph

266 Commits

Author SHA1 Message Date
Joseph Cook f5c7a5321d
docs: add page on devp2p (#26076)
* add page on devp2p

* Update docs/_interface/devp2p.md

Co-authored-by: Martin Holst Swende <martin@swende.se>

* add example enrdump

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-11-07 13:42:58 +01:00
Nicholas f3747a3acd
Update FAQ.md 2022-11-06 14:44:45 -05:00
Joseph Cook b2db3b8c21
docs: update account management page to favour clef (#26060)
Updates account management page to:

    Remove calls to methods in personal namespace
    Prioritize Clef methods over geth account <> where possible

This is a first step to updating docs for personal namespace deprecation.


Co-authored-by: ligi <ligi@ligi.de>
2022-11-05 11:07:10 +01:00
Joseph Cook a90e7e3494
docs: add page on log messages (#25930)
* add page on log messages

* add sentence on state healing logs

* Update docs/_interface/logs.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* add eth.syncing info and another log msg

* Apply suggestions from code review

Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>

* Update docs/_interface/logs.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-11-04 22:17:40 +01:00
Joseph Cook 0dac08a3d2
docs: update stacktrace info (#26106)
* update stacktrace info

* add  `filter` parameter
2022-11-04 21:48:11 +01:00
Joseph Cook 5b326c3721
docs: rework tracing pages (#26105)
Reorganizes and adds new info to the tracing docs. Specifically:

    breaks tracing pages into new section --> docs/evm-tracing
    adds new landing page
    reorganizes built-in tracers info and adds call/return examples to each tracer
    adds documentation for diffMode
    adds to explanation of state storage and reexec
    only minor changes to custom-tracers.md
    adds state storage image from Sina's Devcon talk
2022-11-04 16:26:26 +01:00
Joseph Cook e7558aa2d8
docs: add page on abigen (#26057)
* add page on abigen

* Apply suggestions from code review

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2022-11-03 10:34:50 +08:00
Joseph Cook 2e7bc0f4ae
docs: add JS console contracts page (#26055)
adds contracts page
2022-11-01 14:37:45 +01:00
Joseph Cook 98679ed2a0
docs: purge references to rinkeby and ropsten (#26036) 2022-10-26 13:21:57 +03:30
Joseph Cook 4f54c7841d
docs: add info on checkpoint sync (#26037)
add info on checkpoint sync
2022-10-25 09:38:40 +08:00
billchenchina ce39a4d936
docs: fix attach --exec (#26028) 2022-10-22 20:24:40 +02:00
Sina Mahmoodi 428576604a
debug: small clarification about getAccessibleState 2022-10-20 14:01:36 +02:00
Joseph Cook f314538c72
docs: add detail to sync modes page (#26014)
* add detail to sync modes page

* add code snippets

* update code snippets
2022-10-20 12:57:08 +02:00
Baurain Olivier 0c755d2bec
docs: fix typo in consensus-clients.md (#25999)
Update consensus-clients.md

typo
2022-10-17 09:00:42 +02:00
edualb 43605ac8b2
docs: tutorial for bash autocomplete (#24398)
* including tutorial for bash autocomplete

- included the Bash Autocomplete in sidebar.yml
- created a new file called Bash-Autocomplete.md with a tutorial to include a bash autocomplete.
This tutorial was based on:
	- https://github.com/urfave/cli/blob/master/docs/v1/manual.md#enabling
	- https://github.com/urfave/cli/blob/master/docs/v2/manual.md#powershell-support

* Update docs/_interface/Bash-Autocomplete.md

- From "Creates" to "Create" in Windows tutorial

Co-authored-by: ligi <ligi@ligi.de>

* Update docs/_interface/Bash-Autocomplete.md

- From "Creates" to "Create" in Linux/MacOS tutorial

Co-authored-by: ligi <ligi@ligi.de>

* (_layouts): redirect to first element in documentation

- Problem: The sidebar was redirecting to the wrong element
in the list when we click on that. It was occuring because the logic inside of sidebar.html
to build the list-group-item was carry about the frontdoc.url instead of the first element by itself.

- Solution: We are sorting the collection.docs and then build the
list-group-item with the right element in the list.

Co-authored-by: ligi <ligi@ligi.de>
2022-10-11 16:20:38 +02:00
Joseph Cook 392cf67949
docs: mobile pages -> new single page (#25075)
* initial commit for new mobile page

* refine mobile page

* Update docs/_dapp/mobile.md

fix typo

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>

* Update mobile.md

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2022-10-11 16:17:07 +02:00
Joseph Cook 824d5177de
docs: update mining page for post-merge (#25904)
* update mining page for post-merge

* Apply suggestions from code review

Co-authored-by: Martin Holst Swende <martin@swende.se>

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-10-04 10:01:54 +02:00
sunghwan 2346a42c4f
docs: typo oeprators -> operator (#25923)
oeprators -> operator
2022-10-04 09:21:42 +02:00
Paul c811ff646b
fix typo (#25914) 2022-10-02 19:38:45 +02:00
Joseph Cook fe26ea58fe
docs: add page on sync modes (#25634)
* add sync-modes page

* update sync-modes page

* replace frontmatter

* update les link and line lengths

* Apply suggestions from code review

* update post-merge syncing description

* clarify snap sync sequence

* fix typo

* Apply suggestions from code review

Co-authored-by: Martin Holst Swende <martin@swende.se>

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-09-27 15:55:01 +02:00
Joseph Cook d1b4c115c8
docs: update networks page for post-merge (#25874)
update networks page

fix typo
2022-09-26 15:16:17 +02:00
Joseph Cook 0946db4fcd
docs: update faqs (#25710)
* update faqs

* Update docs/_interface/FAQ.md

* Update docs/_interface/FAQ.md

Co-authored-by: Martin Holst Swende <martin@swende.se>

* Update docs/_interface/FAQ.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update docs/_interface/FAQ.md

* Update docs/_interface/FAQ.md

* + more on consensus client/validator

Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2022-09-26 13:05:41 +02:00
Joseph Cook 6dbb6f56dd
docs: update account management page (#24912)
* update account management page

* add links

* add ws to security note

previously only mentioned that account unlocking is forbidden when `http` enabled. Now mentions same is true for `ws`

* remove whitespace from code blocks

* Update docs/_interface/Managing-your-accounts.md

Co-authored-by: Martin Holst Swende <martin@swende.se>

* reword --allow-insecure-lock warning

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-09-26 11:44:17 +02:00
Joseph Cook de2f07e519
docs: add hardware requirements page (#25817)
* add hardware page

* Apply suggestions from code review

Co-authored-by: Martin Holst Swende <martin@swende.se>

* Update docs/_interface/hardware.md

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-09-26 11:36:27 +02:00
gerardo romero niño 877e2ba3d5
docs: update Private-Network.md (#25862)
Fixing typo
2022-09-26 14:50:31 +08:00
Joseph Cook a0aac03ffa
docs: update merge pages now merge is done (#25842) 2022-09-23 12:06:51 +02:00
Joseph Cook 2c070c6a7e
docs: add engine-api section to rpc/server.md (#25724) 2022-09-09 16:06:41 +02:00
Ginta 9612354462
docs: fix unlock account desc in Private-Network desc (#25705) 2022-09-07 14:00:59 +02:00
Joseph Cook 4962b5a7ce
docs: add page on pruning a geth node (#25602)
Adds a page with brief instructions for pruning a geth node.
Also intended for use on new site.
2022-09-02 20:19:19 +08:00
Juho Sung 64cd87d094
doc: fix consensus-clients page (#25658) 2022-09-01 15:53:00 +08:00
Joseph Cook 38dff66eeb
p2p: update info on static/trusted nodes (#25611)
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
2022-08-29 16:08:25 +02:00
mick 204d223b23
merge: update prysm link (#25592) 2022-08-26 16:41:31 +02:00
Joseph Cook d0600282fc
docs: rework mining page (#25035)
This PR reworks mining page, including adding introduction, links and warning about impending merge.

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2022-08-25 19:41:21 +08:00
Joseph Cook 1d9bf73b50
docs: Update Clef/Rules page (#25335)
* initial commit for rules page

* initial commit for updating rules page

* tidy up and links

* Apply suggestions from code review

Co-authored-by: Martin Holst Swende <martin@swende.se>

* Update docs/_clef/Rules.md

* Update docs/_clef/Rules.md

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-08-24 13:13:40 +02:00
Joseph Cook 7adb1d5cee
docs: tidy up Clef Clique signing page (#25527)
* update clique signing page

* Update docs/_clef/CliqueSigning.md

* Apply suggestions from code review

updating formatting to `clef` when referring to binary

Co-authored-by: Martin Holst Swende <martin@swende.se>

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-08-22 15:23:36 +02:00
Sina Mahmoodi 31488e4ef0
doc: add info about tracer config, rm revertReasonTracer (#25509)
* Add info about tracer config

* rm revertreason, add calltracer modifications
2022-08-18 13:29:05 +02:00
Joseph Cook 5223b6529e
docs: clef/apis (#25478)
update page layout
2022-08-10 08:56:52 +02:00
Vincent Cloutier 48827ec279
docs: fix dead link (#25496) 2022-08-09 00:20:14 +02:00
Leonor Boga 70f98aef9d
ns-debug: add missing js tracing ctx fields (#25486)
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-08-05 15:38:39 +02:00
Zubin 12a53e4fc5
Updating getting started docs for Geth dev-mode (#25483)
Update Remix instructions for deploying
to locally running Geth node.
Also update screenshot.
2022-08-05 12:12:03 +02:00
Joseph Cook 92e1cac42f
split beginner tutorial -> clef/non-clef versions (#25395) 2022-08-01 13:51:41 +02:00
Leonor Boga 25dcb48052
Fix stack description in tracing docs (#25418) 2022-07-27 16:32:36 +02:00
Hootan Shadmehr 23f391bb0f
Fix Typo: ))) -> )) 2022-07-26 13:50:05 -07:00
Alexander Kotliarskyi 47e9f866b7
docs: Fix typo in Clef/Instructions (#25389)
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-07-26 14:38:18 +02:00
Sina Mahmoodi 3faacc2e61
doc: add page outlining built-in tracers (#25368)
Co-authored-by: Joseph Cook <33655003+jmcook1186@users.noreply.github.com>
2022-07-22 17:35:28 +02:00
Joseph Cook e4f4ecc275
docs: update clef basics (introduction and tutorial pages) (#25280)
* initial commit for clef docs

* add diagram and finish 1st draft intro pg

* uodate css to resize img

* more on tutorial page

* finish drafting more sections in tutorial.md

* finish 1st draft of tutorial page

* finish Intro and Tutorial pages

* + line about ext/int api, clarify 'unlocking'
2022-07-18 20:42:12 +02:00
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>
2022-07-18 16:44:45 +02:00
Patricio Palladino 09d03493b9
docs: Update private network config (#25310)
* Update Private-Network.md

I updated the example genesis.json so that it matches mainnet's HF from block 0. 

The reason I think this is a positive change is that users get confused by tools not behaving like their private network by default: https://github.com/NomicFoundation/hardhat/issues/2946

* add missing double quote

Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
2022-07-17 11:11:28 +02:00
Sina Mahmoodi ab02b0ebe5
doc: add missing API methods (#25194)
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2022-07-12 13:14:37 +02:00
Joseph Cook 3cf48aa454
Private network page (#24875)
Merges 2 pages on private networks and expands on them, adding more concrete examples.

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-07-12 12:58:47 +02:00