Commit Graph

440 Commits

Author SHA1 Message Date
Matthias Seitz
fc431bc545 chore: make auth-port default (#3962) 2023-07-27 15:28:16 +00:00
Matthias Seitz
aa5d39dd6d feat: add Hardfork::Cancun (#3933)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-07-26 16:42:05 +00:00
Alexey Shekhirin
1c4d127488 feat(bin): db clear (#3934) 2023-07-26 16:36:46 +00:00
Matthias Seitz
8cdb097829 chore: simplify workspace = true usage (#3930) 2023-07-26 15:21:09 +00:00
Matthias Seitz
1c4e19bad7 feat: add alias for max response size (#3902) 2023-07-25 14:35:58 +00:00
pistomat
1b31a55d62 feat: add a --dev option (#3866) 2023-07-25 11:33:23 +00:00
Alexey Shekhirin
1ca7f3ae40 feat(pruner, storage): prune receipts & save checkpoints to database (#3733)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-07-24 16:39:02 +00:00
Matthias Seitz
6c151d3499 chore: bump default max response size (#3850) 2023-07-19 20:25:58 +00:00
Altuğ Bakan
7476120d81 feat: wrap gas limit into a new type (#3841)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-19 19:26:16 +00:00
Ryan Schneider
34c9abe249 feat: implement reth_getBalanceChangesInBlock (#3768)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 17:49:23 +00:00
Matthias Seitz
26b1ffa92a chore: make clippy happy (#3827) 2023-07-18 12:06:27 +00:00
Matthias Seitz
8b66213e15 chore(deps): bump some deps (#3820) 2023-07-17 21:18:20 +00:00
Matthias Seitz
01e1344cc1 chore: use 50M default gas limit for calls in rpc (#3812) 2023-07-17 16:31:25 +00:00
Léo Vincent
a0e125f709 feat: make rpc gas cap configurable (#3458)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-17 10:16:25 +00:00
rakita
d001313f99 bug(stages): TxLookup/Sender stages fix range if there is no tx (#3479) 2023-07-15 22:36:27 +03:00
Matthias Seitz
9a00f04d77 feat: reload dirty accounts if pool drifts (#3732)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-15 15:26:44 +00:00
Panagiotis Ganelis
be656c239a feat: trim cmd args in parser (#3789) 2023-07-15 10:33:33 +00:00
Alexey Shekhirin
c0cafc7a4f chore: enable jemalloc by default on unix (#3735) 2023-07-14 18:35:18 +00:00
Aditya Pandey
715d41dbc7 adding row for total db size in db stats command (#3777)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-14 12:44:33 +00:00
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