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 missing removal of old or invalid proposals #2377

Commits on Feb 5, 2019

  1. Fix missing removal of old or invalid proposals

    - If a proposal had a tx which is not in our BSQ state it was not removed
    - If a tx was outdated (> 60 days old) it was only removed if we are
    in proposal phase. We added check for past cycle to cover those as well.
    ManfredKarrer committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    fc362c7 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate log

    ManfredKarrer committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    df0a8b7 View commit details
    Browse the repository at this point in the history