Commit Graph

2335 Commits

Author SHA1 Message Date
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
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
e0d5735672 feat: add another distance check (#3501) 2023-07-02 13:55:27 +02:00
d14f995e1a test: improve slow tests (#3487)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-02 10:46:16 +00:00
9fc950697d chore: add TaskManager must_use annotation (#3525) 2023-07-02 12:58:07 +02:00
1e3092b770 fix: precompile condition (#3526) 2023-07-02 12:57:33 +02:00
7c3c8ab977 docs: add additional context to internal tracing error (#3531) 2023-07-02 12:52:02 +02:00
1c796f24fc chore: rustfmt (#3532) 2023-07-02 12:51:43 +02:00
419a35e9c9 some docs nits on installation (#3528) 2023-07-01 14:57:17 -07:00
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
Pia
e468e15e9c fix(book): typo (#3521) 2023-07-01 11:37:11 +00:00
de1323921d chore(rpc): split cache into multiple files (#3519)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-01 11:16:22 +00:00
56674ade06 chore(download): bodies downloader size limit (#3508) 2023-07-01 05:39:52 +00:00
7cb4a71cf6 chore: rm cached bytes gauge (#3513) 2023-06-30 22:27:17 +00:00
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
8be06843e4 fix(rpc): limit cache by length (#3505) 2023-06-30 18:01:50 +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
7e7f5e63db chore: fix docs for bodies downloader task (#3506) 2023-06-30 15:54:26 +00:00
83b14cb611 feat(bin, stages): metrics listener (#3483) 2023-06-30 14:27:01 +00:00
10db78618f chore(rpc): add cached bytes metric (#3502) 2023-06-30 13:48:37 +00:00
f08a863e12 chore: add total-transactions metric (#3500) 2023-06-30 12:57:46 +00:00
886828bad9 feat(rpc): cache metrics (#3499) 2023-06-30 12:35:01 +00:00
5c7d5a3b3e feat: make chain canonical if new payload is the missing block for current sync target (#3459)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-30 12:01:30 +00:00
07e81c0e7e chore: bump default max logs (#3498) 2023-06-30 11:42:03 +00:00
20ed70b1c3 fix: always return logs of single block range query (#3497) 2023-06-30 11:40:43 +00:00
b225b4790c fix(engine): logs for new payload v2 (#3494) 2023-06-30 09:36:01 +00:00
84875e90df feat(txpool): add transaction_event_listener function (#3493) 2023-06-30 08:52:04 +00:00
50f4e5de9a chore(deps): move proc-macro and syn to workspace deps (#3492) 2023-06-30 08:51:48 +00:00
3d91383dfe fix: only check timestamped forks after the merge (#2503)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-06-30 07:01:17 +00:00
3dcc76e2b0 fix: use correct address for log (#3481) 2023-06-30 00:44:11 +00:00
c3ea430e4a refactor: move mdbx::test-utils to reth_db::test-utils and add DatabaseEnvRO (#3466) 2023-06-29 23:52:26 +00:00
7850cc0b8d test: disable flakey test (#3486) 2023-06-29 22:58:15 +00:00
02059387b0 chore: rename invalid header metrics scope (#3468) 2023-06-29 22:12:58 +00:00
793838975b chore: put EthPubSubInner in Arc (#3463) 2023-06-29 22:07:31 +00:00
40f2a51008 chore: replace Option<Vec> with just vec (#3474) 2023-06-29 21:22:08 +00:00
26b80f4f98 fix: set missing record logs (#3472) 2023-06-29 20:54:14 +00:00
8dedf0f2ea chore: fix update prios link (#3478) 2023-06-29 19:42:25 +00:00
0ec32255e9 test: set --authrpc.port to 0 for Geth instance (#3476) 2023-06-29 19:30:15 +00:00
dcae84a2b1 chore: mirror geth's encoding order for callframe (#3473) 2023-06-29 19:20:22 +00:00
f9d9387c9a docs: update call fees docs on fallback (#3471)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-06-29 17:26:35 +00:00
b0df0262e3 test: run geth blacklist test also serial (#3469) 2023-06-29 16:09:13 +00:00
f49feff5a7 chore: phase out some ethers usage (#3467) 2023-06-29 15:28:28 +00:00
d3465e2e32 feat(stages, storage): pruning configuration (#3341)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-06-29 15:04:43 +00:00
ee322769c9 feat: add default max readers 32000 (#3465) 2023-06-29 15:01:47 +00:00
b7c977765c perf: check distance to downloaded block if finalized (#3451) 2023-06-29 04:23:15 +00:00
41ac27bd41 chore: jemalloc and process metrics in Grafana dashboard (#3455) 2023-06-28 22:49:24 +00:00
10a5737a59 fix: Use random port for port reuse test (#3457) 2023-06-28 21:52:59 +00:00
a53af3a0f2 refactor: move init_db to reth_db and add DatabaseEnv (#3450) 2023-06-28 21:03:00 +00:00