Commit Graph

651 Commits

Author SHA1 Message Date
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
7fdd9136cc chore: use StageConfig for more reth node methods (#5663)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-02 09:10:40 +00:00
585bc31fbd feat: add sanity tests for Args Default impls (#5660) 2023-12-02 00:08:51 +00:00
a53e2c0666 feat: add Default for NetworkArgs and DiscoveryArgs (#5658) 2023-12-01 22:07:53 +00:00
4a0497ddb1 feat: add Default for RpcServerArgs (#5646) 2023-12-01 11:11:47 +00:00
0d522e8472 chore: improve Nibbles-related code (#5631) 2023-11-30 19:28:50 +00:00
a7f474cb0b feat: truncate blob pool when discarding worst (#5634) 2023-11-30 11:41:28 +00:00
471c28e889 feat(pruner): limit number of blocks to prune per run (#5627) 2023-11-29 19:29:39 +00:00
608f100605 perf(provider): compute hashes and trie updates before opening write tx (#5505) 2023-11-28 08:54:09 +00:00
8161c261d9 feat(op-reth): Remove Canyon hardfork warning (#5551) 2023-11-27 18:07:48 +00:00
dbe8996579 chore: use task manager graceful shutdown (#5591) 2023-11-27 16:08:57 +00:00
462ea82f91 feat(op-reth): Canyon hardfork spec (#5503) 2023-11-27 15:53:25 +00:00
57653b1a58 chore: limited node command cleanup (#5539) 2023-11-27 10:41:19 +00:00
8667c336a1 feat(bin/args): enhance transactionpool with --txpool.nolocals Flag (#5538)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-26 08:35:19 +00:00
af88851723 feat: refactor generation of snapshots from the cli (#5464) 2023-11-24 18:02:14 +00:00
5a04931397 feat: add NetworkProtocols trait (#5543) 2023-11-23 14:51:40 +00:00
5e2affb15a feat: add configure network function to cli ext (#5536) 2023-11-22 19:58:02 +00:00
de8b4526ff feat: add graceful shutdown tasks (#5517) 2023-11-22 19:28:14 +00:00
9ecdea7eef chore(execution): rename EVMProcessor factory (#5533) 2023-11-22 17:03:12 +00:00
5ae4fd1c65 chore(sync): migrate pipeline to ProviderFactory (#5532) 2023-11-22 16:40:56 +00:00
3c7f32d839 chore(tree): migrate tree externals to ProviderFactory (#5531) 2023-11-22 15:09:53 +00:00
06eeb35366 feat(bin): improve status logs (#5518) 2023-11-21 15:57:42 -08:00
59251f0cae chore: simplify clap next heading and use clap attribute (#5507) 2023-11-20 22:44:22 +00:00
efe49643bd chore: add Extension heading (#5506) 2023-11-20 23:12:06 +01:00
39a2dc6bc8 chore: add another module parser test (#5496) 2023-11-20 15:03:03 +00:00
aea11405ad feat: get rid of lifetime GATs (#5478) 2023-11-19 15:21:50 +00:00
c7a57a7031 chore(pipeline): stage poll extension trait (#5484) 2023-11-18 08:41:42 +00:00
d05dda72dd chore(downloader): replace database with header provider (#5472) 2023-11-18 08:16:19 +00:00
db5d01e328 refactor: split async/sync work in stages (#4636)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-11-17 21:12:12 +00:00
30dfc070e1 chore(provider): migrate providers to ProviderError (#5473) 2023-11-17 14:07:28 +00:00
ec3dbfe995 chore(op-reth): Add temporary Canyon warning (#5462) 2023-11-16 17:49:02 +00:00
f9725a4f88 feat: add blobstore file path functions (#5442) 2023-11-15 20:25:54 +00:00
8207401359 feat(bin) : refactor auth_jwt_secret function (#5451) 2023-11-15 19:43:45 +00:00
a389a2b42d feat: search for a snapshot that fulfills a queried BlockHash or TxHash (#5373)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-15 16:53:28 +00:00
dc72cad838 feat: phase out environment trait (#5439) 2023-11-15 16:42:34 +00:00
6ee481b817 feat: Snapshotter triggers segment snapshots (#5287)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-14 21:38:54 +00:00
7b781eb602 feat: add directory paths to Snapshotter and SnapshotProvider (#5283)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-14 20:54:13 +00:00
d21e346c04 feat: share SnapshotProvider through ProviderFactory (#5249)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-11-14 17:50:12 +00:00
79abf2ba0f chore: remove ckzg dep from rpc types (#5392) 2023-11-13 17:37:14 +00:00
a100fb3e46 feat(bin) : refactor ZeroAsNone struct to a Macro (#5397)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-12 12:10:00 +00:00