Commit Graph

385 Commits

Author SHA1 Message Date
c25c398d34 chore(engine): ensure previous pipeline run finished (#2920) 2023-06-01 08:58:48 +00:00
9a0aeea543 feat(bin, pipeline): report pipeline progress (#2932) 2023-05-31 22:17:33 +00:00
d0f235893f fix: configure ipc server properly (#2922) 2023-05-31 14:34:08 +00:00
c4764d4f27 feat: Integrate cache config in rpc args (#2924)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-31 13:18:25 +00:00
adffd0aac9 feat(bin): reset Finish stage in drop cmd (#2931) 2023-05-31 13:02:16 +00:00
5d7eba6fb2 chore(primitives): move checkpoints under stage mod (#2906) 2023-05-30 17:14:13 +00:00
c481b8717b feat(cli): integrate max tracing requests in cli (#2914) 2023-05-30 14:19:21 +00:00
9d7b3de646 fix(cli): clear receipts on stage drop execution (#2918) 2023-05-30 13:49:53 +00:00
ed209f6cb4 chore(engine): remove db attribute (#2917) 2023-05-30 13:44:41 +00:00
3347da091f feat(cli): add stage unwind command (#2913) 2023-05-30 11:26:24 +00:00
2478c9f11c chore(stage): cleanup stage id (#2898) 2023-05-29 19:22:49 +00:00
853929e749 feat(bin, tracing): allow multiple directives for journald/file logging (#2882) 2023-05-29 11:42:12 +00:00
a8b39880ea perf: spawn handlers before network (#2868) 2023-05-26 16:55:36 +00:00
0caf051869 feat: reth-config crate (#2825) 2023-05-26 13:56:28 +00:00
10b577096b chore(metrics): restructure crates (#2850) 2023-05-26 12:21:48 +00:00
038cfdee8e chore(cli): unify debugging routines into a single command (#2849) 2023-05-26 08:51:06 +00:00
318107ed18 feat(cli): execution debug script (#2619) 2023-05-26 02:02:46 +00:00
cb829be089 refactor: move ef tests to own testing crate (#2847) 2023-05-26 02:02:08 +00:00
d6ccab1ddc chore: improve stage checkpoint logs (#2823) 2023-05-25 18:21:21 +04:00
d05ba97858 feat: add db get subcommand (#2772)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-25 15:57:41 +02:00
26dd0f5150 fix(bin): checkpoints comparison in merkle-debug (#2817) 2023-05-24 22:48:45 +04:00
86b6c6a773 chore: rm reth db seed (#2818) 2023-05-24 11:15:50 -07:00
0b81096f8b feat(stages): checkpoint downloaded headers (#2798) 2023-05-24 20:51:41 +04:00
69e792eb02 fix: proper #[cfg] attrs for windows/unix (#2807) 2023-05-24 10:39:18 +02:00
7273ce8028 feat(stages): checkpoint hashing stages into a new table (#2735) 2023-05-22 07:12:46 -07:00
b70afbb37f fix: ensure extradata is 32 bytes or less (#2775) 2023-05-22 13:29:09 +02:00
7849b4c38e feat: Integrate Sealedblock to BeaconConsensusEngineEvent (#2764)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-22 11:44:50 +02:00
238eea37cf feat: add node identity to networking stack (#2758) 2023-05-20 09:24:31 +02:00
2416756b20 feat: integrate payload builder args in cli (#2757) 2023-05-20 09:10:32 +02:00
8e89360774 feat: release workflow (#2677) 2023-05-19 19:48:23 +02:00
be2f66feee fix: make vergen emit cargo target triple (#2754) 2023-05-19 19:25:27 +02:00
3c2b591158 refactor: expanded cli version info (#2742) 2023-05-19 19:04:01 +02:00
2a39b2825f refactor: move stage commands to reth stage (#2741) 2023-05-19 10:13:41 +02:00
c1b80e7e9d chore: run dump stage as blocking task (#2740) 2023-05-19 09:19:58 +02:00
defa64b2de fix(cli): run pipeline to completion after restart (#2727) 2023-05-18 22:05:44 +02:00
e4cd48aefd feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-05-18 20:45:50 +02:00
352b55dc05 chore: rename Error to DatabaseError (#2718) 2023-05-17 15:21:46 +02:00
9b79218c18 fix(p2p): network sync state (#2699) 2023-05-16 22:24:40 +02:00
2436e019c6 fix: use auto seal client for consensus (#2690)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-16 13:10:48 +02:00
ae2b0954c6 perf: do not compile traces in release mode (#2652) 2023-05-15 17:06:10 -07:00
c190d0e69b Configure Gas Price Oracle with CLI arguments (#2664)
Co-authored-by: Aditya Pandey <aditya.p@Aditya-P.local>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-15 11:46:05 +02:00
99e6ee7a86 perf: restrict bodies downloader by number of blocks (#2656) 2023-05-13 13:18:01 -04:00
748f90ed3c fix: unwind stages with respect to commit threshold (#2500) 2023-05-12 10:50:47 -07:00
e34cdc4e0d feat: extend engine syncing with single block downloads (#2626) 2023-05-12 15:02:45 +02:00
08972ca5e4 feat: add forkchoice update tracker type (#2555)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-05-12 12:24:41 +02:00
5e09a686db feat: add more rpc server cli args (#2638) 2023-05-11 12:51:32 -04:00
7d3016f0f2 feat: use BlockHashOrNum in providers (#2627) 2023-05-10 22:03:16 +02:00
0850bfaf0a fix: make stats args global (#2610) 2023-05-08 15:08:48 -07:00
38d9bca8f1 chore: add traces for jwt file (#2609) 2023-05-08 17:53:39 -04:00
604c967a6e chore: add rpc module logs (#2608) 2023-05-08 17:49:35 -04:00