Commit Graph

510 Commits

Author SHA1 Message Date
4250c33da1 chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-05-23 13:24:20 +02:00
f45ca74772 refactor(consensus, evm): move post-execution validation to consensus (#8321) 2024-05-22 17:20:14 +00:00
9441d984ae Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-17 08:31:31 +00:00
d9f9504dbd chore: refactor DefaultStages to take StageConfig (#8173) 2024-05-12 11:38:34 +00:00
db868208f3 feat: introduce statewriter trait (#8160) 2024-05-08 19:34:59 +00:00
a2623e8364 fix: ensures that pruning data from static files only happens on calling commit() (#8101) 2024-05-07 15:46:11 +00:00
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
99db2b352f feat(op): nonce replay (#7781) 2024-05-01 13:44:50 +00:00
b3d7b7d501 feat: StaticFileProviderFactory (#7983) 2024-04-30 10:30:04 +00:00
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
6bdba8a2a6 chore: misc clippy fixes (#7926) 2024-04-27 06:25:09 +02:00
a22cf2189f fix: still delete headers from db in headers unwind (#7579) 2024-04-24 20:24:10 +00:00
76a3d8278a feat: add thorough error message to state root error (#7607) 2024-04-24 20:23:45 +00:00
9fd35f948c chore: move TestConensus to reth-consensus (#7813) 2024-04-23 12:42:51 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
d1e38966a1 fix(stages): send revert chain notification instead of a reorg on unwind (#7808) 2024-04-23 10:36:00 +00:00
d6b861ea5d feat(exex): send ExExNotification instead of CanonStateNotification (#7803) 2024-04-23 10:05:46 +00:00
adcc0643ba chore: relax some bounds (#7789) 2024-04-22 13:28:13 +02:00
ce2f1602a1 bench: fix reth-stages criterion benchmarks (#7786) 2024-04-22 10:00:46 +00:00
71f8e678aa chore: relax some bounds (#7762) 2024-04-19 21:40:37 +00:00
49c02c3b8e feat: send CanonStateNotifications from execution stage (#7578) 2024-04-19 14:39:52 +00:00
8a0f8cf835 chore: stages crates touchups (#7742) 2024-04-19 12:25:11 +00:00
defe5ff0af refactor: split reth-stages into reth-stages-api and reth-stages (#7666)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-19 11:35:20 +00:00
528f1e9047 fix: set ETL directory inside datadir on reth run and reth import (#7722) 2024-04-18 17:26:29 +00:00
47d533217c chore: clean up some errors (#7585) 2024-04-12 09:59:09 +00:00
cf97b23375 chore(stages): log hash insertion progress as Display string (#7535) 2024-04-10 11:04:30 +00:00
9c11961488 fix: Add more observability on stdout during ETL stages execution (#7377) 2024-04-04 14:44:48 +00:00
3726cd17e8 feat: use pipeline for reth stage unwind (#7085)
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-02 17:50:05 +00:00
f63cebbdb6 fix: reduce merkle clean_threshold to 5000 (#7364) 2024-04-02 17:37:05 +00:00
jn
b1026e0e23 Fix body stage insufficient backpressure (#7350)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-29 18:16:32 +00:00
8b88306907 fix: handle optimism deposit transactions on SenderRecovery stage (#7376) 2024-03-29 12:13:27 +00:00
8e1d78123c fix: spawn batch ranges from a tokio thread instead on SenderRecovery stage (#7333) 2024-03-26 17:05:36 +00:00
e3d8ceb4be feat: add ETL to HistoryStages (#7249) 2024-03-26 16:49:08 +00:00
96e39d29b9 feat: add ETL to Hashing Stages (#7030) 2024-03-26 16:48:35 +00:00
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
7e6d61a66a chore(stages/metrics): use Counter instead of Gauge for mgas_processed (#7234)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-24 19:37:51 +00:00
7efd5b09d2 chore: move paste to workspace deps (#7306) 2024-03-24 01:29:36 +00:00
0da7b7c314 chore: fix typos (#7264) 2024-03-21 12:10:09 +00:00
709d8a16d3 Enable clippy's useless_let_if_seq linter (#7220)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-19 16:33:22 +00:00
c108a2476c Enable clippy's equatable_if_let linter (#7221) 2024-03-19 14:32:43 +00:00
d91274eaa2 Enable clippy's redundant_clone linter (#7202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-19 01:35:04 +00:00
3b4726a714 fix: use tempdir when testing static files (#6962) 2024-03-16 12:57:18 +00:00
4c3ab9a955 feat(node-core, stages): stage preparation notification (#7156) 2024-03-15 20:02:50 +00:00
52d49832d9 fix(static-file): pass producer as Arc<Mutex<_>> to ensure only one is active (#7143)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2024-03-15 13:26:15 +00:00
3d86c4ac59 chore: add safety check on StaticFileProviderRW::increment_block (#7137)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-14 21:55:57 +00:00
28f3a2e2d9 feat: add EtlConfig as well as setting the directory to datadir (#7124)
Co-authored-by: Mikhail Sozin <mikhail.sozin@chainstack.com>
Co-authored-by: Misha <mikawamp@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-13 16:06:50 +00:00
5d6ac4c815 Make ETL file size configurable (#6927)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
2024-03-13 13:51:30 +00:00
884fd71a01 chore(stages): debug logs with progress in sender recovery (#7113) 2024-03-13 09:59:59 +00:00
9707cb2b8d chore: remove test structs that are never constructed (#7107) 2024-03-12 03:59:13 +00:00