Commit Graph

56 Commits

Author SHA1 Message Date
Delweng
0e3a7d1ad9
prestateTracer: add disableCode,disableStorage (#30699)
Add the documentation for `disableCode,disableStorage` as per #30648.

---------

Signed-off-by: jsvisa <delweng@gmail.com>
2024-10-31 10:29:07 +01:00
KillariDev
28196555af
docs: add eth_simulateV1 (#30476)
Adds documentation for `eth_simulateV1` RPC method that was included in
previous version
[v1.14.9](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.9).

---------

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2024-09-29 18:30:19 +02:00
Martin HS
6db68c4539
update to rebuild website (#30348)
I just want to trigger website rebuild, to get around #30309
2024-08-23 19:07:47 +02:00
Martin HS
fe658cb6ef
docs/devel: fix link (#30310)
Fix a strange link, try to fix deployment error
2024-08-16 09:19:30 +02:00
TinyFoxy
56a8b1accb
[Website]: update introduction of developer doc (#30101)
* update introduction of developer doc

* update link content
2024-07-01 20:02:48 +02:00
Sina M
079736240f
website: info on the live supply tracer (#30082)
Co-authored-by: Chris Ziogas <ziogas_chr@hotmail.com>
2024-06-28 13:37:24 +02:00
A_A
e85e6ff0c3
website: clarify prestate tracer diffMode (#30081) 2024-06-28 11:06:50 +02:00
Mobin Mohanan
c6075018f1
website: improved native-bindings with latest code (#29745)
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-05-29 12:36:32 +02:00
Ardis Lu
773d79a2d3
website: update developer mode tutorial for v1.14.0 (#29752)
* website: update developer mode tutorial for v1.14.0

* website: update Remix images to reflect current UI
2024-05-29 12:16:42 +02:00
PolyMa
5ac91d1d88
[website]: update docs (#29835)
update docs
2024-05-24 16:40:47 +02:00
Xi Zhang
c44ffc2c8b
Fix cli command path (#29785) 2024-05-23 14:17:53 +02:00
Marius van der Wijden
22a057cf65
Update live-tracing.md (#29712)
* Update live-tracing.md

* Update live-tracing.md
2024-05-06 11:57:27 +02:00
Siyuan Han
1c4860424c
docs: replace deprecated function NewTransactor in native-bindings page (#29369) 2024-04-17 08:52:23 +02:00
Sina M
8787b06b4b
Website: add live tracing docs (#29371)
* tracing: add live tracing

* add to list of pages

* review fixes
2024-04-06 12:21:57 +02:00
Delweng
0fb2147c06
website: add trace call config (#29428)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2024-04-05 15:22:18 +02:00
Miles Chen
945f6145b6
website: fix developer mode tutorial (#29096)
* Fix http cors issue when setup developer mode with remix URL

Co-authored-by: Miles Chen <mileschen@MilesdeMacBook-Pro.local>
2024-02-28 15:24:38 +08:00
David Millman
1e299c07d0
website: fix dapp-dev native-bindings simulator code (#28978)
* Fix code snippet and remove warnings

* Update docs

* Remove storage package

* Update error messages to match previous version
2024-02-13 10:36:32 +01:00
Hiro
7c9548cc09
website: install abigen with go1.18+ (#28931)
* go install: abigen

* abigen: go install

* abigen: go install

* abigen: solidity
2024-02-05 22:01:16 +01:00
jwasinger
4e3b4c6ae1
website: add subsection about running in development mode with custom genesis configuration (#28469)
* development mode:  add subsection about running with custom genesis configuration

* revise wording.  remove extra spaces.

* Update dev-mode.md

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2023-11-22 12:09:55 +01:00
Sina Mahmoodi
367f98703d
website: fix out-of-date tracing docs (#28406)
This update covers this PRs:
- https://github.com/ethereum/go-ethereum/pull/26414
- https://github.com/ethereum/go-ethereum/pull/27183
- https://github.com/ethereum/go-ethereum/pull/26291
- https://github.com/ethereum/go-ethereum/pull/26048
2023-10-23 15:42:30 +02:00
hyunchel
2faeaba0de
developers/evm-tracing/built-in-tracers: fix grammar (#28166) 2023-09-21 03:57:49 -04:00
Zubin
d3f9d785f8
Website: Amend /docs/developers/dapp-developer/native: (#27880)
* Amend /docs/developers/dapp-developer/native:
1. Fix type
2. Fix slice of common.Hash slice syntax.
3. Clarify how the hex string for the Transfer event is computed so the code matches with the description.

* Incorporate feedback on PR + update code for blocknum typecasting
2023-08-23 21:17:50 +02:00
Delweng
e9b4a9cbdd
docs/interacting-with-geth/rpc: don't set header for Example,Parameters (#27892)
* docs/interacting-with-geth/rpc: don't set header for Example,Parameters

Signed-off-by: jsvisa <delweng@gmail.com>

* rpc: Example,Parameters in bold text

Signed-off-by: jsvisa <delweng@gmail.com>

* rpc: Usage,Response the same ad Example

Signed-off-by: jsvisa <delweng@gmail.com>

* rpc/pubsub: fix some json typo

Signed-off-by: jsvisa <delweng@gmail.com>

* rpc/debug: with blod text

Signed-off-by: jsvisa <delweng@gmail.com>

* rpc/eth,personal: typo

Signed-off-by: jsvisa <delweng@gmail.com>

* rpc/pubsub: rm comments in code

Signed-off-by: jsvisa <delweng@gmail.com>

* ns-eth: curl with bash type

Signed-off-by: jsvisa <delweng@gmail.com>

---------

Signed-off-by: jsvisa <delweng@gmail.com>
2023-08-16 23:42:39 +02:00
Ardis Lu
3c41789451 website: fix typos 2023-08-14 11:26:51 +08:00
Delweng
1afde8ffda
website: add jsonrpc: "2.0" in requests (#27284) 2023-05-16 18:41:47 +02:00
Sina Mahmoodi
f54991a5c8
website: details for diffMode of prestateTracer (#27210)
tracing: add details about diff mode of prestateTracer
2023-05-08 03:19:16 -04:00
Manas Nagaraj
41ecd256ed
website: rectifed RPC connection docs (#27215)
* website: rectified RPC connect docs

* Update docs/developers/dapp-developer/native-bindings.md

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-05-04 04:29:43 -04:00
Tim Qian
66ef43ecd7
[website]: Fix 404 links (#26684) 2023-02-14 08:05:29 +01:00
Vegard Stikbakke
3954559b0a
[website] fix list in docs section Custom Javascript tracing (#26661) 2023-02-13 04:31:36 -05:00
omahs
19bc8bcdb2
[website] fix typos (#26615)
Fixes various typos
2023-02-07 08:06:00 -05:00
Joe
80bd48438c add spacing between note and text 2023-02-06 14:22:40 +00:00
Joe
b04b6f03ac fix broken link 2023-02-06 14:19:00 +00:00
Joseph Cook
cb1b2c1e83
[website]: update page on mobile development (#26602)
Updates developers/mobile due to the removal of mobile support from geth in #26601.
2023-02-06 15:05:32 +01:00
Lefort
964a5c7734
gethclient: fix typo (#26543)
Fix `CreateAccessList()` gethclient typo
2023-01-24 14:58:28 +01:00
Lefort
1ea58c3569
Update native.md (#26537)
Fix typo
2023-01-23 15:40:56 -05:00
nullbitx8
b4c81b3274
[website] fix typo (#26468)
docs, typo: one letter
2023-01-13 09:44:50 -05:00
Joe
4464c02b89 update README and contributing page 2023-01-04 11:24:37 +00:00
Paul Wackerow
b285c11671
Add missing redirect (#197)
* add missing redirect

* fix: contributing links

Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
2022-12-20 12:37:49 -03:00
Nicolás Quiroz
bc1bdfbb44 fix: private network path 2022-12-20 10:15:04 -03:00
Paul Wackerow
eec473187d
remove extra whitespace 2022-12-19 22:56:40 +01:00
Joe
a98b52709f add some basic pagination to landing pages 2022-12-16 11:23:34 +00:00
Sam Richards
8b0d037f6a
Fix broken docs links (#175)
* Fix broken docs links

* Update docs/fundamentals/backup-restore.md

Co-authored-by: Corwin Smith <cssmittys@gmail.com>

Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
Co-authored-by: Corwin Smith <cssmittys@gmail.com>
2022-12-15 19:18:59 -03:00
Joseph Cook
0051501bc5
docs: move some pages (#169)
Moves a few pages to new locations based on feedback from Geth team.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-12-15 18:19:38 +01:00
Marius van der Wijden
61214ee283
Update code-review-guidelines.md
Removing this whitespace might make the final page look cleaner (Not as much whitespace between terminology and process)
2022-12-12 14:55:23 +01:00
Marius van der Wijden
50254f6e80
Update contributing.md 2022-12-12 13:50:07 +01:00
Joshua
27769604a3 Fix Ethereum and GitHub typos 2022-12-01 11:20:38 +00:00
Corwin Smith
0b9ff8b1e6
Create docs navigation sidebar (#40)
* crawl files and create directory tree for sidebar

* dropdown

* Working on dropdown links and styling

* setup header nav

* Styles

* DocumentNav sidebar done

* wrap up header sidebar

* setup top level nav

* update root level data and fix link bug

* doc links yaml

* nav links for docs

* remove character

* prettier

* fix build error

* MDX style

* Update src/components/UI/docs/DocsLinks.tsx

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>

* Abstract LinksList component into its own file

* change requests

* AccordionButton styles

* AccordionButton styled

* fix broken links

* prettier

* prettier

* fix broken default code snippet

* fix accordion spacing

* fix gap at top of DocsNav lg

* fix but of persistent header link

* remove test content

* setup Notes and prettier

* rehype

* Note component

* Note font styling

* convert old notes to use component

* Breadcrumb cleanup and prettier

* MDXComponents -> MDComponent and documentation

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-11-30 21:06:59 -03:00
Joe
394f1b07e6 fix links and typos 2022-11-30 17:22:24 +00:00
Joe
01e0312c32 Merge branch 'master' of https://github.com/ethereum/geth-website 2022-11-30 10:45:54 +00:00
Joe
2d59711d13 standardize code snippets 2022-11-30 10:38:00 +00:00