Commit Graph

385 Commits

Author SHA1 Message Date
b578718eb8 chore: change metrics default port from 9000 to 9001 (#3295) 2023-06-21 09:25:55 +00:00
4c9e112a46 feat(db): reth db path CLI (#3272) 2023-06-20 15:50:35 +00:00
07b499f11b perf: spawn engine as blocking (#3257) 2023-06-19 23:59:10 +00:00
255780d381 feat: run pipeline only if missing range is large (#3059) 2023-06-19 18:21:38 +00:00
79aa9cb2c2 feat(bin): db version CLI (#3243) 2023-06-19 17:53:26 +00:00
7ab8a7f3ec chore: use workspace version (#3240) 2023-06-19 17:29:15 +00:00
2b6a0468fc feat(bin, storage): db versioning (#3130) 2023-06-19 16:43:17 +00:00
0ffb9c5653 feat: display hardforks on startup (#3227)
Co-authored-by: seroze <serozekim@gmail.com>
2023-06-19 13:47:34 +00:00
f44010b888 feat(config): missing stage configs (#3215) 2023-06-19 08:51:12 +00:00
017c9cea9c chore: move stage methods to StageCheckpointProvider and add StageCheckpointWriter (#3195)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-17 11:06:25 +00:00
0d9e1f4997 chore: replaces tx.get::<Table> with provider methods (#3189) 2023-06-17 00:58:16 +00:00
bb1ffd059e fix(bin): calculate ETA only if EntitiesCheckpoint is present (#3206) 2023-06-17 00:46:43 +00:00
93f9433bdf feat(bin): display ETA with second precision (#3186) 2023-06-15 17:17:34 +00:00
ff36f78c2b feat: stage eta (#3135) 2023-06-15 11:58:35 +00:00
76302d945c Fixed compilation error (rename shareable_db to factory) (#3138) 2023-06-14 02:21:01 -07:00
209d2445b0 chore: rename ShareableDatabase to ProviderFactory (#3121) 2023-06-14 06:49:32 +00:00
724f480bbb Revert "refactor(stages): input target reached & output done checks" (#3136) 2023-06-13 23:49:11 -07:00
ea2fcee995 chore: use workspace dependencies (#3132) 2023-06-13 22:46:26 +00:00
fe40a92f06 feat(bin): sort db stats rows (#3125) 2023-06-13 22:37:25 +00:00
39c6b22829 feat(rpc): rename Client generics to Provider (#3126)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-13 17:17:16 +00:00
225e05267b fix(cli): commit on stage run unwind (#3129) 2023-06-13 17:08:02 +00:00
6752d624a1 refactor(stages): input target reached & output done checks (#3119) 2023-06-13 12:02:48 +00:00
e43455c2c3 fix: re-enable the geth genesis format (#3116) 2023-06-13 00:27:02 -07:00
f55d88b8c4 refactor: remove Transaction and add DatabaseProvider to stages (#3034)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-12 22:37:58 +00:00
7ec4b0a5cf Revert "refactor(stages): input target reached & output done checks" (#3114) 2023-06-12 10:19:46 -07:00
9a8c680e0f refactor(stages): input target reached & output done checks (#3106) 2023-06-12 16:12:19 +00:00
865e0363bc chore: bump default rpc response size (#3108) 2023-06-12 13:08:13 +00:00
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