Marius G
dc4ba958ca
website: update example geth config ( #30220 )
...
Fixes issue #29855 .
Used latest release `geth version 1.14.7-stable-aa55f5ea` for generating
the config.
2024-07-29 12:47:50 -06:00
omahs
65d4c718e3
Fix broken links ( #30143 )
2024-07-11 17:23:46 +02:00
MD.YEASIN ALI
c3e057603f
kurtosis: fix cmd to access shell ( #30106 )
2024-07-02 18:54:39 +02:00
TinyFoxy
23e64fcb49
[Website]: update the index of fundamentals ( #30095 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-07-01 11:23:53 +02:00
shwang
f461188741
website: fix kurtosis cmd ( #30070 )
2024-06-27 11:21:50 +02:00
Sina M
8a47173856
website: add page on blsync ( #30057 )
...
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-06-25 15:16:40 +02:00
Sina M
4cf3f2d508
website: remove LES page ( #30055 )
...
les: remove page
2024-06-24 16:39:42 +02:00
Sina M
f3407ea8b3
Fix ethereum-package url ( #30016 )
2024-06-18 09:07:18 +03:00
Sina M
830aed0b72
website: new page on private networks via kurtosis ( #29923 )
2024-06-16 11:59:35 +02:00
stolab
214f24be6b
Add Disclaimer on clique being deprecated from v1.14 ( #29878 )
...
add a disclaimer on each clique mention saying it has been deprecated since version v1.14
2024-05-29 16:30:49 +02:00
tianyeyouyou
ea894dbb47
[Website]: fix grammar & remove repetitive words ( #29851 )
...
update docs
2024-05-27 14:32:11 +08:00
PolyMa
5ac91d1d88
[website]: update docs ( #29835 )
...
update docs
2024-05-24 16:40:47 +02:00
Miles Chen
b98a0fcef0
website: fix account management ( #29258 )
...
* website: fix developer mode tutorial
* Fix http cors issue when setup developer mode with remix URL
* website: fix account management
* Fix initialize Clef command
---------
Co-authored-by: Miles Chen <mileschen@MilesdeMacBook-Pro.local>
2024-03-15 10:03:55 +01:00
Kugo
9f6b056195
website: proofreading ( #28988 )
2024-02-15 14:44:43 +01:00
Jeff Wentworth
15e83a31f5
Update private-network.md ( #28823 )
...
Change ./geth to geth
2024-01-18 13:02:45 +01:00
rafa3ls
cb9b8d93ce
docs: fix example to avoid "gas required exceeds allowance"-error ( #28792 )
...
fix chainId and initial balance to avoid error "gas required exceeds allowance
2024-01-12 19:55:14 +01:00
Vehorny
1a1d138013
chore(website): fix some typos ( #28795 )
...
* lightweight
* publicly
* individual
* will
2024-01-12 07:54:50 +01:00
hattizai
520457acab
fix: typos in account-management.md ( #28624 )
...
* fix: typos in account-management.md
* Update account-management.md
2023-12-01 15:17:18 +01:00
Junxing Zhu
3bc0015238
website: fix private network e2e example ( #28451 )
2023-11-02 11:00:46 +01:00
Parithosh Jayanthi
41ce10d5cd
Update CLI args as well as custom network documentation ( #28167 )
...
* updating cli flags
* fix newline
2023-09-20 19:29:26 +03:00
bnovil
7ebc5d15da
website- remove Noverify ( #28164 )
...
remove Noverify
2023-09-20 11:29:40 +02:00
hyunchel
d7109dd46e
website: fix bad link and typo ( #28157 )
2023-09-19 16:36:34 +02:00
Daniel Vogel
ed7fa5b121
[website]: update pruning time in docs ( #28086 )
...
update pruning time
2023-09-11 09:25:50 -04:00
hyunchel
48c0d8da18
docs/fundamentals/security: fix typo ( #28080 )
2023-09-08 08:15:07 -04:00
Martin Holst Swende
5547f0811f
fundamentals/security: discourage public exposure of API ( #28068 )
...
* fundamentals/security: discourage public exposure of API
* Update security.md
2023-09-07 07:59:59 -04:00
Ardis Lu
3c41789451
website: fix typos
2023-08-14 11:26:51 +08:00
Muhammad Abdullah
d4f3ea4aac
Update the Engine-API Specification
...
Since there is no specification specified at https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md , hence it is good to point to https://github.com/ethereum/execution-apis/blob/main/src/engine
2023-08-04 09:59:02 +08:00
lightclient
992ba56d01
docs: fixup
2023-07-03 16:01:11 -06:00
Joseph Cook
5cc042aa24
Apply suggestions from code review
...
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2023-06-29 15:20:10 +01:00
Joe
e014d3551f
remove some ethash info from docs
2023-06-26 14:16:31 +01:00
hyunchel
b40bd7c651
website docs formatting ( #27466 )
...
* docs/fundamentals/databases: use correct header level
This commit indents "Recent Block" header by one.
* docs/fundamentals/sync-modes: use note tag
This commit replaces temporary notes emphasis with a proper Note tag.
2023-06-14 09:26:17 -04:00
hyunchel
a3c88cdb92
website: fix typos and grammar ( #27465 )
...
* docs/fundamentals/logs: fix grammar and incorrect verbosity range
* docs/fundamentals/security: fix typo
2023-06-14 08:23:35 -04:00
Blake Haydon
841f9c1f9b
docs: fix spelling in sync-modes.md
( #27317 )
...
Update sync-modes.md
Fix spelling for `client`
2023-05-22 10:08:05 +03:00
Vlad Vitan
6eab645de9
[website]: fix several typos and some phrasing ( #27151 )
...
* website: fix several typos and some phrasing
* website: revert change
Co-authored-by: Martin Holst Swende <martin@swende.se>
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-04-25 07:35:35 -04:00
Paul Leydier
3c485eb353
[website]: fix typo ( #27108 )
...
fix databases "overwritten" typo
2023-04-18 02:44:35 -04:00
Paul Leydier
60e22483cb
[website]: fix sync-modes snap-syncing typo ( #27103 )
...
fix sync-modes snap-syncing typo
2023-04-17 10:26:33 -04:00
spalinger
12f4239023
docs: fix external link about pruning ( #27100 )
...
Fix external Link
2023-04-17 04:17:47 -04:00
Siyuan Han
6714fcb0f7
[website]: fix typo in database section ( #27024 )
...
* [website]: fix typo
* Update docs/fundamentals/databases.md
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-04-03 02:24:03 -04:00
Joseph Cook
72e1c4246b
[website]: rm duplicated note, fix typo ( #26959 )
...
rm duplicated note, fix typo
2023-03-23 09:57:49 -04:00
Felix Lange
e3ba8526f7
update command-line-options
2023-03-15 14:41:10 +01:00
Nicolás Quiroz
00597017a5
feat: Add Do-not-Track link ( #26833 )
...
* chore: prettier
* chore: update .env.local.example
* feat: add dnt link to Footer
2023-03-08 13:13:04 -03:00
Joseph Cook
db99892edc
[website]: add note on pebble to databases page ( #26736 )
2023-02-28 11:47:06 +01:00
Joseph Cook
fe60795b57
[website]: add page on config files ( #26642 )
...
add page on config files
2023-02-15 05:12:39 -05:00
Nicolás Quiroz
aa1c49d549
chore: prettier
2023-02-13 20:09:27 -03:00
Joseph Cook
81a36c65a1
[website]: add databases page to docs ( #26562 )
...
Adds page on the two databases (levelDB and ancients/freezer) used by Geth, plus a warning about unclean shutdowns.
2023-02-07 08:01:39 -05:00
Joe
6f384b6266
clarify removedb
2023-02-01 16:45:18 +00:00
Florian Sey
155738f30c
doc: fix typo and command in geth documentation ( #26577 )
...
This PR fixes a typo and an invalid command in doc.
Co-authored-by: Florian Sey <florian.sey@neofacto.com>
2023-01-31 10:06:21 +08:00
Lucas Aschenbach
efdf2721c3
[website]: fix typos in sync-modes docs
2023-01-05 17:47:34 +01:00
Joe
c29f890ca7
add instruction to update authrpc.port in priv-netwk
2023-01-04 11:51:42 +00:00
Nicolás Quiroz
bc1bdfbb44
fix: private network path
2022-12-20 10:15:04 -03:00