Aviv
ecab0a497c
docs: FAQ fixes and some info about snap sync ( #24812 )
...
* docs: update FAQ.md, fixed spelling and grammar
* docs: updated FAQ.md with info about snap sync
* turn qs into headings
* faq: add toc
* faq: minor
* faq: fixes
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-05-04 17:43:38 +02:00
muang0
f19b3ccdc0
docs: update rpc server docs ( #24740 )
...
* docs update rpc server default namespaces
* docs update rpc server call out overwrite
2022-04-23 14:46:23 +02:00
Sina Mahmoodi
d0815e2a28
pubsub: clarify what newHeads emits ( #24722 )
2022-04-20 16:12:45 +02:00
LG
d49528729b
getting-started: fix typo ( #24686 )
...
brlow -> below
2022-04-12 20:25:25 +02:00
Sina Mahmoodi
6884134935
doc: add page on light clients ( #24647 )
...
* Add light client page
* Rm gemfile.lock
* add section on ulc
* update compose file syntax
2022-04-08 00:15:47 +02:00
Zachinquarantine
19a364cbe8
Update peer-to-peer.md ( #24621 )
2022-03-31 22:38:33 +02:00
Zachinquarantine
f4a1091a71
Update CLI flags for Geth v1.10.17 ( #24608 )
2022-03-30 10:18:17 +02:00
Gun Gun Febrianza
8061a1909f
Fix Data Directory Location ( #24566 )
...
After looking into the newest geth version and installed geth on my windows os, i found the location of data directory is on :
%LOCALAPPDATA%\Ethereum
not
%APPDATA%\Ethereum
2022-03-20 12:15:02 +01:00
Samuel Laferriere
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
rjl493456442
5130988cb9
docs/_rpc: fix doc for tracing configs ( #24498 )
2022-03-03 14:59:30 +01:00
Samuel Laferriere
4adf98ae72
Fixed typo in tracing.md (ina -> a) ( #24494 )
2022-03-02 17:11:06 +02:00
Nwokocha wisdom maduabuchi
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
Sina Mahmoodi
6cde301e53
Add page about JSON-RPC batch requests ( #24394 )
2022-02-16 17:57:41 +01:00
Jeff Schuler
2961064acf
Fix typos in peer-to-peer.md ( #24335 )
2022-02-07 11:54:47 +01:00
Zachinquarantine
2b2d5e6423
Update command line options to v1.10.15
2022-02-06 11:42:37 -05:00
Zachinquarantine
7a36eb855d
Remove mention of fast sync mode in Getting Started guide ( #24300 )
2022-01-27 10:30:56 +01:00
Sina Mahmoodi
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
David Kendall
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
Martin Holst Swende
d62c773e3b
docs: vulnerability disclosure ( #23955 )
2021-11-23 09:41:04 +01:00
ruben profit
ef878bbb42
docs/vulnerabilities: fix typo in last paragraph ( #23888 )
2021-11-11 11:04:33 +01:00
verheesj
616dca157d
Slight expansion of what eth.syncing returns ( #23618 )
...
resolves issue #23617
2021-11-08 09:49:21 +02:00
Enes Zeren
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
Martin Holst Swende
e40b377183
docs: update vulnerabilities with GHSA-59hh-656j-3p7v ( #23801 )
2021-10-25 08:28:12 +02:00
jgenslerbd
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
Zachinquarantine
e15f84783d
Update geth flags for v1.10.10 ( #23753 )
2021-10-18 10:46:36 +03:00
verheesj
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
Sina Mahmoodi
af30dfd9b6
docs: add info on call frame tracing ( #23688 )
2021-10-11 10:29:37 +02:00
Zachinquarantine
77c3dda34b
[DOCS] update cli flags for Geth v1.10.9 ( #23661 )
2021-10-04 14:10:39 +02:00
Thad Guidry
d5551de5cf
[DOCS] add text about eth.syncing status check in mining tutorial ( #23600 )
2021-09-21 11:04:40 +02:00
ligi
49ee091152
Merge pull request #23597 from thadguidry/patch-1
...
Fix typos
2021-09-21 11:00:49 +02:00
Pablo Castellano
ae2724318c
Fix old link to eth wiki
2021-09-20 11:15:05 +02:00
Thad Guidry
d09a2b3c8d
[DOCS] fix typo in ethminer command option -P and mention CUDA ( #23601 )
2021-09-20 10:07:09 +02:00
Thad Guidry
839130e395
Fix typos
2021-09-17 23:46:53 -05:00
Martin Holst Swende
3501163d4f
docs: add vuln info ( #23517 )
...
* docs: add vuln info
* Update vulnerabilities.json
* vulnerabilities: add signature
2021-09-07 09:29:43 +02:00
Zachinquarantine
94fb7c832a
docs: update v1.10.8 cli options ( #23469 )
2021-08-25 18:52:24 +02:00
Martin Holst Swende
ed90fb7086
[DOCS] vulnerabilities: update for CVE-2021-39137 ( #23446 )
2021-08-24 10:03:07 +02:00
Eika4
f06db2fa82
[DOCS]: fix spelling error ( #23444 )
2021-08-24 09:45:56 +02:00
gary rong
8ee2cca199
docs: fix debug_traceCall description ( #23378 )
...
* docs: fix debug_traceCall description
* docs: update
2021-08-11 08:41:38 +02:00
Ev
a4376b3bd3
docs: typo fix on tracer tutorial
2021-08-03 14:10:59 -04:00
Zachinquarantine
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
Romain
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
Zachinquarantine
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
Martin Holst Swende
fd73649cb1
update vulnerabilities ( #23251 )
2021-07-27 10:29:50 +02:00
Odysseas Lamtzidis
aeb817a3f4
docs: update default sync mode ( #23209 )
2021-07-14 17:41:01 +02:00
Tim Beiko
19d3f49d57
Add 1559 txn example ( #23181 )
...
* Add 1559 txn example
* Update docs/_clef/apis.md
2021-07-12 21:35:15 +02:00
Tim Beiko
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
ipiv
5fbb98097f
docs: fix typo in ns-clique.md ( #23166 )
...
fixed missing closing bracket
2021-07-06 09:26:53 +02:00
Felix Lange
7f7bfbc058
one more improvement for vulnerabilities text
2021-07-06 00:25:46 +02:00
Felix Lange
b03fa45284
improve vulnerabilities text
2021-07-06 00:24:06 +02:00
Sina Mahmoodi
19b89ebe84
Merge pull request #21949 from MariusVanDerWijden/rem_whisper
...
doc: removed whisper documentation
2021-07-05 16:07:21 +02:00
Sina Mahmoodi
7cc2a04447
docs: add section about config file and network selection flags ( #23146 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-07-02 10:14:45 +02:00
Felix Lange
81c328ed38
docs: fixup some things in the new tracing docs
2021-07-01 11:40:11 +02:00
Ori Pomerantz
b1fec5d2e1
docs: tracing tutorial ( #23119 )
...
* Update tracing.md
* Update native.md
* Update native-accounts.md
* Update native-bindings.md
* Update mobile.md
* Update mobile-accounts.md
* Create tracing-filtered
* Update and rename tracing-filtered to tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
* Update tracing-filtered.md
2021-06-30 15:21:21 +02:00
Shiruco
c87e781c51
[DOCS] remove includeTransactions parameter in newHeads example ( #23109 )
2021-06-25 12:36:13 +02:00
qbzzt
a72de4874b
Usability updates ( #23037 )
...
* Usability updates
I spent some time getting it wrong and writing notes about it so other people will get it right the first time.
* Update index.md
* Update index.md
* Update index.md
* Update index.md
2021-06-22 15:12:50 +02:00
Péter Szilágyi
23ea3dd7bb
Merge pull request #23042 from holiman/no_evmlab
...
docs: remove mention of old python evmlab
2021-06-14 20:32:33 +03:00
Martin Holst Swende
bed8b3661d
docs: remove mention of old python evmlab
2021-06-14 17:15:20 +02:00
Crypto Gohan
cc488a3e29
docs: remove typo in rpc docs ( #23007 )
...
Removes double occurence of the word "included".
2021-06-07 09:10:06 +02:00
Adrien Lacombe
750c1a0d5e
Update geth --help to v1.10.3 ( #22830 )
...
https://geth.ethereum.org/docs/interface/command-line-options is currently out of date
2021-05-06 08:51:15 +03:00
T
9c39923340
docs: web3.js is outdated ( #22820 )
2021-05-05 12:22:25 +02:00
Vegard Stikbakke
dea3503031
docs: fix typo in EVM tracing ( #22769 )
2021-04-29 13:38:04 +02:00
Vegard Stikbakke
d540c89d29
docs: fix typo in EVM tracing ( #22744 )
2021-04-27 13:18:20 +02:00
ligi
0c57541890
docs: GETH_LOCATION -> GETH_DATA_DIR - closes #22417 ( #22701 )
...
GETH_LOCATION is confusing and "data dir" is usesd to describe the same in other parts of the documentation
2021-04-21 10:35:09 +02:00
Martin Turon
de9599bff1
[DOCS] fix --miner.etherbase flag ( #22616 )
...
The `--etherbase` parameter seems to be named `--miner.etherbase` now.
2021-04-06 11:15:19 +02:00
Felix Lange
173e32624a
Don't recommend go get -u for installing cmd/devp2p
2021-03-26 14:45:42 +01:00
Martin Holst Swende
0ebdce7440
disclosures ( #22575 )
2021-03-25 20:06:18 +01:00
Marius van der Wijden
b7f6de8b4c
docs: remove mention of godep ( #22548 )
2021-03-22 13:41:37 +01:00
Marius van der Wijden
6ac69c8c06
docs: proper port flag for miner
2021-03-09 10:08:28 +01:00
Martin Holst Swende
b5d0fbf69d
document debug.traceCall ( #22382 )
2021-02-26 14:24:21 +01:00
rene
b7f5e58563
gh-pages: remove mention of deprecated flags ( #22265 )
...
* update docs to remove old deprecated flags
* typo
2021-02-16 10:38:52 +01:00
jtlimpert
4a82e814ad
Update dev-mode.md ( #22295 )
...
remove deprecated flags
2021-02-15 19:38:13 +01:00
Rennbon
1d63d7bc06
docs: fix misspelling of words ( #22255 )
...
The "pkg" is written as "pgk"
2021-02-01 14:40:27 +01:00
Benoit Perroud
9ae849f87f
docs: fix typo in curl command, include content-type header ( #22256 )
...
Typo: the `'` char was located at the wrong place.
The`curl` command, without specifying the content-type headers, complains about invalid content type.
2021-02-01 14:39:30 +01:00
Franco Victorio
2c81e00ea7
Minor grammar fix ( #22234 )
...
* Minor grammar fix
* Minor grammar fix
2021-01-25 21:41:12 +01:00
Felix Lange
0286be77d2
update links in install page
...
Most of them were OK, but they're easier to update when they're
all defined at the bottom of the file
2021-01-25 15:45:25 +01:00
Felix Lange
f8e4c1762e
fix broken links in mobile account management page
2021-01-25 15:32:47 +01:00
Felix Lange
53dfab8ebd
improve links in native dapp guide
2021-01-25 15:30:13 +01:00
Felix Lange
437da9fc16
fix broken links in dev guide
2021-01-25 15:26:55 +01:00
Felix Lange
867825b087
fix broken links in private network page
2021-01-25 15:23:07 +01:00
Felix Lange
828f2fbd34
fixs broken links in getting started pages
2021-01-25 15:21:21 +01:00
ligi
21ee44bbaf
docs: fix some broken links ( #22167 )
...
This fixes broken links that where reported via:
https://validator.w3.org/checklink?uri=http%3A%2F%2Fgeth.ethereum.org%2Fdocs%2F&hide_type=all&recursive=on&depth=10&check=Check
It also moves the 'getting started' pages from /getting-started/... to
/docs/getting-started/... In order to not break any old links, redirects
from the old location have been added.
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-01-25 12:45:02 +01:00
Marius van der Wijden
ea43f7df63
docs: explain trusted nodes ( #22190 )
2021-01-20 16:33:56 +01:00
Marius van der Wijden
1a88c09809
docs: add metrics page ( #22030 )
...
Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-01-04 12:56:18 +01:00
Sina Mahmoodi
a1a1ec5d45
docs: fix links in dapps pages ( #21995 )
...
* docs: fix links in dapps pages
* Update docs/_dapp/tracing.md
Co-authored-by: Martin Holst Swende <martin@swende.se>
2020-12-27 22:40:20 +01:00
Sina Mahmoodi
1bd2070f0a
docs: update traceTransaction docs ( #22004 )
2020-12-15 10:24:18 +01:00
Martin Holst Swende
8e38e4bd0b
vulnerabilites: updates ( #21998 )
2020-12-11 09:16:35 +01:00
Marius van der Wijden
e9a6e73c54
docs: better syntax highlighting ( #21959 )
2020-12-07 20:33:03 +01:00
Martin Holst Swende
7c99c01876
vulnerabilites: fix regexps, add CVEs ( #21961 )
2020-12-04 16:09:56 +01:00
Marius van der Wijden
490376a5e9
docs: fixed link, added readme ( #21953 )
...
* docs: fixed links
* docs: added Readme to test locally
2020-12-03 13:49:44 +01:00
Marius van der Wijden
1eee5f12e0
docs: removed duplicated build from source page ( #21952 )
...
* docs: removed duplicated build from source page
* Update Installing-Geth.md
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-12-03 13:19:19 +01:00
Marius van der Wijden
6b1e4ca8a6
doc: removed whisper documentation
2020-12-03 11:09:49 +01:00
Martin Holst Swende
be1f08b12f
vulnerabilities: integrate vulnerabilities into documentation page ( #21889 )
...
* vulnerailities: integrate vulnerabilities into documentation page
* vulnerabilities: add signature file
* vulnerabilities: add CVE
* vulnerabilities: more info about github advisories
* vulnerabilities: link to GH advisories
2020-11-24 13:13:29 +01:00
Ali Atiia
995a2a38d9
docs: broken link and typo in FAQ.md ( #21800 )
...
* Update FAQ.md
typo
* Update FAQ.md
broken link
* Update FAQ.md
2020-11-23 14:05:25 +01:00
Martin Holst Swende
e9867d1e00
docs/vulnerabilities: vulnerability disclosure docs and json ( #21855 )
...
* docs/vulnerabilities: vulnerability disclosure docs and json
* docs/vulnerabilities: fix review comments
* docs/vulnerabilities: rephrasing
2020-11-16 18:46:52 +01:00
Georgios Konstantopoulos
791f127150
fix: update txpool inspect docs ( #21720 )
...
The description was changed in : c7b0abf86b
2020-10-21 09:41:57 +02:00
Guillaume Ballet
c3f5e07cb6
pages: fix typo in rpc example ( #21713 )
2020-10-16 09:30:14 +02:00
Guillaume Ballet
8db1192e1a
pages: update doc not to refer to Otto ( #21708 )
2020-10-15 19:52:54 +02:00
Mário Havel
2c3ef0b757
fix curl rpc calls where --data flag was erroneously placed ( #21602 )
...
Fixed curl rpc calls. --data flag has to be placed before data content, current command results in curl error.
2020-09-24 13:03:56 +02:00
Marius van der Wijden
2109a16895
[DOCS] added versioning + updating to install guide ( #21548 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-09-14 12:47:42 +02:00
Chris Chinchilla
cfd3e7189b
[DOCS] Update the main getting started guide ( #20753 )
...
* 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>
2020-09-10 14:48:15 +02:00
Marius van der Wijden
12be83b71c
[DOCS] Update http server docs with new flags ( #21546 )
2020-09-10 14:21:13 +02:00
Felix Lange
fedcdbc2db
Fix miner.hashrate -> eth.hashrate
2020-09-10 11:05:15 +02:00
Chase Wright
68cbf054cc
Update Command-Line-Options.md ( #21469 )
...
* Update Command-Line-Options.md
Update to 1.9.19
* fix home path
2020-08-21 14:44:29 +03:00
doctorlev
121f2776c9
Update link in native-accounts.md ( #21380 )
...
it looks there was a typo in "The last two arguments of..." - it was pointing to "accounts.NewManager"+link, while the context gives a description for "keystore.NewKeyStore" (which I changed with the link): choosing between [`accounts.StandardScryptN, accounts.StandardScryptP`,`accounts.LightScryptN, accounts.LightScryptP`] occurs in "keystore.NewKeyStore".
Thank you
2020-07-28 10:13:34 +02:00
chris-j-h
608d791f4d
[DOCS] Apply clef docs updates from master ( #21302 )
2020-07-08 11:53:14 +02:00
Paweł Zaremba
4b06034376
Update "Go Account Management" doc ( #21248 )
2020-06-26 12:20:23 +02:00
Chris Chinchilla
9116d22de0
[DOCS] Update dev mode tutorial ( #20826 )
...
* Update dev mode tutorial to include connecting to Remix
* Remove mention of ports
* Update Remix steps
2020-05-12 10:45:14 +02:00
Marco Z
790b2b1463
Correct js console docs typo ( #21017 )
2020-05-04 10:37:58 +03:00
Nicholas Brown
7f2e84c811
[DOCS] add note about HTTP attach in getting started guide ( #20991 )
...
Adding an alternative command since some people are unable to connect with 'geth attach' command by itself.
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-04-28 10:10:22 +02:00
TaurusLu
bbeb209570
[DOCS] fix typo of syncing mode "fast" -> "full" ( #20775 )
2020-03-18 10:14:57 +01:00
architect.bian
c4a73900c6
"eth attach" should be "geth attach" ( #20732 )
...
"eth attach" should be "geth attach" A letter missing
2020-03-02 14:47:46 +02:00
Adam Schmideg
ee73348658
[DOCS] Add default windows IPC path ( #20722 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-02-27 11:04:39 +01:00
Chris Chinchilla
03bb2f40e1
[DOCS] Clarify calling non-whitelisted namespace ( #20704 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-02-21 14:06:20 +01:00
Felix Lange
d951334464
[DOCS] List -> tree in DNS Discovery Setup Guide
2020-02-17 15:30:37 +01:00
Felix Lange
1f5be70974
[DOCS] Fix typo in last change
2020-02-17 15:29:39 +01:00
Felix Lange
ed306c2b3e
[DOCS] Update DNS Discovery Setup Guide with geth usage instructions
2020-02-17 15:26:36 +01:00
Adam Schmideg
95f688db5a
[DOCS] Avoid mentioning a specific Go version ( #20659 )
2020-02-12 12:58:59 +01:00
wbt
a1ea472395
[DOCS] add note about unicode BOM in password files ( #20598 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-02-09 21:54:22 +01:00
Adam Schmideg
d9055f20d0
[DOCS] run geth init for member node ( #20632 )
2020-02-06 14:22:26 +01:00
Chris Chinchilla
ba28228916
[DOCS] Use correct account creation function ( #20603 )
...
If you use `NewAccount` console says there is no such function.
2020-01-28 13:19:28 +01:00
Péter Szilágyi
10ab23cc56
docs: fix txpool APIs to get rid of lists-per-nonces
2020-01-06 10:43:32 +02:00
Chris Chinchilla
c8c6908e9a
[DOCS] Update installation guide ( #20278 )
2019-12-10 10:52:54 +01:00
Adam Schmideg
e140b09174
Fix links references, use brackets, not parens
2019-12-04 16:01:29 +01:00
Felix Lange
538a283b86
[DOCS] add DNS discovery setup guide ( #20399 )
...
This adds setup instructions for the DHT crawler and DNS node
list publishing tools.
2019-11-28 10:50:59 +01:00
Felix Lange
483c5fbc39
[DOCS] Update Developer Guide ( #20272 )
...
This removes a bunch of outdated info from the developer guide and wraps
the text so it's easier to edit. govendor instructions are gone because we now
use Go modules for that. The 'Contributing' section is moved to the top.
2019-11-22 16:34:39 +01:00
Felix Lange
e4581e7e14
[DOCS] document the clique RPC API ( #20317 )
2019-11-19 18:18:25 +01:00
Felföldi Zsolt
cfc9bf8701
[DOCS] add les API description ( #20303 )
2019-11-18 12:41:34 +01:00
Felix Lange
a89f10fcdd
[DOCS] bring back the 'Private Network' page ( #20262 )
...
This improves the private network page. We now recommend using clique
instead of ethash.
The networking section is improved as well and now recommends using a
regular geth node for bootstrapping instead of running cmd/bootnode. I
also added some text about the --netrestrict option.
2019-11-12 16:52:46 +01:00
Felix Lange
7416b05b81
[DOCS] massive documentation update ( #20229 )
...
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
2019-11-05 13:46:00 +01:00
Chris Chinchilla
86b20d897e
[DOCS] Improve installation instructions ( #20089 )
2019-10-30 12:39:17 +01:00
Chris Chinchilla
611703beb9
[DOCS] Add dev mode guide ( #20102 )
2019-10-30 12:35:45 +01:00
Chris Chinchilla
06c70fff5e
[DOCS] Add Getting started guide ( #20088 )
2019-10-30 12:34:07 +01:00
Adam Schmideg
d0eea91981
[DOCS] Link checker ( #20086 )
2019-10-28 16:45:19 +01:00
Adam Schmideg
8e49d1571d
Move all documentation below /docs ( #20072 )
...
* Move pages one level deeper under the /docs folder and fix broken links
* Fix broken links
* Flatten clef/qubes links to clef
* Remove path debugging from main template
2019-10-01 10:40:09 +02:00
Martin Holst Swende
8dc979183f
info about standard trace to file ( #20068 )
2019-09-13 09:29:34 +03:00
Martin Holst Swende
1161c3129b
fix toc
2019-09-04 14:08:48 +02:00
Martin Holst Swende
fadeac7dec
changes made in berlin
2019-09-04 13:51:21 +02:00
Adam Schmideg
c49abfc4a8
Merge pull request #20016 from ethereum/feature/getting-started
...
Initial Getting Started ideas
2019-09-03 11:30:09 +02:00
ankitm123
2d04506338
Fix typo in sidebar for account management
2019-09-02 13:42:28 -04:00
Chris Ward
042ddbbdf2
Reorg
2019-08-28 11:01:33 +02:00
Chris Ward
d5c101f2aa
First draft
2019-08-26 07:34:07 +02:00
Péter Szilágyi
594fc53cd0
Fix eth_call typo, remove optional marker
2019-08-12 19:02:21 +03:00
Péter Szilágyi
30f1466038
Add RPC API docs section, write eth_call reference
2019-08-12 18:38:52 +03:00
Martin Holst Swende
ea00558b75
docs: fix #19860 , align clefdocs ( #19896 )
2019-07-29 09:42:45 +02:00
Aleksandr Sobolev
d986ccc06a
Resolve issue with wrong static path on /docs/ page ( #19713 )
2019-06-13 15:13:11 +02:00
Ayushya Chitransh
fa1bc98763
docs: fixed traceTransaction with custom tracer example ( #19512 )
...
Fixed traceTransacion with custom tracer example.
2019-05-07 09:35:34 +02:00
Guillaume Ballet
06cb6ae975
whisper: fix version number in overview ( #19519 )
2019-05-02 16:40:25 +02:00
Guillaume Ballet
976f39362b
whisper: detail the internals of the JS example ( #19481 )
2019-04-19 10:46:29 +02:00
Guillaume Ballet
b79ae69e15
Update wnode instructions ( #19449 )
2019-04-11 18:39:12 +02:00