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

Improve startup time after crash #339

Merged
merged 12 commits into from
Sep 8, 2017
Merged

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    67ec792 View commit details
    Browse the repository at this point in the history
  2. Moved reindex logic into database / chain_database, make use of addit…

    …ional blocks in block_database
    
    Fixed tests wrt db.open
    pmconrad committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    66cba12 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Enable undo + fork database for final blocks in a replay

    Dont remove blocks from block db when popping blocks, handle edge case in replay wrt fork_db, adapted unit tests
    pmconrad committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    84fb99b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Configuration menu
    Copy the full SHA
    dc1acd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be19d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Fixed lock detection

    pmconrad committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    5064e81 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    25a29a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a725d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3263440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bff782 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Configuration menu
    Copy the full SHA
    b70f4e8 View commit details
    Browse the repository at this point in the history
  2. Fixed undo_database

    pmconrad committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    4822c21 View commit details
    Browse the repository at this point in the history