Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: State Sync no longer corrupts the DB #8732

Merged
merged 4 commits into from
Mar 16, 2023

Commits on Mar 15, 2023

  1. fix: State Sync no longer corrupts the DB.

    If a node gets stopped during State Sync then it fails to start due to an `unwrap()` on `send_network_chain_info()`. The state of the DB itself is fine.
    This PR makes the node gracefully handle that scenario and State Sync can safely resume and complete.
    nikurt committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fa8252e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b25bf View commit details
    Browse the repository at this point in the history
  3. Changelog

    nikurt committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6ca775b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    5087f20 View commit details
    Browse the repository at this point in the history