You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story:
As a node operator, I want an Isolated mode for sync handling so that the node can operate independently of peers in KeepUp mode and query data through the binary port with an existing LMDB database.
Description:
The "Isolated" mode enables a node to bypass peer synchronization when switching to KeepUp mode. This feature is particularly useful for setups with pre-existing LMDB databases, allowing data queries through the binary port without requiring peer interaction.
Acceptance Criteria:
Node can run in "Isolated" mode without syncing with peers in KeepUp mode.
Data queries through the binary port function seamlessly with an existing LMDB database.
Proper documentation and configuration options are provided for enabling Isolated mode.
The text was updated successfully, but these errors were encountered:
devendran-m
changed the title
Introduce "Isolated" Mode for Sync Handling
Introduce Isolated Mode for Sync Handling
Dec 16, 2024
Retrospective ticket for the pull request - #5021
User Story:
As a node operator, I want an
Isolated
mode for sync handling so that the node can operate independently of peers in KeepUp mode and query data through the binary port with an existing LMDB database.Description:
The "Isolated" mode enables a node to bypass peer synchronization when switching to KeepUp mode. This feature is particularly useful for setups with pre-existing LMDB databases, allowing data queries through the binary port without requiring peer interaction.
Acceptance Criteria:
Isolated
mode.The text was updated successfully, but these errors were encountered: