mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 04:05:51 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user