Commit Graph

421 Commits

Author SHA1 Message Date
Alexey Shekhirin
dbafe23cce feat(bin, engine, prune): spawn pruning task from the engine (#3566) 2023-07-12 12:03:08 +00:00
Jay Miller
1763b5ea7a perf: handle engine API range request in a new task (#3685)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-11 14:07:13 +00:00
joshieDo
65b07b981e feat(pruning): prune Receipts during pipeline (#3585) 2023-07-11 10:51:34 +00:00
Michael Sproul
1330fc11df add build profile to version info take II (#3669)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-08 11:16:37 +00:00
Georgios Konstantopoulos
9e9e2b22eb Revert "add build profile to version info (#3652)"
ref: https://github.com/paradigmxyz/reth/actions/runs/5486088295/jobs/9995719536

This reverts commit db77c279d0.
2023-07-07 15:36:46 +03:00
Michael Sproul
db77c279d0 add build profile to version info (#3652) 2023-07-07 09:50:00 +00:00
Matthias Seitz
6347aacd15 chore: add commit to client version (#3621) 2023-07-06 11:55:19 +00:00
Alexey Shekhirin
f3c7a8253c refactor(stages): use MetricsListener for Execution stage gas metric (#3511) 2023-07-06 11:36:09 +00:00
Matthias Seitz
7d8f0c7f87 docs: add transaction pool example (#3596)
Co-authored-by: BrazilRaw <138177568+BrazilRaw@users.noreply.github.com>
2023-07-05 13:39:12 +00:00
Roman Krasiuk
698059d8b5 feat(cli): txpool args (#3575) 2023-07-04 11:23:46 +00:00
evalir
a7431465fa chore(crates): deprecate staged-sync (#3564) 2023-07-04 10:15:52 +00:00
Alexey Shekhirin
770652a787 feat(bin, storage): configurable MDBX log level (#3524)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-03 12:45:32 +00:00
Bjerg
4f32f5627c fix: add block rewards to trace_block (#3491)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-02 15:06:52 +00:00
Alexey Shekhirin
951fd0ae0c feat(stages, tree): update sync metrics from blockchain tree (#3507)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-02 13:21:06 +00:00
Thomas Coratger
2126c01a42 feat(error): add wrappers for std::fs methods to track path for errors (#3367)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-01 11:49:26 +00:00
Roman Krasiuk
56674ade06 chore(download): bodies downloader size limit (#3508) 2023-07-01 05:39:52 +00:00
Roman Krasiuk
02492daac9 fix(cli): consistent max block across pipeline and engine (#3510)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-30 18:26:14 +00:00
Roman Krasiuk
8be06843e4 fix(rpc): limit cache by length (#3505) 2023-06-30 18:01:50 +00:00
Alexey Shekhirin
83b14cb611 feat(bin, stages): metrics listener (#3483) 2023-06-30 14:27:01 +00:00
joshieDo
c3ea430e4a refactor: move mdbx::test-utils to reth_db::test-utils and add DatabaseEnvRO (#3466) 2023-06-29 23:52:26 +00:00
joshieDo
a53af3a0f2 refactor: move init_db to reth_db and add DatabaseEnv (#3450) 2023-06-28 21:03:00 +00:00
Alexey Shekhirin
6e2fa845d8 feat(bin): process & jemalloc metrics (#3435) 2023-06-28 18:53:52 +00:00
joshieDo
e10ab387a1 refactor: Stage execute and unwind take an immutable provider reference instead (#3390) 2023-06-27 13:35:00 +00:00
Dan Cline
ee8b1ebe13 fix: keep log guard around until program exits (#3415) 2023-06-27 12:39:54 +00:00
joshieDo
085a703d7c refactor: add BlockWriter and BlockExecutionWriter (#3384) 2023-06-27 09:02:17 +00:00
Thomas Coratger
d3d44fd46f feat(cli): clean up log level features (#3414) 2023-06-26 23:21:34 +00:00
Matthias Seitz
f31a2e325f fix: print auth server addr (#3410) 2023-06-26 17:52:33 +00:00
joshieDo
054f30f43c chore: rename Block*Provider for Block*Reader (#3385) 2023-06-26 14:13:45 +00:00
Matthias Seitz
8dd7a78356 feat: add transaction validation task (#3358) 2023-06-25 13:12:00 +00:00
Matthias Seitz
02673f2301 fix: use RO database for read only commands (#3368) 2023-06-23 19:28:36 +00:00
Roman Krasiuk
f7d4756439 feat(cli): jemalloc-prof feature (#3322) 2023-06-23 09:37:46 +00:00
Mateusz
6810cd1295 feat(db): add helper enum for table name (#2935)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-22 18:04:01 +00:00
Roman Krasiuk
5cd2148789 chore(cli): display latest available block number in status logs (#3316) 2023-06-22 12:02:36 +00:00
Bjerg
77167134d0 docs: document crate features (#3269) 2023-06-21 19:35:38 +00:00
Matthias Seitz
0c222e5258 chore: update defaults in builder (#3299)
Co-authored-by: 0xlosha <koppel444@gmx.de>
Co-authored-by: rya <83345377+rya0x@users.noreply.github.com>
2023-06-21 13:15:22 +00:00
Léo Vincent
b578718eb8 chore: change metrics default port from 9000 to 9001 (#3295) 2023-06-21 09:25:55 +00:00
Alexey Shekhirin
4c9e112a46 feat(db): reth db path CLI (#3272) 2023-06-20 15:50:35 +00:00
Matthias Seitz
07b499f11b perf: spawn engine as blocking (#3257) 2023-06-19 23:59:10 +00:00
Dan Cline
255780d381 feat: run pipeline only if missing range is large (#3059) 2023-06-19 18:21:38 +00:00
Alexey Shekhirin
79aa9cb2c2 feat(bin): db version CLI (#3243) 2023-06-19 17:53:26 +00:00
Bjerg
7ab8a7f3ec chore: use workspace version (#3240) 2023-06-19 17:29:15 +00:00
Alexey Shekhirin
2b6a0468fc feat(bin, storage): db versioning (#3130) 2023-06-19 16:43:17 +00:00
Bjerg
0ffb9c5653 feat: display hardforks on startup (#3227)
Co-authored-by: seroze <serozekim@gmail.com>
2023-06-19 13:47:34 +00:00
Alexey Shekhirin
f44010b888 feat(config): missing stage configs (#3215) 2023-06-19 08:51:12 +00:00
joshieDo
017c9cea9c chore: move stage methods to StageCheckpointProvider and add StageCheckpointWriter (#3195)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-17 11:06:25 +00:00
joshieDo
0d9e1f4997 chore: replaces tx.get::<Table> with provider methods (#3189) 2023-06-17 00:58:16 +00:00
Alexey Shekhirin
bb1ffd059e fix(bin): calculate ETA only if EntitiesCheckpoint is present (#3206) 2023-06-17 00:46:43 +00:00
Alexey Shekhirin
93f9433bdf feat(bin): display ETA with second precision (#3186) 2023-06-15 17:17:34 +00:00
Bjerg
ff36f78c2b feat: stage eta (#3135) 2023-06-15 11:58:35 +00:00
Gaon3
76302d945c Fixed compilation error (rename shareable_db to factory) (#3138) 2023-06-14 02:21:01 -07:00