Joseph Cook
97497272d7
docs: update welcome-page ( #25076 )
...
* update welcome-page
update title
add note on merge
fix typo
* Update index.md
Co-authored-by: Felix Lange <fjl@twurst.com>
2 years ago
int88
764040e692
getting-started: fix typo ( #25083 )
2 years ago
Luozhu
c57e3788b5
typo error: keccack256 -> keccak256 ( #25054 )
2 years ago
Sina Mahmoodi
81604199c6
merge: fix ropsten ttd ( #25052 )
2 years ago
Joseph Cook
cd60a63ed8
docs: update les page ( #25048 )
...
* update les page
* fix typos
* rm extra space
* reword light-server -> mainnet sentence
* fixes
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2 years ago
Joseph Cook
d6eceee791
docs: metrics page ( #25002 )
...
* update metrics page
* fix sort key
* fix typos
* minor fixes
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2 years ago
Andrei Drozd
3e629777c1
Fix typo in "the merge" documentation ( #25023 )
2 years ago
tianchunfeng
208c0cce9e
docs: fix typo url in dev-mode.md ( #25029 )
...
Update dev-mode.md
the [Getting Started] page url without tailing dash (/docs/getting-started).
2 years ago
Nico Serrano
ff3f7e76de
Add another mode supported in abigen
...
Adding the new commands requested [here](https://github.com/ethereum/go-ethereum/pull/25008#discussion_r887431130 )
2 years ago
Martin Holst Swende
e38dcbdec0
docs: documentation about block overrides in debug traceCall ( #25014 )
2 years ago
Nico Serrano
4712997df5
Update direct binding from sol to go using abigen
...
The new abigen version does not have the --solc file to directly bind a Solidity contract to a Go package. This was caused because the solc compiler in ```go-ethereum``` needed to be continuously synchronized with the original solc compiler in order to offer the full features and security of latest versions. The team decided to remove the direct biding functionality from Solidity to Go but the documentation still has it (therefore confusing newcomers with outdated instructions).
2 years ago
Joseph Cook
b24f4ce8f4
docs: redraft JS console page ( #24974 )
...
* 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>
2 years ago
Joseph Cook
debaa20363
Improve developer-mode page ( #24839 )
...
* 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>
2 years ago
Zachinquarantine
578eec73f2
Update CLI flags for Geth v1.10.18 ( #24978 )
2 years ago
Felix Lange
ed5e3c79dd
fix syntax error in merge.md
2 years ago
Felix Lange
dc5223d3b3
update text about ropsten merge transition
2 years ago
Felix Lange
c5b524d8bf
add ttd override for Ropsten
2 years ago
Joseph Cook
65592fb3e5
add info to merge page ( #24972 )
...
* add info to merge page
* Update merge.md
Co-authored-by: Felix Lange <fjl@twurst.com>
2 years ago
Suleiman Ibrahim
9f58729d61
fix typo in Installing-Geth.md ( #24963 )
2 years ago
Sina Mahmoodi
545feda51a
docs: add basic info about the merge ( #24948 )
...
* merge: add basic info
* second pass
* merge guide updates
Co-authored-by: Felix Lange <fjl@twurst.com>
2 years ago
Sina Mahmoodi
91ddb9e03e
docs: add debug.getRawReceipts ( #24937 )
2 years ago
Jacob Kim
088025a442
docs: fix typo in private-network.md ( #24940 )
...
fix typo in docs, private-network.md
2 years ago
Siyuan Han
ccc5a91959
tracing: fix typo ( #24923 )
...
Update tracing.md
fix a small typo in this spec
2 years ago
Joseph Cook
1a2acaa038
update "Connecting to network" page ( #24893 )
...
* update "connecting to network" page
* fix typo
Co-authored-by: Martin Holst Swende <martin@swende.se>
* fix links
* reorder connectivity problems
* rm code snippet for custom networks
* fix typo
* fix disc/RLPx text from S1na review
previously erroneously suggested subprotocol negotiation was part of discovery.
* rm uneccessary commands (static & trusted nodes)
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
3 years ago
rjl493456442
896de88f35
Merge pull request #24881 from bittrainee/patch-1
...
doc: fix typo
3 years ago
bittrainee
54441e56d3
fix typo
3 years ago
Sina Mahmoodi
623cc56c3e
docs: add some undocumented debug methods ( #24827 )
...
Co-authored-by: Martin Holst Swende <martin@swende.se>
3 years ago
Manu NALEPA
0f490ece16
docs: 1**18 ==> 10**18 ( #24858 )
...
1**18 == 1
1 ether = 10**18 Wei != 1**18 Wei
3 years ago
Martin Holst Swende
278042bdf2
docs: update vulnerability info ( #24857 )
3 years ago
Joseph Cook
24465aabda
Debug namespace ( #24828 )
...
* add api info to ns-debug.md
* fix typo
* Apply suggestions from code review
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
3 years ago
Georgiy Komarov
bf43cb3038
index.md: Fixed typos ( #24843 )
3 years ago
rjl493456442
c92442c4a8
Merge pull request #24831 from DarqueWarrior/patch-1
...
docs: fixed typo
3 years ago
Donovan Brown
81b3602b60
Fixed typo
...
Changed 'accoutns' to 'accounts'
3 years ago
Joseph Cook
e92aee6c3c
Update Geth installation page ( #24777 )
...
* initial commit for updating installation page
* consistent tense and style, updated tool list
* standardize whitespace: code blocks & bullet lists
* standardize capitalization: geth -> Geth
* Update docs/_install-and-build/Installing-Geth.md
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
* fix typo from @s1na review
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
* fix typo from @s1na review
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
* Update ubuntu versions + link to CL options page
apply suggestions from @S1na review
* remove html tags
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
3 years ago
Joseph Cook
52c85f2d0c
"get started" tutorial revamp ( #24814 )
...
* 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>
3 years ago
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>
3 years ago
muang0
f19b3ccdc0
docs: update rpc server docs ( #24740 )
...
* docs update rpc server default namespaces
* docs update rpc server call out overwrite
3 years ago
Sina Mahmoodi
d0815e2a28
pubsub: clarify what newHeads emits ( #24722 )
3 years ago
LG
d49528729b
getting-started: fix typo ( #24686 )
...
brlow -> below
3 years ago
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
3 years ago
Zachinquarantine
19a364cbe8
Update peer-to-peer.md ( #24621 )
3 years ago
Zachinquarantine
f4a1091a71
Update CLI flags for Geth v1.10.17 ( #24608 )
3 years ago
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
3 years ago
Sina Mahmoodi
d3eb320477
Merge pull request #24504 from samlaf/patch-2
...
newHeads subscription doesn't take a second param
3 years ago
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.
3 years ago
rjl493456442
5130988cb9
docs/_rpc: fix doc for tracing configs ( #24498 )
3 years ago
Samuel Laferriere
4adf98ae72
Fixed typo in tracing.md (ina -> a) ( #24494 )
3 years ago
Paul "Joey" Clark
9f031488a3
Tweak downloads page to work better on slow networks ( #24458 )
...
For #20855
3 years ago
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>
3 years ago
Sina Mahmoodi
6cde301e53
Add page about JSON-RPC batch requests ( #24394 )
3 years ago