Commit Graph

43 Commits

Author SHA1 Message Date
027f80ebb7 chore: remove blockchaintree dep from reth bin (#13712) 2025-01-07 21:28:40 +00:00
2bfa2defc4 implement part of reth p2p rlpx ping (#9762)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-03 04:36:36 +00:00
bc91944e5b fix: add sync-op-mainnet to book (#9527) 2024-07-15 18:54:34 +00:00
c7e34fbd4a chore: move reth test-vectors to cli/commands with feature (#9329) 2024-07-05 14:49:52 +00:00
8775a93d33 feat(cli): reth prune (#9055) 2024-06-26 14:54:06 +00:00
ff4a114e43 docs(book): tracking state in ExExes (#8804)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-06-17 10:42:27 +00:00
b88065d6bd docs(book): clarify what ExExes are not (#8805)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-06-14 15:48:43 +00:00
f9493fd1f9 docs(book): start documenting ExExes (#8779)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-06-13 13:29:36 +00:00
34af610b8e chore: remove reth db create-static-files command (#8554) 2024-06-03 12:56:54 +00:00
3e7f1377ed fix(op): filter out receipts for dup txns (#8400) 2024-05-28 16:53:43 +00:00
e089c5c37d docs(book): trim any white space at the line right ending (#8242)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-05-21 16:32:09 +00:00
232e7bf19b feat(cli): make db stats non-detailed by default (#8056) 2024-05-02 19:31:48 +00:00
6b5b6f7a40 Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
2024-02-29 12:37:28 +00:00
a47c62c84b feat: Add dumpgenesis subcommand (#6797) 2024-02-27 14:31:58 +00:00
afa860757d feat(book): update CLI section (#6097) 2024-01-16 21:33:05 +00:00
744930f1de docs: improve CLI reference generator (#5740) 2023-12-14 10:18:18 +00:00
460b5f6fda feat(book): op-reth runbook (#5440) 2023-11-16 15:32:53 +00:00
a52b433e65 feat(book): update CLI section (#4694) 2023-09-20 14:51:09 -07:00
71cbddc233 docs(book): pruning & full node RPC breakdown & improvements (#4428) 2023-08-31 12:34:27 +00:00
7095733449 feat(book): add documentation for ports (#4370) 2023-08-28 13:42:34 +00:00
fca6404fc7 feat(book): basic pruning chapter (#4334) 2023-08-23 15:08:14 -07:00
fe685143f0 Docs: Add a guide on how to spin up a private Reth testnet using Kurtosis (#4304)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-08-22 07:57:20 +00:00
34fc89bd1f feat(docs): add primer on all transaction types (#3897) 2023-07-25 10:21:13 +00:00
fb2d0a22f6 docs: add subsection describing build process on arm devices (#3854)
Signed-off-by: Luca Georges Francois <luca@quartz.technology>
2023-07-20 22:19:49 +02:00
c0fba3578d chore(book): troubleshooting db issues (#3271) 2023-06-20 15:54:06 +00:00
fb710e5fdb fix(book): broken links & missing SUMMARY.md entries (#3262) 2023-06-20 12:43:34 +00:00
0b876de27e docs: add some content to dev section of book (#3183) 2023-06-15 11:48:10 -07:00
49adb8de0f docs: various book chores (#3172) 2023-06-15 13:30:09 +00:00
d65032ee82 docs: book pass + rpc chapter (#3070) 2023-06-12 04:30:52 +00:00
8e89360774 feat: release workflow (#2677) 2023-05-19 19:48:23 +02:00
52f2bc5ebc docs: rework book (#2566) 2023-05-04 20:28:33 -07:00
75fab00111 fix(book): incorrect paths for book pages (#889) 2023-01-15 11:52:05 +01:00
e9cc416d7a feat(doc): Bootstrap MacOS runbook (#822) 2023-01-12 17:53:49 +01:00
19f4132eb4 chore: fix typo in book (#719)
* Rename matrics -> metrics

* Rephrase some cmd-line option descriptions
2023-01-04 20:30:34 +02:00
97d87409bc Reth book for user (#666)
* add reth book structur

* introduction to reth

* add system requirement

* update docs

* Add node detail

* add Disclaimer for disk estimate

* add Disclaimer for disk estimate

* add comman-line options

* matrics docs

* add logs docs

* remove disk usage for now

* Add disable-discovery flag in cli docs #597

Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
2023-01-01 17:16:53 +02:00
d4d8a8c882 Moves code walkthrough book chapters to docs (#629)
* replaced template blocks with code blocks in stages chapter

* replaced template blocks with code blocks in network chapter

* moved book sections to docs

* fix indentation in recover_signer codeblock

* remove unnecessary TODO comment in network.md
2022-12-28 10:24:39 +01:00
a51fa4fd63 docs(book): start book chapter for network crate (#445)
* WIP FOR DRAFT PR

* WIP draft, walking through usage in pipeline

* diving deeper into instantiation of NetworkHandle & FetchClient

* WIP network management task & eth requests task done (ish)

* address pr comments: networkmanager as standalone task, networkconfig as main entrypoint for setup

* complete draft of the  crate docs

* restructured, starts w/ expl of

* added more snippets/anchors

* using ignore flag on code blocks, brief explanation of  struct

* typos addressed
2022-12-27 14:53:15 -08:00
daa65e7f58 docs: expose db on book summary 2022-12-26 18:27:53 +02:00
4c298ac022 docs: macos install steps (#460)
* Add MacOS installatin docs

* move installatio instruction to book

* move installatio instruction to book

* fix installation link in readme

* Remove installation link from docs, add link to installation in book summary

Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
2022-12-15 12:55:59 +01:00
df9d14127d Reth Book - Stages framework/draft (#360)
* Added framework and start to draft for stages, stopping here to get feedback on approach before pushing forward

* Update README.md

Fixing some wording / grammar.

* Fixing grammar/wording.

* Added note about non-exhaustive stages list, fixed grammar, fixed State exectuion function name, updated language to reflect that the stream yields a SealedHeader and added language to describe that the initial header validation is only a basic validation.

* updated stages chapter, added bodies, senders, execution, next chapter prelude

* typo

* Added line numbers to code snippets for the stages chapter of the reth book

* address reverse header download + other nits

* add note about book hosting

* tweaked wording, formatting

* Address typo "staring"

* Address typo "HeadderDownloader"

* consolidated book.toml

* updating snippets in stages chapter to ignore errors

* template & removed empty fields from book.toml

* addressed build issues, added templating for source code

* only deploy on push to main

* using single quotes in github action if expression

Co-authored-by: Andrew Kirillov <andrew@paradigm.xyz>
Co-authored-by: Andrew Kirillov <20803092+akirillo@users.noreply.github.com>
2022-12-14 10:30:45 +02:00
ce8f61f0a5 Draft Layout for Reth walkthrough (#344) 2022-12-06 18:02:04 -08:00
a2817881db feat(docs): start goals doc in book (#233)
* started goals doc in book

* typos + elaborating on performance rationale

* Update book/design/goals.md

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2022-11-24 03:43:30 -08:00
edc75881c1 docs: add book skeleton (#44)
* docs: add book skeleton

* ci: add book test workflow
2022-10-11 18:52:28 +02:00