Commit Graph

17 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
A_A
e85e6ff0c3
website: clarify prestate tracer diffMode (#30081) 2024-06-28 11:06:50 +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
hyunchel
2faeaba0de
developers/evm-tracing/built-in-tracers: fix grammar (#28166) 2023-09-21 03:57:49 -04:00
Ardis Lu
3c41789451 website: fix typos 2023-08-14 11:26:51 +08: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
omahs
19bc8bcdb2
[website] fix typos (#26615)
Fixes various typos
2023-02-07 08:06:00 -05: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
Nicolás Quiroz
91dd04faa2
feat: All releases downloads (#46)
* chore: update constants

* feat: add releases data utils

* chore: add fast-xml-parser

* chore: update types

* feat: fetch & parse all releases data

* chore: update utils

* wip: use real data on DataTable

* chore: update yarn.lock

* fix: getReleaseCommitHash

* feat: filter data per downloads tab

* chore: update DownloadsTable

* chore: update DownloadsTable Props

* fix: getReleaseArch.ts

* feat: add fetchXMLData util

* feat: add fetchLatestReleaseCommit util

* feat: add getSortedReleases util

* chore: comment wip primary release feature

* fix: fetchXMLData

* chore: add netlify.toml

* fix: total number of releases count

* fix: center showing latest releases text and use smaller font

* chore: prettier

* chore: update textStyles

* fix: merge conflicts
2022-11-29 15:29:52 -03:00
Joe
7af02a2d04 update tracing docs 2022-11-28 15:17:25 +00:00
Joe
d37b803f62 add page ids 2022-11-25 17:34:46 +00:00
Joe
dd4929f40d various content updates 2022-11-25 14:43:48 +00:00
Corwin Smith
10a0a3680a setup template to render for docs 2022-11-13 22:03:06 -07:00