Commit Graph

358 Commits

Author SHA1 Message Date
6ef3e12fac Put ChainsSpecs in Arc<> (#3075)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-09 17:58:11 +00:00
452ea43997 chore: move extradata bytes to function (#3085) 2023-06-09 17:32:35 +00:00
6da3290a3e fix(bin): unwind CLI to-block behavior (#3077) 2023-06-09 11:46:47 +00:00
ab6fff92af feat(bin): log forkchoice status on FCU (#3067) 2023-06-08 18:17:11 +00:00
48d6a9c5dc fix: increase tokio thread stack size 8MB (#3071) 2023-06-08 17:56:12 +00:00
529c8e003c refactor(stages): previous_stage -> target in ExecInput (#3030) 2023-06-08 12:55:06 +00:00
7cc69d52c6 feat(stages): remove changeset commit threshold in Execution (#3050) 2023-06-08 09:34:25 +00:00
1075995efc fix(bin): CL health events conditions (#3052) 2023-06-08 07:27:31 +00:00
1a965b7969 fix(autoseal): use higher difficulty and fix root calc (#3044) 2023-06-07 10:31:38 +00:00
5345d0c1b8 feat(stages): bodies & TD progress (#3010) 2023-06-06 13:58:51 -07:00
eed8be44ec fix(bin): log latest engine block if pipeline is idle (#3024) 2023-06-06 14:07:17 +00:00
51dd914d84 chore: increase default max response limit (#3023) 2023-06-06 12:15:50 +00:00
201366d8f7 fix(bin): skip first ConsensusLayerHealthEvents tick (#3012) 2023-06-06 10:31:57 +00:00
171166e84a chore: add msrv to manifests, add and use workspace.package (#3006) 2023-06-06 03:45:44 +00:00
3198af11ae fix(pipeline): simplify previous_stage, respect max_block in metrics (#2989)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-05 12:59:32 -07:00
d2c68edf23 feat: rework logs (#2988) 2023-06-05 17:43:14 +00:00
e1148c81a7 chore(consensus): emit warnings if no CL found (#2961)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-05 16:48:40 +00:00
08900740bc feat: Better progress reporting for stage checkpoints (#2982)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-06-05 16:10:46 +00:00
9206a7dea0 refactor: move cli-only utils out of staged-sync (#2984) 2023-06-05 13:47:08 +00:00
f828a0f441 feat(reth-stage): add history stages + allow committing (#2983) 2023-06-05 12:58:28 +00:00
c81b059e96 chore: Better debug and json serialization for elias fano list (#2977) 2023-06-05 02:42:25 +00:00
5e01f9d7b4 feat(cli): db list in reverse (#2972) 2023-06-03 12:40:07 +00:00
36528f1b38 fix: off by one unwind range (#2960) 2023-06-02 12:57:14 +00:00
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