Commit Graph

690 Commits

Author SHA1 Message Date
313e5b7827 chore: cleanup max block fetching (#5960) 2024-01-07 22:05:17 +00:00
434b43af80 chore: use existing fn for loading network secret key (#5961) 2024-01-07 22:05:10 +00:00
92f33b071c add missing documentation for various crates (#5950) 2024-01-05 13:10:37 +00:00
d02cc4b833 doc: Improve documentation for StageEnum to remove #[allow(missing_docs)] (#5945) 2024-01-04 18:30:42 +00:00
0520c62bb6 feat(cli): enable backtrace on panic by default (#5942) 2024-01-04 17:59:19 +00:00
3b0e7a5108 add documentation for SecretKeyError to remove #[allow(missing_docs)] (#5946) 2024-01-04 16:49:26 +00:00
9aa44093cf lints: move top-level lints to [workspace.lints] manifest table (#5935) 2024-01-04 13:38:02 +00:00
7fa4cddc72 feat: restore tx pool after reboot (#5665)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-02 14:11:41 +00:00
069ca8268e fix: also adjust ipc path (#5909) 2023-12-31 22:22:17 +00:00
92ecc2f835 chore: move LogArgs to own mod (#5901) 2023-12-30 11:39:45 +01:00
5cc01b63a9 chore: move builder to own module (#5899) 2023-12-30 10:36:20 +01:00
9821f77078 chore: move reth commands to separate folder (#5886) 2023-12-29 17:01:39 +00:00
e5ecd4af06 refactor: move ethereum and op builder into separate crates (#5876) 2023-12-28 19:57:07 +00:00
b1b059fe9b chore: clean up lints (#5881) 2023-12-28 16:23:50 +00:00
a680a03658 feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-28 16:01:32 +00:00
e341f47a16 fmt: add a space between inner doc-comments and following items (#5880) 2023-12-28 15:52:20 +00:00
ed774e9a81 feat: base sepolia support (#5697)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-27 19:25:39 +00:00
3aa718a561 Revert "feat: Introduce NodeBuilder" (#5868) 2023-12-27 14:23:32 +01:00
8e9b02f128 feat: Introduce NodeBuilder (#5824) 2023-12-27 12:56:20 +00:00
742c3e249b bin: run reth by default (#5859) 2023-12-26 16:46:49 +00:00
099c83328c feat(bin): disable ETA for execution stage (#5839) 2023-12-22 13:11:15 +00:00
d8b1771cdd feat(trie): trie cursor abstraction (#5643) 2023-12-21 19:22:15 +00:00
b37cd833a4 Feature: Support db get for duptables (CLI) (#4653)
Co-authored-by: Dragan Pilipovic <admin@Admins-MacBook-Pro.local>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-21 14:45:46 +00:00
c066aa60af feat: create new methods with Config arguments for existing builders (#5837)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-20 21:55:13 +00:00
ad3b893c23 feat: introduce PrunerBuilder (#5834) 2023-12-20 17:43:48 +00:00
b1d0dc41c2 chore: bump fdlimit (#5819) 2023-12-18 16:55:19 +00:00
0e091dafb8 refactor: replace std::fs usages with reth-primitives (#5813) 2023-12-18 15:56:26 +00:00
18dd1b72a1 feat: snapshots (#5738)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-12-18 15:55:43 +00:00
900fe7ea4e feat: make NodeState generic over DB with DatabaseMetadata (#5691) 2023-12-18 11:55:21 +00:00
61c9587a24 feat: add execution payload validator (#5811) 2023-12-18 11:45:24 +00:00
cc4bd7c306 fix: use the same ProviderFactory in reth node (#5778) 2023-12-15 14:01:12 +00:00
3f7760d852 refactor: make sender recovery explicit in provider (#5776) 2023-12-15 13:05:52 +00:00
faa9a22a71 refactor: use BlockWithSenders in executors (#5771) 2023-12-15 12:57:41 +00:00
26a91c69f4 feat: use nybbles crate (#5766) 2023-12-15 11:27:49 +00:00
e622f38540 chore: remove RpcStateCacheArgs value parser (#5773) 2023-12-15 11:24:01 +00:00
2df1e548be fix(cli): allow no PHF or compression in snapshots (#5765) 2023-12-15 09:39:47 +00:00
629b12a4f6 doc: --dev.block_time not available (#5764)
Signed-off-by: jsvisa <delweng@gmail.com>
2023-12-15 09:23:39 +00:00
a8e2518aa0 feat: add SecretKey to networkconfig (#5761) 2023-12-14 17:25:05 +00:00
db48d6b097 feat(bin): I/O metrics (#5710) 2023-12-14 17:00:45 +00:00
829d3ede65 feat(bin): parse RUST_LOG in journald and log file filters (#5735) 2023-12-12 12:07:28 +00:00
c1d7d2bde3 feat: add DatabaseMetrics trait for generic DB in reth node (#5690) 2023-12-11 22:28:56 +00:00
4cda40b3cf Revert 1e523049ca (#5731) 2023-12-11 19:08:31 +00:00
fa1584b223 feat: add RethTransactionPoolConfig (#5729) 2023-12-11 14:58:57 +00:00
1e523049ca feat(bin) enhance logging config to make RUST_LOG for journalId and File writers (#5687)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-12-11 14:57:45 +00:00
32bf97d7bc chore: add default gpo constants (#5662)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-08 08:22:42 +00:00
227e1b7ad5 feat: make load_network_config and lookup_head generic over DB (#5692)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-05 20:48:09 +00:00
7f3bbf3459 fix(tree): reinsert unwound state to dependent chains (#5683)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-05 16:36:15 +00:00
11fd7a2844 chore: remove trailing semicolon (#5699) 2023-12-05 13:50:34 +00:00
dffa462003 chore: use human_bytes for snapshot sizes (#5675)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-04 14:35:15 +00:00
6b06382d02 feat(cli): eth state cache args (#5664) 2023-12-02 11:29:21 +00:00