Commit Graph

772 Commits

Author SHA1 Message Date
DaniPopes
c353b0639f feat: print a backtrace on SIGSEGV (#6907) 2024-03-01 16:39:16 +00:00
Alexey Shekhirin
ea44c1d63f feat(node-core, storage): static files segment metrics (#6908) 2024-03-01 16:36:50 +00:00
Matthias Seitz
c5955f1305 feat: integrate builder (#6611) 2024-02-29 16:50:04 +00:00
Delweng
9468527aad chore: remove unused dependencies to speed up building time (#6882)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 15:10:20 +00:00
DaniPopes
b00e3f98be chore: remove cargo-udeps-related workflow and metadata (#6889) 2024-02-29 15:07:25 +00:00
DaniPopes
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
Alexey Shekhirin
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
Delweng
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
Dan Cline
27f1496daa chore: make clippy happy (#6837) 2024-02-28 05:32:03 +00:00
Abner Zheng
a47c62c84b feat: Add dumpgenesis subcommand (#6797) 2024-02-27 14:31:58 +00:00
Delweng
8d258bb7e7 feat(node): dev node print genesis account (#6819)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-27 12:08:17 +00:00
DaniPopes
39cd900875 chore: don't box some futures (#6728) 2024-02-21 22:07:24 +00:00
Roman Krasiuk
a43885e5d8 chore: move cli runner to reth-node-core (#6710) 2024-02-21 10:55:30 +00:00
Delweng
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
Dan Cline
79452eadaf chore: make clippy happy (#6666) 2024-02-19 06:31:47 +00:00
Seva Zhidkov
79f1fa3c10 fix(metrics): fix missing metrics by installing prometheus before creating db env (#6659) 2024-02-18 21:14:37 +00:00
Aditya Pandey
683b252f83 Segmenting cfg and block env impl from PayloadBuilderAttributes (#6623) 2024-02-16 17:08:24 +00:00
rakita
4c8f31a8c1 fix(op): Add optimism in node api, few cfg transitions (#6598) 2024-02-14 02:01:48 +00:00
Matthias Seitz
cfc914669b feat: declarative builder v2 (#6447)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-13 22:51:38 +00:00
Matthias Seitz
f925e5f6cb chore: add exit future back (#6587) 2024-02-13 17:05:51 +00:00
Matthias Seitz
ada3547fd1 chore: move events mod to node core (#6585) 2024-02-13 15:58:00 +00:00
Matthias Seitz
7917279b68 chore: move init to node-core (#6581) 2024-02-13 14:41:03 +00:00
Matthias Seitz
eb1cafa40d chore: simplify networkbuilder (#6580) 2024-02-13 14:35:17 +00:00
Alexey Shekhirin
271cbaa6f8 fix(bin): do not display stage progress when we start executing (#6579) 2024-02-13 13:47:28 +00:00
DaniPopes
613b6f08a2 chore: use Table::TABLE in more places (#6563) 2024-02-12 14:53:16 +00:00
DaniPopes
2a5efb2a99 refactor(db): unify table macros (#6552) 2024-02-12 13:48:01 +00:00
Danno Ferrin
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
rakita
13947e509b chore: Bump revm to newest (#6357)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-06 22:59:10 +00:00
Matthias Seitz
fddabe88a8 chore: remove node-api optimism feature (#6375) 2024-02-03 16:07:30 +00:00
Matthias Seitz
9f82af20f9 fix: op features for op crate (#6320) 2024-02-01 14:58:50 +00:00
Thomas Coratger
01d3df30f7 small refactoring (#6321) 2024-02-01 14:30:31 +00:00
Roman Krasiuk
76a6a8f50e refactor(trie): hashed state (#6244) 2024-02-01 09:09:00 +00:00
Dan Cline
231e6437e4 feat: add with-unused-ports cli argument (#6314) 2024-01-31 22:54:33 +00:00
Dan Cline
1223895466 feat: separate node-builder crate (#6302) 2024-01-31 18:03:03 +00:00
DaniPopes
556741abb0 chore: use Display instead of Debug when printing internal errors (#6242) 2024-01-26 14:56:27 +00:00
Dan Cline
acccf1441e feat: EvmEnvConfig trait (#6051) 2024-01-25 22:40:12 +00:00
Dan Cline
abe3358b36 feat: move NodeBuilderWithDatabase to reth bin (#6231) 2024-01-25 21:37:07 +00:00
Nil Medvedev
2901b3cb33 feat: NodeExit future core implementation (#6166)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-25 11:11:47 +00:00
Matthias Seitz
afafe790bb test: use similar-asserts instead of pretty-assertions (#6208) 2024-01-24 13:33:46 +01:00
Dan Cline
02c69d0666 fix: include jemalloc-ctl only in node-core (#6199) 2024-01-24 02:23:33 +00:00
Matthias Seitz
733d6ced31 fix: ensure tokio rt is always dropped on separate task (#6191) 2024-01-23 22:01:27 +00:00
Dan Cline
3fafa8c50f chore: node-core cleanup (#6189) 2024-01-23 19:49:24 +00:00
Roman Krasiuk
b78f2239ed feat(ext): provide direct access to database tx (#6178) 2024-01-23 14:03:41 +00:00
Alexey Shekhirin
a6f8e449f7 feat(storage, mdbx): transaction manager (#6126) 2024-01-23 12:24:56 +00:00
Matthias Seitz
9a5120a883 chore(deps): clean up new crate deps (#6174) 2024-01-23 12:09:34 +00:00
Dan Cline
7e982ef3ad chore: delete duplicated node args types (#6169) 2024-01-22 22:40:15 +00:00
Aditya Pandey
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
Supernovahs.eth
bf3264b257 feat: use alloy genesis now (#6135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-20 10:08:32 +00:00
Dan Cline
9300e53927 feat: add with_unused_ports method to rpc and network args (#6109) 2024-01-18 20:26:20 +00:00