|
|
054f30f43c
|
chore: rename Block*Provider for Block*Reader (#3385)
|
2023-06-26 14:13:45 +00:00 |
|
|
|
8dd7a78356
|
feat: add transaction validation task (#3358)
|
2023-06-25 13:12:00 +00:00 |
|
|
|
02673f2301
|
fix: use RO database for read only commands (#3368)
|
2023-06-23 19:28:36 +00:00 |
|
|
|
f7d4756439
|
feat(cli): jemalloc-prof feature (#3322)
|
2023-06-23 09:37:46 +00:00 |
|
|
|
6810cd1295
|
feat(db): add helper enum for table name (#2935)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-22 18:04:01 +00:00 |
|
|
|
5cd2148789
|
chore(cli): display latest available block number in status logs (#3316)
|
2023-06-22 12:02:36 +00:00 |
|
|
|
77167134d0
|
docs: document crate features (#3269)
|
2023-06-21 19:35:38 +00:00 |
|
|
|
0c222e5258
|
chore: update defaults in builder (#3299)
Co-authored-by: 0xlosha <koppel444@gmx.de>
Co-authored-by: rya <83345377+rya0x@users.noreply.github.com>
|
2023-06-21 13:15:22 +00:00 |
|
|
|
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 |
|