Commit Graph

832 Commits

Author SHA1 Message Date
672e4c512c chore(bin/stage): add explicit doc of the use of to-block and hashing stage (#7805)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-23 12:26:57 +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
e35abf8423 feat(op): init genesis alloc (#7748) 2024-04-20 10:55:36 +00:00
6728a5518a feat: gracefully shutdown prometheus server (#7728)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-20 09:44:17 +00:00
49c02c3b8e feat: send CanonStateNotifications from execution stage (#7578) 2024-04-19 14:39:52 +00:00
f4dda95cbd feat(op): allow import without state (#7661) 2024-04-19 12:17:31 +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
a1059bed99 chore: extract cli runner from node-core (#7719) 2024-04-18 19:50:41 +00:00
528f1e9047 fix: set ETL directory inside datadir on reth run and reth import (#7722) 2024-04-18 17:26:29 +00:00
f57bef7181 Revert "feat(op): import bodies (#7659)" (#7724) 2024-04-18 16:10:22 +00:00
4ca86fb4d2 chore(storage): use chain spec from provider field (#7723) 2024-04-18 14:23:27 +00:00
7b16f0d0b6 chore: Move node-core/events to standalone crate (#7713)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-18 11:23:54 +00:00
21ab76b89c fix: disable read timeout for tx in db list (#7689)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-17 15:46:03 +00:00
db4a4a34e4 fix: add discv5 config to p2p cmd (#7662) 2024-04-17 14:46:36 +00:00
8f1f386f52 feat(op): chunked chain import (#7574)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-15 11:46:34 +00:00
d4ea41528a fix(cli): import cmd boundaries (#7620) 2024-04-14 13:18:28 +00:00
d970e51c88 fix(cli): bug fix import cmd (#7602) 2024-04-12 15:33:51 +00:00
bc4119b389 fix(cli): import cmd logs (#7592) 2024-04-12 15:33:05 +00:00
e1ebc2f06b chore(node-api): move FullNodeComponents from builder (#7597)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-12 14:39:02 +00:00
4fb55eacfc feat: introduce reth db stats --checksum (#7581) 2024-04-12 12:47:59 +00:00
9c5aea8c81 feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-12 11:57:06 +00:00
8304780558 fix: disable long read transaction safety in db diff (#7575) 2024-04-11 20:37:20 +00:00
b8b735e8e6 feat: add reth db checksum <TABLE> command (#7257)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-04-10 22:04:08 +00:00
fe27dc64dc feat: integrate evm in OP payload builder (#7527) 2024-04-09 15:41:52 +00:00
2e87b2a8d5 chore: add asm-keccak to reth crate docs (#7518) 2024-04-08 23:50:42 +00:00
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
15131c723e chore: allow transmute annotations (#7494) 2024-04-06 08:49:38 +02:00
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
68c753b79b feat: add SequencerClient (#7440)
Co-authored-by: rodrigoherrerai <rodrigoheitie@hotmail.com>
2024-04-03 17:40:34 +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
afa33a2a46 fix: dont unwind genesis block in stage run (#7418) 2024-04-02 12:01:24 +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
6eb7397aa2 chore: remove trusted setups (#7274) 2024-03-21 16:57:30 +00:00
1a42b0929f fix(cmd-p2p): split off create_db from init_db (#7265) 2024-03-21 11:22:57 +00:00
28b983403e chore: move op types; less op cfgs (#7255) 2024-03-20 18:17:23 +00:00
9d039a233c chore(deps): use tikv-jemallocator instead of jemallocator (#7232) 2024-03-19 17:13:23 +00:00
11bedc1884 Enable clippy's or_fun_call linter (#7222)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-19 15:52:41 +00:00
170306d3bd support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210) 2024-03-19 14:28:30 +00:00
28157f0da1 feat: Display the reth version in the log (#7207) 2024-03-19 08:04:47 +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
b7ef60b899 Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 23:29:19 +00:00
de9fb89556 chore: remove txpool optimism feature (#7199) 2024-03-18 19:44:11 +00:00
7b3e418950 feat(net/manager): apply trust-nodes-only for incoming nodes (#7177)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-18 10:51:14 +00:00
e7c23ed449 bin/reth/db: use macro to dry (#7159)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-15 23:40:43 +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
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
610731ced8 feat(db): record client version history (#7119) 2024-03-13 12:07:13 +00:00