Commit Graph

61 Commits

Author SHA1 Message Date
706fc41816 feat: add cargo binstall support (#3578) 2023-07-05 15:03:56 +02:00
24f9147fee feat(book): adding QLC and TLC NVMEs comparison (#3562) 2023-07-03 18:39:04 +00:00
8025b05472 docs: update bodies config (#3553) 2023-07-03 15:01:09 +00:00
d7259f0029 docs: update rpc cache flags (#3552) 2023-07-03 14:44:17 +00:00
7de2846a92 docs: minimum docker engine version (#3546)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-07-03 14:18:35 +00:00
da58e39c26 feat: add docker compose with docs (#3496)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-07-03 13:04:17 +00:00
419a35e9c9 some docs nits on installation (#3528) 2023-07-01 14:57:17 -07:00
Pia
e468e15e9c fix(book): typo (#3521) 2023-07-01 11:37:11 +00:00
927b47e655 chore: docs typo (again) 2023-06-30 10:51:58 -07:00
d448bf4f63 chore: docs typo 2023-06-30 10:44:23 -07:00
777fce5ba9 docs: add note on hardware + latitude discount code 2023-06-30 10:40:55 -07:00
c3dda470de fix(book/jsonrpc): copy/paste typo (#3429)
Signed-off-by: jsvisa <delweng@gmail.com>
2023-06-27 17:09:53 +00:00
5a1d58aa22 feat(book): add consensus layer explanation in book (#3413) 2023-06-26 18:21:38 +00:00
be9aed489f feat: add link to Grafana dashboard config file on docs (#3373)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-25 15:59:30 +00:00
W
1777a20d24 doc: minor fix to mainnet run book (#3374) 2023-06-25 13:20:03 +00:00
164d3abddf docs: fix typo in config.md (#3333) 2023-06-22 17:49:31 +00:00
6c17193146 docs: describe reth db version in book (#3296) 2023-06-21 09:33:52 +00:00
b578718eb8 chore: change metrics default port from 9000 to 9001 (#3295) 2023-06-21 09:25:55 +00:00
b1c77b396a fix: rm node from dockerfile entrypoint (#3275) 2023-06-20 19:21:43 +00:00
ac887ce527 chore(book): add missing db commands (#3277) 2023-06-20 16:51:47 +00:00
a450eb1b9e docs: images (#3280)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-20 10:21:43 -07:00
be9f94de8e docs: mention jwt is in datadir (#3274) 2023-06-20 16:16:42 +00: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
c702efb9bc docs: config chapter (#3173)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-06-19 18:35:53 +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
a967996144 Update installation.md (#3167) 2023-06-15 00:23:10 +00:00
adf4ae1246 book: fix book installation link (#3113) 2023-06-12 10:55:15 -07:00
63db481c2a Small typo (#3112) 2023-06-12 10:54:31 -07:00
c51a222b26 docs: update CLI reference in book (#3105) 2023-06-12 09:06:58 -07:00
d65032ee82 docs: book pass + rpc chapter (#3070) 2023-06-12 04:30:52 +00:00
d771a1b378 Update intro.md (#3037) 2023-06-06 12:22:22 -07:00
86b6c6a773 chore: rm reth db seed (#2818) 2023-05-24 11:15:50 -07:00
8e89360774 feat: release workflow (#2677) 2023-05-19 19:48:23 +02:00
07983239eb doc(cli): remove reference to reth db --db flag in book (#2612) 2023-05-09 12:08:05 +02:00
10d0305b5e docs: add cli reference (#2589) 2023-05-05 18:46:39 -07:00
52f2bc5ebc docs: rework book (#2566) 2023-05-04 20:28:33 -07:00
9be76ca2d4 fix(docs): fix install command (#1503) 2023-02-22 06:05:32 -08:00
e24a1dd5b6 build: make docker builds faster with cargo-chef (#1432) 2023-02-17 16:07:59 +01:00
e505c5f670 Fixed dead link in Book -> Installing Geth (#995) 2023-01-23 22:18:51 +01:00
75fab00111 fix(book): incorrect paths for book pages (#889) 2023-01-15 11:52:05 +01:00
33c9cbea6a fix(book): fix banner image 2nd itr (#839) 2023-01-12 19:50:29 +01:00
e9cc416d7a feat(doc): Bootstrap MacOS runbook (#822) 2023-01-12 17:53:49 +01:00
09b7958fb2 mx - readme.md fix - fix broken image with reth repo official banner (#824) 2023-01-11 21:10:12 +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