Commit Graph

866 Commits

Author SHA1 Message Date
17818e79d4 chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-29 13:24:13 +00:00
6b5b6f7a40 Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
2024-02-29 12:37:28 +00:00
2eb2a0c253 node: don't subscribe to consensus health events for dev node (#6868)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 10:36:11 +00:00
27f1496daa chore: make clippy happy (#6837) 2024-02-28 05:32:03 +00:00
a47c62c84b feat: Add dumpgenesis subcommand (#6797) 2024-02-27 14:31:58 +00:00
8d258bb7e7 feat(node): dev node print genesis account (#6819)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-27 12:08:17 +00:00
39cd900875 chore: don't box some futures (#6728) 2024-02-21 22:07:24 +00:00
a43885e5d8 chore: move cli runner to reth-node-core (#6710) 2024-02-21 10:55:30 +00:00
2641251898 fix the issue of network is not known to be merged (#6649)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-02-19 18:32:34 +00:00
79452eadaf chore: make clippy happy (#6666) 2024-02-19 06:31:47 +00:00
79f1fa3c10 fix(metrics): fix missing metrics by installing prometheus before creating db env (#6659) 2024-02-18 21:14:37 +00:00
683b252f83 Segmenting cfg and block env impl from PayloadBuilderAttributes (#6623) 2024-02-16 17:08:24 +00:00
4c8f31a8c1 fix(op): Add optimism in node api, few cfg transitions (#6598) 2024-02-14 02:01:48 +00:00
cfc914669b feat: declarative builder v2 (#6447)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-13 22:51:38 +00:00
f925e5f6cb chore: add exit future back (#6587) 2024-02-13 17:05:51 +00:00
ada3547fd1 chore: move events mod to node core (#6585) 2024-02-13 15:58:00 +00:00
7917279b68 chore: move init to node-core (#6581) 2024-02-13 14:41:03 +00:00
eb1cafa40d chore: simplify networkbuilder (#6580) 2024-02-13 14:35:17 +00:00
271cbaa6f8 fix(bin): do not display stage progress when we start executing (#6579) 2024-02-13 13:47:28 +00:00
613b6f08a2 chore: use Table::TABLE in more places (#6563) 2024-02-12 14:53:16 +00:00
2a5efb2a99 refactor(db): unify table macros (#6552) 2024-02-12 13:48:01 +00:00
3f57fc8cc9 feat: Enhance block import log line (#6095)
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
2024-02-09 12:14:37 +00:00
yjh
29e8aab08a fix: sealed header should not be immutable borrowed (#6456) 2024-02-07 19:26:26 +00:00
13947e509b chore: Bump revm to newest (#6357)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-06 22:59:10 +00:00
fddabe88a8 chore: remove node-api optimism feature (#6375) 2024-02-03 16:07:30 +00:00
9f82af20f9 fix: op features for op crate (#6320) 2024-02-01 14:58:50 +00:00
01d3df30f7 small refactoring (#6321) 2024-02-01 14:30:31 +00:00
76a6a8f50e refactor(trie): hashed state (#6244) 2024-02-01 09:09:00 +00:00
231e6437e4 feat: add with-unused-ports cli argument (#6314) 2024-01-31 22:54:33 +00:00
1223895466 feat: separate node-builder crate (#6302) 2024-01-31 18:03:03 +00:00
556741abb0 chore: use Display instead of Debug when printing internal errors (#6242) 2024-01-26 14:56:27 +00:00
acccf1441e feat: EvmEnvConfig trait (#6051) 2024-01-25 22:40:12 +00:00
abe3358b36 feat: move NodeBuilderWithDatabase to reth bin (#6231) 2024-01-25 21:37:07 +00:00
2901b3cb33 feat: NodeExit future core implementation (#6166)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-25 11:11:47 +00:00
afafe790bb test: use similar-asserts instead of pretty-assertions (#6208) 2024-01-24 13:33:46 +01:00
02c69d0666 fix: include jemalloc-ctl only in node-core (#6199) 2024-01-24 02:23:33 +00:00
733d6ced31 fix: ensure tokio rt is always dropped on separate task (#6191) 2024-01-23 22:01:27 +00:00
3fafa8c50f chore: node-core cleanup (#6189) 2024-01-23 19:49:24 +00:00
b78f2239ed feat(ext): provide direct access to database tx (#6178) 2024-01-23 14:03:41 +00:00
a6f8e449f7 feat(storage, mdbx): transaction manager (#6126) 2024-01-23 12:24:56 +00:00
9a5120a883 chore(deps): clean up new crate deps (#6174) 2024-01-23 12:09:34 +00:00
7e982ef3ad chore: delete duplicated node args types (#6169) 2024-01-22 22:40:15 +00:00
7ceec05e63 Moving more types from reth crate to node core crate (#6102)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-22 15:05:46 +00:00
bf3264b257 feat: use alloy genesis now (#6135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-20 10:08:32 +00:00
9300e53927 feat: add with_unused_ports method to rpc and network args (#6109) 2024-01-18 20:26:20 +00:00
7c9949962b chore(dep): replace unmaintained dependency tui with ratatui (#6114) 2024-01-18 12:52:02 +01:00
aeee4486eb feat: add optimism canyon engine tests (#6107) 2024-01-17 20:54:00 +00:00
43167eabda feat(stages): duration threshold for Execution stage (#6073) 2024-01-17 16:45:40 +00:00
5637eed19e fix: return TaskManager in spawn_node (#6101) 2024-01-17 10:34:34 +00:00
fd12aba49c chore: use diskfile blobstore (#6084) 2024-01-16 14:45:00 +00:00