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>
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
* 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>
* 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>
* 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>
* 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>
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>