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>
* 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>
* 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>
* 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>
* 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 new console page
* finish js-console redraft
* minor improvements
* add line about `js` command
* remove whitespace from, code blocks
* Revert "add line about `js` command"
This reverts commit 881fbe4906.
* minor
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>