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

IF: Support load of fork database after instant-finality is enabled #2113

Merged
merged 12 commits into from
Jan 21, 2024

Commits on Jan 19, 2024

  1. GH-2048 Support starting with fork database saved after enabling inst…

    …ant-finality.
    
    GH-2083 Moved mutex out of fork database impl so it can protect transition from legacy to instant-finality.
    heifner committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a0a3528 View commit details
    Browse the repository at this point in the history
  2. GH-2048 Minor cleanup

    heifner committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4f634cd View commit details
    Browse the repository at this point in the history
  3. GH-2048 Support const

    heifner committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7ec302e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    a0a5573 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    greg7mdp committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5cae9d9 View commit details
    Browse the repository at this point in the history
  3. GH-2048 Misc cleanup

    heifner committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1207522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23bee43 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'GH-2048-persist-if-fork-db' of github.com:AntelopeIO/le…

    …ap into GH-2048_whitespace
    greg7mdp committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7a4b5d5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2116 from AntelopeIO/GH-2048_whitespace

    IF - addon to PR 2113 - Whitespace change to avoid very long lines.
    greg7mdp authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d31be4f View commit details
    Browse the repository at this point in the history
  7. GH-2048 Remove extra open

    heifner committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    175af8f View commit details
    Browse the repository at this point in the history
  8. GH-2048 Fix merge issue

    heifner committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e07d937 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9310754 View commit details
    Browse the repository at this point in the history