2 releases (1 unstable)
new 26.2.1-non-semver-compat | Jan 29, 2025 |
---|---|
0.1.0 | Jul 14, 2024 |
#652 in Magic Beans
93 downloads per month
Used in 2 crates
(via zksync_node_framework)
1.5MB
36K
SLoC
ZKsync Era housekeeper
This crate contains functionality for performing “administrative” work to keep the system flowing. It does:
-
stats reporting:
L1BatchMetricsReporter
;FriProofCompressorStatsReporter
;FriWitnessGeneratorStatsReporter
;FriProverStatsReporter
; -
archiving:
FriGpuProverArchiver
;FriProverJobArchiver
; -
retrying(re-queueing stuck jobs):
FriProofCompressorJobRetryManager
;FriWitnessGeneratorJobRetryManager
;FriProverJobRetryManager
; -
job scheduling(queueing):
WaitingToQueuedFriWitnessJobMover
;SchedulerCircuitQueuer
;
Dependencies
~111MB
~2M SLoC