Skip to content

Feature: state sync client#68

Open
xDimon wants to merge 2 commits intomasterfrom
feature/state_sync_client
Open

Feature: state sync client#68
xDimon wants to merge 2 commits intomasterfrom
feature/state_sync_client

Conversation

@xDimon
Copy link
Member

@xDimon xDimon commented Feb 6, 2026

Use --state-sync-url CLI-arg to provide URL for latest-finalized state syncing and use obtained state as an anchor state.

Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>

# Conflicts:
#	src/modules/networking/CMakeLists.txt
Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
@xDimon xDimon force-pushed the feature/state_sync_client branch from 31754e0 to 65a6f34 Compare February 6, 2026 08:40
@xDimon xDimon requested review from kamilsa and turuslan and removed request for kamilsa February 6, 2026 08:43
@xDimon xDimon marked this pull request as ready for review February 6, 2026 08:43
Comment on lines +421 to +424
io.run();

try {
return fut.get();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does do_http_flow call io_context.stop() when completed?
Or did you test that this io_context.run() stops because there is no work guards and queue becomes empty?

@turuslan
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants