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
* 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'
* initial commit for pre-merge prep pages
* tidy and add validator info
* tidy up typos etc
* Apply suggestions from code review
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* apply suggestions from review
* apply suggestion from review
updates sentence about Geth stalling w/out consensus client
* apply changes from review + warn about early prep
Removes info as suggested by Martin.
Adds warning suggested by Remy on Launchpad repo about waiting for merge releases before setting up ex/cons clients on mainnet.
* minor fixes
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
* initial commit for dev mode page
* css styling, add images and logs
* move --datadir info to new paragraph
* split password & datadir info to 2 paragraphs
* fix typos
* apply suggestions from review
* Minor fixes
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
* initial commit for gettign started pages
* update to sepolia testnet
* back to goerli, start console section
* finish web3js section
* finish 1st draft
* fix whitespace in css, + linux notes, tidy for PR
* simplify py hex -> decimal
* turn note into an alert box
* reduce spacing a bit
* minor fixes
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
* In progress
* Final first draft
* Edits
* Final first draft
* Update images and post
* Remove rogue comment
* Respond to comments
* Update speed of gifs
* Whitespace fixes
* Say what's signed by clef
* Flip content-type header and JSON-RPC message in examples
Co-authored-by: Felix Lange <fjl@twurst.com>
This PR:
- reorganizes all documentation pages so they live in the right category
- removes lots of legacy docs
- contains many improvements to active documentation pages
Geth user documentation is now spread across five major categories:
- Install and Build: installation and compile instructions
- Using Geth: this is for pages about general geth usage.
- For dApp Developers: this is for programming guides and functionality specific
to dapp development. All the dev guides for mobile framework and Go APIs live here.
- JSON-RPC APIs: this has its own section because there is now a sub-page for
every name space. I have also added an overview text that explains how to set
up the API servers.
- For Geth Developers: this is for geth contributors
- avoid overlapping in the header bar
- scale down the gopher image to save a bunch of kilobytes
- hide the ethereum logo on smaller screens
- fix indentation