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

State fixes and improvements #78

Merged
merged 12 commits into from
Feb 19, 2019

Commits on Feb 14, 2019

  1. Sync [wip]

    zer0main committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    9efe36d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Accounts storage: fix filterHistory()

    These changes must be written directly to DB, because deleting
    outdated records always makes sense.
    zer0main committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    fc78a97 View commit details
    Browse the repository at this point in the history
  2. BlockReadWriter: do not remove tx IDs in rollback

    See comment.
    zer0main committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    0b28050 View commit details
    Browse the repository at this point in the history
  3. Add option to apply from certain height

    Successfully tested possibility to continue importing after Ctrl-C termination.
    zer0main committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    33b6987 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    80fe455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19735be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35a8926 View commit details
    Browse the repository at this point in the history
  4. Rollback(): remove transaction IDs correctly

    Remove separate tx IDs file. Use main blockchain file to get IDs to remove.
    zer0main committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    fd8caec View commit details
    Browse the repository at this point in the history
  5. Use camelCase for constants

    zer0main committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1238d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    791a1f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    897301e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9b05c3 View commit details
    Browse the repository at this point in the history