feat: Support start and finish sequence in ETLng (#2226)

This PR adds support for start and finish sequence specified through the
config (for parity).
This commit is contained in:
Alex Kremer
2025-06-13 17:39:21 +01:00
committed by GitHub
parent 7fcabd1ce7
commit 3d3db68508
6 changed files with 60 additions and 22 deletions

View File

@@ -97,6 +97,8 @@ ETLService::makeETLService(
auto amendmentBlockHandler = std::make_shared<etlng::impl::AmendmentBlockHandler>(ctx, *state);
auto monitorProvider = std::make_shared<etlng::impl::MonitorProvider>();
backend->setCorruptionDetector(CorruptionDetector{*state, backend->cache()});
auto loader = std::make_shared<etlng::impl::Loader>(
backend,
etlng::impl::makeRegistry(